Commit graph

655 commits

Author SHA1 Message Date
Zach Daniel
736287a7b6 chore: release version v1.1.1 2022-10-24 22:17:58 -06:00
Zach Daniel
dbfca0ec57 chore: format 2022-10-24 22:17:42 -06:00
Kyle Grinstead
a88687c1d5
fix: && operator in expressions to point to ash_elixir_and (#115) 2022-10-24 22:13:12 -06:00
Zach Daniel
e3db7d2fa9 improvement: add check for unsupported expression 2022-10-20 01:20:09 -04:00
Zach Daniel
fc9e104342 chore: fix CI 2022-10-20 01:10:52 -04:00
Zach Daniel
bb959e1758 chore: release version v1.1.0 2022-10-20 01:08:58 -04:00
Zach Daniel
13413d3cc7 feat: support now() in latest Ash 2022-10-20 01:08:35 -04:00
Zach Daniel
aca382ab08 chore: update readme 2022-10-17 16:45:06 -05:00
Zach Daniel
f8620180bd chore: release version v1.0.0 2022-10-17 12:54:19 -05:00
Zach Daniel
cc754ffdba improvement: update to Ash 2.0 2022-10-17 12:52:59 -05:00
Zach Daniel
5222e1e755 improvement: handle UUID types better 2022-10-17 08:40:32 -05:00
Zach Daniel
fb8a13f33d improvement: set lateral join source for latest ash
improvement: use `prepend?: true` option when applying relationship sorts
2022-10-15 00:03:16 -05:00
Zach Daniel
a8b44fef0f fix: no unnecessary type cast on count/sum aggregates 2022-10-10 12:12:17 -04:00
Zach Daniel
7fd1e73baa fix: don't apply filter to array_agg 2022-10-10 12:06:54 -04:00
Zach Daniel
527ba7c73d chore: release version v1.0.0-rc.9 2022-10-07 15:52:28 -04:00
Zach Daniel
0efec304ff chore: update git_ops 2022-10-07 15:51:24 -04:00
Zach Daniel
b7b5758134 improvement: update to the latest ash
improvement: remove the need to dynamically expand fragments
2022-10-07 15:50:20 -04:00
Zach Daniel
435d5216b8 fix: handle custom calculation selects properly
improvement: when casting string to uuid, dump to binary
2022-10-05 15:06:09 -04:00
Zach Daniel
94edf64322 fix: use attribute source for identity fields 2022-10-04 16:13:52 -04:00
Zach Daniel
b2e3c3ff32 improvement: update to latest ash 2022-10-04 16:13:52 -04:00
Josh Price
df0879e286
docs: add contributor section and guide (#114) 2022-10-04 02:05:25 -04:00
Zach Daniel
91ecd8b0af chore: release version v1.0.0-rc.8 2022-09-28 23:29:33 -04:00
Zach Daniel
3b1b90d7ab chore: add mix tasks to doc index 2022-09-28 23:27:46 -04:00
Zach Daniel
12cf97d89e fix: never attempt to group custom operations 2022-09-28 22:21:37 -04:00
Zach Daniel
fd5ac60072 improvement: exists filters necessitate multiple aggregate joins (for now) 2022-09-28 18:01:20 -04:00
Zach Daniel
49732b42e2 fix: wrap case statement in parens 2022-09-28 16:47:07 -04:00
Zach Daniel
35852d08d7 chore: update latest elixir in matrix (to see if it fixes flaky tests) 2022-09-28 02:43:27 -04:00
Zach Daniel
0f81bfcd25 CI: update to latest ash in CI 2022-09-28 00:05:48 -04:00
Zach Daniel
52ba4fede9 chore: release version v1.0.0-rc.7 2022-09-27 23:56:33 -04:00
Zach Daniel
dfbbddf2c7 improvement: update to the latest ash 2022-09-27 23:56:15 -04:00
Zach Daniel
6ad57501ff improvement: upgrade to new exists usage 2022-09-25 14:41:29 -04:00
Zach Daniel
e8643d4aa0 fix: properly type cast top level fragments
chore: update tests not to use deprecated helper
2022-09-21 13:36:18 -04:00
Zach Daniel
0c198b18ee chore: release version v1.0.0-rc.6 2022-09-20 23:00:41 -04:00
Zach Daniel
31d0ec20ac improvement: support latest ash 2022-09-20 23:00:29 -04:00
Zach Daniel
0fa1ee05f4 chore: release version v1.0.0-rc.5 2022-09-15 17:09:25 -04:00
Zach Daniel
ee45ee3015 chore: update to latest ash 2022-09-15 17:08:34 -04:00
Zach Daniel
edfe901f43 improvement: update to latest ash 2022-09-15 16:56:13 -04:00
Darren Black
b0292d66f8
improvement: implement Length function (#111) 2022-09-15 16:51:49 -04:00
Zach Daniel
02b6dcec22 improvement: upgrade to latest ash 2022-09-15 00:27:20 -04:00
Zach Daniel
ea2527503f chore: release version v1.0.0-rc.4 2022-09-14 17:13:49 -04:00
Zach Daniel
11561ea163 improvement: support latest ash 2022-09-14 12:59:01 -04:00
Zach Daniel
7fc6c91cac improvement: support manual relationships with joins 2022-09-13 16:40:12 -04:00
brettkolodny
14aa244a47
docs: change API to Helpdesk.Support (#110) 2022-09-13 12:35:58 -04:00
Zach Daniel
902f02786b chore: release version v1.0.0-rc.3 2022-09-12 13:45:57 -04:00
Zach Daniel
79879e0bd6 fix: keep unique index keys in order in migrations
closes #109
2022-09-10 01:41:25 -04:00
Zach Daniel
1ccef5cc61 chore: .formatter.exs typo 2022-09-08 13:33:29 -04:00
Zach Daniel
74864d933e chore: fix .formatter.exs file 2022-09-08 13:28:58 -04:00
Zach Daniel
c35151d94d docs: add fragments doc 2022-09-06 22:46:14 -04:00
Zach Daniel
6336da1af3 chore: release version v1.0.0-rc.2 2022-09-06 18:35:41 -04:00
Zach Daniel
170b9fc9e7 improvement: support latest ash exists/2 expr 2022-09-06 18:33:17 -04:00