Commit graph

27 commits

Author SHA1 Message Date
James Harton
8797005175
feat(Ash.PlugHelpers): Support standard actor configuration. (#16)
* improvement(docs): change all references to `actor` to `user`.

The word "actor" has special meaning in the Ash ecosystem.

* chore: format `dev` directory also.

* feat(Ash.PlugHelpers): Support standard actor configuration.

* Adds the `:set_actor` plug which will set the actor to a resource based on the subject name.
* Also includes GraphQL and JSON:API interfaces in the devserver for testing.
2022-10-31 16:43:00 +13:00
github-actions
a432bd5477 chore: release version v0.2.1 2022-10-26 00:01:54 +00:00
aa638e0230 improvement: move subject_name uniqueness validation to compile time. 2022-10-26 12:56:08 +13:00
13d3f0d2ab improvement: remove generated: true from macros.
This is not needed and didn't do what I thought it did.
2022-10-26 11:04:34 +13:00
f0e7768e43 fix: deprecation warnings caused by use of Macro.expand_literal/2. 2022-10-26 11:03:14 +13:00
2c1802dd69 chore(docs): small documentation improvements. 2022-10-26 11:03:14 +13:00
dependabot[bot]
fd54efe85d
chore(deps-dev): bump ex_doc from 0.28.6 to 0.29.0 (#9)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.6 to 0.29.0.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.6...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 08:47:53 +13:00
dependabot[bot]
5cd7fc5e61
chore(deps-dev): bump ash_postgres from 1.1.0 to 1.1.1 (#10)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 1.1.0 to 1.1.1.
- [Release notes](https://github.com/ash-project/ash_postgres/releases)
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v1.1.0...v1.1.1)

---
updated-dependencies:
- dependency-name: ash_postgres
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-26 08:47:38 +13:00
c51de0fe74 chore(docs): Add links to ash_authentication_phoenix. 2022-10-26 08:45:21 +13:00
e0f0a8d257 chore(docs): improve documentation. 2022-10-25 20:32:57 +13:00
github-actions
809a0faa55 chore: release version v0.2.0 2022-10-24 22:21:49 +00:00
James Harton
a939dde9b9
feat(PasswordAuthentication): Registration and authentication with local credentials (#4)
This is missing a bunch of features that you probably want to use (eg confirmation, password resets), but it's a pretty good place to put a stake in the sand and say it works.
2022-10-25 11:07:07 +13:00
dependabot[bot]
4a13721c9f
chore(deps-dev): bump ex_doc from 0.28.6 to 0.29.0 (#8)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.6 to 0.29.0.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.6...v0.29.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-20 09:13:41 +13:00
dependabot[bot]
95bc34ea3d
chore(deps-dev): bump ex_doc from 0.28.5 to 0.28.6 (#6)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.28.5 to 0.28.6.
- [Release notes](https://github.com/elixir-lang/ex_doc/releases)
- [Changelog](https://github.com/elixir-lang/ex_doc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/elixir-lang/ex_doc/compare/v0.28.5...v0.28.6)

---
updated-dependencies:
- dependency-name: ex_doc
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-14 09:13:29 +13:00
dependabot[bot]
fb7fec5acc
chore(deps-dev): bump doctor from 0.19.0 to 0.20.0 (#5)
Bumps [doctor](https://github.com/akoutmos/doctor) from 0.19.0 to 0.20.0.
- [Release notes](https://github.com/akoutmos/doctor/releases)
- [Changelog](https://github.com/akoutmos/doctor/blob/master/CHANGELOG.md)
- [Commits](https://github.com/akoutmos/doctor/commits)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-12 10:04:06 +13:00
dependabot[bot]
2572588f38
chore(deps-dev): bump git_ops from 2.5.0 to 2.5.1 (#3)
Bumps [git_ops](https://github.com/zachdaniel/git_ops) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/zachdaniel/git_ops/releases)
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zachdaniel/git_ops/commits)

---
updated-dependencies:
- dependency-name: git_ops
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-10-05 09:01:10 +13:00
008778c755 chore(ci): update to latest staple-actions 2022-09-30 16:04:41 +13:00
dependabot[bot]
ed62361258
chore(deps-dev): bump git_ops from 2.4.5 to 2.5.0 (#2)
Bumps [git_ops](https://github.com/zachdaniel/git_ops) from 2.4.5 to 2.5.0.
- [Release notes](https://github.com/zachdaniel/git_ops/releases)
- [Changelog](https://github.com/zachdaniel/git_ops/blob/master/CHANGELOG.md)
- [Commits](https://github.com/zachdaniel/git_ops/compare/v2.4.5...v2.5.0)

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

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-09-30 09:49:19 +13:00
808259fbd0 chore: set up github actions. 2022-09-28 10:56:55 +13:00
53588e302a chore: install and configure dialyxir. 2022-09-28 10:11:00 +13:00
ccf5993e4f chore: install and configure doctor. 2022-09-28 10:07:26 +13:00
127d8c7d6a chore: add ex_doc. 2022-09-28 10:06:27 +13:00
1c263550d6 chore: add credo. 2022-09-28 10:06:04 +13:00
641ae5d2cb chore: release version v0.1.0 2022-09-28 10:05:16 +13:00
9d94f7dab8 chore: add git_ops configuration. 2022-09-28 10:04:04 +13:00
99071f2006 chore: Add devcontainer configuration. 2022-09-28 09:56:01 +13:00
17891fceda chore: Initial empty mix new. 2022-09-28 09:54:05 +13:00