Commit graph

910 commits

Author SHA1 Message Date
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
Zach Daniel
46fb08f085 improvement: support sorted relationships 2021-05-07 00:28:51 -04:00
Zach Daniel
7835088e9f chore: release version v1.43.3 2021-05-06 17:38:53 -04:00
Zach Daniel
b4a3039671
docs: update readme 2021-05-06 15:45:27 -04:00
Zach Daniel
fed41b5060 fix: don't consider contextual relationships as reverse relationships 2021-05-06 13:39:04 -04:00
Zach Daniel
ae5b67fcdb fix: support not in query expressions 2021-05-05 16:05:32 -04:00
Zach Daniel
95374b1498 chore: release version v1.43.2 2021-05-04 12:27:43 -04:00
Zach Daniel
8d15cabd2a fix: include aggregates in count request for aggregate filters 2021-05-04 12:27:25 -04:00
Zach Daniel
8f0642f91d chore: release version v1.43.1 2021-05-04 09:27:48 -04:00
Zach Daniel
d767ba513e fix: use base_query for aritifical limit/offset when loading 2021-05-04 09:27:33 -04:00
Zach Daniel
e8fd1b2a91 chore: release version v1.43.0 2021-05-03 16:21:38 -04:00
Zach Daniel
593b111069 improvement: add read_action option
feat: rework lateral joins for many to many performance boost
2021-05-03 16:21:29 -04:00
Christian Tovar
a4badeff52
docs: Update create_timestamp description (#234) 2021-04-30 12:11:38 -04:00
Zach Daniel
6643532278 chore: release version v1.42.0 2021-04-29 17:10:44 -04:00
Zach Daniel
96efbb61a2 feat: inner lateral join for many to many relationships 2021-04-29 17:10:23 -04:00
Zach Daniel
d16d2f35ce improvement: inner later join for many to many relationships 2021-04-29 17:04:57 -04:00
Zach Daniel
3de71bc7f1 chore: fix test + compile 2021-04-28 17:43:02 -04:00
Zach Daniel
9da95e6d75 improvement: support relationship filters 2021-04-28 17:39:30 -04:00
Zach Daniel
b851cee0ac chore: release version v1.41.12 2021-04-27 13:45:34 -04:00
Zach Daniel
312d19878b improvement: add has filter predicate 2021-04-27 13:45:23 -04:00
Zach Daniel
269a556f04 chore: release version v1.41.11 2021-04-26 16:02:13 -04:00
Zach Daniel
e11f399fc0 improvement: add :list aggregate kind 2021-04-26 16:01:39 -04:00
Vitor Oliveira
ba994acf8e
docs: Add postgres adapter instruction to getting started doc (#231) 2021-04-25 20:28:16 -04:00
Vitor Oliveira
1096876d6c
docs: Add documentation changes to GitHub template (#232) 2021-04-25 20:27:29 -04:00
Zach Daniel
49f6bbf7ed chore: release version v1.41.10 2021-04-25 18:37:36 -04:00
Zach Daniel
9df3803492 fix: don't include NotLoaded in manage_relationship 2021-04-25 18:35:19 -04:00
Zach Daniel
3aacc00b05 chore: release version v1.41.9 2021-04-23 11:41:59 -04:00
Zach Daniel
53ceb5b753 fix: compile time fixes
improvement: add `require_attributes` to create/update/destroy
2021-04-23 11:41:13 -04:00
Zach Daniel
143557e55c chore: fix lint 2021-04-22 12:03:18 -04:00
Zach Daniel
0d5310dd51 chore: release version v1.41.8 2021-04-21 13:32:29 -04:00
Zach Daniel
dd82fcc53b improvement: add first class support for enum types 2021-04-21 13:32:25 -04:00
Zach Daniel
64876c6e19 fix: don't consider nils for pkey matching 2021-04-21 13:32:25 -04:00
Zach Daniel
d099bc87ee chore: format code 2021-04-18 19:51:56 -04:00
Jason Axelson
85d9e8f86c
docs: use full module name (#230)
This will make the Query docs easier to follow
2021-04-18 19:46:21 -04:00
Jason Axelson
f6fa5a98dd
improvement: Add detailed parameter checking for Api read functions (#229) 2021-04-18 19:45:38 -04:00
Jason Axelson
a4262965ea
chore: Enable Credo's Readability.StrictModuleLayout (#228)
Enforce layout of module parts
2021-04-18 19:41:49 -04:00
Zach Daniel
8baf6a32d7 chore: release version v1.41.7 2021-04-18 16:20:20 -04:00