You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
Add first-class custom database schema support to the riverui and riverproui executables through the -schema flag and RIVER_SCHEMA environment variable. PR #629.
Fixed
Job retry: keep the current page open and show an actionable error when a retry conflicts with another active unique job. PR #623.
Global live update pause: disable automatic query refreshes on browser focus and reconnect, preventing paused workflow detail pages from re-fetching wait data outside the configured refresh interval. PR #584.
Job detail: preserve line breaks in attempt logs while keeping structured JSON viewer content outside preformatted code markup. PR #592.