-
-
Notifications
You must be signed in to change notification settings - Fork 917
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 #239 from netbox-community/develop
Release 0.22.0
- Loading branch information
Showing
8 changed files
with
80 additions
and
32 deletions.
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 |
---|---|---|
|
@@ -4,6 +4,9 @@ on: | |
push: | ||
branches-ignore: | ||
- release | ||
pull_request: | ||
branches-ignore: | ||
- release | ||
|
||
jobs: | ||
build: | ||
|
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 +1 @@ | ||
0.21.1 | ||
0.22.0 |
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
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,13 +1,23 @@ | ||
## To list all permissions, run: | ||
## | ||
## docker-compose run --rm --entrypoint /bin/bash netbox | ||
## $ ./manage.py migrate | ||
## $ ./manage.py shell | ||
## > from django.contrib.auth.models import Permission | ||
## > print('\n'.join([p.codename for p in Permission.objects.all()])) | ||
## | ||
## Permission lists support wildcards. See the examples below. | ||
## | ||
## Examples: | ||
|
||
# technical_user: | ||
# api_token: 0123456789technicaluser789abcdef01234567 # must be looooong! | ||
# reader: | ||
# password: reader | ||
# writer: | ||
# password: writer | ||
# permissions: | ||
# - add_device | ||
# - change_device | ||
# - delete_device | ||
# - add_virtualmachine | ||
# - change_virtualmachine | ||
# - delete_virtualmachine | ||
# - add_* | ||
# - change_* |
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
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