-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #44 from nzlosh/codeowner
Add codeowners for pack maintainers.
- Loading branch information
Showing
4 changed files
with
30 additions
and
3 deletions.
There are no files selected for viewing
Validating CODEOWNERS rules …
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,14 @@ | ||
# These owners will be the default owners for everything in | ||
# the repo. Unless a later match takes precedence, users and | ||
# teams which are put in owners will be requested for review | ||
# when someone opens a pull request. | ||
|
||
# This is base configuration. These owners could review all | ||
# files in this repository. | ||
* @lampwins @abhi1693 @StackStorm-Exchange/tsc | ||
|
||
# CI configuration files should be reviewed by specific owners | ||
# who are more responsible for ensuring the quality of this pack | ||
# or orchestrate StackStorm-Exchanges. | ||
.circleci/** @StackStorm-Exchange/tsc | ||
.github/** @StackStorm-Exchange/tsc |
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,5 +1,9 @@ | ||
# Change Log | ||
|
||
## 3.0.7 | ||
|
||
- Add @abhi1693 as code owner. | ||
|
||
## 3.0.6 | ||
|
||
- Add exceptions on action.py | ||
|
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 |
---|---|---|
|
@@ -62,3 +62,10 @@ http://<ip-address>:<port>/netbox/webhooks/ | |
``` | ||
**Note:** the sensor does not support HTTPS but this could be accomplished by fronting the sensor with Nginx/Apache/etc, which would terminate the SSL connection and then proxy the request to the sensor over HTTP. | ||
## Maintainers | ||
Active pack maintainers with review & write repository access and expertise with Netbox: | ||
- John Anderson <[email protected]> @lampwins | ||
- Abhimanyu Saharan <[email protected]> @abhi1693 |
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 |
---|---|---|
|
@@ -6,8 +6,10 @@ keywords: | |
- networking | ||
- ipam | ||
- dcim | ||
version: 3.0.6 | ||
author: John Anderson, Jefferson White | ||
email: [email protected] | ||
version: 3.0.7 | ||
python_versions: | ||
- "3" | ||
author: John Anderson, Jefferson White | ||
email: [email protected] | ||
contributors: | ||
- Abhimanyu Saharan <[email protected]> |