Commit graph

542 commits

Author SHA1 Message Date
Zach Daniel
5a6d6487f2
chore: release version v1.14.0 2020-09-23 21:06:37 -04:00
Zach Daniel
d1d84422ed
fix: typespec/error message improvements 2020-09-23 21:06:12 -04:00
Zach Daniel
c29c8ab7f6
docs: clarify example in readme 2020-09-22 18:27:40 -04:00
mario
2efcf12818
feat: descriptions for actions and relationships (#116) 2020-09-22 17:48:46 -04:00
Zach Daniel
ca66133777
docs: organize modules/builtins docs 2020-09-22 11:22:21 -04:00
Zach Daniel
6df3f4eb17
docs: fix ash_graphql link 2020-09-22 11:02:21 -04:00
Zach Daniel
d10ae9bad1
docs: update query/authorization docs 2020-09-22 10:51:15 -04:00
Zach Daniel
b4f7492dfe
Docs: update readme 2020-09-22 08:21:42 -04:00
Zach Daniel
a6e99cf423
ci: only deploy on master branch 2020-09-21 19:00:30 -04:00
Zach Daniel
889f1dc368
chore: release version v1.13.4 2020-09-21 18:38:40 -04:00
Zach Daniel
9fc3c569ca
chore: update mix.lock 2020-09-21 18:38:16 -04:00
Zach Daniel
0f34797ee2
fix: upgrade picosat dependency 2020-09-21 18:33:45 -04:00
Zach Daniel
e75ae597d2
docs: add links to extensions 2020-09-21 18:33:44 -04:00
Jan Pieper
348a814fc6
fix: correct comment in UUID type (#115) 2020-09-21 17:51:58 -04:00
Zach Daniel
80980f4435
chore: Update License 2020-09-21 14:00:57 -04:00
Zach Daniel
448b8f06a0
docs: add example application 2020-09-19 21:54:24 -04:00
Zach Daniel
377935ef6b
chore: release version v1.13.3 2020-09-19 16:40:30 -04:00
Zach Daniel
f41cc77549
Various Improvements (#113) 2020-09-19 15:46:34 -04:00
Zach Daniel
157f57c8ae
chore: release version v1.13.2 2020-09-07 15:27:45 -04:00
Zach Daniel
5552ce1f83
fix: remove delegate data layer (#112)
The delegation data layer was the wrong tactic. We should model
shared behavior as composition, not inheritance (which is essentially
what the delegation data layer turned into)
2020-09-06 01:16:21 -04:00
Zach Daniel
c75ae780d7
fix: delete process/global storage properly 2020-09-05 23:14:01 -04:00
Zach Daniel
863dba6a78
chore: release version v1.13.1 2020-09-04 01:02:36 -04:00
Zach Daniel
28d2d9b363
fix: Fix identities (#110) 2020-09-04 00:59:32 -04:00
Zach Daniel
78cde9cacf
chore: release version v1.13.0 2020-09-01 23:37:34 -04:00
Zach Daniel
243c9f05a2
feat: required belongs_to relationships (#107)
fix: various delegate data layer improvements

fix: engine halting issues

feat: support filter templates on read actions

feat: builtin concat calculation
2020-09-01 23:34:55 -04:00
Mike Binns
06d361694b
chore: Add validation of sub-projects (#102) 2020-08-30 03:15:28 -04:00
Zach Daniel
9a3962d47a
feat: add changes to actions (#106) 2020-08-30 03:15:16 -04:00
Zach Daniel
a58367414d
feat: add accept option to create/update actions (#105) 2020-08-28 02:58:03 -04:00
Jason Goldberger
3ff4415c77
docs: elixir syntax highlighting in README.md (#104) 2020-08-27 23:34:47 -04:00
Zach Daniel
eb63bc9d4d
chore: only run coverage once (#103) 2020-08-27 22:49:10 -04:00
Zach Daniel
c5c51ebed9
chore: fix build issues 2020-08-27 21:14:19 -04:00
Zach Daniel
bc0853eb2d
fix: resolve engine deadlocks 2020-08-27 21:00:25 -04:00
Zach Daniel
157752294c
fix: support nested lists of filters 2020-08-27 20:59:36 -04:00
Zach Daniel
9f9935dead
feat: add Ash.NotLoaded back, simpler defaults 2020-08-27 18:36:28 -04:00
Zach Daniel
5d37709cb2
feat: improve errors (add stacktraces) 2020-08-27 18:35:31 -04:00
Zach Daniel
0ea35edb2f
chore: release version v1.12.0 2020-08-27 00:30:26 -04:00
Zach Daniel
036e0c2a88
feat: add one_of validation 2020-08-27 00:30:09 -04:00
Zach Daniel
8ce58a6187
feat: add simple data layer, and make it default 2020-08-27 00:29:50 -04:00
Zach Daniel
b019ba8eca
fix: allow anonymous functions in the dsl 2020-08-26 17:45:49 -04:00
Zach Daniel
b863fc42ad
chore: release version v1.11.1 2020-08-26 13:55:25 -04:00
Zach Daniel
acd9402829
fix: only update filter when its a filter 2020-08-26 13:55:11 -04:00
Zach Daniel
394ed448da
fix: set resource in delegation query 2020-08-26 13:53:27 -04:00
Zach Daniel
3ccd15f79b
chore: release version v1.11.0 2020-08-26 00:16:31 -04:00
Zach Daniel
3373d72899
feat: support inner lateral joins (#100)
Specifically, this allows us to behave correctly when loading
relationships w/ a limit or offset
2020-08-26 00:16:08 -04:00
Mike Binns
846f381d08
ci: Improve CI Elixir/Erlang matrix (#96) 2020-08-25 15:39:40 -04:00
Zach Daniel
385ec0b423
feat: add identities, to enhance get calls (#99) 2020-08-25 02:06:01 -04:00
Zach Daniel
9d4fc1e2a0
docs: finish docs on calculations 2020-08-25 01:10:17 -04:00
Zach Daniel
3b1bde6a39
fix: spec + dialyzer fixes 2020-08-25 01:05:29 -04:00
Zach Daniel
9ed9f82087
fix: spec mix task run as no_return 2020-08-25 00:52:27 -04:00
Zach Daniel
2ef877ee53
feat: initial calculation support (#98)
* feat: initial calculation support
2020-08-25 00:49:07 -04:00