Jeremy Stretch
b3d4ee6305
Fix redirect URL
2023-06-22 10:32:09 -04:00
Jeremy Stretch
85657918ed
Use RestrictedQuerySet for ConfigRevision
2023-06-22 10:31:49 -04:00
Jeremy Stretch
8658bfc934
Correct permission name
2023-06-22 10:24:08 -04:00
Jeremy Stretch
f4aaee2df0
Order ConfigRevisions by creation time
2023-06-22 10:15:27 -04:00
Jeremy Stretch
126c605cd6
Remove edit view for ConfigRevision instances
2023-06-22 09:20:21 -04:00
Arthur
2d7003dafd
12591 remove admin
2023-06-16 13:29:51 -07:00
Arthur
b9ad61d7a8
12591 restore page styling
2023-06-16 13:09:47 -07:00
Arthur
68341c55b3
12591 restore view
2023-06-16 11:32:54 -07:00
Arthur
cd5f3cc318
12591 move check for restrictedqueryset
2023-06-16 08:17:25 -07:00
Arthur
03705a3e61
Merge branch 'feature' into 12591-config-params-admin
2023-06-15 17:08:53 -07:00
Arthur
c6391bfb5b
12591 review changes
2023-06-15 17:08:41 -07:00
Arthur
e635f0defd
Merge branch 'develop' into feature
2023-06-14 16:32:56 -07:00
Arthur
7ca0712b0f
12591 form cleanup
2023-06-14 12:43:11 -07:00
Arthur
6da65e0763
12591 form cleanup
2023-06-14 11:30:45 -07:00
Arthur
a1dd3c4381
12591 form cleanup
2023-06-14 11:26:46 -07:00
Arthur
b4a3156046
9077 audit alters_data=True
2023-06-14 14:23:55 -04:00
Arthur Hanson
4f76dcd2ea
11305 Add GPS coordinates to device ( #12782 )
...
* 11305 add lat/long to devices
* 11305 update docs
* 11305 update tests
2023-06-14 14:18:50 -04:00
Arthur
718293d0b3
12591 base views and forms
2023-06-14 11:12:32 -07:00
Jeremy Stretch
4d686e8162
Changelog for #12622 , #12682 , #12818 , #12822 , #12847
2023-06-14 13:54:40 -04:00
Dillon Henschen
0e873a01b8
Closes #12622 : Fix assigning VLAN without site to Prefix ( #12784 )
...
* Issue #12622 : Fix creating Prefix using VLAN without site
* Issue #12622 : Fix importing Prefix using VLAN without site
This commit also adds tests to verify the import changes implemented
in this commit.
* Issue #12622 : Cleanup code to filter allowed VLANs on a prefix import
* Closes #12622 : Switch to VLAN selector dialog when creating Prefix
2023-06-14 13:49:00 -04:00
Jeremy Stretch
f7b0e48a09
Merge pull request #12864 from sudheesh001/fix/12847-include-adds
...
Fixes #12847 - Include Missing Add buttons to Views
2023-06-14 13:33:18 -04:00
Sudheesh Singanamalla
c5f71c0c19
Fixes #12847 - Include Missing Add buttons to Views
...
Signed-off-by: Sudheesh Singanamalla <sudheesh@cs.washington.edu>
2023-06-14 10:05:43 -07:00
Jeremy Stretch
36e0bf0490
Merge pull request #12893 from netbox-community/feat/12824-doc
...
Fixes typo in register_model_view docstring
2023-06-14 08:39:28 -04:00
Jeremy Stretch
28b939c001
Merge pull request #12894 from netbox-community/fix/12822-link-encode
...
Change link parsing from quote_plus to quote
2023-06-14 08:38:11 -04:00
Jeremy Stretch
55e31ef984
Merge pull request #12896 from netbox-community/fix/12818-perm
...
Fix permission
2023-06-14 07:57:32 -04:00
Jeremy Stretch
85e351146d
Merge pull request #12897 from netbox-community/fix/12682-openapi-connected-device
...
Fix connected device api schema
2023-06-14 07:56:10 -04:00
Abhimanyu Saharan
d03bfe89c0
fix connected device api schema #12682
2023-06-14 15:45:07 +05:30
Abhimanyu Saharan
c8cbced55e
fix permission #12818
2023-06-14 14:43:18 +05:30
Abhimanyu Saharan
928a34674e
change link parsing from quote_plus to quote #12822
2023-06-14 14:16:04 +05:30
Abhimanyu Saharan
96cf95d176
fixes typo in register_model_view docstring #12824
2023-06-14 14:06:23 +05:30
Arthur
69b7fb723d
12591 edit button
2023-06-13 17:02:47 -07:00
Arthur
f93702f0a1
12591 add/edit view
2023-06-13 16:14:40 -07:00
Arthur
c763e4472c
12591 detail view
2023-06-13 16:03:25 -07:00
jeremystretch
2e9586523f
Changelog for #12687 , #12838 , #12850 , #12862
2023-06-13 15:47:40 -04:00
Jeremy Stretch
a81924ac0f
Merge pull request #12863 from sudheesh001/fix/12862-connection-sidebar-add
...
Fixes #12862 - Add Button for Wireless Links in Sidebar
2023-06-13 09:19:32 -04:00
Jeremy Stretch
74c1f7a176
Merge pull request #12874 from ITJamie/broadcast_exceptions
...
assigning broadcast ip error fixes for ipv6 and /31/32
2023-06-13 08:57:32 -04:00
Jamie Murphy
22a0ce3f76
broadcast error fixes for ipv6 and /31/32
2023-06-12 21:01:43 +01:00
Jeremy Stretch
43235f143d
Merge pull request #12839 from candlerb/candlerb/12838
...
Round rack power utilization to nearest 0.1%
2023-06-12 08:12:17 -04:00
Jeremy Stretch
e7851399c6
Merge pull request #12857 from netbox-community/fix/12850-contacts-table
...
fix contact assignment table modal
2023-06-12 08:09:17 -04:00
Sudheesh Singanamalla
82cd6c5f4c
Fixes #12862 - Add Button for Wireless Links in Sidebar
...
Signed-off-by: Sudheesh Singanamalla <sudheesh@cs.washington.edu>
2023-06-11 12:17:32 -07:00
Abhimanyu Saharan
210879d380
fix contact assignment table modal
2023-06-11 16:50:48 +05:30
Arthur
fd6c6ba70e
12591 initial commit
2023-06-10 15:10:10 -07:00
Brian Candler
01d9e0afb6
Round rack power utilization to nearest 0.1%
...
Fixes #12838
2023-06-08 14:31:46 +01:00
jeremystretch
2e2ff09822
Merge branch 'develop' into feature
2023-06-02 15:43:06 -04:00
jeremystretch
4a88d5e3d9
PRVB
2023-06-02 15:42:34 -04:00
Jeremy Stretch
9fb52be85c
Merge pull request #12805 from netbox-community/develop
...
Release v3.5.3
2023-06-02 15:37:20 -04:00
jeremystretch
46d1d5a44a
Release v3.5.3
2023-06-02 14:17:01 -04:00
jeremystretch
dee4aec62d
Fixes #12779 : Correct arithmetic for converting inches to meters
2023-06-01 13:21:15 -04:00
jeremystretch
9f70407c7d
Remove survey link
2023-06-01 13:00:09 -04:00
jeremystretch
852026bf7b
Changelog for #7503 , #9876 , #12015 , #12538 , #12762
2023-05-31 16:35:06 -04:00