Commit graph

373 commits

Author SHA1 Message Date
Zach Daniel
448237d8d1 test: add test for data seeding 2024-09-16 08:39:56 -04:00
Zach Daniel
3c0872ab94 chore: update igniter and fix deprecation warning 2024-09-13 19:10:54 -04:00
Zach Daniel
43f6880308 chore: fix build 2024-09-13 15:11:25 -04:00
Zach Daniel
045796f916 improvement: update ash to latest version
chore: add some tests, use new `Igniter.Test`
2024-09-13 15:01:21 -04:00
Zach Daniel
b35b976547 improvement: support upcoming action_select options 2024-09-10 20:09:32 -04:00
Zach Daniel
b144ee1937 improvement: ensure Repo is started after telemetry
improvement: update to latest igniter functions
2024-09-10 13:40:21 -04:00
dependabot[bot]
8d22e6ed65
chore(deps): bump the production-dependencies group with 2 updates (#379)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [ash_sql](https://github.com/ash-project/ash_sql).


Updates `ash` from 3.4.2 to 3.4.4
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.4.2...v3.4.4)

Updates `ash_sql` from 0.2.31 to 0.2.32
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.2.31...v0.2.32)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: ash_sql
  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-09-05 13:04:44 -04:00
Zach Daniel
133be5094b feat: mix ash_postgres.gen.resources 2024-09-04 20:35:00 -04:00
Zach Daniel
0ccb35a713 chore: update ash 2024-09-03 22:42:57 -04:00
dependabot[bot]
c104e6a2ba
chore(deps): bump the production-dependencies group with 2 updates (#377) 2024-08-30 00:01:42 -04:00
Zach Daniel
4ccdc7b0b6 chore: update deps, fix tests 2024-08-26 11:16:40 -04:00
dependabot[bot]
1d8c2ae008
chore(deps): bump igniter in the production-dependencies group (#372)
Bumps the production-dependencies group with 1 update: [igniter](https://github.com/ash-project/igniter).


Updates `igniter` from 0.3.19 to 0.3.22
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.19...v0.3.22)

---
updated-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-22 09:35:26 -04:00
Zach Daniel
e7ea05edc6 chore: unlock deps 2024-08-15 07:48:29 -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
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
Zach Daniel
8f30052944 chore: update mix.lock 2024-08-12 14:25:04 -04:00
Zach Daniel
ed60267173 chore: update mix.lock 2024-08-09 16:10:39 -04:00
Zach Daniel
769f8bfccf fix: update ash_sql for exists aggregate fixes 2024-08-09 16:09:49 -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
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
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
fb5e57cccf improvement: update ash & ash_sql for various fixes 2024-07-27 17:06:58 -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
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
Zach Daniel
b00a7e6482 fix: update ash & ash_sql for fixes, test atomic alidations in destroys 2024-07-22 11:49:59 -04:00
Zach Daniel
8b5b5b4b6b fix: properly perform or don't perform configuration modification code 2024-07-19 12:34:06 -04:00
Zach Daniel
c63c988339 improvement: pluralize table name in extender
chore: get build passing & clean up code

closes #354
2024-07-18 12:53:38 -04:00
dependabot[bot]
4cb3a72c54
chore(deps-dev): bump mix_audit in the dev-dependencies group (#353)
Bumps the dev-dependencies group with 1 update: [mix_audit](https://github.com/mirego/mix_audit).


Updates `mix_audit` from 2.1.3 to 2.1.4
- [Changelog](https://github.com/mirego/mix_audit/blob/main/CHANGELOG.md)
- [Commits](https://github.com/mirego/mix_audit/compare/v2.1.3...v2.1.4)

---
updated-dependencies:
- dependency-name: mix_audit
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-18 08:34:08 -04:00
dependabot[bot]
0cac01fe30
chore(deps): bump ash in the production-dependencies group (#352)
Bumps the production-dependencies group with 1 update: [ash](https://github.com/ash-project/ash).


Updates `ash` from 3.2.1 to 3.2.2
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.1...v3.2.2)

---
updated-dependencies:
- dependency-name: ash
  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-07-18 08:33:38 -04:00
Zach Daniel
0bf9c4e9ec fix: update ash_sql for parent_as binding fix 2024-07-17 11:41:42 -04:00
Zach Daniel
67ab07abce fix: update to latest ash version for aggregate fix 2024-07-16 22:42:53 -04:00
Zach Daniel
7cf06f3956 fix: update ash_sql for include_nil? fix and test it 2024-07-16 22:40:15 -04:00
Zach Daniel
a121ba177f chore: test changes & update dependency 2024-07-16 08:58:04 -04:00
Zach Daniel
8cd8650f5a improvement: update ash/igniter dependencies 2024-07-15 22:01:18 -04:00
Zach Daniel
39c5a9daf4 chore: update ash_sql version 2024-07-15 13:52:40 -04:00
Zach Daniel
6f7d163da8 chore: update typespecs 2024-07-15 10:00:47 -04:00
Zach Daniel
c75875a556 chore: clean mix.lock 2024-07-15 09:53:36 -04:00
Zach Daniel
c2596a5d0f chore: update ash_sql for fix 2024-07-15 09:24:59 -04:00
Zach Daniel
5a9812f016 fix: ensure synthesized query aggregates have context set 2024-07-15 09:20:39 -04:00
Zach Daniel
da925604a8 improvement: use latest type casting code from ash 2024-07-14 11:44:33 -04:00
Zach Daniel
bfd3b64dd6 chore: update ash_sql 2024-07-14 10:07:32 -04:00
Zach Daniel
6a4586795e chore: update mix.lock 2024-07-14 09:27:01 -04:00
Zach Daniel
ca02cef7fc chore: update mix.lock 2024-07-13 16:17:01 -04:00
Zach Daniel
ef58c78313 test: add more tests for atomic update interactions
chore: get build passing
2024-07-12 23:23:42 -04:00
Zach Daniel
8f77275be6 chore: express dependencies on latest ecto/ecto_sql 2024-07-11 12:02:31 -04:00
Zach Daniel
7dcf19e895 fix: update ash_sql to fix select_merge behavior 2024-07-11 08:58:13 -04:00
Zach Daniel
edb24ef923 chore: update to ash 3.1 2024-07-09 19:57:04 -04:00
Barnabas Jovanovics
3385bd21f1
improvement: add storage type option (#342)
---------

Co-authored-by: Zach Daniel <zach@zachdaniel.dev>
2024-07-08 09:54:50 -04:00
Zach Daniel
f0d07a3a4d fix: ensure that from_many? relationships in lateral join are limited 2024-07-06 06:38:31 -04:00
Zach Daniel
bc42cce55b chore: generate migrations 2024-07-03 11:52:01 -04:00