Commit graph

881 commits

Author SHA1 Message Date
Jason Axelson
93ad7d18ca
docs: Update docs in readme (#50) 2021-03-14 17:22:59 -04:00
Zach Daniel
72afa96a45 chore: release version v0.35.2 2021-03-04 22:55:29 -05:00
Zach Daniel
99d4095d26 fix: more conservative inner join checks 2021-03-04 22:54:40 -05:00
Zach Daniel
0b7817e420 fix: add back in inner join detection logic 2021-03-04 22:50:12 -05:00
Zach Daniel
ff588ca7d6 chore: release version v0.35.1 2021-03-02 12:49:27 -05:00
Zach Daniel
6453cb8bf6 fix: don't start the whole app in migrate 2021-03-02 12:47:13 -05:00
Zach Daniel
e6f42bfd83 chore: release version v0.35.0 2021-03-02 12:33:37 -05:00
Zach Daniel
4be11ffc70 feat: automatically install extensions from repo 2021-03-02 12:33:24 -05:00
Zach Daniel
b6a0115222 chore: release version v0.34.7 2021-03-02 11:39:11 -05:00
Zach Daniel
ef9ddd9c54 fix: typo in references for multitenancy
fix: `null: true` when attr isn't on all resources for a table
2021-03-02 11:38:12 -05:00
Zach Daniel
42ab86de69 chore: release version v0.34.6 2021-02-24 14:01:52 -05:00
Zach Daniel
eb703efe6f fix: better embedded filters, switch to latest ash 2021-02-24 13:59:49 -05:00
Zach Daniel
ecabf9a5b1 chore: release version v0.34.5 2021-02-22 23:54:01 -05:00
Zach Daniel
33a84e1799 improvement: support latest ash 2021-02-22 23:53:18 -05:00
Zach Daniel
84f8cc57fd chore: release version v0.34.4 2021-02-08 15:30:10 -05:00
Zach Daniel
0ce0cc9d09 fix: trim when choosing new attribute name 2021-02-08 15:29:52 -05:00
Zach Daniel
9f8df52cad chore: release version v0.34.3 2021-02-06 16:03:30 -05:00
Zach Daniel
3fa60c68ea fix: don't reference polymorphic tables to belongs_to relationships 2021-02-06 16:03:06 -05:00
Zach Daniel
7d20669486 chore: release version v0.34.2 2021-02-06 15:53:09 -05:00
Zach Daniel
5cb77c757a chore: format + test 2021-02-06 15:52:47 -05:00
Zach Daniel
1386d06bf7 fix: set up references properly 2021-02-06 15:44:00 -05:00
Zach Daniel
a3f0bd8ccc chore: release version v0.34.1 2021-02-06 15:22:45 -05:00
Zach Daniel
b800b2c984 chore: format 2021-02-06 15:21:52 -05:00
Zach Daniel
cb6943b233 fix: reference the configured table if set 2021-02-06 15:05:37 -05:00
Zach Daniel
20a117ab7d chore: fix function reference 2021-02-05 19:04:21 -05:00
Zach Daniel
38e7f988e7 chore: add polymorphic guide to extras 2021-02-05 19:03:27 -05:00
Zach Daniel
34843d039d chore: add docs to index 2021-02-05 19:02:06 -05:00
Zach Daniel
2468a2218b chore: release version v0.34.0 2021-02-05 19:00:13 -05:00
Zach Daniel
38342bc19f chore: update CI 2021-02-05 19:00:02 -05:00
Zach Daniel
70568c43c0 feat: support polymorphic relationships 2021-02-05 18:59:33 -05:00
Zach Daniel
c5f69eaa69 chore: WIP on polymorphic associations 2021-01-31 16:39:59 -05:00
Zach Daniel
9d5583cce7 chore: WIP on polymorphic relationships 2021-01-28 19:42:55 -05:00
Zach Daniel
31b6edce4e chore: update moduledocs 2021-01-26 20:37:54 -05:00
Zach Daniel
979885780d chore: define the application properly 2021-01-26 20:21:53 -05:00
Zach Daniel
a0fe984005 chore: add a test app, see if that works 2021-01-26 20:02:53 -05:00
Zach Daniel
ae2be1f601 chore: fix CI for real this time 2021-01-26 19:45:34 -05:00
Zach Daniel
79b1bacd2b chore: release version v0.33.1 2021-01-26 19:37:59 -05:00
Zach Daniel
4c29969509 fix: actually insert the tracking row 2021-01-26 19:37:32 -05:00
Zach Daniel
86502cb9a9 chore: fix Ci 2021-01-26 19:29:11 -05:00
Zach Daniel
38464f0c0e chore: add generate_migrations 2021-01-26 19:24:25 -05:00
Zach Daniel
6fcdb8f3e4 chore: include the guide in docs 2021-01-26 19:23:58 -05:00
Zach Daniel
c1db790433 chore: release version v0.33.0 2021-01-26 19:21:13 -05:00
Zach Daniel
1dd9df2a6c docs: add a migrations_and_tasks guide 2021-01-26 19:20:46 -05:00
Zach Daniel
fbc42ce87a fix: rework the way multitenant migrations work
feat: add `mix ash_postgres.create`

feat: add `mix ash_postgres.migrate`

feat: add `mix ash_postgres.migrate --tenants`

feat: add `mix ash_postgres.drop`
2021-01-26 19:16:29 -05:00
Zach Daniel
98e412f4ab chore: release version v0.32.2 2021-01-26 15:08:14 -05:00
Zach Daniel
7f8aa98f24 improvement: better errors for multitenant unique constraints
fix: un-break the `in` filter type casting code

test: add tests for untested features
2021-01-26 15:07:26 -05:00
Zach Daniel
bdb155a872 chore: release version v0.32.1 2021-01-24 13:25:12 -05:00
Zach Daniel
d8b3db7bf1 fix: ago was adding, not subtracting 2021-01-24 13:24:43 -05:00
Zach Daniel
1135189b35 chore: release version v0.32.0 2021-01-23 22:45:29 -05:00
Zach Daniel
5b3fd3f144 feat: support latest ash + contains 2021-01-23 22:45:15 -05:00