John Anderson
|
d6d8b078b9
|
Merge branch 'develop' into select2-ui
|
2019-01-15 10:26:39 -08:00 |
|
Jeremy Stretch
|
4a290f3834
|
Fixes #2783: Fix AttributeError exception when attempting to delete region(s)
|
2019-01-15 10:44:11 -05:00 |
|
Jeremy Stretch
|
dd5f37391f
|
Fixes #2777: Fix cable validation to handle duplicate connections on import
|
2019-01-11 10:17:06 -05:00 |
|
John Anderson
|
ad4fb3ce8b
|
IPAM Select2 forms and changelog
|
2019-01-10 21:19:13 -05:00 |
|
John Anderson
|
86bafbb760
|
Tenancy Select2 forms
|
2019-01-09 23:33:08 -05:00 |
|
John Anderson
|
a6564c49e2
|
DCIM removed annotates from querysets
|
2019-01-09 13:44:39 -05:00 |
|
John Anderson
|
f3216abebf
|
Merge branch 'develop' of github.com:digitalocean/netbox into select2-ui
|
2019-01-09 11:25:56 -05:00 |
|
Jeremy Stretch
|
5676bd15dd
|
Closes #2682: Add DAC and AOC cable types
|
2019-01-09 09:28:44 -05:00 |
|
John Anderson
|
bf8d57c7d1
|
DCIM filter forms select2
|
2019-01-08 15:35:34 -08:00 |
|
Jeremy Stretch
|
73a1d6a7ba
|
Fixes #2762: Add missing DCIM field values to API _choices endpoint
|
2019-01-08 11:51:13 -05:00 |
|
John Anderson
|
c27cea981c
|
select2 for all create/edit forms in dcim
|
2019-01-04 14:41:36 -05:00 |
|
John Anderson
|
fca97f9768
|
Merge branch 'develop' of github.com:digitalocean/netbox into select2-ui
|
2019-01-04 12:44:41 -05:00 |
|
Jeremy Stretch
|
170e01b549
|
Closes #1983: Enable regular expressions when bulk renaming device components
|
2019-01-04 12:30:38 -05:00 |
|
Jeremy Stretch
|
99dc46a89e
|
Fixes #2742: Preserve cluster assignment when editing a device
|
2019-01-04 11:46:53 -05:00 |
|
John Anderson
|
81a0889568
|
initial static select2 fields
|
2019-01-03 23:02:05 -05:00 |
|
Jeremy Stretch
|
0a820d9c98
|
Closes #1871: Enable filtering sites by parent region
|
2019-01-03 16:59:49 -05:00 |
|
John Anderson
|
5285b6926f
|
updated filter-for attr handling
|
2019-01-03 03:00:27 -05:00 |
|
John Anderson
|
28a02e9943
|
initial select2 support
|
2018-12-30 02:35:18 -05:00 |
|
Jeremy Stretch
|
ebe5193348
|
Fixes #2724: Limit rear port choices to current device when editing a front port
|
2018-12-21 11:09:44 -05:00 |
|
Jeremy Stretch
|
a3097d254e
|
Fixes #2721: Detect loops when tracing front/rear ports
|
2018-12-21 10:54:20 -05:00 |
|
Jeremy Stretch
|
aae10f7d71
|
Tweaked 200GE and 400GE interface type labels
|
2018-12-20 09:18:18 -05:00 |
|
Jeremy Stretch
|
7f71fc1d42
|
Closes #2561: Add 200G and 400G interface types
|
2018-12-19 16:13:04 -05:00 |
|
Jeremy Stretch
|
ba9fe408bc
|
#2675: Added InventoryItem search form field for 'discovered'
|
2018-12-19 14:15:22 -05:00 |
|
Jeremy Stretch
|
2f1db2fdf3
|
Fixes #2691: Cable trace should follow circuits
|
2018-12-19 12:48:20 -05:00 |
|
Jeremy Stretch
|
f4a22e5af3
|
Introduced fgcolor template filter to render ideal foreground color for any background color
|
2018-12-19 12:17:40 -05:00 |
|
Jeremy Stretch
|
aca57ec281
|
Fixes #2698: Remove pagination restriction on bulk component creation for devices/VMs
|
2018-12-19 10:59:12 -05:00 |
|
Jeremy Stretch
|
bb564363d5
|
Fix regression from #2683
|
2018-12-13 14:59:54 -05:00 |
|
Jeremy Stretch
|
0d3b1bfca4
|
Fixes #2683: Fix exception when connecting a cable to a RearPort with no corresponding FrontPort
|
2018-12-12 16:40:34 -05:00 |
|
Jeremy Stretch
|
ee038bd77b
|
Closes #2655: Add 128GFC Fibrechannel interface type
|
2018-12-12 09:48:17 -05:00 |
|
Jeremy Stretch
|
b0a6781623
|
Fixes #2680: Disallow POST requests to /dcim/interface-connections/ API endpoint
|
2018-12-12 09:20:07 -05:00 |
|
Jeremy Stretch
|
b8a4316297
|
Changelog for #2666
|
2018-12-11 13:47:24 -05:00 |
|
dansheps
|
b4f79f1667
|
Fixes #2666: Uses correct function for displaying choices label
* Changes record.length_type to record.get_length_type_display
|
2018-12-11 12:40:07 -06:00 |
|
Jeremy Stretch
|
65edffea63
|
Merge v2.5 work
|
2018-12-07 10:51:28 -05:00 |
|
Jeremy Stretch
|
aa8c836b94
|
Closes #2611: Fix error handling when assigning a clustered device to a different site
|
2018-12-07 09:57:55 -05:00 |
|
Jeremy Stretch
|
9689ba2c4f
|
Fix representation of connected_endpoint_type for non-connected components
|
2018-12-06 16:39:03 -05:00 |
|
Jeremy Stretch
|
703be259fd
|
Normalize connection_status for non-connected device components during migration
|
2018-12-06 16:32:42 -05:00 |
|
Jeremy Stretch
|
45a1dfbd8a
|
Closes #2649: Add connected_endpoint_type to connectable device component API representations
|
2018-12-06 16:14:03 -05:00 |
|
Jeremy Stretch
|
360303f86c
|
Closes #2474: Add cabled and connection_status filters for device components
|
2018-12-06 12:39:12 -05:00 |
|
Jeremy Stretch
|
64d37cd450
|
Closes #2648: Include the connection_status field in nested represenations of connectable device components
|
2018-12-06 12:14:54 -05:00 |
|
Jeremy Stretch
|
71dee2758b
|
Simplified filter_device() for Interfaces
|
2018-12-06 11:33:24 -05:00 |
|
Jeremy Stretch
|
870edbb44a
|
Fixes #2626: Remove extraneous permissions generated from proxy models
|
2018-12-05 16:53:58 -05:00 |
|
Jeremy Stretch
|
f0874f4be0
|
Add missing choices for new cable and rack fields
|
2018-12-04 15:15:40 -05:00 |
|
Jeremy Stretch
|
a3ade01224
|
Fixes #2639: Fix preservation of length/dimensions unit for racks and cables
|
2018-12-03 11:13:37 -05:00 |
|
Jeremy Stretch
|
d1cd366dc9
|
Fixes #2616: Convert Rack outer_unit and Cable length_unit to integer-based choice fields
|
2018-11-30 12:26:28 -05:00 |
|
Jeremy Stretch
|
ca0248c3a2
|
Closes #2089: Add SONET interface form factors
|
2018-11-30 09:28:56 -05:00 |
|
Jeremy Stretch
|
08b4b24296
|
Fixes #2622: Enable filtering cables by multiple types/colors
|
2018-11-28 14:22:55 -05:00 |
|
Jeremy Stretch
|
5acd429c55
|
Fixes #2624: Delete associated content type and permissions when removing InterfaceConnection model
|
2018-11-28 13:45:02 -05:00 |
|
Jeremy Stretch
|
6c2a9107dd
|
Closes #2597: Add FibreChannel SFP28 (32GFC) interface form factor
|
2018-11-28 09:56:48 -05:00 |
|
Jeremy Stretch
|
c6d048ca51
|
Fixes #2576: Correct type for count_* fields in site API representation
|
2018-11-27 16:27:47 -05:00 |
|
Jeremy Stretch
|
4da755e75f
|
Formatting cleanup
|
2018-11-27 11:57:29 -05:00 |
|