-
Notifications
You must be signed in to change notification settings - Fork 57
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
Drift Manager docs updates #584
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
snaselj
added a commit
that referenced
this pull request
Sep 13, 2023
itdependsnetworks
requested review from
itdependsnetworks,
jeffkala and
nkallergis
as code owners
September 13, 2023 13:56
itdependsnetworks
pushed a commit
that referenced
this pull request
Sep 13, 2023
* Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool Template: ``` { "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "dir": "nautobot-app", "ref": "develop", "path": null } ``` Cookie: ``` { "remote": "https://github.com/nautobot/nautobot-plugin-golden-config.git", "path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-golden-config", "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-golden-config", "dir": "", "branch_prefix": "drift-manager", "context": { "codeowner_github_usernames": "@itdependsnetworks @jeffkala @nkallergis", "full_name": "Network to Code, LLC", "email": "[email protected]", "github_org": "nautobot", "plugin_name": "nautobot_golden_config", "verbose_name": "Golden Config", "plugin_slug": "nautobot-golden-config", "project_slug": "nautobot-plugin-golden-config", "repo_url": "https://github.com/nautobot/nautobot-plugin-golden-config", "base_url": "golden-config", "min_nautobot_version": "1.4.0", "max_nautobot_version": "1.9999", "nautobot_version": "latest", "camel_name": "NautobotGoldenConfig", "project_short_description": "A plugin for configuration on nautobot", "version": "1.0.0", "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/golden-config/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" }, "base_branch": "next-2.0", "remote_name": "origin", "pull_request_strategy": "PullRequestStrategy.CREATE", "post_actions": [] } ``` CLI Arguments: ``` { "cookie_dir": "", "input": false, "json_filename": "./setup-cookie-golden-config.json", "output_dir": "./outputs", "push": true, "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git", "template_dir": "nautobot-app", "template_ref": "develop", "pull_request": null, "post_action": [], "disable_post_actions": false } ``` * chore: Manual fixes * fix: Syntax error * fix: Black * chore: Move docs changes to separate pr #584 * fix: Update poetry lock * fix: Pylint * fix: PR comments * fix: Job invocation --------- Co-authored-by: bakebot <[email protected]>
snaselj
force-pushed
the
drift-manager/docs
branch
from
September 14, 2023 11:38
f9f6a00
to
316b5ee
Compare
Marked as a draft, blocked by #590 to be merged here. |
itdependsnetworks
added a commit
that referenced
this pull request
Oct 1, 2023
* Update version statements * Replace broken imports * Swap Region/Site to Location * Fix/skip test cases * Change filters for 2.x * Remove scope property * Remove code around csv import/export per 2.x changes * Change some platform slug uses to network_driver * Remove remaining references to slugs in core models * Switch tag filter to tags * Remove custom get_absolute_url method * Remove management command, move to new dispatcher method, fix job logging and signature * Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool (#583) * chore: Move docs changes to separate pr #584 * fix: Update poetry lock * fix: Pylint * fix: PR comments * fix: Job invocation * Jmcgill/2.x jobs rebase (#595) * Start jobs migration * todos updates (#598) * Move to new dispatcher, move compliant to device tab, update locations/tags filters/forms, * remove platform mapping. * Remove slugs added by Config Remediation work (#602) * Logging updates, active tab fix, add default_deploy_status, * Migrate config compliance and golden config views to viewsets, upgrade diff2html, remove job inclusion check, migrate gc views away from device model * General cleanup from linters (#615) * Revert list view actions to views, fix logging, dispatcher, call jobs by name, fix JS failures catching, run lock * Re-lock, and use hyperlinked_object * fix GoldenConfigSettingForm * downgrade django-pivot to 1.8.1 * Fix failing notes_url test (#625) * bump version, remove slugify, remove commit from config deploy, simplify serialzer, * Fix some more tests for 2.0 (#631) * Update git, logger bug, update processor * logger updates, add to request object, linter * audit linkable retrieve links, link configs vs show them * fix status link * Fix execute menu, extra context in GC overview, expanded to support RC4 * update gitrepo flow, switch to core get_app_settings_or_config, update test * Invert Completed logic * Rename network_driver_mapper to network_driver_mappings (#639) * Add logic to warn when GoldenConfig is out of sync (#629) * Add Job to sync GoldenConfig * update & clean up processor logic, fix reference to .url * fix datasources yaml key to network_driver but backwards to _slug * fix js issue where was too greedy in selection, add copy button * fix filtering on configplans * Add back constance code and clean up json view code (#642) * version update and remove json/yaml toggle * fix api that populates filterform for plan and deploy results * Start on migration/release docs, make booleans more consistent, add error codes framework, move to SearchFilter objects, clean up imports, add copy button to compliance retrieve view, * Migration docs updates, 2.0 release notes, remove dispatcher references * add custom dispatcher docs, update secrets docs, add constance docs, add error code links to other repos * update dependencies, fix or skip tests, minor doc updates --------- Co-authored-by: Jacob McGill <[email protected]> Co-authored-by: Jacob McGill <[email protected]> Co-authored-by: Jan Snasel <[email protected]> Co-authored-by: bakebot <[email protected]> Co-authored-by: Hanlin Miao <[email protected]> Co-authored-by: Gary Snider <[email protected]> Co-authored-by: Bryan Culver <[email protected]> Co-authored-by: mzb <[email protected]> Co-authored-by: John Anderson <[email protected]> Co-authored-by: Jeff Kala <[email protected]>
snaselj
force-pushed
the
drift-manager/docs
branch
from
November 3, 2023 09:10
1d1f626
to
5c6a755
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.
Automatic updates to docs made by Drift Manager, needs to be cleaned up