Commit graph

322 commits

Author SHA1 Message Date
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
Zach Daniel
bb7d2a648b chore: release version v0.16.9 2021-05-06 17:23:08 -04:00
Zach Daniel
83e0e604a7 improvement: support eliding a type from an input object 2021-05-06 17:22:48 -04:00
Zach Daniel
dad3fbdf66 chore: release version v0.16.8 2021-05-05 16:15:16 -04:00
WolfDan
c530245295
improvement: Add float type (#20) 2021-05-05 16:15:01 -04:00
Zach Daniel
5a1df9f95a fix: ensure api modules are properly compiled first 2021-05-05 14:50:03 -04:00
Zach Daniel
389c780e29 chore: release version v0.16.7 2021-05-04 13:01:41 -04:00
Zach Daniel
06d674aac6 fix: don't have leaky errors
fix: support filtering on aggregates in nested resolvers
2021-05-04 13:01:15 -04:00
Zach Daniel
62041b689d chore: release version v0.16.6 2021-05-04 09:32:00 -04:00
Zach Daniel
405264911c fix: properly support limit/offset on relationships 2021-05-04 09:31:39 -04:00
Zach Daniel
814f94dc54 chore: release version v0.16.5 2021-05-01 16:40:05 -04:00
Zach Daniel
98f76fa28d chore: fix after? 2021-05-01 16:30:55 -04:00
Zach Daniel
64d87106e5 fix: error rendering some paginated results
fix: ensure id is required after belongs_to attribute
2021-05-01 16:29:18 -04:00
Zach Daniel
a8df1da3cd fix: don't require input types for filters 2021-04-30 16:22:21 -04:00
Zach Daniel
fb3f4d74df chore: release version v0.16.4 2021-04-28 16:54:25 -04:00
Zach Daniel
13799c37e7 fix: don't raise on missing relationship actions
fix: properly detect selection of count
2021-04-28 16:54:06 -04:00
Zach Daniel
74466c7e14 chore: release version v0.16.3 2021-04-27 13:18:15 -04:00
Zach Daniel
f1f96cebe7 fix: support Has operator 2021-04-27 13:17:16 -04:00
Zach Daniel
74c2b78d69 fix: properly calculate array aggregate types 2021-04-27 11:40:02 -04:00
Zach Daniel
2d76886535 chore: release version v0.16.2 2021-04-27 01:06:53 -04:00
Zach Daniel
1cef0d300a fix: only isNil is supported for array filters for now 2021-04-27 01:06:29 -04:00
Zach Daniel
2ec58be267 chore: release version v0.16.1 2021-04-26 17:47:48 -04:00
Zach Daniel
ce0e275a9a fix: load fields before sorting 2021-04-26 17:37:43 -04:00
Zach Daniel
ae23048ba1 fix: load aggregates used in sort 2021-04-26 17:35:03 -04:00
Zach Daniel
3a88127d0b fix: load aggregates from sorts 2021-04-26 17:25:23 -04:00
Zach Daniel
73efedb8da fix: load any aggregates referenced in the filter 2021-04-26 17:22:45 -04:00
Zach Daniel
c293ae5744 fix: more aggregate type fixes 2021-04-26 17:05:29 -04:00