1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

11515 Commits

Author SHA1 Message Date
e11991c7a4 Fix - Include Add Nav Buttons for Report and Script Objects () 2023-06-15 15:04:08 -04:00
6ef333ea68 Fixes : Permit mounting of devices in U100 ()
* Fixes : Permit mounting of devices in U100

* Define a RACK_U_HEIGHT_MAX constant
2023-06-15 15:00:45 -04:00
7fc69f3945 Fixes : Clear stored ordering from user config when cleared by request 2023-06-15 14:59:52 -04:00
8aeb31751a Fixes : Fix pagination of related IP addresses table 2023-06-15 13:07:51 -04:00
0b2162569f 12474 update cable terminations when moving location between sites 2023-06-15 08:53:06 -04:00
93175888f0 add color to ChangeActionChoices 2023-06-15 08:48:36 -04:00
e635f0defd Merge branch 'develop' into feature 2023-06-14 16:32:56 -07:00
b4a3156046 9077 audit alters_data=True 2023-06-14 14:23:55 -04:00
4f76dcd2ea 11305 Add GPS coordinates to device ()
* 11305 add lat/long to devices

* 11305 update docs

* 11305 update tests
2023-06-14 14:18:50 -04:00
4d686e8162 Changelog for , , , , 2023-06-14 13:54:40 -04:00
0e873a01b8 Closes : Fix assigning VLAN without site to Prefix ()
* Issue : Fix creating Prefix using VLAN without site

* Issue : Fix importing Prefix using VLAN without site

This commit also adds tests to verify the import changes implemented
in this commit.

* Issue : Cleanup code to filter allowed VLANs on a prefix import

* Closes : Switch to VLAN selector dialog when creating Prefix
2023-06-14 13:49:00 -04:00
f7b0e48a09 Merge pull request from sudheesh001/fix/12847-include-adds
Fixes  - Include Missing Add buttons to Views
2023-06-14 13:33:18 -04:00
c5f71c0c19 Fixes - Include Missing Add buttons to Views
Signed-off-by: Sudheesh Singanamalla <sudheesh@cs.washington.edu>
2023-06-14 10:05:43 -07:00
36e0bf0490 Merge pull request from netbox-community/feat/12824-doc
Fixes typo in register_model_view docstring
2023-06-14 08:39:28 -04:00
28b939c001 Merge pull request from netbox-community/fix/12822-link-encode
Change link parsing from quote_plus to quote
2023-06-14 08:38:11 -04:00
55e31ef984 Merge pull request from netbox-community/fix/12818-perm
Fix permission
2023-06-14 07:57:32 -04:00
85e351146d Merge pull request from netbox-community/fix/12682-openapi-connected-device
Fix connected device api schema
2023-06-14 07:56:10 -04:00
d03bfe89c0 fix connected device api schema 2023-06-14 15:45:07 +05:30
c8cbced55e fix permission 2023-06-14 14:43:18 +05:30
928a34674e change link parsing from quote_plus to quote 2023-06-14 14:16:04 +05:30
96cf95d176 fixes typo in register_model_view docstring 2023-06-14 14:06:23 +05:30
2e9586523f Changelog for , , , 2023-06-13 15:47:40 -04:00
a81924ac0f Merge pull request from sudheesh001/fix/12862-connection-sidebar-add
Fixes  - Add Button for Wireless Links in Sidebar
2023-06-13 09:19:32 -04:00
74c1f7a176 Merge pull request from ITJamie/broadcast_exceptions
assigning broadcast ip error fixes for ipv6 and /31/32
2023-06-13 08:57:32 -04:00
22a0ce3f76 broadcast error fixes for ipv6 and /31/32 2023-06-12 21:01:43 +01:00
43235f143d Merge pull request from candlerb/candlerb/12838
Round rack power utilization to nearest 0.1%
2023-06-12 08:12:17 -04:00
e7851399c6 Merge pull request from netbox-community/fix/12850-contacts-table
fix contact assignment table modal
2023-06-12 08:09:17 -04:00
82cd6c5f4c Fixes - Add Button for Wireless Links in Sidebar
Signed-off-by: Sudheesh Singanamalla <sudheesh@cs.washington.edu>
2023-06-11 12:17:32 -07:00
210879d380 fix contact assignment table modal 2023-06-11 16:50:48 +05:30
01d9e0afb6 Round rack power utilization to nearest 0.1%
Fixes 
2023-06-08 14:31:46 +01:00
2e2ff09822 Merge branch 'develop' into feature 2023-06-02 15:43:06 -04:00
4a88d5e3d9 PRVB 2023-06-02 15:42:34 -04:00
9fb52be85c Merge pull request from netbox-community/develop
Release v3.5.3
v3.5.3
2023-06-02 15:37:20 -04:00
46d1d5a44a Release v3.5.3 2023-06-02 14:17:01 -04:00
dee4aec62d Fixes : Correct arithmetic for converting inches to meters 2023-06-01 13:21:15 -04:00
9f70407c7d Remove survey link 2023-06-01 13:00:09 -04:00
852026bf7b Changelog for , , , , 2023-05-31 16:35:06 -04:00
e7f689bc52 Fixes incorrectly handled type error when list of objects is found in data ()
* fixes incorrectly handled type error when list of objects is found in data 

* fixes incorrectly handled type error when list of objects is found in data 

* fixes incorrectly handled type error when list of objects is found in data 
2023-05-31 15:44:59 -04:00
1349a25e34 Update missing changelog 2023-05-31 14:30:40 -05:00
dbd3c6de24 Fixes return_url for image attachment ()
* fixes return_url for image attachment 

* simplified conditions

* handle nonetype error

* fixed request check

* Introduce htmx_table template tag for embedding HTMX-backed object tables

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-31 15:22:37 -04:00
3e77daff01 12767 pin graphene-django version 2023-05-31 12:04:34 -04:00
bd88ee7063 Adds device type and role to device component filter ()
* adds device type and role to device component filter 

* changes as per review

* Add filterset tests for device type & role filters

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-31 09:59:22 -04:00
a9b0b49ef9 Fixes - Adds widget to FrontPortTemplateCreateForm 2023-05-31 08:49:23 -05:00
8b051ea2f3 7503 do device validate-create in serial ()
* 7503 do device validate-create in serial

* 7503 fix single instance

* 7503 atomic transaction

* 7503 fix return data for bulk operations

* 7503 add test

* Move sequential creation logic to a mixin

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-31 09:06:09 -04:00
bca9d0fa8a Closes : Apply filter parameters to links in object count dashboard widgets 2023-05-30 16:31:34 -04:00
9b8ab1c1f7 Fixes : Object counts dashboard widget should support URL-compatible query filters 2023-05-30 15:44:43 -04:00
b3bd03a1e9 Fixes : Use contact assignments table to display the contacts assigned to an object 2023-05-30 14:51:16 -04:00
18c863e393 Changelog for , , , , , , 2023-05-30 09:52:14 -04:00
d7ca453f26 Adds hide-if-unset to custom field ()
* adds hide-if-unset to custom field 

* moved hide logic from template to python

* fix indentation

* Update logic for omit_hidden under get_custom_fields()

* Update docs

* Account for False values

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-30 09:42:37 -04:00
9b9a559e0c Adds image preview back on the table ()
* adds image preview on image attachment 

* adds bootstrap initialization for hx-trigger=load 

---------

Co-authored-by: jeremystretch <jstretch@netboxlabs.com>
2023-05-30 09:41:32 -04:00