Commit graph

2015 commits

Author SHA1 Message Date
Zach Daniel
60da316f58 fix: don't consider false as absent value 2021-03-18 23:33:09 -04:00
Zach Daniel
0ef51ce9e6 improvement: trim whitespace in uuid 2021-03-18 23:32:56 -04:00
Zach Daniel
ba6b4202f9 fix: set argument name in manage_relationship 2021-03-18 23:32:12 -04:00
Zach Daniel
9ede11b7d4 chore: release version v1.36.9 2021-03-17 22:35:12 -04:00
Zach Daniel
f3c85da268 improvement: improve the behavior of defaults
functional defaults are added at action time, others are added directly
into the changeset
2021-03-17 22:34:49 -04:00
Zach Daniel
d4b27d5d4e chore: release version v1.36.8 2021-03-16 23:09:56 -04:00
Zach Daniel
a1c5f1d06f fix: validate required attributes *after* before_action hooks 2021-03-16 23:09:36 -04:00
Zach Daniel
8cb1997ade chore: release version v1.36.7 2021-03-16 21:41:37 -04:00
Zach Daniel
3e7b798e34 improvement: discard certain empty values for embed input 2021-03-16 21:41:19 -04:00
Zach Daniel
e57a61b16f chore: release version v1.36.6 2021-03-15 15:55:45 -04:00
Zach Daniel
1b972b9598 fix: force_change attrs *after* for_create/update 2021-03-15 15:55:26 -04:00
Zach Daniel
e60acf4167 fix: pattern match errors in manage_relationships
fix: clean up some error cases
fix: only default accept to `public` attributes
2021-03-15 15:47:33 -04:00
Zach Daniel
f6026c6895 fix: allow_nil?: false + default interaction 2021-03-14 23:06:18 -04:00
Zach Daniel
a33e0b97b9 docs: fix redundancy in API docs 2021-03-14 18:45:10 -04:00
Zach Daniel
7eea6576a0 docs: fix dangling docs references 2021-03-14 18:29:30 -04:00
Zach Daniel
3c570bd679 chore: release version v1.36.5 2021-03-14 17:51:58 -04:00
Zach Daniel
afddb212f6 chore: fix formatter 2021-03-14 17:51:49 -04:00
Zach Daniel
0109696d54 fix: remove the as option 2021-03-14 17:50:11 -04:00
Zach Daniel
4df4e9a070 docs: remove interface docs 2021-03-14 17:48:39 -04:00
Jason Axelson
be56174a3d
docs: Fix some documentation warnings (#196)
i.e. warnings that appear when you run `mix docs`

Although this PR doesn't fix the majority of them, since the majority
are errors from referring to `@moduledoc false` modules in docs and typespecs.
2021-03-14 17:27:12 -04:00
Jason Axelson
3ba6b593b1
docs: Updates to the docs with a focus on the getting started docs (#195) 2021-03-14 17:14:53 -04:00
zimt28
a219bc0c6c
improvement: Add timestamps() attribute (#198) 2021-03-14 17:09:38 -04:00
Zach Daniel
5992fc00f7 docs: remove Ash from docs 2021-03-13 16:07:40 -05:00
zimt28
8ae003e382
docs: Update dsl.ex (#193) 2021-03-13 09:29:21 -05:00
zimt28
87390946bf
Fix documentation TOC (#194) 2021-03-13 09:26:57 -05:00
Zach Daniel
5e48fe114e chore: release version v1.36.4 2021-03-13 09:25:47 -05:00
Zach Daniel
db47a15cf7 fix: properly validate allow_nil?: false on update
fix: properly validate `allow_nil?: false` private attributes
2021-03-13 09:25:13 -05:00
Zach Daniel
ac9fa9ce81 chore: try to fix elixir build 2021-03-12 22:33:15 -05:00
Zach Daniel
b3139484ab chore: update all elixir version builds 2021-03-12 22:27:10 -05:00
Zach Daniel
a2ec2c1f76 chore: release version v1.36.3 2021-03-12 22:22:40 -05:00
Zach Daniel
4277950427 chore: update build to use latest setup-elixir version 2021-03-12 22:22:27 -05:00
Zach Daniel
3c2ffd8662 fix: set argument default on cast 2021-03-12 22:22:27 -05:00
Zach Daniel
55a35396a4 docs: add primary action docs 2021-03-12 22:22:27 -05:00
zimt28
deba10f236
docs: Fix doc (#192) 2021-03-12 22:21:03 -05:00
Zach Daniel
d6be317c77 chore: release version v1.36.2 2021-03-11 23:46:03 -05:00
Zach Daniel
22188d4366 improvement: derive has_one destination_field
improvement: finalize code API logic
2021-03-11 23:45:52 -05:00
Zach Daniel
662bbf96b9 fix: fix pub_sub on update
improvement: add not_found_message + violation_message for relationships
chore: fix lint
2021-03-10 00:08:26 -05:00
Zach Daniel
68f358d342 improvement: support get_by_<identity> in interface
fix: fix `publish_all` pub_sub notifier
improvement: support sublists in pub_sub topics
improvement: support `:_tenant` in pub_sub topics
2021-03-09 16:16:02 -05:00
Zach Daniel
6158377dba chore: release version v1.36.1 2021-03-09 01:21:00 -05:00
Zach Daniel
f4fcfb54a2 improvement: accept tenant in for_read
fix: properly filter aggregates
2021-03-09 01:19:45 -05:00
Zach Daniel
83b39df4d5 chore: release version v1.36.0 2021-03-08 17:24:36 -05:00
Zach Daniel
5cfa4d5bf0 improvement: update interface to accept query/changesets 2021-03-08 17:19:13 -05:00
Zach Daniel
50f893e8db docs: update notifier docs 2021-03-08 17:19:04 -05:00
Zach Daniel
72b5a57a25 feat: functional interface on the Api module
feat: resource aliases
improvement: require completely unique action names
2021-03-08 00:59:32 -05:00
Zach Daniel
bab282e49e chore: release version v1.35.1 2021-03-07 15:21:28 -05:00
Zach Daniel
6e1baad6b2 fix: don't reverse sub-entities in DSL 2021-03-07 15:19:53 -05:00
Zach Daniel
cb8f557da4 chore: release version v1.35.0 2021-03-07 14:10:18 -05:00
Zach Daniel
e90fdad34a feat: support Ash.Query.select/3 and Ash.Changeset.select/3 2021-03-07 14:09:51 -05:00
Zach Daniel
877203f27a chore: release version v1.34.9 2021-03-05 10:39:29 -05:00
Zach Daniel
c2cb843be9 improvement: ignore destination field on some relationship inputs 2021-03-05 10:39:06 -05:00