|
c09cb5df3d
|
#353: Added bulk editing for InterfaceTemplates
|
2016-10-19 12:15:54 -04:00 |
|
|
0da3661ff0
|
#353: Allow bulk editing of interfaces
|
2016-10-14 16:38:46 -04:00 |
|
|
513408f16a
|
Fixes #562: Fixed bulk interface creation
|
2016-09-19 10:31:40 -04:00 |
|
|
7d879bb0dc
|
Added bulk editing capability for custom fields
|
2016-08-16 14:57:04 -04:00 |
|
|
b2f03dfb16
|
Fixed redirect after editing RackGroups and VLANGroups
|
2016-08-10 13:13:26 -04:00 |
|
|
cbde6e8321
|
Miscellaneous query optimizations
|
2016-08-10 13:07:11 -04:00 |
|
|
ed03449164
|
Closes #241: Introduced rack roles
|
2016-08-10 11:52:27 -04:00 |
|
|
a7dd2695a2
|
Closes #157: Added manufacturer field to module model
|
2016-08-10 10:24:47 -04:00 |
|
|
e7116b81a4
|
#180: Added type and width fields to Rack model
|
2016-08-08 18:01:15 -04:00 |
|
|
d09ede8d1f
|
Corrected omitted variable
|
2016-07-29 14:29:13 -04:00 |
|
|
bcb9ab7116
|
Show graphs button only if there is at least one graph to display
|
2016-07-29 13:19:58 -04:00 |
|
|
397943b222
|
Allow unassigning VRF and tenants when editing objects in bulk
|
2016-07-28 15:59:49 -04:00 |
|
|
6b41794e12
|
Implemented bulk editing for sites
|
2016-07-28 15:30:29 -04:00 |
|
|
aa6c840c45
|
Fixes #392: Don't include child devices in non-racked devices table
|
2016-07-28 10:06:25 -04:00 |
|
|
1f9e4dc707
|
Fixed platform selection during bulk editing of devices
|
2016-07-27 16:38:21 -04:00 |
|
|
2236d2f941
|
Fixed tenant assignment on bulk edit of racks, devices
|
2016-07-26 17:49:41 -04:00 |
|
|
faa12abc70
|
Enabled filtering of sites, racks, and devices by tenant
|
2016-07-26 17:28:46 -04:00 |
|
|
82a98f0e8f
|
Applied tenancy to sites, racks, and devices
|
2016-07-26 16:46:22 -04:00 |
|
|
4be5c33905
|
Enabled bulk deletion of device bays, interfaces, console server ports, and power outlets from devices
|
2016-07-26 10:14:51 -04:00 |
|
|
450c51604c
|
Replaced all object-specific BulkDeleteForms with the stock form provided by utilities.BulkDeleteView
|
2016-07-25 17:02:53 -04:00 |
|
|
d47bf4ab6b
|
Rewrote all DeviceType component template deletion views to utilize BulkDeleteView()
|
2016-07-25 16:32:07 -04:00 |
|
|
c466dc5999
|
Fixes #381: Implements a new RackImportTable
|
2016-07-25 12:04:42 -04:00 |
|
|
5c59677c57
|
properly support #304
support for #304
|
2016-07-20 13:04:11 -04:00 |
|
|
b8d7dd170e
|
#303: First stab at implementing a natural ordering for sites, racks, and devices
|
2016-07-20 10:07:32 -04:00 |
|
|
dd62caf2f0
|
Fixes #227: Introduces support for bulk import of child devices
|
2016-07-14 17:35:52 -04:00 |
|
|
46b1ac23af
|
Allow for setting mgmt_only=True in "Add management interfaces" link
|
2016-07-14 11:39:53 -04:00 |
|
|
a5f6e64849
|
Fixes #290: Added mgmt interfaces table to device type view
|
2016-07-14 11:30:15 -04:00 |
|
|
e1da3b8f10
|
Related to #243: Implemented natsort on all Device and DeviceType objects (except interfaces)
|
2016-07-12 14:53:59 -04:00 |
|
|
d80ffd2308
|
Merge pull request #248 from Zanthras/develop
possible fix for #243 generic sorting for device bays
|
2016-07-12 14:13:25 -04:00 |
|
|
4e4bb01a55
|
Initial work on #93: Primary IPv4/IPv6 support
|
2016-07-11 16:24:46 -04:00 |
|
|
d9867423de
|
Use the natsort library to provide a generic sorting option for better sorting of generic names for device bays.
|
2016-07-08 22:47:08 -07:00 |
|
|
3276caa284
|
Fixes #214: Suppress status message if updated_count has not been provided
|
2016-07-06 16:25:15 -04:00 |
|
|
24c48bece8
|
Fixes #209: Read pk list from POST instead of form
|
2016-07-06 15:55:42 -04:00 |
|
|
9da4c28cd5
|
Tests pass now
|
2016-07-06 13:21:40 -04:00 |
|
|
5034b836ea
|
Add MAC address field to interfaces
|
2016-07-06 13:21:40 -04:00 |
|
|
7eae636562
|
Added DeviceType to device bays table
|
2016-07-05 13:42:14 -04:00 |
|
|
0123dbcf5f
|
Initial work on #91: Support for subdevices
|
2016-07-01 17:34:47 -04:00 |
|
|
fbbdb3807c
|
Fixes #108: Added search for Sites
|
2016-06-29 12:06:37 -04:00 |
|
|
945ca31460
|
Fixes #92: Redirect to module creation page on 'add another'
|
2016-06-28 17:12:09 -04:00 |
|
|
8b357a311d
|
Fixes #61: Added list of RackGroups to Site view
|
2016-06-28 14:53:33 -04:00 |
|
|
c6e66a073d
|
Fixes #29: Corrected typo
|
2016-06-27 14:39:08 -04:00 |
|
|
741f93999b
|
PEP8 clenaup
|
2016-06-16 15:02:01 -04:00 |
|
|
943c7934f3
|
Implemented built-in CSV export for DCIM objects
|
2016-06-16 13:38:31 -04:00 |
|
|
7428b83c90
|
Introduced ability to manually create Modules
|
2016-06-15 14:00:45 -04:00 |
|
|
4b34af3e1d
|
Introduced ability to edit/delete modules
|
2016-06-15 13:27:12 -04:00 |
|
|
cb8e0c93f2
|
Implemented object add/edit/delete logging
|
2016-05-23 14:20:42 -04:00 |
|
|
108db82d1c
|
Fixed regex typo
|
2016-05-20 15:40:44 -04:00 |
|
|
d6cd3428f6
|
Removed Device.ro_snmp
|
2016-05-19 11:34:38 -04:00 |
|
|
112e2ccde7
|
Code cleanup
|
2016-05-18 16:02:53 -04:00 |
|
|
a07aa69321
|
Added CBVs for Platforms
|
2016-05-16 11:54:17 -04:00 |
|