feat: added jobservice schedule subcommand#795
Open
NishchayRajput wants to merge 3 commits intogoharbor:mainfrom
Open
feat: added jobservice schedule subcommand#795NishchayRajput wants to merge 3 commits intogoharbor:mainfrom
NishchayRajput wants to merge 3 commits intogoharbor:mainfrom
Conversation
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
5 tasks
5 tasks
Contributor
|
Can you convert this to a draft, since this would cause conflicts with the other PR #793 |
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
qcserestipy
approved these changes
Apr 7, 2026
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## main #795 +/- ##
=========================================
- Coverage 10.99% 8.08% -2.91%
=========================================
Files 173 279 +106
Lines 8671 13340 +4669
=========================================
+ Hits 953 1078 +125
- Misses 7612 12148 +4536
- Partials 106 114 +8 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Collaborator
|
Please also check that the commands should be only accessible for admins. Please make sure that a user needs elevated priviledges. |
Author
Signed-off-by: Nishchay Rajput <nishchayr@iitbhilai.ac.in>
62d38c0 to
5fb39d8
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 schedule management commands under
harbor jobservice schedulesto improve Job Service Dashboard parity for CLI users.It enables listing schedules, checking global scheduler status, and pausing or resuming all schedules from the CLI.
Type of Change
Please select the relevant type.
Changes
list,status,pause-all,resume-all.Command and Flag Behavior
Commands added
harbor jobservice schedules listharbor jobservice schedules statusharbor jobservice schedules pause-allharbor jobservice schedules resume-allSupported flags by command
harbor jobservice schedules list--page--page-size--output-format json|yamlharbor jobservice schedules status--output-format json|yamlharbor jobservice schedules pause-allharbor jobservice schedules resume-allDefault behavior
listuses page1and page-size20when flags are omitted.statusreports the global scheduler state forjob_type=all.pause-allandresume-alloperate directly on the global scheduler and are non-interactive.