Add sbx db sidekiq#57
Merged
Merged
Conversation
Contributor
|
@copilot fix the vet failure |
wenn
approved these changes
Mar 27, 2026
Agent-Logs-Url: https://github.com/reverbdotcom/sbx/sessions/a218d155-fb49-4a32-bf22-c1251d85473b Co-authored-by: wenn <1843743+wenn@users.noreply.github.com>
Contributor
Contributor
There was a problem hiding this comment.
Pull request overview
Adds a new sbx db subcommand for opening the Sidekiq UI, and surfaces it in the sandbox summary output.
Changes:
- Added
sidekiq(s) subcommand tosbx dbcommand routing and help text. - Added a new
sidekiqpackage with anOpen()implementation that opens the Sidekiq URL in a browser. - Updated the
sbx info/summary output to list the new Sidekiq shortcut.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
| File | Description |
|---|---|
| summary/summary.go | Adds Sidekiq entry to the displayed sandbox command summary. |
| db/db.go | Wires sidekiq/s into sbx db subcommands and help text. |
| sidekiq/sidekiq.go | Implements Sidekiq URL construction and browser open behavior. |
| sidekiq/sidekiq_test.go | Adds tests verifying URL construction and error propagation from the opener. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
wenn
approved these changes
Mar 31, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Adding
sbx db sidekiqandsbx db salias for easier sidekiq UI access in sandboxes.Also included a small edit to the README to include instructions on making a temp local build for testing on orchestra