Jeremy Stretch
|
b7dea5a9f7
|
Fixes #3983: Permit the creation of multiple unnamed devices
|
2020-01-22 09:26:49 -05:00 |
|
Jeremy Stretch
|
ddd9f86031
|
Add tests for rack elevation API endpoint
|
2020-01-21 17:36:38 -05:00 |
|
Jeremy Stretch
|
03436b729d
|
Add test for device graphs API endpoint
|
2020-01-21 17:11:26 -05:00 |
|
Jeremy Stretch
|
d123664503
|
Add tests for front/rear port API endpoints
|
2020-01-21 17:00:30 -05:00 |
|
hSaria
|
bdfead6265
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-21 21:30:38 +00:00 |
|
hSaria
|
77c8bcef6d
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-21 21:29:21 +00:00 |
|
Jeremy Stretch
|
10917123fd
|
Add tests for cable tracing endpoints
|
2020-01-21 16:24:03 -05:00 |
|
Jeremy Stretch
|
838aaffc4b
|
Merge pull request #3971 from hellerve/veit/fix-3965
Display occupied rack units correctly
|
2020-01-21 13:53:21 -05:00 |
|
Jeremy Stretch
|
60c5418516
|
Add tests for device component filtering by region/site
|
2020-01-21 12:28:22 -05:00 |
|
Jeremy Stretch
|
48b4695ebe
|
Fixes #3966: Fix filtering of device components by region/site
|
2020-01-21 12:27:52 -05:00 |
|
Jeremy Stretch
|
a7a166a9cb
|
Merge branch 'develop' into veit/fix-3964
|
2020-01-21 11:39:45 -05:00 |
|
hellerve
|
e184eb3521
|
dcim: make pep happy
|
2020-01-21 17:01:48 +01:00 |
|
hellerve
|
e421c15bdd
|
dcim: merge elevations as necessary
|
2020-01-21 16:56:06 +01:00 |
|
hellerve
|
469a088874
|
dcim: fix tooltips in svg rack display
|
2020-01-21 16:23:59 +01:00 |
|
hellerve
|
5f3f21215a
|
dcim: fix #3964 by moving away from properties to inline styles
|
2020-01-21 16:06:15 +01:00 |
|
Jeremy Stretch
|
cdd7ed21ee
|
Merge pull request #3970 from hellerve/veit/fix-3962
Display device correctly in SVG
|
2020-01-21 10:05:37 -05:00 |
|
hellerve
|
255d12309a
|
dcim: fix #3965 by adding an option to get_rack_units
|
2020-01-21 15:50:38 +01:00 |
|
hellerve
|
eb7fbe4b3a
|
dcim: fix #3962 by moving away from device.name
|
2020-01-21 15:33:17 +01:00 |
|
Jeremy Stretch
|
9d3215e806
|
Fixes #3967: Resolve migration of "other" interface type
|
2020-01-21 09:32:51 -05:00 |
|
Jeremy Stretch
|
aa73a7ad02
|
Closes #3954: Add device_bays filter for devices and device types
|
2020-01-17 16:39:31 -05:00 |
|
Jeremy Stretch
|
a4687be5e5
|
Closes #3842: Add 802.11ax interface type
|
2020-01-17 16:20:11 -05:00 |
|
Jeremy Stretch
|
439fa731ba
|
Fixes #3953: Fix validation error when creating child devices
|
2020-01-17 14:22:58 -05:00 |
|
hSaria
|
b11224a8b4
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-17 11:47:01 +00:00 |
|
hSaria
|
8b02cd47fb
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-17 11:45:13 +00:00 |
|
Jeremy Stretch
|
0a1dd64b94
|
Fixes #3943: Prevent rack elevation links from opening new tabs/windows
|
2020-01-16 23:41:52 -05:00 |
|
Saria Hajjar
|
9f68f8d1a6
|
Update component CSV forms
|
2020-01-16 16:07:24 +00:00 |
|
Saria Hajjar
|
89e6de3652
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-16 16:05:01 +00:00 |
|
Saria Hajjar
|
2949bfaaa7
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-16 15:33:42 +00:00 |
|
Jeremy Stretch
|
c955aeebeb
|
Merge branch 'develop' into develop-2.7
|
2020-01-16 09:38:23 -05:00 |
|
Jeremy Stretch
|
8bd67b2c17
|
Add tests for browsable API endpoints
|
2020-01-15 17:47:55 -05:00 |
|
Jeremy Stretch
|
f8dad1744c
|
#3892: Convert CABLE_TERMINATION_TYPES to a Q object
|
2020-01-15 15:51:51 -05:00 |
|
Jeremy Stretch
|
b98ac64ac2
|
Fix reference to obsolete constant IFACE_MODE_TAGGED
|
2020-01-15 14:54:46 -05:00 |
|
Jeremy Stretch
|
88267e9d05
|
Move BGP_ASN_MIN and BGP_ASN_MAX to ipam.constants
|
2020-01-15 14:53:46 -05:00 |
|
Jeremy Stretch
|
caf7d02637
|
Remove obsolete constant CABLE_TERMINATION_TYPE_CHOICES
|
2020-01-15 14:49:52 -05:00 |
|
Jeremy Stretch
|
aefe2b4196
|
Move rack elevation CSS to project-static/rack_elevation.css
|
2020-01-15 14:05:44 -05:00 |
|
Jeremy Stretch
|
28350d84f9
|
Update model ordering parameters to ensure deterministic ordering
|
2020-01-15 13:20:44 -05:00 |
|
Jeremy Stretch
|
1ea820a50e
|
Fixes #3900: Fix exception when deleting device types
|
2020-01-15 10:23:07 -05:00 |
|
Jeremy Stretch
|
49f027fae7
|
Refactor FieldChoicesViewSet; add Interface.type to virtualization _choices endpoint
|
2020-01-15 09:59:44 -05:00 |
|
Jeremy Stretch
|
8df53eac91
|
Add tests for dynamic choices
|
2020-01-14 16:38:14 -05:00 |
|
Jeremy Stretch
|
857e04e90b
|
Add _choices endpoint tests for all apps
|
2020-01-14 16:13:11 -05:00 |
|
Jeremy Stretch
|
2615906526
|
Squashed all migrations
|
2020-01-14 11:06:05 -05:00 |
|
Saria Hajjar
|
e10333bf2b
|
Fetch choices during form initialization
|
2020-01-14 08:22:27 +00:00 |
|
Jeremy Stretch
|
5c047faa1d
|
Delete old squashed migrations
|
2020-01-13 17:01:54 -05:00 |
|
hSaria
|
d075bf5882
|
Merge branch 'develop' into 568-csv-import-cf
|
2020-01-13 21:17:29 +00:00 |
|
Jeremy Stretch
|
f170a579de
|
Add test for DeviceType YAML export
|
2020-01-13 15:35:01 -05:00 |
|
hSaria
|
83ee83142a
|
Merge branch 'develop' into 2921-tags-select2
|
2020-01-13 20:17:34 +00:00 |
|
Saria Hajjar
|
2f28dec891
|
Tag filter field for filter forms
|
2020-01-13 20:16:13 +00:00 |
|
Jeremy Stretch
|
0dad9f8901
|
Change DeviceType export from CSV to YAML
|
2020-01-13 15:10:16 -05:00 |
|
Jeremy Stretch
|
473d67354f
|
Merge branch 'develop' into develop-2.7
|
2020-01-13 13:49:22 -05:00 |
|
Jeremy Stretch
|
66daeda85f
|
Merge pull request #3887 from hSaria/3021-cable-tenant-filter
Fixes #3021: Added tenancy filter for cables
|
2020-01-13 12:09:53 -05:00 |
|