Commit graph

1566 commits

Author SHA1 Message Date
Zach Daniel
73a070e2fe chore: release version v2.2.2 2024-08-17 12:09:09 -04:00
Zach Daniel
59d1c3d6cc fix: properly handle new igniter installer functions 2024-08-17 12:05:33 -04:00
Zach Daniel
3fbd5514e0 chore: update changelog 2024-08-16 15:45:38 -04:00
Zach Daniel
dda21bc6c4 chore: release version v2.2.1 2024-08-16 15:44:57 -04:00
Zach Daniel
a94ee9823f chore: release version v2.2.1 2024-08-16 15:42:34 -04:00
Zach Daniel
8bf9864732 improvement: include min_pg_version in new generators 2024-08-16 15:39:53 -04:00
Zach Daniel
d2b73fc3c3 fix: set a proper default for skip_unique_indexes 2024-08-15 10:43:22 -04:00
Zach Daniel
e7ea05edc6 chore: unlock deps 2024-08-15 07:48:29 -04:00
Zach Daniel
97ef1437cc chore: CI/test/build fixes 2024-08-15 07:25:48 -04:00
dependabot[bot]
4f7b3cdcd0
chore(deps): bump the production-dependencies group with 4 updates (#371) 2024-08-15 06:23:08 -04:00
Zach Daniel
9ac8c02ecc chore: fix changelog 2024-08-13 10:03:37 -04:00
Zach Daniel
8244a203e0 chore: release version v2.2.0 2024-08-13 09:58:42 -04:00
Zach Daniel
10cf60cdc1 fix: remove Agent "convenience" for determining min pg version
We need to require that users provide this function. To that end we're
adding a warning in a minor release branch telling users to define this.
The agent was acting as a bottleneck that all queries must go through,
causing nontrivial performance issues at scale.
2024-08-13 09:58:25 -04:00
Jonatan Männchen
a539f6443e
fix: handle filter condition on create (#368) 2024-08-12 14:48:45 -04:00
Zach Daniel
73c7a915e0 chore: format 2024-08-12 14:45:04 -04:00
Zach Daniel
e8027f6e9d chore: release version v2.1.19 2024-08-12 14:25:42 -04:00
Zach Daniel
8f30052944 chore: update mix.lock 2024-08-12 14:25:04 -04:00
Zach Daniel
5e8ac4bf7e fix: we missed a change when preparing for ecto 3.12 parameterized type changes 2024-08-12 14:22:21 -04:00
Zach Daniel
ed60267173 chore: update mix.lock 2024-08-09 16:10:39 -04:00
Zach Daniel
4db75671ed chore: release version v2.1.18 2024-08-09 16:10:21 -04:00
Zach Daniel
769f8bfccf fix: update ash_sql for exists aggregate fixes 2024-08-09 16:09:49 -04:00
Zach Daniel
cc7a761512 chore: make test assertion clearer to debug CI 2024-08-08 10:01:33 -04:00
dependabot[bot]
cdd94a8b93
chore(deps): bump the production-dependencies group with 3 updates (#367)
Bumps the production-dependencies group with 3 updates: [ash](https://github.com/ash-project/ash), [igniter](https://github.com/ash-project/igniter) and [postgrex](https://github.com/elixir-ecto/postgrex).


Updates `ash` from 3.3.2 to 3.3.3
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.3.2...v3.3.3)

Updates `igniter` from 0.3.16 to 0.3.17
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.16...v0.3.17)

Updates `postgrex` from 0.18.0 to 0.19.0
- [Release notes](https://github.com/elixir-ecto/postgrex/releases)
- [Changelog](https://github.com/elixir-ecto/postgrex/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-ecto/postgrex/compare/v0.18.0...v0.19.0)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: postgrex
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-08 08:53:03 -04:00
Jonatan Männchen
2d1c7d48ce
chore: Cleanup Test Output (#366) 2024-08-07 10:38:00 -04:00
dependabot[bot]
bc0cb6babd
chore(deps): bump the production-dependencies group with 2 updates (#365)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.3.1 to 3.3.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.3.1...v3.3.2)

Updates `igniter` from 0.3.14 to 0.3.16
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.14...v0.3.16)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-01 12:23:46 -04:00
Zach Daniel
2ddc53885b improvement: dynamically select and allow setting a repo 2024-07-31 17:48:55 -04:00
Zach Daniel
cba3966569 improvement: update ash_sql for latest fixes
test: add test for exists w/ from_many? relationship
2024-07-30 17:15:39 -04:00
Zach Daniel
b84713cca7 chore: release version v2.1.17 2024-07-27 17:13:49 -04:00
Zach Daniel
fb5e57cccf improvement: update ash & ash_sql for various fixes 2024-07-27 17:06:58 -04:00
Robert Timis
793d27ddd1
test: replicate type mismatch bug (#364) 2024-07-27 14:27:02 -04:00
Zach Daniel
07d84d4034 chore: release version v2.1.16 2024-07-25 16:18:43 -04:00
Zach Daniel
ac08104b25 fix: don't overwrite non-updated fields on update
improvement: update ash_sql for cleaner queries
2024-07-25 16:16:12 -04:00
Robert Timis
be7329d21a
docs: Update migrations-and-tasks.md (#363)
Add missing filter to account for resources without repo
2024-07-25 10:46:14 -04:00
Zach Daniel
2b4befedf1 chore: add igniter.install version of getting started guide 2024-07-25 07:02:12 -04:00
Zach Daniel
e49b678351 fix: ensure app is compiled before using repo modules 2024-07-24 17:22:14 -04:00
Zach Daniel
de2d344de7 chore: release version v2.1.15 2024-07-23 08:11:00 -04:00
Zach Daniel
cb397e9387 fix: use a subquery if any exists aggregates are in play
improvement: update ash_sql dependencies for bug fixes
2024-07-23 07:57:57 -04:00
Barnabas Jovanovics
306dc84ac2
test validation aggregates individually as well (#360)
* test aggregates individually as well

* test with atomic and non atomic actions

* test atomic and non atomic actions

* use message in context
2024-07-23 06:55:44 -04:00
Barnabas Jovanovics
9e4efa7b9b remove Logger config and enable aggregates in validation again 2024-07-23 10:00:52 +02:00
Barnabas Jovanovics
0a6f890907 add update case to validation test 2024-07-23 09:39:18 +02:00
Zach Daniel
605703c2e5 chore: release version v2.1.14 2024-07-22 15:41:55 -04:00
Zach Daniel
1b687b6c2a fix: properly convert tenant to string when building lateral join 2024-07-22 15:38:42 -04:00
Zach Daniel
8cd441a646 chore: release version v2.1.13 2024-07-22 11:50:22 -04:00
Zach Daniel
b00a7e6482 fix: update ash & ash_sql for fixes, test atomic alidations in destroys 2024-07-22 11:49:59 -04:00
Barnabas Jovanovics
a672c89697
test: test more aggregates (#359) 2024-07-22 11:25:00 -04:00
Barnabas Jovanovics
ece56c2bc9
test: add test for list aggregate in atomic validation (#358) 2024-07-22 10:29:00 -04:00
Zach Daniel
01edc539fc chore: release version v2.1.12 2024-07-19 15:12:46 -04:00
Zach Daniel
384344ab6b fix: properly add prod config in installer 2024-07-19 15:11:44 -04:00
Zach Daniel
5d9f2cd693 chore: remove debugging code 2024-07-19 13:30:13 -04:00
Zach Daniel
b3eea1e440 chore: fix build 2024-07-19 13:28:39 -04:00