Commit graph

727 commits

Author SHA1 Message Date
github-actions
1fe85a7716 chore: release version v3.12.4 2024-03-11 03:11:43 +00:00
79bc19944c docs: Update DSL documentation. 2024-03-11 16:07:24 +13:00
Dmitrii Maganov
bb81521d6c improvement: infer api from a resource 2024-03-11 16:07:24 +13:00
dependabot[bot]
557627a77b
chore(deps): Bump ash from 2.19.14 to 2.20.0 (#588) 2024-03-09 17:42:56 +13:00
dependabot[bot]
6fcbdbd21c
chore(deps): Bump ash_postgres from 1.5.16 to 1.5.17 (#587) 2024-03-07 08:10:20 +13:00
dependabot[bot]
a0101dd56d
chore(deps): Bump ash_postgres from 1.5.15 to 1.5.16 (#586)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.5.15 to 1.5.16.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.5.15...v1.5.16)

---
updated-dependencies:
- dependency-name: ash_postgres
  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-03-06 14:48:54 +13:00
dependabot[bot]
1fe1ffd3a4
chore(deps): Bump ash from 2.19.13 to 2.19.14 (#584)
Bumps [ash](https://github.com/ash-project/ash) from 2.19.13 to 2.19.14.
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.19.13...v2.19.14)

---
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-03-05 05:50:57 +13:00
dependabot[bot]
35b28979af
chore(deps-dev): Bump ex_check from 0.15.0 to 0.16.0 (#581)
Bumps ex_check from 0.15.0 to 0.16.0.

---
updated-dependencies:
- dependency-name: ex_check
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-04 09:53:00 +13:00
dependabot[bot]
70594a23c8
chore(deps): Bump ash_postgres from 1.5.11 to 1.5.15 (#583) 2024-03-02 19:26:34 +13:00
dependabot[bot]
2c48f137aa
chore(deps): Bump ash from 2.19.10 to 2.19.12 (#582) 2024-03-02 07:45:36 +13:00
Rebecca Le
b1861249b5
docs: Add policies to the sample User resource, so that data is protected by default (#579) 2024-02-29 23:27:10 -05:00
dependabot[bot]
27f4502aba
chore(deps-dev): Bump faker from 0.17.0 to 0.18.0 (#576) 2024-03-01 07:30:40 +13:00
dependabot[bot]
d75fcacc4e
chore(deps): Bump ash_postgres from 1.5.10 to 1.5.11 (#577) 2024-03-01 07:27:00 +13:00
dependabot[bot]
e97deb3dad
chore(deps): Bump ash from 2.19.9 to 2.19.10 (#578) 2024-03-01 07:26:48 +13:00
dependabot[bot]
08de065d42
chore(deps): Bump ash from 2.19.8 to 2.19.9 (#573) 2024-02-28 07:27:41 +13:00
dependabot[bot]
62d9e2cb7c
chore(deps): Bump ash_postgres from 1.5.9 to 1.5.10 (#574) 2024-02-28 07:27:26 +13:00
dependabot[bot]
3f65fb4062
chore(deps): Bump ash from 2.19.5 to 2.19.8 (#571)
Bumps [ash](https://github.com/ash-project/ash) from 2.19.5 to 2.19.8.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.19.5...v2.19.8)

---
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-02-27 09:11:02 +13:00
dependabot[bot]
a87e281737
chore(deps): Bump ash_postgres from 1.5.7 to 1.5.9 (#572)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.5.7 to 1.5.9.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.5.7...v1.5.9)

---
updated-dependencies:
- dependency-name: ash_postgres
  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-02-27 09:10:44 +13:00
Rebecca Le
5023f381b5 docs: Mark the hashed_password field as private so it does not appear in any API responses
As the API extensions grab all public attributes by default - this is one that really should not be included!
2024-02-26 21:38:00 +13:00
dependabot[bot]
f2d1da39a4
chore(deps): Bump ash_postgres from 1.5.5 to 1.5.7 (#567)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.5.5 to 1.5.7.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.5.5...v1.5.7)

---
updated-dependencies:
- dependency-name: ash_postgres
  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-02-23 09:49:38 +13:00
dependabot[bot]
268f0fd8b0
chore(deps-dev): Bump credo from 1.7.4 to 1.7.5 (#568)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.4 to 1.7.5.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.7.4...v1.7.5)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  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-02-23 09:48:26 +13:00
dependabot[bot]
f49300cc80
chore(deps): Bump ash from 2.19.3 to 2.19.5 (#569)
Bumps [ash](https://github.com/ash-project/ash) from 2.19.3 to 2.19.5.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.19.3...v2.19.5)

---
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-02-23 09:04:34 +13:00
Jean-Luc Geering
8163b178f7
docs: better Plug.Router example (#566) 2024-02-22 07:11:32 -05:00
dependabot[bot]
6b8fd25e54
chore(deps): Bump ash_postgres from 1.5.3 to 1.5.5 (#565)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.5.3 to 1.5.5.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.5.3...v1.5.5)

---
updated-dependencies:
- dependency-name: ash_postgres
  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-02-22 09:01:43 +13:00
30fd2ca74a
chore: release version v3.12.3 2024-02-21 10:03:54 +13:00
dependabot[bot]
5cec404ea1
chore(deps): Bump ash_postgres from 1.5.1 to 1.5.3 (#564) 2024-02-21 06:43:18 +13:00
dependabot[bot]
2ce94d75fa
chore(deps): Bump ash from 2.18.2 to 2.19.3 (#562)
Bumps [ash](https://github.com/ash-project/ash) from 2.18.2 to 2.19.3.
- [Release notes](https://github.com/ash-project/ash/releases)
- [Changelog](https://github.com/ash-project/ash/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash/compare/v2.18.2...v2.19.3)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 14:03:00 +13:00
dependabot[bot]
beb4380296
chore(deps): Bump ash_postgres from 1.4.0 to 1.5.1 (#563)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.4.0 to 1.5.1.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.4.0...v1.5.1)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-20 14:02:50 +13:00
dependabot[bot]
f0145fff43
chore(deps): Bump finch from 0.17.0 to 0.18.0 (#559)
Bumps [finch](https://github.com/sneako/finch) from 0.17.0 to 0.18.0.
- [Changelog](https://github.com/sneako/finch/blob/main/CHANGELOG.md)
- [Commits](https://github.com/sneako/finch/compare/v0.17.0...v0.18.0)

---
updated-dependencies:
- dependency-name: finch
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 11:20:37 +13:00
dependabot[bot]
b9dbc64599
chore(deps-dev): Bump ash_graphql from 0.26.9 to 0.27.0 (#560)
Bumps [ash_graphql](https://github.com/ash-project/ash_graphql) from 0.26.9 to 0.27.0.
- [Changelog](https://github.com/ash-project/ash_graphql/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_graphql/compare/v0.26.9...v0.27.0)

---
updated-dependencies:
- dependency-name: ash_graphql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 11:09:52 +13:00
dependabot[bot]
054e582766
chore(deps-dev): Bump plug_cowboy from 2.6.2 to 2.7.0 (#561)
Bumps [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) from 2.6.2 to 2.7.0.
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-plug/plug_cowboy/compare/v2.6.2...v2.7.0)

---
updated-dependencies:
- dependency-name: plug_cowboy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-14 11:07:45 +13:00
dependabot[bot]
231bf8145a
chore(deps-dev): Bump credo from 1.7.3 to 1.7.4 (#558)
Bumps [credo](https://github.com/rrrene/credo) from 1.7.3 to 1.7.4.
- [Release notes](https://github.com/rrrene/credo/releases)
- [Changelog](https://github.com/rrrene/credo/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rrrene/credo/compare/v1.7.3...v1.7.4)

---
updated-dependencies:
- dependency-name: credo
  dependency-type: direct:development
  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-02-09 09:59:21 +13:00
github-actions
706f384a58 chore: release version v3.12.2 2024-01-30 21:37:54 +00:00
849bd23c82
chore: Merge branch 'StephanH90-fix/make-ash-postgres-optional' 2024-01-31 10:34:02 +13:00
StephanH90
9000a10a67
docs: add notice about minimum ash_postgres version (#517) 2024-01-31 10:33:26 +13:00
dependabot[bot]
41dd582e39
chore(deps-dev): Bump plug_cowboy from 2.6.1 to 2.6.2 (#553)
Bumps [plug_cowboy](https://github.com/elixir-plug/plug_cowboy) from 2.6.1 to 2.6.2.
- [Changelog](https://github.com/elixir-plug/plug_cowboy/blob/master/CHANGELOG.md)
- [Commits](https://github.com/elixir-plug/plug_cowboy/compare/v2.6.1...v2.6.2)

---
updated-dependencies:
- dependency-name: plug_cowboy
  dependency-type: direct:development
  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-01-31 10:33:25 +13:00
github-actions
9c086c9c1e
chore: release version v3.12.1 2024-01-31 10:33:25 +13:00
M.Yasoob Ullah Khalid ☺
7b07b3a433
improvement: support atom keys for uid in addition to strings (#556) 2024-01-31 10:33:25 +13:00
dependabot[bot]
d29e546061
chore(deps): Bump ash from 2.18.1 to 2.18.2 (#552) 2024-01-31 10:33:25 +13:00
dependabot[bot]
f7d6edf0c8
chore(deps): Bump plug from 1.15.2 to 1.15.3 (#551)
Bumps [plug](https://github.com/elixir-plug/plug) from 1.15.2 to 1.15.3.
- [Changelog](https://github.com/elixir-plug/plug/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-plug/plug/compare/v1.15.2...v1.15.3)

---
updated-dependencies:
- dependency-name: plug
  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-01-31 10:33:25 +13:00
dependabot[bot]
addd522d0b
chore(deps-dev): Bump ash_graphql from 0.26.8 to 0.26.9 (#550) 2024-01-31 10:33:25 +13:00
dependabot[bot]
b7ac6a00bd
chore(deps-dev): Bump ash_postgres from 1.3.68 to 1.4.0 (#547) 2024-01-31 10:33:23 +13:00
dependabot[bot]
38533eaac2
chore(deps-dev): Bump mix_audit from 2.1.1 to 2.1.2 (#541) 2024-01-31 10:32:48 +13:00
dependabot[bot]
c433465330
chore(deps-dev): Bump ash_json_api from 0.34.1 to 0.34.2 (#545) 2024-01-31 10:32:48 +13:00
Zach Daniel
604c0e4d88
docs: update ex_doc, overhaul underlying doc structure
docs: make all DSL docs one liners (now required by spark)
2024-01-31 10:32:48 +13:00
dependabot[bot]
2b1b1625b3
chore(deps): Bump finch from 0.16.0 to 0.17.0 (#543) 2024-01-31 10:32:48 +13:00
dependabot[bot]
4c04517eef
chore(deps-dev): Bump credo from 1.7.2 to 1.7.3 (#539) 2024-01-31 10:32:48 +13:00
dependabot[bot]
53de612ad4
chore(deps-dev): Bump ash_postgres from 1.3.67 to 1.3.68 (#540) 2024-01-31 10:32:48 +13:00
dependabot[bot]
d55383ed32
chore(deps-dev): Bump ash_postgres from 1.3.66 to 1.3.67 (#537) 2024-01-31 10:32:48 +13:00
dependabot[bot]
f27f50a29e
chore(deps-dev): Bump ash_postgres from 1.3.65 to 1.3.66 (#533) 2024-01-31 10:32:47 +13:00