-
Notifications
You must be signed in to change notification settings - Fork 26
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Cookie updated by NetworkToCode Cookie Drift Manager Tool (#371)
* Cookie updated by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "refs/tags/nautobot-app-v2.3.2", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt.git", "path": "/tmp/tmpd1ve3w_w/nautobot-app-device-lifecycle-mgmt", "repository_path": "/tmp/tmpd1ve3w_w/nautobot-app-device-lifecycle-mgmt", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@josh5276 @jvanderaa @progala", "full_name": "Network to Code, LLC", "email": "[email protected]", "github_org": "nautobot", "app_name": "nautobot_device_lifecycle_mgmt", "verbose_name": "Device Lifecycle Management", "app_slug": "nautobot-device-lifecycle-mgmt", "project_slug": "nautobot-app-device-lifecycle-mgmt", "repo_url": "https://github.com/nautobot/nautobot-app-device-lifecycle-mgmt", "base_url": "nautobot-device-lifecycle-mgmt", "min_nautobot_version": "2.0.0", "max_nautobot_version": "2.9999", "camel_name": "NautobotDeviceLifecycleManagement", "project_short_description": "Device Lifecycle Management", "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-lifecycle/en/latest", "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/tmp/tmpd1ve3w_w", "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "refs/tags/nautobot-app-v2.3.2" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [ "PostAction.BLACK" ], "baked_commit_ref": "3162f300f45a7ece038375dea5747e12723f48e1", "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.2", "pull_request": null, "post_action": [], "disable_post_actions": false, "draft": null } ``` * Ruff, dependency fixes * Add Changelog * Fix CI issues missed from Cookie * Update Lock file. * Fix Pylint errors * Assist poetry resolving numpy * Remove MySQL test This was disabled before applying drift manager. Their are no open issues about MySQL support, so I was hoping I could just re-enable this test. I will open an issue to track this disable. * Ruff again --------- Co-authored-by: bakebot <[email protected]> Co-authored-by: Stephen Kiely <[email protected]>
- Loading branch information
1 parent
a23625a
commit 3b89c07
Showing
16 changed files
with
376 additions
and
461 deletions.
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
Rebaked from the cookie `nautobot-app-v2.3.2`. |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
mkdocs==1.5.2 | ||
mkdocs-material==9.1.15 | ||
mkdocs==1.6.0 | ||
mkdocs-material==9.5.32 | ||
markdown-version-annotations==1.0.1 | ||
mkdocstrings-python==1.5.2 | ||
mkdocstrings==0.22.0 | ||
griffe==1.1.1 | ||
mkdocstrings-python==1.10.8 | ||
mkdocstrings==0.25.2 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,15 @@ | ||
--- | ||
nautobot_device_lifecycle_mgmt: | ||
project_name: "nautobot-device-lifecycle-mgmt" | ||
nautobot_ver: "2.3.0" | ||
local: false | ||
python_ver: "3.12" | ||
compose_dir: "development" | ||
compose_files: | ||
- "docker-compose.base.yml" | ||
- "docker-compose.redis.yml" | ||
- "docker-compose.postgres.yml" | ||
- "docker-compose.dev.yml" | ||
nautobot_ver: "2.0.0" | ||
python_ver: "3.11" | ||
# local: false | ||
# compose_dir: "/full/path/to/nautobot-app-device-lifecycle-mgmt/development" | ||
|
||
# The following is an example of using MySQL as the database backend | ||
# --- | ||
# nautobot_device_lifecycle_mgmt: | ||
# compose_files: | ||
# - "docker-compose.base.yml" | ||
# - "docker-compose.redis.yml" | ||
# - "docker-compose.mysql.yml" | ||
# - "docker-compose.dev.yml" |
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
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
Oops, something went wrong.