-
Notifications
You must be signed in to change notification settings - Fork 8
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 (#319)
* 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-circuit-maintenance.git", "path": "/tmp/tmpuf9cbn9j/nautobot-app-circuit-maintenance", "repository_path": "/tmp/tmpuf9cbn9j/nautobot-app-circuit-maintenance", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@chadell @glennmatthews @pke11y @scetron", "full_name": "Network to Code, LLC", "email": "[email protected]", "github_org": "nautobot", "app_name": "nautobot_circuit_maintenance", "verbose_name": "Circuit Maintenance", "app_slug": "nautobot-circuit-maintenance", "project_slug": "nautobot-app-circuit-maintenance", "repo_url": "https://github.com/nautobot/nautobot-app-circuit-maintenance", "base_url": "circuit-maintenance", "min_nautobot_version": "2.0.0", "max_nautobot_version": "2.9999", "camel_name": "NautobotCircuitMaintenance", "project_short_description": "Nautobot App that automatically manages network circuit maintenance notifications. Dynamically reads email inboxes (or APIs) and updates Nautobot mapping circuit maintenances to devices", "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/circuit-maintenance/en/latest", "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/tmp/tmpuf9cbn9j", "_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": "33780c7f9417fdde501b238dc3a6f45ed8d587e2", "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 } ``` * Poetry, Ruff and add back dependencies Also added Capacity Metrics as an extra due to the change in the dockerfile. This should have been an extra all along, but is important now. * Fix nb-use-fields-all * Exclude binary fields from filter A better way might be to apply a filter_override, but this field was already excluded by not putting it in the fields declaration. --------- Co-authored-by: bakebot <[email protected]> Co-authored-by: Stephen Kiely <[email protected]>
- Loading branch information
1 parent
219a4f3
commit 93222f2
Showing
12 changed files
with
521 additions
and
233 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 @@ | ||
Rebake with nautobot-app-v2.3.2 Cookiecutter. |
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_circuit_maintenance: | ||
project_name: "nautobot-circuit-maintenance" | ||
nautobot_ver: "2.0.0" | ||
local: false | ||
python_ver: "3.11" | ||
compose_dir: "development" | ||
compose_files: | ||
- "docker-compose.base.yml" | ||
- "docker-compose.redis.yml" | ||
- "docker-compose.postgres.yml" | ||
- "docker-compose.dev.yml" | ||
# local: false | ||
# compose_dir: "/full/path/to/nautobot-app-circuit-maintenance/development" | ||
|
||
# The following is an example of using MySQL as the database backend | ||
# --- | ||
# nautobot_circuit_maintenance: | ||
# 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
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.