Commit graph

200 commits

Author SHA1 Message Date
Zach Daniel
f1781d4c36 chore: release version v0.23.3 2023-04-14 10:46:27 -04:00
bcksl
31315db6f9
improvement: thread context from PlugHelpers.get_context through to Query and Changeset (#62) 2023-04-05 10:39:12 -04:00
Zach Daniel
9d05375555 chore: release version v0.23.2 2023-04-03 11:20:47 -04:00
Zach Daniel
f8a9f7d9aa chore: release version v0.23.1 2023-03-21 23:44:45 -04:00
Zach Daniel
ba9b14819b chore: release version v0.23.0 2023-03-21 21:27:25 -04:00
Zach Daniel
d59c8cfda7 chore: release version v0.22.13 2023-03-21 16:15:36 -04:00
Zach Daniel
e5002bc22d chore: release version v0.22.12 2023-03-13 18:33:41 -04:00
Zach Daniel
3cc3c32f45 improvement: add support for Ash.Type.NewType 2023-03-13 18:32:36 -04:00
Zach Daniel
744e8f504a chore: release version v0.22.11 2023-02-22 13:21:15 -05:00
Zach Daniel
9715b04160 chore: release version v0.22.10 2023-02-21 09:05:49 -05:00
Zach Daniel
0ecf70b54b docs: add AshGraphql.Resource.Helpers to docs 2023-02-20 20:19:00 -05:00
Zach Daniel
e8822232e7 chore: release version v0.22.9 2023-02-20 12:56:07 -05:00
Zach Daniel
58eb725802 chore: release version v0.22.8 2023-02-16 23:34:38 -05:00
Zach Daniel
f081126617 chore: release version v0.22.7 2023-02-16 16:54:46 -05:00
Zach Daniel
cf8267123e improvement: support new union types in ash 2023-02-15 08:20:35 -05:00
Zach Daniel
804390b433 chore: don't depend on overly restrained version of ash 2023-02-09 01:13:32 -05:00
Zach Daniel
7dc7fdf96b chore: release version v0.22.6 2023-02-09 01:11:22 -05:00
Zach Daniel
c6d06f2347 chore: release git_ops 2023-02-09 01:11:01 -05:00
Zach Daniel
3c7c14c065 docs: add AshGraphql to docs 2023-02-08 22:59:20 -05:00
Zach Daniel
2cf5dd7f85 ci: update to new CI 2023-01-31 23:54:39 -05:00
Zach Daniel
f0836f18b6 improvement: support metadata on read actions
metadata on read actions is merged with the rest of the fields on the query, so must have a name unique from the attributes/calculations/aggregates.

The system will warn you if there is metadata on the underlying action that is being ignored, and will tell you how to fix it.
2023-01-28 12:32:21 -05:00
Zach Daniel
5b26aa4f61 chore: release version v0.22.4 2023-01-18 01:11:55 -05:00
Zach Daniel
5901cd650a improvement: update ash and use new docs patterns 2023-01-18 01:10:40 -05:00
Zach Daniel
09fe8ce9bb chore: release version v0.22.3 2022-12-13 17:48:16 -05:00
Zach Daniel
c9c7602c9b chore: release version v0.22.2 2022-12-09 23:22:58 -05:00
Zach Daniel
e72f4981b5 chore: release version v0.22.1 2022-11-29 14:12:01 -05:00
Zach Daniel
8e2db0bc77 chore: release version v0.20.4 2022-11-22 13:28:54 -05:00
Zach Daniel
689b0db421 improvement: update to new docs 2022-11-03 09:51:12 -07:00
Zach Daniel
fb7b60f9e1 chore: update ash version and in build 2022-11-01 22:50:01 -04:00
Zach Daniel
5962589074 chore: release version v0.20.3 2022-11-01 22:24:59 -04:00
Zach Daniel
48e6271d0d fix: don't set mutation block if no mutations exist 2022-11-01 21:58:41 -04:00
Zach Daniel
f5356321bb chore: release version v0.21.0 2022-10-31 13:19:54 -04:00
Zach Daniel
b3cb92e8e9 improvement: update to latest ash 2022-10-31 13:19:42 -04:00
Zach Daniel
c650126819 fix: resolve issues compiling resources with no type
fix: adding an empty query block is apparently problematic?
2022-10-31 13:07:57 -04:00
James Harton
57e42cac6b
feat(AshGraphql.Plug): Support standard actor/tenant configuration. (#43) 2022-10-30 17:49:24 -04:00
Zach Daniel
eefa8750b6 chore: release version v0.20.2 2022-10-21 08:53:50 -04:00
Zach Daniel
9ff395711e improvement: handle keyset & offset pagination when combined on an action (by preferring keyset)
improvement: use new `depend_on_resources/` from Ash to remove the need for registry in schema
fix: various pagination fixes
2022-10-21 08:51:31 -04:00
Zach Daniel
56f38c5099 chore: release version v0.20.1 2022-10-20 13:31:19 -04:00
Zach Daniel
5d0bdd8e15 improvement: update to latest ash 2022-10-20 11:14:35 -04:00
Zach Daniel
5d5d8f44ab improvement: update to latest ash 2022-10-11 16:12:41 -04:00
Zach Daniel
d97287db2c chore: update git_ops 2022-10-11 15:46:41 -04:00
Zach Daniel
f70eb479cb chore: release version v0.20.0-rc.3 2022-09-27 23:52:44 -04:00
Zach Daniel
86e31717c2 improvement: update to latest ash 2022-09-27 23:52:34 -04:00
Zach Daniel
92631f91b6 improvement: add options for remapping field/argument names
fix: use the dataloader for loading calculations, to allow for aliases
2022-09-26 00:12:10 -04:00
Zach Daniel
9095a5ae45 improvement: add attribute_types and attribute_input_types
improvement: require configuration of datetime types
2022-09-22 13:31:40 -04:00
Zach Daniel
9ea724aa82 chore: release version v0.20.0-rc.2 2022-09-20 23:11:40 -04:00
Zach Daniel
fa1a6d0021 improvement: update to latest ash 2022-09-20 23:11:21 -04:00
Zach Daniel
b4dc207ed8 chore: release version v0.20.0-rc.1 2022-09-15 17:16:26 -04:00
Zach Daniel
a557a35efd improvement: update to latest ash 2022-09-15 17:14:44 -04:00
Zach Daniel
378892e387 improvement: support latest ash 2022-09-14 12:46:12 -04:00