Jeremy Stretch
856efd0617
Add kind field to JournalEntry
2021-03-17 12:51:39 -04:00
Jeremy Stretch
720f05976f
Add JournalEntry list view w/filtering
2021-03-16 15:57:23 -04:00
Jeremy Stretch
87527744d7
Fix conditional display journal & change log tabs
2021-03-16 15:33:41 -04:00
Jeremy Stretch
4ffd2ba841
Initial work on #151 : Object journaling
2021-03-16 15:00:08 -04:00
Jeremy Stretch
73ae61c73d
Extend VLANGroup to support cluster/cluster group assignment
2021-03-15 16:32:07 -04:00
Jeremy Stretch
e6b9c79930
Fix VLAN group assignment for VLANs
2021-03-11 11:07:27 -05:00
Jeremy Stretch
169b4a93b5
#5401 : Add custom field support for VMInterface
2021-03-10 13:49:10 -05:00
Jeremy Stretch
76e6c4e699
Merge branch 'develop' into feature
2021-03-09 20:04:20 -05:00
Jeremy Stretch
77c7c1155f
Closes #5942 : Add button to add a new IP address on interface view
2021-03-08 17:16:07 -05:00
Jeremy Stretch
6d1bef09b2
Closes #5592 : Add IP addresses count to VRF view
2021-03-08 15:57:17 -05:00
Jeremy Stretch
a4944f2b97
Closes #5892 : Introduce SiteGroup model ( #5937 )
...
* Initial work on #5892
* Add site group selection to object edit forms
* Add documentation for site groups
* Changelog for #5892
* Finish application of site groups to config context
2021-03-08 13:28:53 -05:00
Jeremy Stretch
edcd592765
Clean up parent/LAG interface form validation
2021-03-05 14:13:03 -05:00
Jeremy Stretch
70a039f6eb
Add parent field to Interface
2021-03-05 13:49:41 -05:00
Jeremy Stretch
fef9ce9c87
Rename parent attribute on CableTerminations to parent_object
2021-03-05 13:06:21 -05:00
Jeremy Stretch
1fbff074f7
Fixes #5913 : Improve change logging ( #5924 )
...
* Initial work on #5913
* Provide per-line diff highlighting
* BulkDeteView should delete objects individually to secure a pre-change snapshot
* Add changelog tests for bulk operations
2021-03-04 13:06:04 -05:00
Jeremy Stretch
d1eeee3085
Closes #4971 : Allow assigning devices to locations without a rack
2021-03-03 14:28:07 -05:00
Jeremy Stretch
f7d6275959
Closes #5895 : Rename RackGroup to Location
2021-03-03 13:30:33 -05:00
Jeremy Stretch
8749ed06e2
Closes #5375 : Add 'speed' attribute to console port models
2021-03-03 10:20:08 -05:00
Jeremy Stretch
cf8d368046
Introduce generic object template
2021-03-02 15:58:33 -05:00
Jeremy Stretch
9581d72f9d
Closes #3648 : Mark cable termination models as connected without attaching a cable
2021-03-01 21:34:42 -05:00
Jeremy Stretch
8cc9685322
Closes #5901 : Add 'created' and 'last_updated' fields to device component models
2021-03-01 15:42:39 -05:00
Jeremy Stretch
e22ff1643a
Closes #5451 : Add support for multiple-selection custom fields
2021-03-01 14:52:57 -05:00
Jeremy Stretch
a85274bd99
Add custom fields section to interface edit template
2021-03-01 14:12:09 -05:00
Jeremy Stretch
eeb9d92d6f
Add custom field support for device component models
2021-03-01 13:07:25 -05:00
Julian Jacobi
1cdd187e92
add custom links to device components
2021-03-01 09:30:43 +01:00
Jeremy Stretch
6d5ff412a0
Closes #5873 : Use numeric IDs in all object URLs
2021-02-26 17:23:23 -05:00
Jeremy Stretch
b4f28a99d3
Update CircuitTermination fields to use SelectSpeedWidget
2021-02-25 14:12:34 -05:00
Jeremy Stretch
ca97f69a8e
Merge tags fields with primary object fields in form display
2021-02-25 14:03:14 -05:00
Jeremy Stretch
1faf3cadf7
Update object edit template to use fieldsets where possible
2021-02-25 13:51:48 -05:00
Jeremy Stretch
2cd03e9d05
Add support for form fieldsets
2021-02-25 13:08:02 -05:00
Jeremy Stretch
d11e1f19b0
Fixes #5738 : Fix redirect to device components view after disconnecting a cable
2021-02-04 13:19:42 -05:00
Jeremy Stretch
2cefde177d
Fixes #5683 : Correct rack elevation displayed when viewing a reservation
2021-01-26 09:57:33 -05:00
Jeremy Stretch
12c7d4cab2
Fixes #5648 : Include VC member interfaces on interfaces tab count when viewing VC master
2021-01-25 14:29:03 -05:00
Jeremy Stretch
44d848eab2
Closes #5542 : Show cable trace lengths in both meters and feet
2021-01-20 21:29:23 -05:00
Chris Mills
23b17b8303
Fix white cables
2021-01-20 23:52:54 +00:00
Jeremy Stretch
b2dde111a7
Fixes #5640 : Fix permissions assessment when adding VM interfaces in bulk
2021-01-20 15:18:13 -05:00
Jeremy Stretch
7eef706036
Fixes #5584 : Restore power utilization panel under device view
2021-01-07 11:19:11 -05:00
Daniel Sheppard
3f2beea79d
Fixes : #5563 - Fix power feed cable trace
2021-01-05 09:22:10 -06:00
Daniel Sheppard
c945bb3488
Fixes : #5049 - Account for chassis neighbors in lldp_neighbors template
2021-01-05 08:48:55 -06:00
Jeremy Stretch
1363ebb3e3
Fixes #5540 : Fix exception when viewing a provider with one or more tags assigned
2020-12-28 10:48:50 -05:00
Jeremy Stretch
8eb77b425f
Move rack group field directly beneath site
2020-12-22 13:51:58 -05:00
Robin Schneider
bb94ac3e02
Use HTTPS URL schema everywhere ( #5505 )
...
* Use HTTPS everywhere (mechanical edit using util from https-everywhere)
```Shell
node ~/src/EFForg/https-everywhere/utils/rewriter/rewriter.js .
git checkout netbox/project-static/
```
A few additional changes where reset manually before the commit.
* Use HTTPS everywhere (mechanical edit using util from opening_hours.js)
```Shell
make -f ~/src/opening-hours/opening_hours.js/Makefile qa-https-everywhere
git checkout netbox/project-static/
git checkout netbox/*/tests
```
2020-12-21 12:02:30 -05:00
Jeremy Stretch
84024dfcde
Fixes #5468 : Fix unlocking secrets from device/VM view
2020-12-16 13:48:44 -05:00
Jeremy Stretch
e86782ffcb
Fixes #5478 : Fix display of route target description
2020-12-16 10:38:09 -05:00
Jeremy Stretch
6270339c61
Fixes #5473 : Fix alignment of rack names in elevations list
2020-12-16 09:26:22 -05:00
Jeremy Stretch
7938286289
Fixes #5465 : Correct return URL when disconnecting a cable from a device
2020-12-15 13:52:35 -05:00
Daniel Sheppard
68d38e1edd
Fixes : #5461 - Assign object=rack in netbox/templates/dcim/rack_elevation_list.html
2020-12-15 08:39:27 -06:00
Daniel Sheppard
57a7f9fb7c
Fixes : #5458 - Fix devicetype_component_table.html
2020-12-14 16:30:10 -06:00
Jeremy Stretch
b8a6cef966
Closes #5411 : Include cable tags in trace view
2020-12-04 15:56:33 -05:00
Jeremy Stretch
6e20aee2e4
Fixes #5417 : Fix exception when viewing a device installed within a device bay
2020-12-04 15:21:33 -05:00