Commit graph

2334 commits

Author SHA1 Message Date
Zach Daniel
bd46571762 docs: remove old documented limitation 2023-01-31 14:42:51 -05:00
Zach Daniel
820d445631 fix: fix typespec for Ash.set_tenant/1 2023-01-31 12:12:04 -05:00
Zach Daniel
1f9ffdcf36 ci: fix subject test step names 2023-01-31 12:09:40 -05:00
Zach Daniel
437573a6b4 chore: fix test subprojects task 2023-01-31 11:43:22 -05:00
Zach Daniel
59f7f20889 ci: remove unnecessary step 2023-01-31 11:42:31 -05:00
Zach Daniel
af48fb1e00 ci: make sure ci dependencies are available in test 2023-01-31 11:39:34 -05:00
Zach Daniel
dd00b3267d ci: fix properly set subproject/name 2023-01-31 11:34:42 -05:00
Zach Daniel
51cb37ee2a ci: commit tool versions file since that is what CI uses 2023-01-31 11:25:00 -05:00
Zach Daniel
6ba00fc340 ci: give workflows proper names 2023-01-31 11:22:49 -05:00
Zach Daniel
9368a880e7 ci: remove doctor from build-dev deps 2023-01-31 11:22:05 -05:00
Zach Daniel
4affbd9ca7 ci: work on CI bugs 2023-01-31 11:21:04 -05:00
Zach Daniel
e900d00de8 ci: remove tweets/switch to standardized CI pipeline 2023-01-31 11:15:09 -05:00
Zach Daniel
9618234abb chore: release version v2.5.15 2023-01-30 21:50:07 -05:00
Zach Daniel
d101c05918 fix: set proper query aggregate when fetching aggregate values 2023-01-30 21:31:16 -05:00
Zach Daniel
c2dfaf75f2 chore: release version v2.5.14 2023-01-30 17:47:58 -05:00
Zach Daniel
ce6b44525f improvement: registry resource validations transformers -> verifiers
improvement: better error message on unknown relationship
2023-01-30 16:10:15 -05:00
Zach Daniel
227344631f chore: release version v2.5.13 2023-01-30 13:35:19 -05:00
Zach Daniel
9f057c057d fix: use destination query for aggregates, join auth to come later 2023-01-30 13:26:50 -05:00
Zach Daniel
c9d63d2936 fix: check changeset.valid? properly on destroys 2023-01-30 13:23:35 -05:00
Zach Daniel
dbb9dd4c98 fix: properly halt on action errors in before_action hooks 2023-01-30 11:52:35 -05:00
Zach Daniel
28b7def5c9 improvement: no async loads except when loading on initial data 2023-01-30 00:06:34 -05:00
Zach Daniel
d7841a90db improvement: support length constraints on array embeds 2023-01-29 20:46:56 -05:00
Zach Daniel
fae96036dd chore: release version v2.5.12 2023-01-29 18:24:23 -05:00
Zach Daniel
20a2ed8c1f improvement: simplify aggregate loading, fix bug with auth query resource 2023-01-29 18:12:05 -05:00
Rebecca Le
2dfff4476a
docs: Policy tweaks (#490) 2023-01-28 13:12:23 -05:00
Zach Daniel
72843dbf89 chore: release version v2.5.11 2023-01-28 09:14:22 -05:00
Zach Daniel
7dfcd2d3dd improvement: support {:ignore, changeset} from error handlers
improvement: add read action metadata
2023-01-28 09:02:21 -05:00
Zach Daniel
306ecd01e4 chore: update to latest spark 2023-01-27 15:50:47 -05:00
Zach Daniel
338cb3a84e chore: release version v2.5.10 2023-01-27 15:42:42 -05:00
Zach Daniel
167dba67ca improvement: upgrade to latest spark for compile time improvements
improvement: improve compile times by reorienting some compile deps
2023-01-27 15:32:28 -05:00
Zach Daniel
2787b5074b improvement: add relationships to underlying ecto schemas for better escape hatches 2023-01-27 11:20:08 -05:00
Zach Daniel
bfc592adab docs: add Ash.Resource.Attribute.Helpers to docs 2023-01-26 22:18:14 -05:00
Zach Daniel
eeeab08d32 improvement: reselect explicitly selected queries on reload 2023-01-26 22:13:11 -05:00
Zach Daniel
7ea8c38095 docs: add config to getting started guide, fix dsl links 2023-01-25 10:16:32 -05:00
Rebecca Le
d731933a9d
docs: Fix minor typos in guide headings (#488) 2023-01-23 22:40:28 -05:00
Zach Daniel
b538dbe391 chore: release version v2.5.9 2023-01-22 10:41:00 -05:00
Zach Daniel
71dcb17e8b fix: properly surface errors from embedded attributes 2023-01-22 10:40:38 -05:00
Zach Daniel
0a76ee77da fix: use original pkey for ets upsert lookup
we might be changing the primary key, and that would make
the ets upsert logic fail, this resolves that issue
2023-01-21 21:16:33 -05:00
Zach Daniel
86ad21b76f chore: release version v2.5.8 2023-01-20 11:39:35 -05:00
Zach Daniel
45ad1c6afa docs: document pub_sub debug option
fix: properly prepend the prefix to the topic
2023-01-20 11:31:31 -05:00
Zach Daniel
e5059ab13d chore: release version v2.5.7 2023-01-20 02:24:51 -05:00
Zach Daniel
fd669db6c5 ci: remove bad option from ci 2023-01-19 18:13:48 -05:00
Zach Daniel
dc51a961c1 improvement: include value in invalid error messages 2023-01-19 18:04:48 -05:00
Zach Daniel
e68ea11beb chore: release version v2.5.6 2023-01-18 22:00:42 -05:00
Zach Daniel
5b918a0a08 fix: properly load depended on aggregates
improvement: cleaner inspect for calculations
2023-01-18 21:58:58 -05:00
Zach Daniel
b1afa05026 chore: release version v2.5.5 2023-01-18 19:02:39 -05:00
James Harton
c142afde5a
docs: fix syntax highlighting in the "Why Ash?" guide. (#485) 2023-01-18 17:16:42 -05:00
Zach Daniel
1c6f007368 fix: properly handle functional manual creates 2023-01-18 11:09:14 -05:00
Zach Daniel
e3a4f51d67 improvement: add set_result for conditional manual actions/caching 2023-01-18 09:57:11 -05:00
Zach Daniel
02ad5b4c33 chore: update docced versions 2023-01-18 00:41:50 -05:00