Commit graph

152 commits

Author SHA1 Message Date
Zach Daniel
29909742e2 chore: don't explicitly set type when looking up actions 2022-05-28 21:30:34 -04:00
Zach Daniel
c717ad1ade chore: don't explicitly set type when validating action 2022-05-28 21:26:58 -04:00
Frank Dugan III
13c2abe11a
feat: add policy breakdowns option (#35) 2022-05-24 16:42:40 -04:00
Zach Daniel
0a241cb26e fix: update to latest ash and use new interval type 2022-05-23 16:33:27 -04:00
Frank Dugan III
62c2e4fecb
fix: Types with no constraints crash (#34) 2022-05-20 12:32:06 -04:00
Zach Daniel
96f3a63b74 fix: update to latest ash, fix transformer, get tests working 2022-05-17 12:30:19 -04:00
Maxim Martynov
cc5f3a31f2
fix: Handle error if multitenant resource was fetched without tenant being set (#33) 2022-05-11 12:45:49 -04:00
Zach Daniel
d00e0a6e5d improvement: require registry explicitly to help with compile times 2022-05-10 11:49:19 -04:00
Michael St Clair
6fb99a3ab0
improvement: setup generate_object? setting on resource (#32) 2022-05-09 21:53:01 -04:00
Zach Daniel
5e2b1bc16f fix: depend on registry at compile time 2022-04-26 12:46:51 -04:00
Zach Daniel
4fb3c7d8c6 fix: bug on enum_definitions/3 call 2022-04-26 12:15:48 -04:00
Zach Daniel
8ed9938201 improvement: fix lint/credo/versions 2022-04-26 11:35:09 -04:00
Zach Daniel
a8aa57e0f5 fix: add relay node type properly 2022-04-04 16:55:22 -04:00
Zach Daniel
5d35cf092e fix: ignore embedded resources accidentally placed in API 2022-03-25 13:17:35 -04:00
Zach Daniel
34bc363cf5 Revert "improvement: only do auto enums when doing resource types"
This reverts commit 64ef3efb52.
2022-03-24 18:53:46 -04:00
Zach Daniel
64ef3efb52 improvement: only do auto enums when doing resource types 2022-03-24 18:47:56 -04:00
Zach Daniel
fdee19c3a5 fix: don't include the same enum multiple times 2022-03-24 17:05:53 -04:00
Zach Daniel
191b9b2d80 fix: properly generate types for interval type 2022-01-31 15:06:06 -05:00
Zach Daniel
862bfdd7b4 improvement: updates to handle the new registry changes 2022-01-31 14:55:14 -05:00
Michael St Clair
2348d97534
fix: pass calculation to field type (#29) 2021-10-08 15:59:06 -04:00
Zach Daniel
bdf814cae2 fix: fix get resolver not_found message 2021-09-13 16:55:03 -04:00
Zach Daniel
2632e477b3 fix: authorize reads before destroy
fix: return error when get is nil w/ allow_nil? == false
2021-09-12 16:39:48 -04:00
Zach Daniel
300858f418 fix: select in the new after_action hook, for calculations 2021-09-12 02:13:19 -04:00
Michael St Clair
ffa7d3efdd
fix: fix changeset.errors on destroy (#26) 2021-09-11 15:18:38 -04:00
Zach Daniel
f9b1b75edc feat: more configurable error behavior
added `root_level_errors?` and `show_raised_errors?`
2021-09-09 11:49:36 -04:00
Zach Daniel
c11ad2a6a4 WIP 2021-09-09 00:27:49 -04:00
Zach Daniel
d2d8f199f7 fix: search for types in calculations 2021-09-07 17:06:20 -04:00
Zach Daniel
5dfff6a9a2 fix: if no primary key (only embeds support that), don't require id 2021-09-03 14:44:55 -04:00
Zach Daniel
4b78323550 fix: more non null primar keys! 2021-09-03 13:42:00 -04:00
Zach Daniel
91a457ed2e improvement: more non null constraints 2021-09-03 13:30:47 -04:00
Zach Daniel
50a3a1ccda fix: make primary key attributes appropriately non nil 2021-09-03 13:04:52 -04:00
Zach Daniel
d4f97febf5 improvement: support create/update metadata 2021-08-29 15:23:28 -04:00
Zach Daniel
d8a3e1b155 improvement: add groundwork for relay support 2021-08-03 18:56:08 -04:00
Zach Daniel
d4a7012d6e fix: set actor on initial read of record for update 2021-07-30 17:05:22 -04:00
Zach Daniel
476888717a improvement: support latest ash 2021-07-04 16:44:36 -04:00
Zach Daniel
6c92a23040 improvement: update to latest ash 2021-07-01 22:59:16 -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
dffe4de9f5 improvement: update to latest rc
improvement: add `short_message` and `vars` to errors
2021-06-28 13:33:01 -04:00
Zach Daniel
b313618d3a fix: include new custom type 2021-06-21 17:20:24 -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
d86e60ec68 fix: catch error in `massage_filter/2 2021-06-08 17:37:59 -04:00
Zach Daniel
0cc81ce9f6 improvement: support expression calculations 2021-06-04 15:07:12 -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
053cef4a65 fix: destroys can still have input objects 2021-05-21 10:56:10 -04:00
Zach Daniel
23094215ef fix: avoid dialyzer errors on generated code 2021-05-19 01:29:57 -04:00
Zach Daniel
31bcf8039e fix: traverse all nested embeds for enum type defs 2021-05-18 14:07:01 -04:00
Zach Daniel
3f0aab37e2 improvement: non nullable aggregates where possible 2021-05-15 12:03:58 -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