nautobot / nautobot-app-floor-plan

Easily view floor plans in Nautobot
https://docs.nautobot.com/projects/floor-plan/en/latest/
Other
11 stars 5 forks source link

Cookie initialy baked #34

Closed snaselj closed 1 year ago

snaselj commented 1 year ago

Template:

{
    "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
    "dir": "nautobot-plugin",
    "ref": "nautobot-plugin-v1.0",
    "path": null
}

Cookie:

{
    "remote": "https://github.com/nautobot/nautobot-plugin-floor-plan",
    "dir": "",
    "already_cloned": false,
    "branch_prefix": "drift-manager",
    "context": {
        "codeowner_github_usernames": "\\",
        "full_name": "Network to Code, LLC",
        "email": "info@networktocode.com",
        "github_org": "nautobot",
        "plugin_name": "nautobot_floor_plan",
        "verbose_name": "Nautobot Floor Plan",
        "plugin_slug": "nautobot-floor-plan",
        "project_slug": "nautobot-plugin-floor-plan",
        "repo_url": "https://github.com/nautobot/nautobot-plugin-floor-plan",
        "base_url": "floor-plan",
        "min_nautobot_version": "1.5.0",
        "max_nautobot_version": "1.9999",
        "nautobot_version": "latest",
        "camel_name": "FloorPlan",
        "project_short_description": "Nautobot Floor Plan",
        "version": "0.1.0",
        "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",
    },
    "default_branch": "develop",
    "remote_name": "origin"
}

CLI Arguments:

{
    "cookie_dir": "",
    "input": false,
    "json_filename": "",
    "output_dir": "outputs/",
    "push": true,
    "template": "https://github.com/networktocode-llc/cookiecutter-ntc.git",
    "template_dir": "nautobot-plugin",
    "template_ref": "nautobot-plugin-v1.0"
}
snaselj commented 1 year ago

PR is not cleaned up yet, I'm preparing that. In the next re-bake, only changes to the template will be propagated, so the PR will be much smaller.

snaselj commented 1 year ago

PR is cleaned up, ready for review now.

snaselj commented 1 year ago

cc: @cmsirbu

snaselj commented 1 year ago

Merged with the latest develop to resolve conflicts.

snaselj commented 1 year ago

This PR is fixed and ready for review now @cmsirbu @glennmatthews @jvanderaa

snaselj commented 1 year ago

All comments are resolved now, tests are passing, ready to merge.