Commit graph

395 commits

Author SHA1 Message Date
dependabot[bot]
0e70ffe372
chore(deps-dev): bump ash_postgres from 2.0.0-rc.2 to 2.0.0-rc.6 (#106)
Bumps [ash_postgres](https://github.com/ash-project/ash_postgres) from 2.0.0-rc.2 to 2.0.0-rc.6.
- [Changelog](https://github.com/ash-project/ash_postgres/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ash-project/ash_postgres/compare/v2.0.0-rc.2...v2.0.0-rc.6)

---
updated-dependencies:
- dependency-name: ash_postgres
  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-04-10 17:32:56 -04:00
dependabot[bot]
2508470d32
chore(deps-dev): bump ex_doc from 0.31.2 to 0.32.0 (#107)
Bumps [ex_doc](https://github.com/elixir-lang/ex_doc) from 0.31.2 to 0.32.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.31.2...v0.32.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>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-10 17:32:50 -04:00
0e452eb385
chore: enable dependabot for mix dependencies. 2024-04-11 09:21:40 +12:00
Shirish Goyal
0e7dfe92d6
fix action type for default action (#103) 2024-04-09 07:23:35 -04:00
Zach Daniel
7fbdf347f7 chore: additional fix for resetting session & build assets 2024-04-08 08:20:53 -04:00
Carl Gleisner
0879d01505
fix: clear actor_tenant cookie when clearing actor (#101)
Co-authored-by: Carl Gleisner <carlgleisner@users.noreply.github.com>
2024-04-08 08:15:39 -04:00
Zach Daniel
c838fc506e chore: fix warnings in test/dev 2024-04-05 19:33:49 -04:00
Zach Daniel
34e70771d8 improvement: track actor tenant, use it for fetching actor 2024-04-05 06:53:36 -04:00
Dmitry Maganov
9ea30756a8
fix: small refactor in actor plug (#99) 2024-04-03 18:53:08 -04:00
Zach Daniel
3662b15ffd chore: release version v0.10.10-rc.1 2024-04-02 22:02:28 -04:00
Zach Daniel
5d1b3a1d5b fix: get checks passing, fix various bugs 2024-04-02 22:01:11 -04:00
Zach Daniel
2b94944247 chore: remove unnecessary dependency 2024-04-02 15:05:30 -04:00
Arian Khosravi
a68b4549b8
fix: loading multiple relationships with the same destination resource that has sensitive fields (#98)
Co-authored-by: Arian Khosravi <arian@kairocare.com>
2024-04-02 14:10:06 -04:00
Zach Daniel
3ae5be0459 chore: docs 2024-04-02 12:00:49 -04:00
Zach Daniel
d46a8636ad chore: release version v0.10.10-rc.0 2024-04-02 11:59:57 -04:00
Zach Daniel
d814254b05 fix: properly add indexes to embedded list attribtues
fix: ensure action selection is accurate/consistent
fix: only consider top-level targets for input pruning
2024-04-02 11:55:55 -04:00
Zach Daniel
837281346f chore: release version v0.10.9 2024-03-29 09:49:20 -04:00
Zach Daniel
657d36d3e2 improvement: upgrade to 3.0 2024-03-29 09:48:44 -04:00
Zach Daniel
7e303883ee chore: update credo 2024-03-19 10:02:00 -04:00
Zach Daniel
a2c15e829c chore: remove IO.inspect 2024-03-19 09:53:33 -04:00
Zach Daniel
c710afdecc fix: only show forms for map type inputs
fixes #95
2024-03-19 09:35:36 -04:00
Zach Daniel
4028b200cf chore: release version v0.10.8 2024-03-19 00:11:37 -04:00
Zach Daniel
e5291046b2 chore: update deps 2024-03-19 00:11:28 -04:00
Zach Daniel
162a75c6dc chore: add missing event handler from copy 2024-03-18 21:34:42 -04:00
Zach Daniel
5a44b159a8 chore: form -> query 2024-03-18 21:31:38 -04:00
Zach Daniel
7bafba814d chore: update deps, add map field for testing
fix: missing handle event in read forms
2024-03-18 21:28:07 -04:00
skanderm
ef9b242438
fix: Allow blank/nil default values in :atom inputs when allow_nil? is true (#93)
* fix: Allow blank/default default values in :atom inputs when allow_nil? is true

* Run format
2024-03-11 17:35:55 -04:00
Peter Hartman
99b8daed7b
improvement: Add :csp_nonce_assign_key to ash_admin options (fix for /issues/91) (#92) 2024-03-09 14:58:16 -05:00
Zach Daniel
bebfea66a4 chore: release version v0.10.7 2024-02-26 09:59:00 -05:00
Zach Daniel
0cacba50c7 fix: properly prevent access to actions not configured to be in the UI 2024-02-26 09:57:03 -05:00
Zach Daniel
eba8a81e13 chore: release version v0.10.6 2024-02-20 15:45:55 -05:00
Zach Daniel
3e46f99bab fix: fix lists of values in deeply nested embeds 2024-02-20 15:45:13 -05:00
Zach Daniel
4ae68727ac chore: release version v0.10.5 2024-02-11 11:57:47 -05:00
Zach Daniel
eeedf16175 improvement: show internal errors in ash_admin form 2024-02-11 11:56:44 -05:00
Zach Daniel
ed8b204623 chore: tool versions 2024-02-04 10:48:48 -05:00
Zach Daniel
44db708914 chore: release version v0.10.4 2024-02-04 10:48:13 -05:00
Zach Daniel
fcaaacf76c improvement: fix large gap in header in safari 2024-02-04 10:47:48 -05:00
Zach Daniel
62417088e3 chore: docs 2024-02-04 10:42:01 -05:00
Zach Daniel
a25b3b787a chore: release version v0.10.3 2024-02-04 10:41:29 -05:00
Zach Daniel
f6fb30cb11 improvement: update to phoenix_html 4.0
fixes #87
2024-02-01 17:06:43 -05:00
Zach Daniel
cf41afe4a1 chore: update ex_doc, clean up docs 2024-01-12 16:38:41 -05:00
Zach Daniel
af6d8555c0 improvement: support any sensitive value
soon, calculations will have a `sensitive?` flag as well as attributes
2024-01-09 19:29:53 -05:00
Zach Daniel
92f9997fa3 improvement: support PhoenixHTML 4.0
fix: ensure starting state of dropdowns is honored
2024-01-08 19:53:53 -05:00
Zach Daniel
0e86459deb chore: fix dev resource configuration issue 2024-01-05 14:01:24 -05:00
Rohan Relan
3a285e828e
improvement: Adds show_sensitive_fields option to Resource to allow unredacting se… (#86)
---------

Co-authored-by: Rohan Relan <roresemail@gmail.com>
2024-01-05 10:08:56 -05:00
Zach Daniel
4b944cb77d chore: release version v0.10.2 2024-01-04 14:47:32 -05:00
Zach Daniel
0a671b9a60 fix: ensure tenant stays set after navigating from page 2024-01-04 14:43:49 -05:00
Zach Daniel
48b8ca0b7e chore: fix cheatsheets docs 2024-01-02 17:23:54 -05:00
Zach Daniel
9639af9702 chore: release version v0.10.1 2023-12-27 07:16:09 -05:00
Zach Daniel
92bb43d7ed fix: don't hide fields required for managing relationships 2023-12-27 07:16:04 -05:00