Skip to content
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

Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool #82

Merged
merged 8 commits into from
Nov 10, 2023

Conversation

snaselj
Copy link
Contributor

@snaselj snaselj commented Oct 24, 2023

Closes NaN

What's Changed

  • Updated the cookie based on the latest template.
  • Updated Nautobot to v1.6.0.
  • Updated pylint to v2.17.7.
  • Fixed pylint issues.

Drift Manager

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-welcome-wizard.git",
    "path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-welcome-wizard",
    "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-welcome-wizard",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@smith-ntc",
        "full_name": "Network to Code, LLC",
        "email": "info@networktocode.com",
        "github_org": "nautobot",
        "plugin_name": "welcome_wizard",
        "verbose_name": "Welcome Wizard",
        "plugin_slug": "nautobot-welcome-wizard",
        "project_slug": "nautobot-plugin-welcome-wizard",
        "repo_url": "https://github.com/nautobot/nautobot-plugin-welcome-wizard",
        "base_url": "nautobot-welcome-wizard",
        "min_nautobot_version": "1.5.0",
        "max_nautobot_version": "1.9999",
        "camel_name": "NautobotWelcomeWizard",
        "project_short_description": "Welcome Wizard",
        "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/welcome-wizard/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": "develop"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.BLACK"
    ],
    "baked_commit_ref": "",
    "draft": true
}

CLI Arguments:

{
    "cookie_dir": "",
    "input": false,
    "json_filename": "setup-cookie-welcome-wizard.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": [
        "black"
    ],
    "disable_post_actions": false,
    "draft": true
}

bakebot and others added 6 commits October 24, 2023 12:01
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-welcome-wizard.git",
    "path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-welcome-wizard",
    "repository_path": "/opt/ntc/drift-manager/outputs/nautobot-plugin-welcome-wizard",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@smith-ntc",
        "full_name": "Network to Code, LLC",
        "email": "info@networktocode.com",
        "github_org": "nautobot",
        "plugin_name": "welcome_wizard",
        "verbose_name": "Welcome Wizard",
        "plugin_slug": "nautobot-welcome-wizard",
        "project_slug": "nautobot-plugin-welcome-wizard",
        "repo_url": "https://github.com/nautobot/nautobot-plugin-welcome-wizard",
        "base_url": "nautobot-welcome-wizard",
        "min_nautobot_version": "1.5.0",
        "max_nautobot_version": "1.9999",
        "camel_name": "NautobotWelcomeWizard",
        "project_short_description": "Welcome Wizard",
        "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/welcome-wizard/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": "develop"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.BLACK"
    ],
    "baked_commit_ref": "",
    "draft": true
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "setup-cookie-welcome-wizard.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": [
        "black"
    ],
    "disable_post_actions": false,
    "draft": true
}
```
@snaselj
Copy link
Contributor Author

snaselj commented Oct 24, 2023

Ready for review now.

cc.: @whitej6

docs/dev/arch_decision.md Outdated Show resolved Hide resolved
docs/user/external_interactions.md Outdated Show resolved Hide resolved
.github/ISSUE_TEMPLATE/bug_report.md Show resolved Hide resolved
.flake8 Show resolved Hide resolved
.gitignore Show resolved Hide resolved
development/development.env Show resolved Hide resolved
development/docker-compose.dev.yml Show resolved Hide resolved
development/docker-compose.dev.yml Show resolved Hide resolved
@jvanderaa jvanderaa merged commit 75c82f5 into develop Nov 10, 2023
15 checks passed
@jvanderaa jvanderaa deleted the drift-manager/pr branch November 10, 2023 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants