Commit graph

1546 commits

Author SHA1 Message Date
Zach Daniel
0f6d5e861d chore: fix formatter 2021-05-20 12:19:47 -04:00
Zach Daniel
584d628047 fix: run after_action hooks in the proper order
improvement: add `validate_destination_field?`
improvement: add builtin `select` change
2021-05-20 12:17:56 -04:00
Zach Daniel
42c36e3b48 chore: release version v1.44.9 2021-05-20 01:37:13 -04:00
Zach Daniel
d87969ad1b improvement: set moduledoc to description if one is not set
chore: fix some dialyzer typing issues
2021-05-20 01:36:45 -04:00
Zach Daniel
10c572402d chore: release version v1.44.8 2021-05-19 01:32:20 -04:00
Zach Daniel
41aaeeed47 fix: fix dialyzer errors for enum + code interface 2021-05-19 01:32:06 -04:00
Zach Daniel
53e272ce59 chore: release version v1.44.7 2021-05-18 23:13:03 -04:00
Zach Daniel
4b028cbf53 chore: lint/build/compiler issues 2021-05-18 23:12:49 -04:00
Zach Daniel
2406732811 fix: fix code interface + args combo error
improvement: support specifying the `upsert_identity` option
2021-05-18 23:05:31 -04:00
Zach Daniel
9eb3a98f5d chore: release version v1.44.6 2021-05-18 01:44:26 -04:00
Zach Daniel
013b49c2b2 fix: ignore?: true still accumulates changes
fix: properly require_attributes before setting defaults
2021-05-18 01:44:10 -04:00
Zach Daniel
e43ca47ec4 chore: release version v1.44.5 2021-05-18 00:29:15 -04:00
Zach Daniel
820020d4e5 improvement: ignore? option for manage_relationship change
fix: set default values before calling resource changes
2021-05-18 00:02:11 -04:00
Zach Daniel
083ded3af8 chore: release version v1.44.4 2021-05-17 15:07:06 -04:00
Zach Daniel
d2e5c06511 fix: reverse-reverse relationship detection 2021-05-17 15:06:49 -04:00
Zach Daniel
5df73c420f chore: release version v1.44.3 2021-05-16 22:41:51 -04:00
Zach Daniel
de684a27a8 fix: support non-predicates in satsolver 2021-05-16 21:59:06 -04:00
Zach Daniel
0f9d0810fc chore: release version v1.44.2 2021-05-15 11:56:40 -04:00
Zach Daniel
50eb787410 improvement: expose default_value/1 in aggregate 2021-05-15 11:56:23 -04:00
Zach Daniel
2ffa0e38b6 fix: raise better error w/ invalid filter expression 2021-05-14 17:02:22 -04:00
Zach Daniel
dd40b24bf9 improvement: transactions for reads, notifications from read callbacks 2021-05-14 11:25:42 -04:00
Zach Daniel
cc8ff988e0 chore: release version v1.44.1 2021-05-14 01:56:50 -04:00
Zach Daniel
baba0a368a fix: handle error return in code_interface getter 2021-05-14 01:56:36 -04:00
Zach Daniel
bb2e6222dc chore: release version v1.44.0 2021-05-14 01:08:48 -04:00
Zach Daniel
574f6f59a3 improvement: various managed relationship improvements
fix: rename `context` -> `relationship_context` to avoid conflict
feat: `on_no_match: :match` supported for to_one rels
2021-05-14 01:07:51 -04:00
Zach Daniel
d2a51a02ac chore: release version v1.43.12 2021-05-11 00:28:42 -04:00
Zach Daniel
968e234a31 improvement: set __source__ context for embeds 2021-05-11 00:28:26 -04:00
Zach Daniel
69afdfce25 improvement: utility manage_relationship_source context 2021-05-10 18:03:36 -04:00
Zach Daniel
e18bfe12d9 chore: release version v1.43.11 2021-05-09 17:36:53 -04:00
Zach Daniel
ca7c2782e2 fix: internal rename (requires version bump for other packages) 2021-05-09 17:26:26 -04:00
Zach Daniel
de167cea28 chore: format code 2021-05-09 17:25:40 -04:00
Frank Dugan III
a796e0d308
refactor: remove references to "side loading" (#236) 2021-05-09 17:24:48 -04:00
Zach Daniel
7f50121317 chore: release version v1.43.10 2021-05-09 17:13:15 -04:00
Zach Daniel
097447bf38 fix: run action changes on destroy
test: test manual actions
fix: pattern match manage_relationship notifications fix
2021-05-09 16:56:44 -04:00
Zach Daniel
7d37f8ae3d improvement: add manual? option for create/update/destroy 2021-05-09 16:25:39 -04:00
Zach Daniel
3bd2686de3 improvement: ensure data layer can perform aggregates 2021-05-08 23:31:01 -04:00
Zach Daniel
a77003024c chore: release version v1.43.9 2021-05-08 22:48:13 -04:00
Zach Daniel
78247ffa5a improvement: support filtering on related aggregates
improvement: autoload aggregates used in filters
2021-05-08 22:48:05 -04:00
Zach Daniel
990aaf8147
docs: side_loading -> loading 2021-05-08 20:34:44 -04:00
Zach Daniel
be07ffc0dd fix: don't fail on nil root filters 2021-05-08 20:06:14 -04:00
Zach Daniel
ebd631a11b chore: release version v1.43.8 2021-05-07 16:42:39 -04:00
Zach Daniel
30e443c021 fix: don't raise unnecessary side load error 2021-05-07 16:31:06 -04:00
Zach Daniel
f563fb0110 chore: release version v1.43.7 2021-05-07 11:58:35 -04:00
Zach Daniel
1412052ff6 improvement: fix data-based side loads 2021-05-07 11:57:59 -04:00
Zach Daniel
7869ce2560 chore: release version v1.43.6 2021-05-07 01:52:36 -04:00
Zach Daniel
cb19e66fb5 fix: IsNil function to IsNil operator 2021-05-07 01:51:54 -04:00
Zach Daniel
cd023bf0a1 fix: function clause match error in not expression 2021-05-07 01:37:44 -04:00
Zach Daniel
269d69c37b chore: release version v1.43.5 2021-05-07 01:07:23 -04:00
Zach Daniel
f8604717bd fix: limit 1 on to one side load queries 2021-05-07 01:07:01 -04:00
Zach Daniel
67fe025622 chore: release version v1.43.4 2021-05-07 00:32:16 -04:00