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

Rebake from latest cookie, fix mark_safe usage #214

Merged
merged 6 commits into from
Jul 2, 2024

Commits on Jul 1, 2024

  1. Cookie updated 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": "[email protected]:nautobot/nautobot-app-version-control.git",
        "path": "/Users/glennmatthews/Documents/git-stuff/nautobot-app-version-control",
        "repository_path": "/Users/glennmatthews/Documents/git-stuff/nautobot-app-version-control",
        "dir": "",
        "branch_prefix": "drift-manager",
        "context": {
            "codeowner_github_usernames": "@smith-ntc",
            "full_name": "Network to Code, LLC",
            "email": "[email protected]",
            "github_org": "nautobot",
            "app_name": "nautobot_version_control",
            "verbose_name": "Nautobot Version Control",
            "app_slug": "nautobot-version-control",
            "project_slug": "nautobot-app-version-control",
            "repo_url": "https://github.com/nautobot/nautobot-app-version-control",
            "base_url": "version-control",
            "min_nautobot_version": "2.0.3",
            "max_nautobot_version": "2.9999",
            "camel_name": "NautobotVersionControl",
            "project_short_description": "Nautobot Version Control with Dolt",
            "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/version-control/en/latest",
            "_template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
            "_output_dir": "/Users/glennmatthews/Documents/git-stuff",
            "_repo_dir": "/Users/glennmatthews/.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": "e400b7359a805402f1ec49a9555424e6bfce3856",
        "draft": true
    }
    ```
    
    CLI Arguments:
    
    ```
    {
        "cookie_dir": "",
        "input": false,
        "json_filename": "",
        "output_dir": "",
        "push": false,
        "template": "",
        "template_dir": "",
        "template_ref": "",
        "pull_request": null,
        "post_action": [],
        "disable_post_actions": false,
        "draft": null
    }
    ```
    glennmatthews committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    93f8c18 View commit details
    Browse the repository at this point in the history
  2. Cleanup

    glennmatthews committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    3adbe75 View commit details
    Browse the repository at this point in the history
  3. Change fragments

    glennmatthews committed Jul 1, 2024
    Configuration menu
    Copy the full SHA
    6fc58c1 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    65d1ef1 View commit details
    Browse the repository at this point in the history
  2. Ruff

    glennmatthews committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    8299c35 View commit details
    Browse the repository at this point in the history
  3. Pylint

    glennmatthews committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    c439d3e View commit details
    Browse the repository at this point in the history