Skip to content

chore(deps): bump solid_queue_monitor from 0.6.0 to 1.1.0#592

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/solid_queue_monitor-1.1.0
Closed

chore(deps): bump solid_queue_monitor from 0.6.0 to 1.1.0#592
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/bundler/solid_queue_monitor-1.1.0

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Feb 9, 2026

Bumps solid_queue_monitor from 0.6.0 to 1.1.0.

Release notes

Sourced from solid_queue_monitor's releases.

v1.1.0 — Search & Sortable Columns

What's New

Global Search

Search across all job types (ready, scheduled, failed, in-progress, completed) and recurring tasks.

  • Search by class name, queue name, arguments, active job ID, and error messages
  • Results grouped by category with counts
  • Accessible from the header on every page

Sortable Column Headers

Click column headers to sort job tables.

  • Sort by any column (class name, queue, created at, priority, etc.)
  • Toggle ascending/descending with visual indicators
  • Available on all job list views

Installation

gem 'solid_queue_monitor', '~> 1.1'

Full Changelog: vishaltps/solid_queue_monitor@v1.0.1...v1.1.0

v1.0.1 - Job Details Page CSS Fix

Fixed

  • Added missing CSS styles for job details page
  • Job details page now uses full width layout consistent with other pages

What's Included

The job details page now has proper styling for:

  • Job header with title, status badge, and meta info
  • Timing cards with indicators (fast/normal/slow)
  • Timeline visualization with status dots and connecting lines
  • Error section with type, message, and backtrace toggle
  • Details grid for job attributes
  • Arguments section with copy button
  • Collapsible raw data section
  • Recent executions table
  • Responsive design for mobile devices

Installation

gem 'solid_queue_monitor', '~> 1.0'

... (truncated)

Changelog

Sourced from solid_queue_monitor's changelog.

[1.1.0] - 2026-02-07

Added

  • Global Search — Search across all job types (ready, scheduled, failed, in-progress, completed) and recurring tasks
    • Search by class name, queue name, arguments, active job ID, and error messages
    • Results grouped by category with counts
    • Accessible from the header on every page
  • Sortable Column Headers — Click column headers to sort job tables
    • Sort by any column (class name, queue, created at, priority, etc.)
    • Toggle ascending/descending with visual indicators
    • Available on all job list views

[1.0.1] - 2026-01-23

Fixed

  • Added missing CSS styles for job details page
  • Job details page now uses full width layout consistent with other pages

[1.0.0] - 2026-01-23

Added

  • Worker Monitoring - New dedicated workers page showing all Solid Queue processes
    • Real-time view of workers, dispatchers, and schedulers
    • Health status indicators (healthy, stale, dead) based on heartbeat
    • Shows queues each worker is processing
    • Displays jobs currently being processed by each worker
    • Summary cards showing total, healthy, stale, and dead process counts
  • Dead Process Detection - Identify and clean up zombie processes
    • Visual highlighting for stale (>5 min) and dead (>10 min) processes
    • "Prune Dead Processes" button to remove defunct process records
    • Automatic detection based on last heartbeat timestamp
  • Job Details Page - Dedicated page for viewing complete job information
    • Full job timeline showing created, scheduled, started, and finished states
    • Timing breakdown with wait time and execution duration
    • Complete error details with backtrace for failed jobs
    • Job arguments displayed in formatted JSON
    • Quick actions (retry/discard) for failed jobs
    • Clickable job class names throughout the UI link to details page
  • Queue Details Page - Detailed view for individual queues
    • Shows all jobs in a specific queue
    • Displays queue status (active/paused) with pause/resume controls
    • Job counts and filtering options

Changed

  • Updated ROADMAP to reflect v1.0.0 milestone completion
  • All high-priority features from roadmap are now complete
Commits
  • 2ffbfb3 Merge pull request #26 from vishaltps/release/v1.1.0
  • a9e0f3a release: v1.1.0 — Search and Sortable Columns
  • b498d5c Merge pull request #25 from vishaltps/chore/ruby-version-and-gitignore
  • 082ebc3 chore: resolve merge conflict in .gitignore
  • 35e3fc8 docs: update roadmap — mark Search and Sorting as done
  • cd0f822 feat: add sortable column headers to all job list tables (#24)
  • 01e20be Merge pull request #23 from vishaltps/feature/search
  • 1167791 style: fix RSpec/ContextWording lint violations
  • 21d8cb7 Merge branch 'main' into feature/search
  • 2eb48e3 feat: add global search functionality
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [solid_queue_monitor](https://github.com/vishaltps/solid_queue_monitor) from 0.6.0 to 1.1.0.
- [Release notes](https://github.com/vishaltps/solid_queue_monitor/releases)
- [Changelog](https://github.com/vishaltps/solid_queue_monitor/blob/main/CHANGELOG.md)
- [Commits](vishaltps/solid_queue_monitor@v0.6.0...v1.1.0)

---
updated-dependencies:
- dependency-name: solid_queue_monitor
  dependency-version: 1.1.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code labels Feb 9, 2026
@vishaltps
Copy link

Hey @dmitrytrager! 👋 I'm the maintainer of solid_queue_monitor. This bump from 0.6.0 to 1.1.0 is fully backward-compatible and brings some nice improvements:

  • v1.0.0 — Worker monitoring, job/queue details pages, dead process detection
  • v1.0.1 — CSS fix for job details page
  • v1.1.0 — Global search across all job types & sortable column headers

No breaking changes or configuration updates needed — should be a safe merge. Happy to help if you run into anything!

@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Mar 9, 2026

Superseded by #615.

@dependabot dependabot bot closed this Mar 9, 2026
@dependabot dependabot bot deleted the dependabot/bundler/solid_queue_monitor-1.1.0 branch March 9, 2026 21:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file ruby Pull requests that update Ruby code

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant