forked from nautobot/pynautobot
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'Parent-Repo/develop' into nautobot#32-a…
…dd-run-job-and-wait-method
- Loading branch information
Showing
25 changed files
with
885 additions
and
580 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
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 |
---|---|---|
|
@@ -2,3 +2,4 @@ | |
|
||
!/pyproject.toml | ||
!/poetry.lock | ||
!/README.md |
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,22 @@ | ||
# v2.3.0 | ||
|
||
## Added | ||
|
||
(#213) Added the ability to retrieve App endpoints via `dir` | ||
(#214) Added support for seeing and modifying notes on all models | ||
(#217) Added the ability to provide custom limit and offset parameters | ||
(#233) Added the ability to run saved GraphQL queries | ||
|
||
## Documentation Updates | ||
|
||
(#218) Fixed documentation examples for working with prefixes | ||
|
||
### Changed | ||
|
||
(#224) Changed the `Termination.__str__ ` method to return the display field | ||
(#240) Changed the `.all()` method to accept the same kwargs as `.filter()`, essentially making them redundant of each other | ||
(#243) Updated urllib3 dependency to v2 | ||
|
||
### Housekeeping | ||
|
||
(#220) Added Python 3.12 to test matrix |
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,18 @@ | ||
# v2.4.0 | ||
|
||
## Added | ||
|
||
(#248) Added support for new cloud models found in Nautobot 2.3+ | ||
|
||
## v2.4.1 | ||
|
||
### Fixed | ||
|
||
- (#253) Fixed missing json data returned on cloud endpoints | ||
|
||
## v2.4.2 | ||
|
||
### Fixed | ||
|
||
- (#257) Fixed issue with pagination looping under certain conditions | ||
- (#259) Fixed the `filter` field that was missing from dynamic group objects |
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,5 @@ | ||
# Cloud | ||
|
||
::: pynautobot.models.cloud | ||
options: | ||
show_submodules: true |
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,9 +1,10 @@ | ||
mkdocs==1.6.0 | ||
# Material for MkDocs theme | ||
mkdocs-material==9.5.19 | ||
mkdocs-material==9.5.32 | ||
# Render custom markdown for version added/changed/remove notes | ||
mkdocs-version-annotations==1.0.0 | ||
# Automatic documentation from sources, for MkDocs | ||
mkdocstrings==0.24.3 | ||
mkdocstrings-python==1.10.0 | ||
griffe==1.1.1 | ||
mkdocstrings-python==1.10.8 | ||
mkdocstrings==0.25.2 | ||
markdown-data-tables==1.0.0 |
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.