Commit graph

781 commits

Author SHA1 Message Date
dependabot[bot]
48dcc44ea9
chore(deps): bump the production-dependencies group with 3 updates (#213) 2024-09-11 20:56:03 -04:00
Zach Daniel
e1540e80c1 chore: release version v1.3.4 2024-09-10 13:47:59 -04:00
Zach Daniel
ab4276174b improvement: update to latest igniter functions & dependency 2024-09-10 13:47:44 -04:00
Zach Daniel
789711f658 fix: add UUIDv7 to map the type to :id 2024-09-09 12:18:00 -04:00
Franklin Rakotomalala
9178e7e7b2
docs: Use correct arity for graphql_type (#212) 2024-09-07 14:47:26 -04:00
dependabot[bot]
1e5ce3556f
chore(deps): bump the production-dependencies group with 2 updates (#211)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [spark](https://github.com/ash-project/spark).


Updates `ash` from 3.4.1 to 3.4.3
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.4.1...v3.4.3)

Updates `spark` from 2.2.22 to 2.2.23
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/spark/compare/v2.2.22...v2.2.23)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-04 20:45:50 -04:00
dependabot[bot]
1f9686aa16
chore(deps): bump igniter in the production-dependencies group (#210) 2024-08-30 00:02:52 -04:00
Zach Daniel
090f554290 chore: release version v1.3.3 2024-08-26 16:18:12 -04:00
Zach Daniel
c541d83220 fix: append new domain to list when extending 2024-08-26 16:15:56 -04:00
dependabot[bot]
6dc47b20ca
chore(deps): bump the production-dependencies group with 2 updates (#209)
Bumps the production-dependencies group with 2 updates: [igniter](https://github.com/ash-project/igniter) and [spark](https://github.com/ash-project/spark).


Updates `igniter` from 0.3.19 to 0.3.22
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.19...v0.3.22)

Updates `spark` from 2.2.21 to 2.2.22
- [Changelog](https://github.com/ash-project/spark/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/spark/compare/v2.2.21...v2.2.22)

---
updated-dependencies:
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: spark
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-21 21:08:14 -04:00
Zach Daniel
b3ebccf52b docs: add line about how the file is generated to docs 2024-08-16 14:56:30 -04:00
Zach Daniel
dfde245d5d chore: release version v1.3.2 2024-08-16 14:41:47 -04:00
Zach Daniel
29cf2d69fc chore: skip sobelow errors 2024-08-16 14:41:03 -04:00
Zach Daniel
097ea273a9 chore: don't do codegen by default 2024-08-16 14:39:41 -04:00
Zach Daniel
3d1babb9f1 improvement: add schema codegen features & guide 2024-08-16 14:36:49 -04:00
dependabot[bot]
1b9722a1fb
chore(deps): bump the production-dependencies group with 3 updates (#208) 2024-08-14 22:20:28 -04:00
Zach Daniel
f349a5aeaa improvement: support new struct types in type generation 2024-08-09 17:42:24 -04:00
Zach Daniel
190a7a1f75 improvement: support new struct fields constraint 2024-08-09 17:30:06 -04:00
dependabot[bot]
b79cd6c562
chore(deps): bump ash in the production-dependencies group (#206)
Bumps the production-dependencies group with 1 update: [ash](https://github.com/ash-project/ash).


Updates `ash` from 3.3.1 to 3.3.3
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.3.1...v3.3.3)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-07 21:23:30 -04:00
Zach Daniel
dd5060f59a fix: match on action in error message properly 2024-08-06 20:47:14 -04:00
Rebecca Le
c3544dfe29
improvement: Set up GraphQL schema file in the web module namespace (#205)
This keeps consistency with AshJsonApi, which generates its router in the web module namespace as well
2024-08-03 09:49:55 -04:00
Zach Daniel
4773f76636 chore: release version v1.3.1 2024-08-02 12:27:39 -04:00
Zach Daniel
7845fe89d4 fix: use .has_expression?/0 instead of function_exported?/3 2024-08-02 12:16:21 -04:00
Kamil Kołodziej
b9e7848633
fix: error handling list of atoms (#204)
* fix: error handling list of atoms

* Update lib/default_error_handler.ex

---------

Co-authored-by: Zach Daniel <zachary.s.daniel@gmail.com>
2024-08-02 09:07:31 -04:00
Zach Daniel
5f269fc19c chore: release version v1.3.0 2024-08-01 16:09:40 -04:00
Zach Daniel
232563b661 fix: try to resolve compilation issues w/ Code.ensure_compiled! 2024-08-01 15:58:35 -04:00
dependabot[bot]
a3bf111bee
chore(deps): bump the production-dependencies group with 3 updates (#203) 2024-07-31 21:59:49 -04:00
Jonatan Männchen
c67b9f5ab6
feat: Ash.Type.File compatibility (#202)
resolves #201
most of the code is adapted from 104b8c199c
2024-07-30 11:14:37 -04:00
dependabot[bot]
67a59c2d14
chore(deps): bump the production-dependencies group with 2 updates (#200)
Bumps the production-dependencies group with 2 updates: [ash](https://github.com/ash-project/ash) and [igniter](https://github.com/ash-project/igniter).


Updates `ash` from 3.2.3 to 3.2.6
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.2.3...v3.2.6)

Updates `igniter` from 0.3.3 to 0.3.9
- [Changelog](https://github.com/ash-project/igniter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/igniter/compare/v0.3.3...v0.3.9)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
- dependency-name: igniter
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-07-25 07:21:57 -04:00
Barnabas Jovanovics
cedbfc341f
docs: Mention AshGraphl.Error Protocol in docs (#199) 2024-07-23 10:32:36 -04:00
Rebecca Le
3e5cf20023
bugfix: Fix check for checking if a field is filterable or not (#198) 2024-07-21 11:54:52 -04:00
Zach Daniel
36eac7bc54 chore: handle pkey-less resources at compile time 2024-07-19 17:41:42 -04:00
Zach Daniel
5823a3043f chore: remove empty file 2024-07-19 15:40:45 -04:00
Zach Daniel
1eca6bfe29 chore: release version v1.2.1 2024-07-18 17:40:08 -04:00
Zach Daniel
1b8136212d chore: reintroduce work lost in a bad rebase 2024-07-18 13:32:25 -04:00
Zach Daniel
a659ff4693 improvement: add extension installation code 2024-07-18 13:30:29 -04:00
dependabot[bot]
71d37b5dae
chore(deps-dev): bump mix_audit in the dev-dependencies group (#196) 2024-07-17 21:15:35 -04:00
dependabot[bot]
1cfe87260a
chore(deps): bump the production-dependencies group with 3 updates (#195) 2024-07-17 21:15:23 -04:00
Rebecca Le
4f0d508a3e
chore: Wording tweaks to installer content (#193) 2024-07-16 06:03:36 -04:00
Zach Daniel
88735868cc chore: put playground above base 2024-07-15 20:46:03 -04:00
Zach Daniel
1f45a1481e docs: fix getting started guide steps ordering 2024-07-15 15:54:47 -04:00
Zach Daniel
01ca76da70 improvement: add igniter-backed installer 2024-07-15 14:25:40 -04:00
Zach Daniel
ee43075239 fix: upgrade ash dependency for bulk action bug fix
test: bring in tests on read actions producing errors
2024-07-11 10:57:44 -04:00
dependabot[bot]
5d0a642e64
chore(deps): bump the production-dependencies group with 2 updates (#192) 2024-07-10 20:23:10 -04:00
Zach Daniel
453cb623cc test: add tests showing failing manual action behavior 2024-07-10 10:11:43 -04:00
Barnabas Jovanovics
d47ab78747
fix: use checked constraints (#187) 2024-07-01 09:25:38 -04:00
Zach Daniel
2a2af45230 improvement: add nullable_fields? for easily marking fields as nullable
test: update tests to use this to illustrate field policy behavior
2024-07-01 09:25:14 -04:00
skanderm
1b53ee0997
test: Add (failing) test for partial results of forbidden field query (#186) 2024-07-01 09:24:23 -04:00
Zach Daniel
53b3fbd699 chore: small reorg of functions 2024-07-01 08:39:56 -04:00
dependabot[bot]
832b09a4dc
chore(deps): bump ash from 3.0.15 to 3.0.16 (#185)
Bumps [ash](https://github.com/ash-project/ash) from 3.0.15 to 3.0.16.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v3.0.15...v3.0.16)

---
updated-dependencies:
- dependency-name: ash
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-23 21:13:13 -04:00