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 updated by NetworkToCode Cookie Drift Manager Tool #129

Merged
merged 7 commits into from
Oct 15, 2024

Conversation

nautobot-bot
Copy link
Collaborator

Template:

{
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "dir": "nautobot-app",
    "ref": "refs/tags/nautobot-app-v2.4.0",
    "path": null
}

Cookie:

{
    "remote": "https://github.com/nautobot/nautobot-app-floor-plan.git",
    "path": "/tmp/tmpld9dkan_/nautobot-app-floor-plan",
    "repository_path": "/tmp/tmpld9dkan_/nautobot-app-floor-plan",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "\\",
        "full_name": "Network to Code, LLC",
        "email": "info@networktocode.com",
        "github_org": "nautobot",
        "app_name": "nautobot_floor_plan",
        "verbose_name": "Nautobot Floor Plan",
        "app_slug": "nautobot-floor-plan",
        "project_slug": "nautobot-app-floor-plan",
        "repo_url": "https://github.com/nautobot/nautobot-app-floor-plan",
        "base_url": "floor-plan",
        "min_nautobot_version": "2.0.0",
        "max_nautobot_version": "2.9999",
        "camel_name": "FloorPlan",
        "project_short_description": "Nautobot Floor Plan",
        "model_class_name": "FloorPlan",
        "open_source_license": "Apache-2.0",
        "docs_base_url": "https://docs.nautobot.com",
        "docs_app_url": "https://docs.nautobot.com/projects/floor-plan/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/tmp/tmpld9dkan_",
        "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "refs/tags/nautobot-app-v2.4.0"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.RUFF",
        "PostAction.POETRY"
    ],
    "baked_commit_ref": "b2ad1bf9b286ea1ef1757db7793ba7e26dd22b84",
    "draft": false
}

CLI Arguments:

{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "",
    "push": true,
    "template": "",
    "template_dir": "",
    "template_ref": "refs/tags/nautobot-app-v2.4.0",
    "pull_request": null,
    "post_action": [
        "ruff",
        "poetry"
    ],
    "disable_post_actions": true,
    "draft": false
}

Template:

```
{
    "template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
    "dir": "nautobot-app",
    "ref": "refs/tags/nautobot-app-v2.4.0",
    "path": null
}
```

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-app-floor-plan.git",
    "path": "/tmp/tmpld9dkan_/nautobot-app-floor-plan",
    "repository_path": "/tmp/tmpld9dkan_/nautobot-app-floor-plan",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "\\",
        "full_name": "Network to Code, LLC",
        "email": "info@networktocode.com",
        "github_org": "nautobot",
        "app_name": "nautobot_floor_plan",
        "verbose_name": "Nautobot Floor Plan",
        "app_slug": "nautobot-floor-plan",
        "project_slug": "nautobot-app-floor-plan",
        "repo_url": "https://github.com/nautobot/nautobot-app-floor-plan",
        "base_url": "floor-plan",
        "min_nautobot_version": "2.0.0",
        "max_nautobot_version": "2.9999",
        "camel_name": "FloorPlan",
        "project_short_description": "Nautobot Floor Plan",
        "model_class_name": "FloorPlan",
        "open_source_license": "Apache-2.0",
        "docs_base_url": "https://docs.nautobot.com",
        "docs_app_url": "https://docs.nautobot.com/projects/floor-plan/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/tmp/tmpld9dkan_",
        "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "refs/tags/nautobot-app-v2.4.0"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.RUFF",
        "PostAction.POETRY"
    ],
    "baked_commit_ref": "b2ad1bf9b286ea1ef1757db7793ba7e26dd22b84",
    "draft": false
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "",
    "push": true,
    "template": "",
    "template_dir": "",
    "template_ref": "refs/tags/nautobot-app-v2.4.0",
    "pull_request": null,
    "post_action": [
        "ruff",
        "poetry"
    ],
    "disable_post_actions": true,
    "draft": false
}
```
@smk4664 smk4664 self-assigned this Oct 10, 2024
smk4664 and others added 3 commits October 11, 2024 08:43
This is no longer an issue as of Postgres 11, Nautobot recommends the minimum version of Postgres 12.
These views don't go anywhere as they had invalid url_paths. The model they reference is using NautobotUIViewSet which already adds the ChangeLogView and ObjectNotesView.
@smk4664 smk4664 merged commit edb59b9 into develop Oct 15, 2024
14 checks passed
@smk4664 smk4664 deleted the drift-manager/pr branch October 15, 2024 22:24
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.

4 participants