Skip to content

Commit

Permalink
Merge pull request #141 from nautobot/develop
Browse files Browse the repository at this point in the history
2.0.1 into main
  • Loading branch information
itdependsnetworks authored Mar 12, 2024
2 parents 32f3c75 + 4195097 commit c1a0287
Show file tree
Hide file tree
Showing 47 changed files with 986 additions and 348 deletions.
57 changes: 33 additions & 24 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,35 @@
{
"cookiecutter": {
"codeowner_github_usernames": "@smith-ntc",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "nautobot",
"plugin_name": "nautobot_plugin_nornir",
"verbose_name": "Nautobot Nornir Plugin",
"plugin_slug": "nautobot-plugin-nornir",
"project_slug": "nautobot-plugin-nornir",
"repo_url": "https://github.com/nautobot/nautobot-plugin-nornir",
"base_url": "plugin-nornir",
"min_nautobot_version": "1.4.0",
"max_nautobot_version": "1.9999",
"nautobot_version": "latest",
"camel_name": "NautobotPluginNornir",
"project_short_description": "Nautobot Nornir Plugin",
"version": "0.1.0",
"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/plugin-nornir/en/latest",
"_template": "/opt/ntc/networktocode-llc/cookiecutter-ntc/nautobot-plugin",
"_output_dir": "/opt/ntc/baked"
}
"cookiecutter": {
"codeowner_github_usernames": "-* @itdependsnetworks\n-* @jeffkala",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "nautobot",
"app_name": "nautobot_plugin_nornir",
"verbose_name": "Nautobot Nornir Plugin",
"app_slug": "nautobot-plugin-nornir",
"project_slug": "nautobot-plugin-nornir",
"repo_url": "https://github.com/nautobot/nautobot-plugin-nornir",
"base_url": "plugin-nornir",
"min_nautobot_version": "2.0.0",
"max_nautobot_version": "2.9999",
"camel_name": "NautobotPluginNornir",
"project_short_description": "Nautobot App that provides a shim layer to simplify using Nornir within other Nautobot Apps and Nautobot Jobs",
"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/plugin-nornir/en/latest",
"_drift_manager": {
"template": "https://github.com/nautobot/cookiecutter-nautobot-app.git",
"template_dir": "nautobot-app",
"template_ref": "develop",
"cookie_dir": "",
"branch_prefix": "drift-manager",
"pull_request_strategy": "update-or-create",
"post_actions": [
"black"
],
"draft": true,
"baked_commit_ref": "7cd62373450b4459a5fa3397a2d27214f7217a9c"
}
}
}
6 changes: 3 additions & 3 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[flake8]
# E501: Line length is enforced by Black, so flake8 doesn't need to check it
# W503: Black disagrees with this rule, as does PEP 8; Black wins
ignore = E501, W503
ignore =
E501, # Line length is enforced by Black, so flake8 doesn't need to check it
W503 # Black disagrees with this rule, as does PEP 8; Black wins
exclude =
migrations,
__pycache__,
Expand Down
18 changes: 9 additions & 9 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,17 @@ about: Report a reproducible bug in the current release of nautobot-plugin-norni
---

### Environment
* Python version: <!-- Example: 3.11.5 -->
* Nautobot version: <!-- Example: 1.0.1 -->
* Python version: <!-- Example: 3.11.4 -->
* Nautobot version: <!-- Example: 2.0.0 -->
* nautobot-plugin-nornir version: <!-- Example: 1.0.0 -->

<!-- What did you expect to happen? -->
### Expected Behavior


<!-- What happened instead? -->
### Observed Behavior

<!--
Describe in detail the exact steps that someone else can take to reproduce
this bug using the current release.
Expand All @@ -16,10 +23,3 @@ about: Report a reproducible bug in the current release of nautobot-plugin-norni
1.
2.
3.

<!-- What did you expect to happen? -->
### Expected Behavior


<!-- What happened instead? -->
### Observed Behavior
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: ✨ Feature Request
about: Propose a new feature or enhancement for nautobot-plugin-nornir
about: Propose a new feature or enhancement

---

### Environment
* Python version: <!-- Example: 3.11.5 -->
* Nautobot version: <!-- Example: 1.0.1 -->
* Nautobot version: <!-- Example: 2.0.0 -->
* nautobot-plugin-nornir version: <!-- Example: 1.0.0 -->

<!--
Expand Down
35 changes: 35 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
<!--
Thank you for your interest in contributing to Nautobot! Please note
that our contribution policy recommends that a feature request or bug
report be opened for approval prior to filing a pull request. This
helps avoid wasting time and effort on something that we might not
be able to accept.
Please indicate the relevant feature request or bug report below.
-->

# Closes: #<ISSUE NUMBER GOES HERE>

## What's Changed

<!--
Please include:
- A summary of the proposed changes
- A sectioned breakdown for larger features under ## subheadings
- Screenshots, example payloads where relevant:
- Before/After for bugfixes
- Using a new feature
-->

## To Do

<!--
Please feel free to update todos to keep track of your own notes for WIP PRs.
-->
- [ ] Explanation of Change(s)
- [ ] Added change log fragment(s) (for more information see [the documentation](https://docs.nautobot.com/projects/core/en/stable/development/#creating-changelog-fragments))
- [ ] Attached Screenshots, Payload Example
- [ ] Unit, Integration Tests
- [ ] Documentation Updates (when adding/changing features)
- [ ] Example Plugin Updates (when adding/changing features)
- [ ] Outline Remaining Work, Constraints from Design
Loading

0 comments on commit c1a0287

Please sign in to comment.