-
Notifications
You must be signed in to change notification settings - Fork 5
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
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* 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>
Fixing `invoke tests` exiting early
…le in tables. Added count of child floor plans to floor_plan view.
…nvoke exiting early
* 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>
Djhoward12 naaps 124 child tabs
* 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>
Release v2.5.0
joewesch
approved these changes
Dec 17, 2024
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
No description provided.