Commit graph

1504 commits

Author SHA1 Message Date
Zach Daniel
76cfa7b5bb chore: release version v2.0.0-rc.13 2024-04-27 11:20:42 -04:00
Zach Daniel
203b4ca287 fix: ensure limit/offset triggers joining for update/destroy query 2024-04-27 09:49:47 -04:00
Zach Daniel
c8d9dfa826 fix: only reference sub if a subquery is created 2024-04-27 09:44:35 -04:00
dependabot[bot]
5cfba7c6fa
chore(deps): bump ash from 3.0.0-rc.29 to 3.0.0-rc.32 (#253)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.29 to 3.0.0-rc.32.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.29...v3.0.0-rc.32)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-26 23:56:55 -04:00
Zach Daniel
5de491dc1b chore: update ash 2024-04-26 23:55:01 -04:00
Zach Daniel
ba8465e037 chore: release version v2.0.0-rc.12 2024-04-26 23:53:43 -04:00
Zach Daniel
a2083ff736 fix: update ash_sql for inner join fixes
closes #252

chore: small test fixes
2024-04-26 23:51:29 -04:00
Riccardo Binetti
4bad5990c8
fix: fix argument order in AshSql.Bindings.default_bindings/4 (#251) 2024-04-26 19:32:42 -04:00
Zach Daniel
49548bb964 chore: update ash_sql 2024-04-26 03:23:31 -04:00
Zach Daniel
0fedb25de0 chore: release version v2.0.0-rc.11 2024-04-24 11:50:45 -04:00
Zach Daniel
1524501236 fix: properly honor limit in bulk operations 2024-04-24 10:17:05 -04:00
Albin Kocheril Chacko
731a9faad3
docs: align ash.codegen params with current version (#246) 2024-04-24 08:56:56 -04:00
dependabot[bot]
d44c057345
chore(deps): bump ash from 3.0.0-rc.28 to 3.0.0-rc.29 (#245) 2024-04-24 06:28:50 -04:00
Zach Daniel
673cd0312f fixs: fix dialyzer warning 2024-04-23 14:15:33 -04:00
Zach Daniel
090193f4ca chore: loosen dependency requirements 2024-04-23 10:57:45 -04:00
Zach Daniel
fba7a9e4f8 chore: release version v2.0.0-rc.10 2024-04-23 10:38:47 -04:00
Zach Daniel
1ad3cd4ba0 fix: undo change that expresses that atomics cant be done without ash-functions 2024-04-23 10:30:13 -04:00
Zach Daniel
1b844d7412 chore: update mix.lock 2024-04-22 20:43:06 -04:00
Zach Daniel
5875b17407 chore: release version v2.0.0-rc.9 2024-04-22 20:42:44 -04:00
Zach Daniel
3c4a3d30a5 fix: handle missing aggregate relationships and fields better in transformers
fix: update ash_sql for bug fixes
2024-04-22 20:42:11 -04:00
32448ea5de
chore: Add failing test for tenanted aggregate bug. (#244) 2024-04-22 19:06:06 -04:00
Zach Daniel
ec91e2ee9b fix: reproduce issue around atomic updates & validations 2024-04-22 18:58:57 -04:00
Zach Daniel
d26a189946 improvement: warn on missing ash-functions at compile time
closes #242
2024-04-22 12:08:30 -04:00
Zach Daniel
1b44e3199a chore: release version v2.0.0-rc.8 2024-04-22 11:34:04 -04:00
Zach Daniel
3007ebf1bf chore: update ash_sql dependency 2024-04-22 11:31:13 -04:00
Zach Daniel
7f3661ce42 chore: support adapter option to use AshPostgres.Repo 2024-04-21 11:11:00 -04:00
Zach Daniel
90ae9aeef9 chore: add mix_audit 2024-04-21 09:56:19 -04:00
Zach Daniel
8f1ae86db9 test: add some explicit destroy/soft destroy tests 2024-04-21 09:35:47 -04:00
Zach Daniel
a66a0f694c chore: update deps 2024-04-20 15:20:59 +01:00
Zach Daniel
48a31b17da chore: fix dep 2024-04-20 14:44:19 +01:00
Zach Daniel
4957ed28f3 fix: ensure that exists with a filter paired with from_many? functions properly 2024-04-20 14:39:53 +01:00
dependabot[bot]
4d18f56baf
chore(deps): bump ash from 3.0.0-rc.21 to 3.0.0-rc.25 (#241) 2024-04-19 19:31:53 +01:00
Zach Daniel
d36c2d1538 docs: add ash-functions to the extensions list in getting started 2024-04-17 02:00:12 +01:00
dependabot[bot]
e86f250ae5
chore(deps): bump ash_sql from 0.1.1-rc.5 to 0.1.1-rc.6 (#234)
Bumps [ash_sql](https://github.com/ash-project/ash_sql) from 0.1.1-rc.5 to 0.1.1-rc.6.
- [Changelog](https://github.com/ash-project/ash_sql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_sql/compare/v0.1.1-rc.5...v0.1.1-rc.6)

---
updated-dependencies:
- dependency-name: ash_sql
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-15 14:49:17 +01:00
Linus
e840258a9b
docs: Improve get started tutorial (#232)
- Remove repeated block of code in calculations section
- Calculations can refer _aggregates_.
2024-04-12 09:14:41 -04:00
Zach Daniel
8b6737c42d chore: release version v2.0.0-rc.7 2024-04-12 09:08:49 -04:00
Zach Daniel
f363995f94 docs: update docs to point at new tasks 2024-04-12 09:08:02 -04:00
Zach Daniel
3692dab287 chore: fix test app 2024-04-11 11:49:45 -04:00
Zach Daniel
e976ae5794 fix: update ash_sql, fix credo 2024-04-11 11:39:49 -04:00
dependabot[bot]
90923d20c4
chore(deps-dev): bump excoveralls from 0.18.0 to 0.18.1 (#231)
Bumps [excoveralls](https://github.com/parroty/excoveralls) from 0.18.0 to 0.18.1.
- [Release notes](https://github.com/parroty/excoveralls/releases)
- [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md)
- [Commits](https://github.com/parroty/excoveralls/compare/v0.18.0...v0.18.1)

---
updated-dependencies:
- dependency-name: excoveralls
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 17:34:42 -04:00
dependabot[bot]
b8ddcf1fc1
chore(deps): bump ash from 3.0.0-rc.14 to 3.0.0-rc.18 (#230)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.0-rc.14 to 3.0.0-rc.18.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.0-rc.14...v3.0.0-rc.18)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 17:34:33 -04:00
dependabot[bot]
20e32fe70a
chore(deps-dev): bump simple_sat from 0.1.2 to 0.1.3 (#229)
Bumps [simple_sat](https://github.com/ash-project/simple_sat) from 0.1.2 to 0.1.3.
- [Changelog](https://github.com/ash-project/simple_sat/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/simple_sat/compare/v0.1.2...v0.1.3)

---
updated-dependencies:
- dependency-name: simple_sat
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 17:34:20 -04:00
410de779f0
chore: enable dependabot for mix dependencies. 2024-04-11 09:32:34 +12:00
Zach Daniel
bd31387150 chore: release version v2.0.0-rc.6 2024-04-10 07:46:16 -04:00
Zach Daniel
11073e7683 chore: remove reference to out of date primer 2024-04-09 20:53:54 -04:00
Zach Daniel
14edb8ec36 chore: small formatting for task output fix 2024-04-09 20:51:24 -04:00
Zach Daniel
6d4c642522 docs: update docs for mix tasks 2024-04-09 20:49:39 -04:00
Zach Daniel
38eec0ba86 docs: reformat docs and revisit certain guides
improvement: support `mix ash.rollback` with interactive rollback
2024-04-09 20:21:04 -04:00
Zach Daniel
a02653e276 chore: use extra_applications instead of applications 2024-04-06 15:09:54 -04:00
Zach Daniel
cfaf1f8201 test: fix test application in CI
fix: use proper sql implementation in `default_bindings`
2024-04-06 10:12:31 -04:00