Commit graph

61 commits

Author SHA1 Message Date
Zach Daniel
11073e7683 chore: remove reference to out of date primer 2024-04-09 20:53:54 -04:00
Zach Daniel
6d4c642522 docs: update docs for mix tasks 2024-04-09 20:49:39 -04:00
Zach Daniel
38eec0ba86 docs: reformat docs and revisit certain guides
improvement: support `mix ash.rollback` with interactive rollback
2024-04-09 20:21:04 -04:00
Zach Daniel
91121f6b8a chore: fix upgrade guide 2024-03-29 17:02:24 -04:00
Zach Daniel
3647fc42ee improvement: add default implementation for pg_version, and rename to min_pg_version 2024-03-27 19:20:49 -04:00
Zach Daniel
4db916f57c docs: update upgrade guide 2024-03-27 18:04:42 -04:00
Zach Daniel
804482b8ac improvement!: change defaults for uuids to gen_random_uuid() 2024-03-27 17:20:07 -04:00
Zach Daniel
37cc01957d
improvement!: 3.0 (#227)
* WIP

* chore: fix mix.lock merge issues

* improvement: upgrade to 3.0

* chore: remove `repo.to_tenant`

* chore: continue removal of unnecessary helper

* chore: use `Ash.ToTenant`
2024-03-27 16:52:28 -04:00
Zach Daniel
ec75b41dbe improvement: properly show unsupported error expression 2024-03-22 14:20:38 -04:00
Zach Daniel
5a513a82c2 fix: handle fully fleshed out aggregate fields 2024-03-22 02:13:07 -04:00
Zach Daniel
adac811c79 fix: properly format migrations
fix: ensure exists aggregates have filters included
2024-03-20 16:18:27 -04:00
Zach Daniel
7313d35c19 chore: docs 2024-03-18 21:17:02 -04:00
Jinkyou Son
e27ce5e074
improvement: Add nulls_distinct option to CustomIndex (#221) 2024-03-12 20:22:34 -04:00
Zach Daniel
b1d10c32cc chore: fix credo and update ash 2024-01-29 16:57:04 -05:00
Zach Daniel
4d86fa73ad docs: update formatter and cheat sheet 2024-01-29 10:52:34 -05:00
Zach Daniel
b93b1d722b improvement: support all_tenants? option for identities
improvement: support `all_tenants?` option for custom indexes
2024-01-12 10:11:16 -05:00
Zach Daniel
011330df7e chore: fix cheat sheets 2024-01-08 08:55:05 -05:00
mrdotb
40df585d62
docs: Add more fragment examples (#188) 2023-12-27 16:51:48 -05:00
Barnabas Jovanovics
c916034931
fix: replace upsert field with source in EXCLUDED fragment (#187) 2023-12-19 15:05:05 +01:00
Riccardo Binetti
021b7e4233
improvement: allow specifying multi-column foreign keys (#180)
* improvement: add match_with option on references
* improvement: add match_type option on references
2023-11-20 16:52:50 -05:00
Zach Daniel
abbbddf726 fix: don't add filter for no_attributes? relationships 2023-11-16 18:08:12 -05:00
Zach Daniel
db8255e5b1 improvement: support a 2 argument function for the repo option 2023-11-14 10:56:22 -05:00
Bryan Bryce
a1e331fa68
docs: clean up migrations_and_tasks.md (#174) 2023-10-24 12:33:17 -04:00
Zach Daniel
cd6a7cae69 fix: don't raise all errors 2023-10-11 16:26:48 -04:00
Zach Daniel
3e2826db04 chore: update cheatsheets 2023-10-10 16:04:42 -04:00
Zach Daniel
c6d71d74bf fix: fix type specification for foreign_key_names 2023-10-10 15:47:53 -04:00
Zach Daniel
472b17ce64 docs: update spark for docs improvements 2023-09-26 23:17:47 -04:00
Zach Daniel
b00dcf20c9 chore: format & fix docs 2023-09-22 17:16:47 -04:00
Zach Daniel
a56f4ef52f docs: overhaul hexdocs 2023-09-22 16:14:25 -04:00
Zach Daniel
43a56f2d57 docs: add primer to docs 2023-09-20 18:01:09 -04:00
Mike Zornek
3d9a0cfb4f
docs: Add explicit command to tutorial to create the local database. (#160) 2023-08-01 15:56:36 -04:00
Abhishek Tripathi
9e31f90586
chore: fixed incorrect docs (#153)
Co-authored-by: abhishek <abhishek.tripathi@tinymesh.in>
2023-06-16 09:12:50 -04:00
Zach Daniel
25883978de improvement: add postgres expressions guide 2023-06-15 20:54:37 -04:00
Marco
ccedbc0e46
Improve postgres documentation code (#133) 2023-02-25 19:57:18 -05:00
Zach Daniel
82ae1d8754 chore: update version in readme 2023-02-05 12:42:16 -05:00
Zach Daniel
492d8e88e9 docs: add a comment about config added earlier 2023-01-25 10:15:01 -05:00
Zach Daniel
ec2ccedeb6 improvement: update to new docs patterns 2023-01-18 00:53:21 -05:00
Justin Lane
270ad94b71
docs: Update Getting Started Document (#125) 2022-12-15 22:53:11 -05:00
Simon McConnell
553c0007d9
style: make the title heading level 1 (#124) 2022-12-14 01:57:05 -05: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
c35151d94d docs: add fragments doc 2022-09-06 22:46:14 -04:00
Zach Daniel
52ca0392b2 docs: add a testing with postgres how-to 2022-08-30 17:36:57 -06:00
Zach Daniel
efae9017f8 docs: fix bad reference in docs 2022-08-24 12:07:38 -04:00
Zach Daniel
385214694d docs: total docs reorg 2022-08-24 12:07:38 -04:00
Zach Daniel
7d7d95db13 chore: update docs & spark 2022-08-24 12:07:38 -04:00
Zach Daniel
9878b55428 docs: initial stab on getting started with postgres guide 2022-08-24 12:07:38 -04:00
Zach Daniel
332885710c improvement: add shell tutorial, update ash 2022-08-24 12:07:38 -04:00
Zach Daniel
f791305d5f fix: use new doc_index patterns 2022-07-10 16:26:57 -04:00
Zach Daniel
0c757d5049 chore: update for latest ash changes 2022-04-19 11:08:44 -04:00