Commit Graph

10807 Commits

Author SHA1 Message Date
jeremystretch
e97e39a479 Closes #10698: Omit app label from content type in table columns 2022-11-02 16:26:26 -04:00
jeremystretch
be56bb22cf Closes #10821: Enable data localization 2022-11-02 15:55:39 -04:00
jeremystretch
5ef76f2b2a Closes #10820: Switch timezone library from pytz to zoneinfo 2022-11-02 15:54:41 -04:00
jeremystretch
67799fa422 Closes #10697: Move application registry into core app 2022-11-02 15:25:22 -04:00
Arthur Hanson
c42b209f79 8853 Prevent the retrieval of API tokens after creation (#10645)
* 8853 hide api token

* 8853 hide key on edit

* 8853 add key display

* 8853 cleanup html

* 8853 make token view accessible only once on POST

* Clean up display of tokens in views

* Honor ALLOW_TOKEN_RETRIEVAL in API serializer

* Add docs & tweak default setting

* Include token key when provisioning with user credentials

Co-authored-by: jeremystretch <jstretch@ns1.com>
2022-11-02 12:45:00 -04:00
Jeremy Stretch
687f342496 Closes #9623: Implement saved filters (#10801)
* Initial work on saved filters

* Return only enabled/shared filters

* Add tests

* Clean up filtering of usable SavedFilters
2022-11-02 12:27:53 -04:00
jeremystretch
c55cb7a5ed Closes #10816: Pass the current request when instantiating a FilterSet within UI views 2022-11-02 11:00:09 -04:00
jeremystretch
d994ee7b21 Merge branch 'develop' into feature 2022-11-01 17:13:11 -04:00
jeremystretch
054a84adcd PRVB 2022-11-01 17:11:55 -04:00
jeremystretch
913ef1920d Merge branch 'master' into develop 2022-11-01 17:10:18 -04:00
jeremystretch
27ca4ddeb8 Release v3.3.7 2022-11-01 17:09:55 -04:00
jeremystretch
dc74ec57b4 Fixes #10809: Permit nullifying site time_zone via REST API 2022-11-01 17:09:55 -04:00
jeremystretch
5b2a63e700 Fixes #10791: Permit nullifying VLAN group scope_type via REST API 2022-11-01 17:09:55 -04:00
jeremystretch
d117188bb2 Fixes #10803: Fix exception when ordering contacts by number of assignments 2022-11-01 17:09:55 -04:00
jeremystretch
ea48742352 Changelog for #10282, #10770 2022-11-01 17:09:55 -04:00
Arthur
48e31a3051 10282 fix race condition in API IP creation 2022-11-01 17:09:55 -04:00
Arthur
afae0b672d 10770 fix social auth 2022-11-01 17:09:55 -04:00
jeremystretch
1c55ebb006 Changelog for #10666 (missed in v3.3.6) 2022-11-01 17:09:55 -04:00
jeremystretch
20315b3bbf PRVB 2022-11-01 17:09:55 -04:00
jeremystretch
44e6b32ae5 Release v3.3.7 2022-11-01 16:48:40 -04:00
jeremystretch
946e5328fd Fixes #10809: Permit nullifying site time_zone via REST API 2022-11-01 16:45:32 -04:00
jeremystretch
be38b00870 Fixes #10791: Permit nullifying VLAN group scope_type via REST API 2022-11-01 15:38:10 -04:00
jeremystretch
e8a8ccf8f6 Fixes #10803: Fix exception when ordering contacts by number of assignments 2022-11-01 15:27:35 -04:00
jeremystretch
b4099b2091 Changelog for #10781 2022-10-31 15:17:24 -04:00
jeremystretch
674e0ee6f7 Changelog for #10282, #10770 2022-10-31 15:15:45 -04:00
Arthur Hanson
423c70465b 10781 add python 3.11 support (#10782)
* 10781 add python 3.11 support

* 10781 update Django to latest
2022-10-31 15:05:34 -04:00
Arthur
35cff964fa 10282 fix race condition in API IP creation 2022-10-31 15:04:43 -04:00
Arthur
49be2cdadd 10770 fix social auth 2022-10-31 15:02:57 -04:00
Arthur
ee8e609c90 Merge branch 'develop' into feature 2022-10-27 14:25:27 -07:00
jeremystretch
f51d378408 Changelog for #7961 2022-10-27 13:24:20 -04:00
Arthur Hanson
8fd293bc1c 7961 CSV bulk update (#10715)
* 7961 add csv bulk update

* temp checkin - blocked

* 7961 bugfix and cleanup

* 7961 change to id, add docs

* 7961 add tests cases

* 7961 fix does not exist validation error

* 7961 fix does not exist validation error

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 update tests

* 7961 make test cases more explicit

* 7961 make test cases more explicit

* 7961 make test cases more explicit

* 7961 make test cases more explicit

* 7961 make test cases more explicit

* 7961 make test cases more explicit

* 7961 make test cases more explicit

* 7961 optimize loading csv test data

* 7961 update tests remove redundant code

* 7961 avoid MPTT issue in test cases
2022-10-27 13:10:18 -04:00
jeremystretch
e09958486d Closes #9832: Add mounting_depth field to rack model 2022-10-27 10:50:54 -04:00
jeremystretch
c18eb4f679 Closes #9887: Inspect docs_url property to determine link to model documentation 2022-10-27 09:44:09 -04:00
jeremystretch
ccd17ccd09 #8274, #10761: Fix content types display in object lists 2022-10-26 17:07:16 -04:00
jeremystretch
3203fdad48 #10761: Fix ExportTemplate resolution for REST API requests 2022-10-26 17:05:09 -04:00
jeremystretch
c9e46b7812 Changelog for #10666 (missed in v3.3.6) 2022-10-26 15:11:44 -04:00
Jeremy Stretch
35a67d3eb7 Merge pull request #10763 from netbox-community/10761-exporttemplate-content-types
Closes #10761: Enable associating an export template with multiple objects
2022-10-26 14:14:34 -04:00
jeremystretch
f8424ddefc Closes #10761: Enable associating an export template with multiple object types 2022-10-26 13:30:45 -04:00
Jeremy Stretch
24d95ce04c Merge pull request #10760 from netbox-community/8274-customlink-content-types
Closes #8274: Enable associating a custom link with multiple object types
2022-10-26 12:22:56 -04:00
jeremystretch
42b4660b77 Closes #8274: Enable associating a custom link with multiple object types 2022-10-26 11:39:26 -04:00
jeremystretch
9a7a3e5793 Merge branch 'develop' into feature 2022-10-26 10:25:49 -04:00
jeremystretch
cd5088ce99 PRVB 2022-10-26 10:23:50 -04:00
Jeremy Stretch
db4a3a8158 Merge pull request #10758 from netbox-community/develop
Release v3.3.6
2022-10-26 10:18:44 -04:00
jeremystretch
de21de794a Release v3.3.6 2022-10-26 09:58:31 -04:00
Kevin Petremann
ae2f6010e4 Fix LDAP auth: user never updated if inactive 2022-10-26 09:40:05 -04:00
jeremystretch
abbf100669 Fixes #10682: Correct home view links to connection lists 2022-10-26 09:32:29 -04:00
jeremystretch
fee8fd6812 Fixes #10719: Prevent user without sufficient permission from creating an IP address via FHRP group creation 2022-10-26 08:44:20 -04:00
jeremystretch
03636ac212 Fixes #10723: Distinguish between inside/outside NAT assignments for device/VM primary IPs 2022-10-26 08:23:50 -04:00
Arthur
59592b9fcc 10610 interface_id query on lag return vc interfaces 2022-10-26 08:10:03 -04:00
Arthur Hanson
6864ef2b49 10716 add left-right plugins to tags page (#10744)
* 10716 add left-right plugins to tags page

* 10716 add back plugin_full_width
2022-10-26 08:05:15 -04:00