An Ash extension for interacting with Oban
Go to file
dependabot[bot] 34624d913c
chore(deps-dev): bump excoveralls in the dev-dependencies group (#71)
Bumps the dev-dependencies group with 1 update: [excoveralls](https://github.com/parroty/excoveralls).


Updates `excoveralls` from 0.18.1 to 0.18.2
- [Release notes](https://github.com/parroty/excoveralls/releases)
- [Changelog](https://github.com/parroty/excoveralls/blob/master/CHANGELOG.md)
- [Commits](https://github.com/parroty/excoveralls/compare/v0.18.1...v0.18.2)

---
updated-dependencies:
- dependency-name: excoveralls
  dependency-type: direct:development
  update-type: version-update:semver-patch
  dependency-group: dev-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:22:17 -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: release version v0.2.4 2024-07-19 07:53:09 -04:00
mix.lock chore(deps-dev): bump excoveralls in the dev-dependencies group (#71) 2024-07-25 07:22:17 -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