-
Notifications
You must be signed in to change notification settings - Fork 36
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
Cookie updated by NetworkToCode Cookie Drift Manager Tool #216
Conversation
Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "refs/tags/nautobot-app-v2.3.0", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-device-onboarding.git", "path": "/tmp/tmpz9okrf0q/nautobot-app-device-onboarding", "repository_path": "/tmp/tmpz9okrf0q/nautobot-app-device-onboarding", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@mzbroch @scetron @glennmatthews @chadell", "full_name": "Network to Code, LLC", "email": "info@networktocode.com", "github_org": "nautobot", "app_name": "nautobot_device_onboarding", "verbose_name": "Device Onboarding", "app_slug": "nautobot-device-onboarding", "project_slug": "nautobot-app-device-onboarding", "repo_url": "https://github.com/nautobot/nautobot-app-device-onboarding", "base_url": "nautobot-device-onboarding", "min_nautobot_version": "2.0.3", "max_nautobot_version": "2.9999", "camel_name": "NautobotDeviceOnboarding", "project_short_description": "Device Onboarding", "model_class_name": "None", "open_source_license": "Apache-2.0", "docs_base_url": "https://docs.nautobot.com", "docs_app_url": "https://docs.nautobot.com/projects/device-onboarding/en/latest", "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/tmp/tmpz9okrf0q", "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "refs/tags/nautobot-app-v2.3.0" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [ "PostAction.BLACK" ], "baked_commit_ref": "e99ba259e45876cf5a3432b7b02f95feac3ae6ad", "draft": true } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "", "output_dir": "", "push": true, "template": "", "template_dir": "", "template_ref": "refs/tags/nautobot-app-v2.3.0", "pull_request": null, "post_action": [], "disable_post_actions": false, "draft": null } ```
@@ -0,0 +1,28 @@ | |||
"""Unit tests for nautobot_device_onboarding.""" |
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.
Seems like an unnecessary file addition?
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.
This is a result of some of the pydocstyle ruff rules.
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.
Oh sorry I didn't see the context here. This app doesn't have or need REST API views right?
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.
Correct, we use only jobs
Template:
Cookie:
CLI Arguments: