-
Notifications
You must be signed in to change notification settings - Fork 34
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Initiating Nautobot jobs, next-2.0 rebase #270
Merged
+351
−1
Merged
Changes from 1 commit
Commits
Show all changes
29 commits
Select commit
Hold shift + click to select a range
c17166c
copy init-jobs changes fom #224 with rebase to next-2.0 branch
67d545d
Rebased PR for next-2.0 branch, had some trouble with fork
e01dbe6
Correct change fragment, #270 will replace #224, and closes #223
99e4512
Add kwargs for get_jobs() that allows user-specified header items to …
0d623ef
Minor update
0f28144
Catch job_result.result == "FAILURE"
9d99ca7
run black
4d0d877
pydocstyle, flake8 fixes
fe07fc3
black formatter
1c8da1a
pylint
3fc453a
remove runnable references
d7e4ccc
reuse existing user instance (dispatch.user)
1423b8c
typo correction for dispatcher.user
50725bb
Replace list comp with generator
smk4664 42e1931
Add init-job-form nautobot subcommand
f074f92
flake8 fix, catch explicit exception
6910196
Remove block response, leaving testing commented
98c2db3
pylint8 fixes
9a259a5
CI history expired, re-running checks
8dd56fe
pylint CI fixes: W1113, R0914, C0301
195c888
Black code formatter
28c1d95
pylint ignore too-many-locals for init_job
cb26441
Replace execute_job with enqueue_job, which is correct Nautobot 2.x p…
64ed936
Fix missing variable
00eb275
Update breadcrumb changes
7470ec8
Add max iterations for waiting on job to enter ready state in the dat…
0ab7e78
Rename `init_job` subcommand to `run_job`
875ca64
Update error for initiated job status failure state
e6c14c6
Rub Black formatter
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading status checks…
Add max iterations for waiting on job to enter ready state in the dat…
…abase
There are no files selected for viewing
This file contains 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
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We may want something to drop out of this loop after enough time?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Addressed in 7470ec8