Commit graph

389 commits

Author SHA1 Message Date
Jeremy Ward
11665e0784
fix: fix fragment processing broken (#64) 2021-05-01 10:05:12 -04:00
Zach Daniel
c65183685c chore: release version v0.38.0 2021-04-29 17:31:38 -04:00
Zach Daniel
7115bec586 feat: support new side load improvements 2021-04-29 17:31:34 -04:00
zimt28
fe7d188e26
improvement: Preserve attribute order (#63) 2021-04-28 17:23:24 -04:00
Zach Daniel
5f27e329bc chore: release version v0.37.8 2021-04-27 17:17:38 -04:00
Zach Daniel
b7efe6e078 improvement: custom index names
fix: simpler index names
2021-04-27 17:16:56 -04:00
Zach Daniel
41e95af715 fix: don't prefix unique indices with prefix() 2021-04-27 16:15:55 -04:00
Zach Daniel
ae3f2c0b07 fix: sort index operations last 2021-04-27 16:08:16 -04:00
Zach Daniel
65d79463ec chore: release version v0.37.7 2021-04-27 13:16:54 -04:00
Zach Daniel
07244d66a8 fix: remove inspects that were left in by accident 2021-04-27 13:16:44 -04:00
Zach Daniel
a312e4d6c7 chore: release version v0.37.6 2021-04-27 13:03:20 -04:00
Zach Daniel
79cba4553b fix: type cast atoms to strings in last ditch cast 2021-04-27 13:03:02 -04:00
Zach Daniel
5ff91a64dd chore: release version v0.37.5 2021-04-27 12:09:21 -04:00
Zach Daniel
0e235a6ded fix: properly type cast 2021-04-27 12:09:21 -04:00
zimt28
eba0878895
fix: Remove duplicate file extension (#60) 2021-04-27 10:52:47 -04:00
Zach Daniel
be96d95c2d chore: release version v0.37.4 2021-04-26 16:45:58 -04:00
Zach Daniel
1cce277e7d improvement: support list aggregate 2021-04-26 16:45:47 -04:00
Zach Daniel
bad433d8dc chore: release version v0.37.3 2021-04-26 13:25:43 -04:00
Zach Daniel
8bcc2a16eb fix: stringify struct defaults in migration generator 2021-04-26 13:21:57 -04:00
zimt28
04190e18e2
fix: properly comment out extension uninstallation code 2021-04-25 20:29:05 -04:00
Zach Daniel
fc8b4ffce2 chore: release version v0.37.2 2021-04-21 13:50:17 -04:00
Zach Daniel
301f05604c improvement: support ash enums 2021-04-21 13:50:11 -04:00
Zach Daniel
8f295e4dc6 chore: release version v0.37.1 2021-04-19 17:47:15 -04:00
Zach Daniel
e9222bebfa fix: include type in references (because it is *not* automatic) 2021-04-19 17:28:00 -04:00
Zach Daniel
89db22fe39 chore: release version v0.37.0 2021-04-19 14:27:04 -04:00
Zach Daniel
1f6621b852 feat: add check_constraints, both for validation and migrations 2021-04-19 14:26:41 -04:00
Zach Daniel
e8cc9eb489 chore: release version v0.36.5 2021-04-13 12:39:45 -04:00
Zach Daniel
aa49b0f4ea chore: fix default foreign key name 2021-04-13 12:38:39 -04:00
Zach Daniel
7845126037 test: confirm new behavior 2021-04-13 12:31:14 -04:00
Zach Daniel
250f8b195c fix: always drop constraints before modifying
fix: properly compare old references and new references
2021-04-13 12:19:50 -04:00
Zach Daniel
0a803626d9 chore: release version v0.36.4 2021-04-12 14:14:59 -04:00
Zach Daniel
4417eaa6a1 improvement: default integers to :bigint
fix: don't explicitly set type in `references`
2021-04-12 14:13:23 -04:00
Zach Daniel
9d10b7e850 chore: release version v0.36.3 2021-04-12 12:30:42 -04:00
WolfDan
ac0b18c72b
improvement: primary autoincrement key as bigserial (#54) 2021-04-12 12:30:30 -04:00
Zach Daniel
86378914ef chore: release version v0.36.2 2021-04-09 00:54:04 -04:00
Zach Daniel
737a6a5442 improvement: support new ash select feature 2021-04-09 00:53:50 -04:00
Zach Daniel
026417f678 chore: fix CI version of Ash 2021-04-04 16:33:34 -04:00
Zach Daniel
5a7008f365 chore: release version v0.36.1 2021-04-04 16:25:56 -04:00
Zach Daniel
910b3e0c3d chore: update to latest ash 2021-04-04 16:25:48 -04:00
Zach Daniel
2d0245e368 chore: open up some migration APIs for experimentation purposes 2021-04-04 16:09:26 -04:00
Michael St Clair
cf92fe14a5
improvement: add sum aggregate (#53) 2021-04-04 16:05:41 -04:00
Zach Daniel
30223a1f9b fix: raise when all_tenants/0 default impl is called 2021-04-02 10:24:42 -04:00
Zach Daniel
20a548dc65 chore: update gh ci version 2021-04-01 02:26:44 -04:00
Zach Daniel
c57cb5d74a chore: release version v0.36.0 2021-04-01 02:20:15 -04:00
Zach Daniel
4d2d29d976 feat: support configuring references
feat: support configuring polymorphic references
feat: support `distinct` Ash queries
2021-04-01 02:19:30 -04:00
Zach Daniel
e7ea1f9f5f chore: rename migration file 2021-03-29 11:12:31 -04:00
regularfellow
2807b191fc
chore: Test creating resource with uuid or integer primary key (#48)
Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2021-03-29 11:03:45 -04:00
Zach Daniel
5dd8a1538b chore: fix CI setup-elixir version 2021-03-29 10:12:37 -04:00
Zach Daniel
a0cadb5758 chore: release version v0.35.5 2021-03-29 09:27:47 -04:00
Zach Daniel
e2eb2d4483 improvement: only count resources w/ create action for nullability 2021-03-29 09:27:18 -04:00