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 #177

Merged
merged 6 commits into from
Sep 16, 2024

Conversation

nautobot-bot
Copy link
Contributor

Template:

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

Cookie:

{
    "remote": "https://github.com/nautobot/nautobot-app-data-validation-engine.git",
    "path": "/tmp/tmp9j9j1ago/nautobot-app-data-validation-engine",
    "repository_path": "/tmp/tmp9j9j1ago/nautobot-app-data-validation-engine",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@nautobot/plugin-data-validation",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "app_name": "nautobot_data_validation_engine",
        "verbose_name": "Data Validation Engine",
        "app_slug": "nautobot-data-validation-engine",
        "project_slug": "nautobot-app-data-validation-engine",
        "repo_url": "https://github.com/nautobot/nautobot-app-data-validation-engine",
        "base_url": "nautobot-data-validation-engine",
        "min_nautobot_version": "2.1.9",
        "max_nautobot_version": "2.9999",
        "camel_name": "NautobotDataValidationEngine",
        "project_short_description": "Provides UI to build custom data validation rules for data in Nautobot",
        "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/data-validation/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/tmp/tmp9j9j1ago",
        "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "refs/tags/nautobot-app-v2.3.2"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.BLACK"
    ],
    "baked_commit_ref": "7226bf600914ffd30b194ab1437cee2d9a3aa2c5",
    "draft": true
}

CLI Arguments:

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

bakebot and others added 2 commits August 29, 2024 03:40
Template:

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

Cookie:

```
{
    "remote": "https://github.com/nautobot/nautobot-app-data-validation-engine.git",
    "path": "/tmp/tmp9j9j1ago/nautobot-app-data-validation-engine",
    "repository_path": "/tmp/tmp9j9j1ago/nautobot-app-data-validation-engine",
    "dir": "",
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "@nautobot/plugin-data-validation",
        "full_name": "Network to Code, LLC",
        "email": "[email protected]",
        "github_org": "nautobot",
        "app_name": "nautobot_data_validation_engine",
        "verbose_name": "Data Validation Engine",
        "app_slug": "nautobot-data-validation-engine",
        "project_slug": "nautobot-app-data-validation-engine",
        "repo_url": "https://github.com/nautobot/nautobot-app-data-validation-engine",
        "base_url": "nautobot-data-validation-engine",
        "min_nautobot_version": "2.1.9",
        "max_nautobot_version": "2.9999",
        "camel_name": "NautobotDataValidationEngine",
        "project_short_description": "Provides UI to build custom data validation rules for data in Nautobot",
        "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/data-validation/en/latest",
        "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
        "_output_dir": "/tmp/tmp9j9j1ago",
        "_repo_dir": "/github/home/.cookiecutters/cookiecutter-nautobot-app/nautobot-app",
        "_checkout": "refs/tags/nautobot-app-v2.3.2"
    },
    "base_branch": "develop",
    "remote_name": "origin",
    "pull_request_strategy": "PullRequestStrategy.CREATE",
    "post_actions": [
        "PostAction.BLACK"
    ],
    "baked_commit_ref": "7226bf600914ffd30b194ab1437cee2d9a3aa2c5",
    "draft": true
}
```

CLI Arguments:

```
{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "",
    "push": true,
    "template": "",
    "template_dir": "",
    "template_ref": "refs/tags/nautobot-app-v2.3.2",
    "pull_request": null,
    "post_action": [],
    "disable_post_actions": false,
    "draft": null
}
```
@smk4664 smk4664 marked this pull request as ready for review September 3, 2024 22:25
@smk4664 smk4664 requested a review from a team as a code owner September 3, 2024 22:25
@smk4664 smk4664 self-assigned this Sep 6, 2024
Copy link
Contributor

@gsnider2195 gsnider2195 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We need to add the "Constrain Nautobot version and regenerate lock file" step to the unittest job in ci.yml and the "added support for python 3.12" changelog

@smk4664 smk4664 requested a review from gsnider2195 September 12, 2024 23:18
@smk4664 smk4664 merged commit 3cd2aa3 into develop Sep 16, 2024
14 checks passed
@smk4664 smk4664 deleted the drift-manager/pr branch September 16, 2024 17:41
@DistantVoyager DistantVoyager mentioned this pull request Nov 4, 2024
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