-
Notifications
You must be signed in to change notification settings - Fork 34
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 v1.11.0 #186
Merged
Release v1.11.0 #186
Changes from all commits
Commits
Show all changes
52 commits
Select commit
Hold shift + click to select a range
d702e66
Update MS Teams docs
matt852 efb3b8e
Update docs/admin/install/microsoft_teams_setup.md
matt852 e6c4397
Merge pull request #162 from matt852/update_msteams_docs
smk4664 079ad72
Only check webex token if Webex is enabled
smk4664 4b8bda8
Indicate that Room and Channel are the same
smk4664 8e7fdfe
Left Align headers
smk4664 0558368
Update MS Teams ZIP file
matt852 ec08dec
Add WebSocket documentation.
smk4664 1dcb3cf
Add Towncrier for Changelog Documentation.
smk4664 cb16ebf
Update 166.added
smk4664 528b65d
Black
smk4664 c39fda3
Fix Documentation link
smk4664 447ca0f
Revert change for TYPE_CHANNEL
smk4664 174b546
Merge pull request #165 from matt852/update_msteams_zip
smk4664 f6d810e
Merge pull request #167 from smk4664/updates
smk4664 8d88517
Add upstream testing changes.
bryanculver b9e62b3
Previous defaults incompatible with pyproject.toml
bryanculver 9842fd9
Test the workflow
bryanculver 039beb7
Update __init__.py
jedelman8 ac74514
Fix minimum Nautobot Version
smk4664 3275556
Regenerate Poetry Lock
smk4664 a310e2f
Update Poetry to 1.2.0
smk4664 4c1acd4
Change extends 'base.html' to extends 'generic/object_list.html' in t…
briddo 9617f04
Revert "Change extends 'base.html' to extends 'generic/object_list.ht…
briddo 8b9b56c
Changed extends base.html to extends generic/object_list.html for lis…
briddo ee54abc
Removed unnecessary template blocks and updated .gitignore
briddo cd7b1e9
PR comments actioned
briddo 7911b7a
Added required loads back
briddo 4315961
Updates from feedback
bryanculver e332bff
Poetry install via script
bryanculver f749b61
No mount
bryanculver 6bf94ef
Update CI specs
bryanculver b7a37d6
Poetry parallel is much more reliable these days
bryanculver 1be8853
s/plugin/app/g
bryanculver 87001ee
Merge pull request #171 from nautobot/bsc-2023-upstream-testing
smk4664 167001a
Add changelog fragment.
smk4664 0079dac
Merge remote-tracking branch 'upstream/develop' into jedelman8-patch-1
smk4664 1e4345c
Merge remote-tracking branch 'upstream/develop' into dpb-issue-174
smk4664 08c7adf
Remove unnecessary template code.
smk4664 2598c5e
Split description into multiple lines (pylint).
smk4664 bec9793
Add doc-strings.
smk4664 b61410a
Merge pull request #173 from nautobot/jedelman8-patch-1
smk4664 03ab9de
Add changelog fragment.
smk4664 7054d18
Merge pull request #175 from nautobot/dpb-issue-174
smk4664 5a30bf7
Add option to limit Help prompt based on user Access Grants.
smk4664 e46654d
Fix changelog fragment.
smk4664 d3901f6
Re-run black with updated version
smk4664 814a869
Merge pull request #183 from smk4664/permission_based_help
smk4664 aaadabf
Release 1.11.0
smk4664 e7e56de
Black
smk4664 dfe40ae
Add timeout for bandit.
smk4664 e9456b2
Merge pull request #185 from smk4664/release-1.11.0
smk4664 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,31 @@ | ||
<!-- | ||
Thank you for your interest in contributing to Nautobot ChatOps! 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 | ||
--> | ||
|
||
## TODO | ||
<!-- | ||
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/chatops/en/latest/dev/dev_contributing/#creating-changelog-fragments)) | ||
- [ ] Attached Screenshots, Payload Example | ||
- [ ] Unit, Integration Tests | ||
- [ ] Documentation Updates (when adding/changing features) | ||
- [ ] Outline Remaining Work, Constraints from Design |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
--- | ||
name: "Nautobot Upstream Testing" | ||
|
||
on: # yamllint disable-line rule:truthy rule:comments | ||
schedule: | ||
- cron: "0 4 */2 * *" # every other day at midnight | ||
|
||
jobs: | ||
upstream-test: | ||
uses: "nautobot/nautobot/.github/workflows/plugin_upstream_testing_base.yml@develop" | ||
with: # Below could potentially be collapsed into a single argument if a concrete relationship between both is enforced | ||
invoke_context_name: "NAUTOBOT_CHATOPS" | ||
plugin_name: "nautobot-chatops-plugin" |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,109 +1,4 @@ | ||
<!-- markdownlint-disable MD024 --> | ||
# Changelog - Nautobot Plugin ChatOps | ||
|
||
## 1.8.0 | ||
|
||
### Additions | ||
|
||
Adds support For Nautobot 1.3 | ||
|
||
### Removes | ||
|
||
Nautobot 1.0.x support | ||
Python 3.6 support | ||
|
||
## v1.7.0 | ||
|
||
### Additions | ||
|
||
(#123) Adds export button of command usage | ||
(#128) Adds QOL change for focusing of fields | ||
|
||
### Fixes | ||
|
||
(#129) Fixes errors on private messages | ||
(#128) Access grants updates | ||
|
||
## v1.6.0 | ||
|
||
### Additions | ||
|
||
(#123) Added export button for chat command usage as CSV | ||
(#120) Added `send_all_messages_private` setting | ||
|
||
## v1.5.1 | ||
|
||
(#97) Fixes MS Teams Bold markdown. Moves from **<text>** to *<text>* to align with guides from Microsoft | ||
|
||
## v1.5.0 | ||
|
||
### Updates | ||
|
||
- Introduced support for MySQL database backends | ||
- Introduced support for Nautobot Celery workers | ||
|
||
### Fixes | ||
|
||
#17 - Error with filtering by empty regions, no message back | ||
|
||
## v1.4.1 | ||
|
||
### Updates | ||
|
||
Minor update to better handle the versioning. This fixes an issue where the version number within Nautobot was not updated alongside the pyproject.toml. | ||
|
||
## v1.4.0 | ||
|
||
Updates Nautobot ChatOps name for Webex Teams to Webex. As part of Cisco's renaming of Webex Teams to just Webex, the underlying configuration was updated. | ||
|
||
### Fixes | ||
|
||
(#68) Correct var names for Nautobot | ||
(#61) Mattermost sending interactive Dialog | ||
|
||
### Updates | ||
|
||
(#63) Add additional Breadcrumbs | ||
(#24) Rename Webex Teams to Webex | ||
|
||
## v1.3.1 | ||
|
||
### Fixes | ||
(#54) Reverted pinning of cryptography | ||
|
||
## v1.3.0 | ||
|
||
Updates to pyjwt to address concerns with other dependencies in the Nautobot ecosystem. | ||
|
||
### Updates | ||
|
||
Updates pyjwt from 1.7.1 minimum to 2.1 | ||
Adds cryptography as separate requirement | ||
|
||
## v1.2.0 | ||
|
||
- Replaces Slack client (slack_client) with Slack SDK (https://pypi.org/project/slack-sdk/) | ||
- This update does not require any code changes to the bots that leverage Slack. This does require the update of system requirements on installation. | ||
|
||
### Fixes | ||
#2 - Cisco WebEx error on content too large | ||
|
||
## v1.1.0 | ||
|
||
### What's New | ||
|
||
Slack handling of list items > 100 items, now including a next option in the drop down list to get more options #10 | ||
|
||
### Bug Fixes | ||
Updated MS Teams Zip File #29 | ||
Fix connection filter ordering #23 | ||
|
||
## v1.0.1 | ||
|
||
### FIXES | ||
|
||
Fix issue with new Status field | ||
|
||
## v1.0.0 | ||
|
||
Initial Release | ||
The changelog has been moved to the [project release notes](https://docs.nautobot.com/projects/chatops/en/latest/admin/release_notes/). |
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Very quickly 3.7 will be removed too...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Yeah, I have it removed in my 2.0 branch already.