-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #221 from nautobot/drift-manager/pr
Cookie updated by NetworkToCode Cookie Drift Manager Tool
- Loading branch information
Showing
11 changed files
with
505 additions
and
201 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 @@ | ||
Added support for Python 3.12. |
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_bgp_models: | ||
project_name: "nautobot-bgp-models" | ||
nautobot_ver: "2.0.3" | ||
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-bgp-models/development" | ||
|
||
# The following is an example of using MySQL as the database backend | ||
# --- | ||
# nautobot_bgp_models: | ||
# 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
Oops, something went wrong.