An Ash extension for interacting with Oban
Find a file
dependabot[bot] 4a8bee4bd1
chore(deps): bump ash in the production-dependencies group (#77)
Bumps the production-dependencies group with 1 update: [ash](https://github.com/ash-project/ash).


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)

---
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-09-04 20:45:59 -04:00
.github ci: dependabot weekly 2024-06-23 20:47:06 -04:00
.vscode improvement: handle actions w/ before_transaction/after_transaction hooks better 2023-05-01 17:05:49 -04:00
config docs: docs overhaul 2024-05-03 15:29:28 -04:00
documentation chore: release version v0.2.4 2024-07-19 07:53:09 -04:00
lib docs: docs overhaul 2024-05-03 15:29:28 -04:00
logos init 2023-04-21 22:46:04 -06:00
test chore: fix tests 2024-05-03 00:01:40 -04:00
test_migrations improvement: add actor_persister, and use it automatically 2024-02-20 13:02:43 -05:00
.check.exs docs: update docs with new spark cheat sheets, and organize everything 2023-09-16 11:17:40 -04:00
.credo.exs chore: ensure repo is present in oban pro config 2024-02-27 09:42:27 -05:00
.formatter.exs improvement: update to ash 3.0 2024-03-29 19:52:22 -04:00
.gitignore init 2023-04-21 22:46:04 -06:00
.tool-versions improvement: log error on scheduler failure 2023-07-19 08:36:00 -04:00
CHANGELOG.md chore: release version v0.2.4 2024-07-19 07:53:09 -04:00
FUNDING.yml init 2023-04-21 22:46:04 -06:00
LICENSE init 2023-04-21 22:46:04 -06:00
mix.exs chore: Move simple_sat to be used in dev/test environments only (#75) 2024-08-16 11:10:44 -04:00
mix.lock chore(deps): bump ash in the production-dependencies group (#77) 2024-09-04 20:45:59 -04:00
README.md chore: fix title 2024-05-08 19:12:00 -04:00

Logo Logo

Elixir CI License: MIT Hex version badge Hexdocs badge

AshOban

Welcome! This is the extension for integrating Ash resources with Oban. This extension allows you to easily execute resource actions in the background, and trigger actions based on data conditions.

Tutorials

Reference