-
Notifications
You must be signed in to change notification settings - Fork 2
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
Feature delices merge develop #112
Merged
Merged
Conversation
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
…iltin `indent` filter
fix: Updates for OSRB documentation review
Updates pyproject.toml for 3.11
Update requirements for docs
docs: Updated branding from `plugin` to `app`
fix docs build
* match versions * change from ^ to 1.6.0-2.9999 to match app config
…sign (#95) * refactor: Test case refactoring Refactored builder unit tests to make the tests clearer and easier to define. This should make it easier to have tests for different versions of Nautobot * fix: Fixed error message construction When constructing an error string there was an issue where another exception could render the string unreadable. This fix wraps the errant code with try/except to continue producing a usable error string. * feat: Added the ability to mark YAML tests to be skipped * test: Initial tests for Nautobot 2.0 * feat: Allow kwargs as design object attributes.
* Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "nautobot-app-v1.2", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-app-design-builder.git", "path": "/opt/ntc/drift-manager/outputs/nautobot-app-design-builder", "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-app-design-builder", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@abates @mzbroch", "full_name": "Network to Code, LLC", "email": "[email protected]", "github_org": "nautobot", "plugin_name": "nautobot_design_builder", "verbose_name": "Nautobot Design Builder", "plugin_slug": "nautobot-design-builder", "project_slug": "nautobot-app-design-builder", "repo_url": "https://github.com/nautobot/nautobot-app-design-builder", "base_url": "design-builder", "min_nautobot_version": "1.6.8", "max_nautobot_version": "2.9999", "camel_name": "NautobotDesignBuilder", "project_short_description": "Nautobot app that uses design templates to easily create data objects in Nautobot with minimal input from a user.", "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/nautobot-design-builder/en/latest", "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "_output_dir": "/opt/ntc/drift-manager/outputs", "_repo_dir": "/opt/ntc/drift-manager/outputs/.cookiecutters/cookiecutter-nautobot-app/nautobot-app", "_checkout": "nautobot-app-v1.2" }, "base_branch": "develop", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [ "PostAction.BLACK" ], "baked_commit_ref": "", "draft": false } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "design-builder.json", "output_dir": "./outputs", "push": true, "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "template_dir": "nautobot-app", "template_ref": "nautobot-app-v1.2", "pull_request": null, "post_action": [ "black" ], "disable_post_actions": false, "draft": false } ``` * chore: Manual fixes * chore: Poetry lock * fix: Docs * fix: pylint * Update docs/admin/compatibility_matrix.md * Update docs/admin/compatibility_matrix.md * Update drift manager for min version and uninstall update * docs: New logo * fix: poetry dependency fixes * ci: trying to fix the CI pipeline * ci: Changing pylint and migration tests to use Nautobot 2.1 * ci: More ci fixes * refactor: Refactored v1/v2 contrib tests --------- Co-authored-by: bakebot <[email protected]> Co-authored-by: Jan Snasel <[email protected]> Co-authored-by: Jeremy White <[email protected]> Co-authored-by: itdependsnetworks <[email protected]>
fix: Cookiecutter json
docs: Fix logo URL
docs: fix documentation URLs in README.md
fix: Fixed examples to load and run on Nautobot v2
Prep for 1.0.0 release
abates
force-pushed
the
feature_delices-merge_develop
branch
2 times, most recently
from
February 16, 2024 14:49
91da101
to
45bc4b6
Compare
abates
force-pushed
the
feature_delices-merge_develop
branch
from
February 16, 2024 14:51
45bc4b6
to
09699bc
Compare
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.