-
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 #224
Conversation
- username mapping to be done
Also, I used |
+ Add changelog fragment
- Removed unused imports - Conform to variable naming style
Removed unused old logo
We now have the ability to get the Username of the Nautobot user from the chat platform in Next-2.0. Would you mind refactoring this against next-2.0? It would also be nice to ensure the user has permission to run jobs, and limit the list of jobs to jobs they have access to. |
Updated IP Fabric logo.
…list Sort ipf icmp list
Remove Grafana urls and navigation if disabled.
Adds some tests
Also pins capacity metrics version for Nautobot 1.6 LTM support
Release 2.0.3
…permission mapping Add get_jobs class method which returns table of jobs, which can be filtered Update queries to use restrist filter for user
I moved the base for the merge to |
…loses nautobot#223 Run black formatter
closed in favor of #270 |
Closes: #223
What's Changed
init_job
subccomand which initiates a Nautobot job by job nameRemaining work
get_jobs
TODO
Notes