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

Release v2.0.1 #267

Merged
merged 36 commits into from
Nov 7, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
36 commits
Select commit Hold shift + click to select a range
1786a9e
Merge pull request #238 from nautobot/main
Kircheneer Oct 6, 2023
bca0d09
build: Remove settings
jdrew82 Oct 11, 2023
865e324
fix: 🐛 Correct key for import_subnets plugin setting.
jdrew82 Oct 11, 2023
ae11d00
feat: ✨ Add support for including containers in subnet filter setting.
jdrew82 Oct 13, 2023
7371270
test: ✅ Update patch paths to ensure settings are in place for tests.
jdrew82 Oct 17, 2023
dabca95
refactor: Move nested functions to client utils
jdrew82 Oct 17, 2023
d427dcd
Merge pull request #242 from nautobot/patch-fix_infoblox_subnet_filter
jdrew82 Oct 17, 2023
059b911
Cookie initialy baked by NetworkToCode Cookie Drift Manager Tool
Oct 20, 2023
8ce6d6f
chore: Manual fixes
snaselj Oct 20, 2023
af6e04e
fix: griffe warning
snaselj Oct 20, 2023
9bd0d7e
chore: Remove pylint
snaselj Oct 20, 2023
5b94775
Add CODEOWNERS for the various integrations
jdrew82 Oct 23, 2023
7ee45f9
fix: Remove * from subdirs
jdrew82 Oct 23, 2023
1cf3068
fix: Move catchall to top
jdrew82 Oct 23, 2023
6b0f1f0
Merge pull request #252 from nautobot/patch-update_codeowners
jdrew82 Oct 23, 2023
467a3f7
Add plugin-ssot as integration code owners
jdrew82 Oct 23, 2023
9ac1372
Merge pull request #254 from nautobot/patch-add_team_integration_code…
jdrew82 Oct 23, 2023
c63e808
chore: Move docs to be filled up
snaselj Oct 24, 2023
db0b376
Merge pull request #251 from nautobot/drift-manager/pr
Kircheneer Oct 24, 2023
770ca19
fixes possible error state in nautobot_ssot_duration_seconds metric
Kircheneer Oct 18, 2023
bc14722
Merge pull request #250 from nautobot/fix-#248
jdrew82 Oct 25, 2023
be27529
docs: 📝 Add Device42 to Integration lists that were missed.
jdrew82 Oct 31, 2023
ff2f9a2
docs: Add to admin index
jdrew82 Oct 31, 2023
c36185a
chore: Added device42 to list of conflicting apps
snaselj Nov 1, 2023
1bd2691
Merge pull request #260 from nautobot/patch-fix_docs
jdrew82 Nov 1, 2023
894d6b0
Improved the way configuration settings are set
alhogan Oct 13, 2023
3fa71a2
Updated IPFabric examples for consistency
alhogan Oct 13, 2023
b0c1d05
Updated documentation for settings
alhogan Oct 13, 2023
757f3ea
Update site reference to location
alhogan Oct 13, 2023
345d30e
Merge pull request #246 from nautobot/u/alhogan-ipfabric-plugin-setti…
jdrew82 Nov 2, 2023
d971125
fix: 🐛 Add check for missing job_class attribute on 1.x Jobs
jdrew82 Nov 2, 2023
d758978
test: 🚨 Fix unnecessary use of else
jdrew82 Nov 2, 2023
eed795f
fix: 🐛 Add check for job_class attribute in get_data_jobs()
jdrew82 Nov 2, 2023
82c221a
Merge pull request #264 from nautobot/patch-fix_metrics
jdrew82 Nov 6, 2023
4274826
build: Bump version to 2.0.1
jdrew82 Nov 6, 2023
196d51b
docs: 📝 Update release notes and compability matrix
jdrew82 Nov 6, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
58 changes: 34 additions & 24 deletions .cookiecutter.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
{
"cookiecutter": {
"codeowner_github_usernames": "@glennmatthews @jathanism @lampwins @chadell",
"full_name": "Network to Code, LLC",
"email": "info@networktocode.com",
"github_org": "nautobot",
"plugin_name": "nautobot_ssot",
"verbose_name": "Nautobot Ssot",
"plugin_slug": "nautobot-ssot",
"project_slug": "nautobot-plugin-ssot",
"repo_url": "https://github.com/nautobot/nautobot-plugin-ssot",
"base_url": "ssot",
"min_nautobot_version": "1.4.0",
"max_nautobot_version": "1.9999",
"nautobot_version": "1.5.1",
"camel_name": "NautobotSsot",
"project_short_description": "Nautobot Single Source of Truth",
"version": "1.2.0",
"model_class_name": "Sync",
"open_source_license": "Apache-2.0",
"docs_base_url": "https://docs.nautobot.com",
"docs_app_url": "https://docs.nautobot.com/projects/nautobot-ssot/en/latest",
"_template": "../cookiecutter-ntc/nautobot-plugin"
}
}
"cookiecutter": {
"codeowner_github_usernames": "@smith-ntc",
"full_name": "Network to Code, LLC",
"email": "opensource@networktocode.com",
"github_org": "nautobot",
"plugin_name": "nautobot_ssot",
"verbose_name": "Single Source of Truth",
"plugin_slug": "nautobot-ssot",
"project_slug": "nautobot-plugin-ssot",
"repo_url": "https://github.com/nautobot/nautobot-plugin-ssot/",
"base_url": "ssot",
"min_nautobot_version": "2.0.0",
"max_nautobot_version": "2.9999",
"camel_name": "NautobotSSOTPlugin",
"project_short_description": "Nautobot Single Source of Truth",
"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/ssot/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": "create",
"post_actions": [
"black"
],
"draft": true,
"baked_commit_ref": "802b921a43ac6c3a5bfe059c4feccc8eef629fed"
}
}
}
16 changes: 10 additions & 6 deletions .flake8
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
[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
exclude =
.venv
nautobot_ssot/integrations/servicenow/third_party
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__,
manage.py,
settings.py,
.venv
nautobot_ssot/integrations/servicenow/third_party
6 changes: 6 additions & 0 deletions .github/CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -1,2 +1,8 @@
# Default owner(s) of all files in this repository
* @nautobot/plugin-ssot
/nautobot_ssot/integrations/aci/ @chadell @nautobot/plugin-ssot
/nautobot_ssot/integrations/aristacv/ @qduk @jdrew82 @nautobot/plugin-ssot
/nautobot_ssot/integrations/device42/ @jdrew82 @nautobot/plugin-ssot
/nautobot_ssot/integrations/infoblox/ @qduk @jdrew82 @nautobot/plugin-ssot
/nautobot_ssot/integrations/ipfabric/ @alhogan @nautobot/plugin-ssot
/nautobot_ssot/integrations/servicenow/ @glennmatthews @qduk @nautobot/plugin-ssot
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ about: Report a reproducible bug in the current release of nautobot-ssot
---

### Environment
* Python version: <!-- Example: 3.7.7 -->
* Nautobot version: <!-- Example: 1.0.3 -->
* Python version: <!-- Example: 3.11.4 -->
* Nautobot version: <!-- Example: 2.0.0 -->
* nautobot-ssot version: <!-- Example: 1.0.0 -->

<!-- What did you expect to happen? -->
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ about: Propose a new feature or enhancement
---

### Environment
* Nautobot version: <!-- Example: 1.0.3 -->
* Nautobot version: <!-- Example: 2.0.0 -->
* nautobot-ssot version: <!-- Example: 1.0.0 -->

<!--
Expand All @@ -17,6 +17,6 @@ about: Propose a new feature or enhancement
Convey an example use case for your proposed feature. Write from the
perspective of a user who would benefit from the proposed
functionality and describe how.
-->
--->
### Use Case

39 changes: 32 additions & 7 deletions .github/PULL_REQUEST_TEMPLATE/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,35 @@
## New Pull Request
<!--
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.

Have you:
- [ ] Updated the README if necessary?
- [ ] Updated any configuration settings?
- [ ] Written a unit test?
Please indicate the relevant feature request or bug report below.
-->

## Change Notes
# Closes: #<ISSUE NUMBER GOES HERE>

## Justification
## 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