Commit graph

748 commits

Author SHA1 Message Date
Zach Daniel
d4a7012d6e fix: set actor on initial read of record for update 2021-07-30 17:05:22 -04:00
Zach Daniel
03f983340e chore: release version v0.16.21 2021-07-04 16:45:56 -04:00
Zach Daniel
63991006e2 chore: update ash version in CI 2021-07-04 16:45:26 -04:00
Zach Daniel
a508f5632f chore: update mix.lock 2021-07-04 16:44:52 -04:00
Zach Daniel
476888717a improvement: support latest ash 2021-07-04 16:44:36 -04:00
Zach Daniel
cacf5858ea chore: release version v0.16.20 2021-07-01 23:00:04 -04:00
Zach Daniel
5891ea80b5 chore: release version v0.16.19 2021-07-01 22:59:53 -04:00
Zach Daniel
6c92a23040 improvement: update to latest ash 2021-07-01 22:59:16 -04:00
Zach Daniel
b3a4e5efa4 chore: release version v0.16.18-rc5 2021-06-29 12:17:55 -04:00
Zach Daniel
3a0b0c3f83 improvement: add as_mutation for queries
improvement: support `modify_resolution` for queries
2021-06-29 12:17:33 -04:00
Zach Daniel
2a15f61d18 chore: set ash version dep properly 2021-06-28 13:42:25 -04:00
Zach Daniel
f74405bfcc chore: release version v0.16.18-rc4 2021-06-28 13:33:35 -04:00
Zach Daniel
dffe4de9f5 improvement: update to latest rc
improvement: add `short_message` and `vars` to errors
2021-06-28 13:33:01 -04:00
Zach Daniel
f5db934fef chore: release version v0.16.18-rc3 2021-06-21 17:23:01 -04:00
Zach Daniel
b313618d3a fix: include new custom type 2021-06-21 17:20:24 -04:00
Zach Daniel
96bafe2aef docs: add json guide 2021-06-15 11:25:11 -04:00
Zach Daniel
cedfc050fc chore: release version v0.16.18-rc2 2021-06-15 11:19:48 -04:00
Zach Daniel
5e593ec40c improvement: old json -> json_string
improvement: new json does not stringify outpu
2021-06-15 11:16:10 -04:00
Zach Daniel
020ad849ea improvement: add modify_resolution for mutations 2021-06-14 12:08:26 -04:00
Zach Daniel
7a134f2208 chore: release version v0.16.18-rc1 2021-06-08 17:38:39 -04:00
Zach Daniel
95945b578a chore: update git_ops 2021-06-08 17:38:30 -04:00
Zach Daniel
d86e60ec68 fix: catch error in `massage_filter/2 2021-06-08 17:37:59 -04:00
Zach Daniel
b537ce8a1d chore: release version v0.16.18-rc0 2021-06-04 15:07:43 -04:00
Zach Daniel
0cc81ce9f6 improvement: support expression calculations 2021-06-04 15:07:12 -04:00
Zach Daniel
eb0c86ad99 chore: release version v0.16.17 2021-05-22 23:50:46 -04:00
Zach Daniel
0aa2787d52 improvement: support identity: false for read
improvement: don't type embedded resources is nullable
2021-05-22 23:49:31 -04:00
Zach Daniel
c91f525692 chore: release version v0.16.16 2021-05-21 10:56:27 -04:00
Zach Daniel
053cef4a65 fix: destroys can still have input objects 2021-05-21 10:56:10 -04:00
Simon Bergström
70bdcf3216
test: add a test to demonstrate an issue with soft deletes in GraphQL (#24) 2021-05-21 10:43:54 -04:00
Zach Daniel
7e08148cec chore: release version v0.16.15 2021-05-19 01:30:19 -04:00
Zach Daniel
23094215ef fix: avoid dialyzer errors on generated code 2021-05-19 01:29:57 -04:00
Zach Daniel
04de3decad chore: fix lint 2021-05-18 14:19:54 -04:00
Zach Daniel
31bcf8039e fix: traverse all nested embeds for enum type defs 2021-05-18 14:07:01 -04:00
Zach Daniel
8257749754 chore: release version v0.16.14 2021-05-15 12:04:27 -04:00
Zach Daniel
3f0aab37e2 improvement: non nullable aggregates where possible 2021-05-15 12:03:58 -04:00
Zach Daniel
7dec652f59 chore: release version v0.16.13 2021-05-14 13:10:40 -04:00
Zach Daniel
2f31650899 fix: don't load fields if no fields to load 2021-05-14 13:08:25 -04:00
Zach Daniel
77bf8788f5 improvement: log error stacktraces 2021-05-14 12:31:12 -04:00
Zach Daniel
8945851fd1 improvement: add stacktraces? option 2021-05-14 12:25:43 -04:00
Zach Daniel
8ae59ba550 chore: release version v0.16.12 2021-05-12 06:49:22 -04:00
Zach Daniel
84ca2e7125 chore: format 2021-05-12 06:49:08 -04:00
Simon Bergström
c222e8088a
fix: Check for nil rather than the value as not does not accept a function (#23)
Co-authored-by: Simon Bergström <simon.bergstrom@erlang-solutions.com>
2021-05-12 06:48:58 -04:00
Zach Daniel
e8e3624ce5 chore: release version v0.16.11 2021-05-11 19:40:04 -04:00
Zach Daniel
2422440da7
test: Added a test case to managed_relationship with a many_to_many resource (#22)
fix: fix compiler warning

Co-authored-by: Simon Bergström <simon.bergstrom@erlang-solutions.com>
2021-05-11 19:35:50 -04:00
Zach Daniel
374cdb214d chore: update ash version 2021-05-11 19:35:13 -04:00
Zach Daniel
3215bdbe12 fix: identities -> lookup_identities 2021-05-11 17:36:09 -04:00
Zach Daniel
aed4306fb9 fix: don't require attributes that should not be required 2021-05-11 17:27:26 -04:00
Zach Daniel
5ecf8bf838 improvement: allow customizing identity/pkey on_lookup 2021-05-11 12:12:28 -04:00
Zach Daniel
ca08c359fd chore: release version v0.16.10 2021-05-10 02:20:16 -04:00
Zach Daniel
b8ca64590f fix: support soft destroys
fix: support actions with no input objects
2021-05-10 02:19:47 -04:00