feat: added jobservice queue subcommand#793
Open
NishchayRajput wants to merge 10 commits into
Open
Conversation
5 tasks
5 tasks
NucleoFusion
suggested changes
Apr 4, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #793 +/- ##
=========================================
- Coverage 10.99% 9.13% -1.86%
=========================================
Files 173 300 +127
Lines 8671 14859 +6188
=========================================
+ Hits 953 1357 +404
- Misses 7612 13376 +5764
- Partials 106 126 +20 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
qcserestipy
requested changes
Apr 7, 2026
Collaborator
qcserestipy
left a comment
There was a problem hiding this comment.
In principle LGTM, the commands however should be only accessible for admins. Please make sure that a user needs elevated priviledges.
also lint fails, please fix
Author
fcde3cf to
cfbff07
Compare
d493dd3 to
496c82d
Compare
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
916ac8e to
c30ef51
Compare
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.


Description
Briefly describe what this pull request does and why the change is needed.
This PR adds queue management commands under
harbor jobservice queuesto improve Job Service Dashboard parity for CLI users.It enables listing queue state and executing queue lifecycle actions (stop/pause/resume) using either interactive or non-interactive flows.
Type of Change
Please select the relevant type.
Changes
list,stop,pause,resume.Command and Flag Behavior
Commands added
harbor jobservice queues listharbor jobservice queues stopharbor jobservice queues pauseharbor jobservice queues resumeSupported flags by command
harbor jobservice queues list--output-format json|yamlharbor jobservice queues stop--type <type|all>(repeatable and comma-separated)--interactive/-iharbor jobservice queues pause--type <type|all>(repeatable and comma-separated)--interactive/-iharbor jobservice queues resume--type <type|all>(repeatable and comma-separated)--interactive/-iDefault interactive behavior
stop,pause, andresumewhen--typeis not provided.--typevalues are provided.Interactive selection behavior
resume: only paused queues are shown.pause: only unpaused queues are shown.stop: all available queues are shown.Type normalization behavior
--type A --type B--type A,Ballshort-circuits to global action semantics