Commit graph

446 commits

Author SHA1 Message Date
Zach Daniel
2fdcea7ef8 improvement: support default on aggregates
chore: update to latest ash patterns for testing
2021-10-25 18:53:34 -04:00
Zach Daniel
4522d70c1e chore: release version v0.41.0-rc.7 2021-10-24 14:31:04 -04:00
Zach Daniel
3a8d271e75 fix: fix can? for :joins (#73) 2021-10-24 14:30:55 -04:00
kernel-io
e4de6f59f6
bugfix: fix can? for :joins (#73) 2021-10-07 04:16:33 -04:00
Zach Daniel
149f4f3d9e chore: release version v0.41.0-rc.6 2021-09-26 08:15:51 -04:00
Michael St Clair
4307415cca
handle when no opts are passed to custom index (#72) 2021-09-25 20:02:00 -04:00
Zach Daniel
3f0aa74db2 fix: remove unused default value 2021-09-21 15:28:45 -04:00
Zach Daniel
4eb0b579f9 chore: release version v0.41.0-rc.5 2021-09-21 15:10:43 -04:00
Zach Daniel
b9dfc20bf6 fix: use proper identity names for polymorphic resources 2021-09-21 15:10:25 -04:00
Zach Daniel
013af52ee4 chore: release version v0.41.0-rc.4 2021-09-21 13:42:33 -04:00
Zach Daniel
b2350a5d6b fix: set identity names propertly for polymorphic resources 2021-09-21 13:41:58 -04:00
Zach Daniel
ed5118fe65 chore: release version v0.41.0-rc.3 2021-09-20 20:48:33 -04:00
Zach Daniel
b9afd37eb7 fix: handle nil values in snapshots better 2021-09-20 20:48:19 -04:00
Zach Daniel
61301942fc chore: release version v0.41.0-rc.2 2021-09-20 20:40:42 -04:00
Zach Daniel
9204ec0121 fix: remove unused field from snapshot parsing 2021-09-20 20:40:13 -04:00
Zach Daniel
6154a272a4 chore: use latest ash version in CI 2021-09-20 16:47:24 -04:00
Zach Daniel
a2c832e551 chore: release version v0.41.0-rc.1 2021-09-20 16:38:51 -04:00
Zach Daniel
be1fbd6137 improvement: support custom_indexes 2021-09-20 16:38:36 -04:00
Zach Daniel
d5dad1b04a chore: udpate git_ops 2021-09-13 13:01:52 -04:00
Zach Daniel
ce9455105c chore: release version v0.41.0-rc0 2021-09-13 12:58:45 -04:00
Zach Daniel
981f6c8ccd improvement!: update to latest ash/ecto versions w/ parameterized types 2021-09-13 12:58:23 -04:00
zimt28
e6a68f10d0
improvement: Support default tenant migration path in releases (#69) 2021-07-30 12:22:39 -04:00
Zach Daniel
7bb56fd2a2 chore: release version v0.40.11 2021-07-27 23:03:49 -04:00
Zach Daniel
54765f300a fix: set subquery prefix properly 2021-07-27 23:03:39 -04:00
Zach Daniel
10c6ba3874 chore: release version v0.40.10 2021-07-27 19:15:42 -04:00
Zach Daniel
dc054e09fb chore: undo unnecessary expr casting 2021-07-27 19:15:28 -04:00
Zach Daniel
e6ec25ec64 improvement: info on migration generator output 2021-07-27 18:35:14 -04:00
Zach Daniel
c6841c9e72 fix: set subquery source correctly
fix: create parameter for ci strings
2021-07-27 18:35:14 -04:00
Zach Daniel
e7ff7399e5 chore: update mix.lock 2021-07-26 18:03:29 -04:00
Zach Daniel
548f0f4eba improvement: use match: :full on attr multitenancy 2021-07-26 18:02:30 -04:00
Zach Daniel
1eacdc8c2e improvement: update to latest ash 2021-07-25 17:59:37 -04:00
Zach Daniel
7d9d7611cb fix: explicitly set prefix at each level 2021-07-24 16:59:23 -04:00
Zach Daniel
4493ea390c chore: update elixir version in CI 2021-07-24 11:42:48 -04:00
Zach Daniel
937ffa002d improvement: update to latest ash 2021-07-24 11:42:10 -04:00
Zach Daniel
5e5b5f3fc0 fix: interaction w/ attribute and context tenancy 2021-07-24 11:28:58 -04:00
Zach Daniel
85f27337d6 improvement: upgrade ash dep
chore: remove comment
test: add a sort test
2021-07-22 15:23:38 -04:00
Zach Daniel
9ed3b67978 chore: release version v0.40.9 2021-07-22 11:03:53 -04:00
Zach Daniel
34a8b5cc5b improvement: add sort + select test 2021-07-22 11:03:40 -04:00
Zach Daniel
9e4fce974f chore: add sort tests 2021-07-21 22:18:56 -04:00
Zach Daniel
17efc83eaa fix: don't add a non-list to a list 2021-07-19 17:12:01 -04:00
Zach Daniel
cdeb5b4b5e chore: release version v0.40.8 2021-07-19 14:35:18 -04:00
Zach Daniel
487c9f32d6 improvement: fix significant performance issue in lateral joins
fix: ensure source table is sorted in lateral join
2021-07-19 13:56:36 -04:00
Zach Daniel
3cbf11df36 chore: release version v0.40.7 2021-07-12 02:43:52 -04:00
Zach Daniel
aa334eb152 improvement: support default_prefix configuration 2021-07-12 02:43:39 -04:00
Zach Daniel
effb7b45cf chore: release version v0.40.6 2021-07-08 14:52:58 -04:00
Zach Daniel
95be84f734 improvement: --name when generating migrations 2021-07-08 14:52:53 -04:00
Zach Daniel
40c61576e0 chore: release version v0.40.5 2021-07-08 14:32:57 -04:00
Zach Daniel
ddbd43b611 fix: fix migrator mix tasks w/ only/except tenants
fix: drop foreign keys after table create properly
2021-07-08 13:35:16 -04:00
Zach Daniel
7f5a56d9bd improvement: add mix ash_postgres.rollback
fix: drop foreign keys before dropping table
2021-07-08 11:37:33 -04:00
Zach Daniel
1efbb45fa2 chore: update mix.lock 2021-07-05 14:33:35 -04:00