Commit graph

24 commits

Author SHA1 Message Date
Zach Daniel
922c87ea85 improvement: add resource registry validation
fix: move related field validations to resource
fix: remove join_attributes, which didn't do anything anyway
2021-10-11 15:14:33 -04:00
Zach Daniel
ff756b72a7 improvement: deprecation!
A deprecation warning will be shown at compile time to illustrate
a change from listing all of your resources in an api to listing
them in a registry and connecting that registry to the api
2021-10-07 02:41:02 -04:00
Christian Tovar
a4badeff52
docs: Update create_timestamp description (#234) 2021-04-30 12:11:38 -04:00
Vitor Oliveira
ba994acf8e
docs: Add postgres adapter instruction to getting started doc (#231) 2021-04-25 20:28:16 -04:00
Alan K
41442ddf19
Docs: Fix Api.get example (#219)
The `Api.get` example in the docs uses the email instead of the ID to
get the newly created resource. Trying this locally while running
through the getting started tutorial returns a `nil` resource using the
email, but the correct resource when using the ID.

This fix updates the docs to use the ID in the get call.
2021-04-03 12:28:02 -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
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
mhussa
a22f0c0122
docs: Update getting_started.md (#186)
fix next section link
2021-02-09 23:02:55 -05:00
Alex Freska
1b4194a8a4
Updates to getting starting docs (#154) 2020-12-31 18:32:17 -05:00
Zach Daniel
29e7bf5839 docs: small docs tweaks 2020-11-27 22:10:21 -05:00
mario
a5c3b02005
docs: ash phoenix getting started (#148)
Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2020-11-27 22:06:13 -05:00
mario
8673a733c7
docs: switched id to uuid_primary_key for overall consitency with the sample (#145) 2020-11-21 15:34:56 -05:00
Zach Daniel
dc7341b5af
chore: fix table again 2020-11-15 20:18:41 -05:00
Zach Daniel
381228e436
chore: update docs table 2020-11-15 20:15:09 -05:00
mario
abb2f8e05d
getting started documentation improvements (#144)
Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2020-11-15 20:08:04 -05:00
Zach Daniel
c29c8ab7f6
docs: clarify example in readme 2020-09-22 18:27:40 -04:00
Zach Daniel
9a3962d47a
feat: add changes to actions (#106) 2020-08-30 03:15:16 -04:00
Zach Daniel
9f9935dead
feat: add Ash.NotLoaded back, simpler defaults 2020-08-27 18:36:28 -04:00
Zach Daniel
a56fdbb3ff
feat: Add delegate datalayer (#97) 2020-08-22 18:44:05 -04:00
Zach Daniel
a76e018a6f
docs: Recommend new placement for resources 2020-08-19 00:49:21 -04:00
Zach Daniel
b7970841b0
fix: remove bad package reference from the docs 2020-08-15 16:29:56 -04:00
Zach Daniel
be74d1e7eb
feat: add named aggregates 2020-08-08 16:17:52 -04:00
Zach Daniel
8b879ce096
chore: release version v0.11.0 2020-07-20 22:05:54 -04:00
Zach Daniel
82878e346c
chore: update docs 2020-07-09 09:25:48 -04:00