towerops/vendor/oban_pro/lib/oban/pro
Graham McIntire 6c05d45dd6 deps: upgrade oban_pro to 1.7.0
Bumps vendored Oban Pro from 1.6.13 to 1.7.0, which transitively bumps
oban core to 2.22.1 (requires migrations v14) and db_connection to 2.10.0.

- mix.exs constraint: ~> 1.6 → ~> 1.7
- vendor/oban_pro/ replaced with v1.7.0 hex package
- migration 20260430142200: Oban core v12 → v14 (must run first)
- migration 20260430142241: Oban Pro 1.7.0 schema additions

Also corrects a pre-existing constraint name in AgentAssignment that was
left stale by the equipment→devices rename migration (20260117190134).
The unique index is named agent_assignments_device_id_index, but the
schema's unique_constraint/3 still pointed at the old equipment_id name,
causing the test suite to surface Ecto.ConstraintError instead of a
changeset error. Required to get the suite green for this upgrade.
2026-04-30 10:26:18 -05:00
..
engines deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
limiters deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
migrations deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
plugins deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
stages deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
workers deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
workflow deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
application.ex chore: update vendored Oban packages 2026-03-04 16:51:55 -06:00
batch.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
chunk.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
cloud.ex add oban pro 2026-01-26 17:07:42 -06:00
cron.ex add oban pro 2026-01-26 17:07:42 -06:00
decorator.ex add oban pro 2026-01-26 17:07:42 -06:00
diagnostics.ex chore: update vendored Oban packages 2026-03-04 16:51:55 -06:00
exceptions.ex add oban pro 2026-01-26 17:07:42 -06:00
flusher.ex add oban pro 2026-01-26 17:07:42 -06:00
handler.ex add oban pro 2026-01-26 17:07:42 -06:00
limiter.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
migration.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
partition.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
producer.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
queue.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
rate_limit.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
refresher.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
relay.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
stage.ex add oban pro 2026-01-26 17:07:42 -06:00
testing.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
unique.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
utils.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
uuidv7.ex add oban pro 2026-01-26 17:07:42 -06:00
validation.ex add oban pro 2026-01-26 17:07:42 -06:00
worker.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00
workflow.ex deps: upgrade oban_pro to 1.7.0 2026-04-30 10:26:18 -05:00