chore(deps): update dependency oban_web to v2.12.6 #202
No reviewers
Labels
No labels
Area
Editor
Area
Micropub
Compat
Breaking
Kind
Bug
Kind
Documentation
Kind
Enhancement
Kind
Feature
Kind
Infra
Kind
Security
Kind
Testing
Priority
Critical
Priority
High
Priority
Low
Priority
Medium
Reviewed
Confirmed
Reviewed
Duplicate
Reviewed
Invalid
Reviewed
Won't Fix
Status
Abandoned
Status
Blocked
Status
Need More Info
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
inhji/hajur!202
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "renovate/oban_web-2.x-lockfile"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
This PR contains the following updates:
2.12.5→2.12.6Release Notes
oban-bg/oban_web (oban_web)
v2.12.6Compare Source
Enhancements
[Jobs] Build jobs through worker
new/2when availableThe new job drawer always built changesets with
Job.new/2, bypassing worker-level defaults,validation, and Pro stages (recorded, chain, etc). Now we resolve the worker module and use its
new/2when it's loaded on the Web instance, falling back toJob.new/2when the module isn'tavailable.
Bug Fixes
[Dashboard] Resolve Elixir 1.20 compilation warnings
Fix all of the warnings surfaced by the Elixir v1.20 type checker and upgrade any packages with
errors or secutity warnings.
[Job Details] Fix clearing tags when editing jobs
Treat blank tag input as an empty list when editing jobs, while leaving it as
nilduring jobcreation.
[Job Details] Add clipboard fallback for insecure contexts
The navigator.clipboard API is only available in secure contexts (HTTPS or localhost), so
copying job args, meta, and stacktraces failed with "navigator.clipboard is undefined" when Oban
Web was served over plain HTTP. Fall back to execCommand so copy actions work in those
environments.
[Job Details] Fix new job form ignoring the scheduled at time
DateTime.from_iso8601/1returns a three-element tuple, but we only matched on{:ok, datetime}. That clause never matched, so parsing always returnedniland jobs created with ascheduled time ran immediately instead. Match the full tuple so the selected time is applied.
[Job Details] Stack timeline labels on narrow screens
State boxes in the job timeline placed the state label and timestamp in a row that was too
narrow until the xl breakpoint, causing the timestamp to wrap awkwardly and the content to
bleed. Now the label and timestamp are stacked below xl, switching to side-by-side where there's
room to fit them.
[Cron] Fix cron and tag history queries for CockroachDB
The cron history and tag suggestion queries relied on the Postgres-only implicit
valuecolumnname. CRDB names it after the function instead, which caused an
undefined_columnerror.Now the set-returning function is wrapped in a derived table with an explicit column alias for
all engines.
Configuration
📅 Schedule: (UTC)
🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
🔕 Ignore: Close this PR and you won't be reminded about this update again.
This PR has been generated by Mend Renovate.
6f05db0496e558e8eeb3e558e8eeb3to46100aa44846100aa448to3a489b49213a489b4921to539850308f539850308fto71a3bb7f26View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.