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

Develop to main for release v2.5.0 #140

Merged
merged 25 commits into from
Dec 17, 2024
Merged

Develop to main for release v2.5.0 #140

merged 25 commits into from
Dec 17, 2024

Conversation

djhoward12
Copy link
Collaborator

No description provided.

nautobot-bot and others added 25 commits October 15, 2024 17:24
* Cookie updated by NetworkToCode Cookie Drift Manager Tool

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
}
```

* Fix issue with drift manager merge

* Ruff

* Remove checker that does not need to be enforced

This is no longer an issue as of Postgres 11, Nautobot recommends the minimum version of Postgres 12.

* Remove invalid views

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.

* fix bad merge

* re-introduce url fix

---------

Co-authored-by: bakebot <info@networktocode.com>
Co-authored-by: Stephen Kiely <stephenkiely87@gmail.com>
Co-authored-by: Gary Snider <75227981+gsnider2195@users.noreply.github.com>
…le in tables. Added count of child floor plans to floor_plan view.
* This is a work in progress. It is working for steps of -1 and -2

* changing label functions to start at ZZ on a wrap around

* updating svg for wrapping

* Modified _label_text to use proper number of arguments.

* Updated label_text function to correctly wrap

* adding .

* Fixed Y Axis label bleed over with small seed and large steps. Refactored svg.py to reduce redundant code.

* Update changes/131.fixed

Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>

* Update changes/136.fixed

Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>

* Resolving comment on forms line 200 and svg line 91.

* updated bool var nam in utils for letters

---------

Co-authored-by: “DJ <“dj.howard@networktocode.com>
Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
* Adding validation to ensure FloorPlan can't be resized if tiles have been placed. Fixing spelling and formatting of documentation

* Updated change fragment to reflect correct PR number.

* Update changes/132.fixed

Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>

* separating x and y resize tests

* adding documentation discussing Resize validation.

---------

Co-authored-by: “DJ <“dj.howard@networktocode.com>
Co-authored-by: Joe Wesch <10467633+joewesch@users.noreply.github.com>
@joewesch joewesch merged commit fb79b30 into main Dec 17, 2024
29 checks passed
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