Jeremy Stretch
a85b3aa69f
Added a form to edit virtual chassis
2017-12-07 17:05:03 -05:00
Jeremy Stretch
2545912532
Merge branch 'develop-2.3' into 99-virtual-chassis
2017-12-07 15:30:58 -05:00
Jeremy Stretch
2fc1519bc6
Merge branch 'develop' into develop-2.3
2017-12-07 14:56:16 -05:00
Jeremy Stretch
5f91413023
Added initial UI views for virtual chassis assignment
2017-11-29 12:58:36 -05:00
Jeremy Stretch
30df060357
Closes #1722 : Added VM count to site view
2017-11-27 10:59:24 -05:00
Jeremy Stretch
55e07c1c9a
Initial work on virtual chassis support
2017-11-17 16:47:26 -05:00
Jeremy Stretch
ca77e4545a
Merge branch 'develop' into develop-2.3
2017-11-17 12:05:38 -05:00
Jeremy Stretch
e56797737d
A bit of cosmetic cleanup from #1672
2017-11-15 14:06:58 -05:00
Nicholas Totsch
fbd39da8ca
Add Tenancy to Rack Reservations; Fixes #1592 ( #1672 )
...
* fixed prefix header to represent new serial "vlan_vid"
* shows option in creation now
* fixed visibility on rack page
* cleanup
* Added view to Tenant page
* Moved migration for update from #1666 and fixed tenant enumeration in FilterForm
* Fixed conflict #1
* Fixed filters from merge and made migration merge
* added tenant to api
* Fixed migrations problem
* Added Tenant to bulkedit option
2017-11-15 13:54:49 -05:00
Jeremy Stretch
d888aa67f9
Fixes #1715 : Added missing import buttons on object lists
2017-11-15 12:52:21 -05:00
Jeremy Stretch
ba42ad2115
Merge branch '150-interface-vlans' into develop-2.3
2017-11-14 15:36:14 -05:00
Jeremy Stretch
73cd76932a
Closes #1679 : Added IP address roles to device/VM interface lists
2017-11-03 17:00:08 -04:00
Jeremy Stretch
5d19a9f50f
Rearranged device/VM view and expanded component lists
2017-11-03 16:58:56 -04:00
Ichabond
b8df05cf88
Fixes #1655 . Removed explicit field references. ( #1656 )
...
* Fixes #1655
Further field name references were found in `consoleport.html`. These have now been removed, so we rely on proper a proper `__str__` implementation of both `ConsolePort` and `ConsoleServerPort`.
* Fixes #1655 : Removed explicit field references
Cleaned up all (notable) .name references, and removed them so __str__ can do the lifting. Did not remove the references where it was explicitly referenced to .name (eg. in details). Extended the Secret model to also include the name in __str__, since that was weirdly absent.
* Adapted PR to comply with comments
Re-introduced certain references to make sure explicit references are still used where needed.
2017-11-02 11:51:27 -04:00
Jeremy Stretch
b46cc2c1a9
Closes #1666 : Allow modifying the owner of a rack reservation
2017-10-31 13:52:35 -04:00
Jeremy Stretch
bbd0761887
Fixes #1653 : Remove outdated description for DeviceType's is_network_device flag
2017-10-30 17:45:05 -04:00
Tom Strickx
1b5aa67f5d
Remove explicit reference to the name
field
...
Remove the explicit usage of the `name` field, and let the __str__ method of the ConsoleServerPort class handle the display
2017-10-26 09:24:39 -07:00
Jeremy Stretch
81ca6f7cba
#1621 : Allow for loose matching of short-form IOS interface names when validating LLDP neighbors
2017-10-19 17:12:28 -04:00
Jeremy Stretch
ea1d298eb3
Closes #494 : Include asset tag in device info pop-up on rack elevation
2017-10-09 16:25:52 -04:00
Jeremy Stretch
35c2c8e8de
#1444 : Added a serial number field to the rack model
2017-10-09 15:01:57 -04:00
Jeremy Stretch
3d25cecc69
Merge branch 'develop-2.2' into develop-2.1
2017-09-29 12:30:36 -04:00
Jeremy Stretch
068c0ff36c
Merge branch 'develop' into develop-2.1
2017-09-29 12:26:54 -04:00
Jeremy Stretch
e2b2815545
Fixes #1542 : Added cluster field to device view
2017-09-28 10:21:41 -04:00
Jeremy Stretch
0d9ff907a8
Merge branch 'develop' of github.com:digitalocean/netbox into develop-2.2
2017-09-25 15:12:47 -04:00
Jeremy Stretch
aa5aa798e6
Fixes #1486 : Ignore subinterface IDs when validating LLDP neighbor connections
2017-09-25 14:33:32 -04:00
Jeremy Stretch
4f9379a5e2
Cleaned up device interfaces/IPs table
2017-09-20 14:44:51 -04:00
Jeremy Stretch
700194b80d
Implemented bulk interface creation for virtual machines
2017-09-12 12:49:01 -04:00
Jeremy Stretch
3bb0d523d3
Enabled services on virtual machines
2017-08-31 12:50:35 -04:00
Jeremy Stretch
fa95191792
Allowed assigning an IP address to either a device or a VM
2017-08-29 15:26:35 -04:00
Jeremy Stretch
70a6b171d0
Fixes #1429 : Fixed uptime formatting on device status page
2017-08-16 11:20:52 -04:00
Jeremy Stretch
babe42ef35
Closes #1414 : Selecting a site from the rack filters automatically updates the available rack groups
2017-08-09 13:59:25 -04:00
Jeremy Stretch
b6690e0012
Closes #1368 : Render reservations in rack elevations view
2017-08-02 13:33:44 -04:00
Jeremy Stretch
52e7f670f3
Deleted obsolete template
2017-08-02 13:17:34 -04:00
Jeremy Stretch
12d643694f
Cleaned up title blocks
2017-08-02 13:15:28 -04:00
Jeremy Stretch
52a490bf5d
Fixes #461 : Display a validation error when attempting to assigning a new child device to a rack face/position
2017-07-28 10:05:51 -04:00
Faidon Liambotis
4544893b4c
Allow import/export of device types ( #1347 )
2017-07-25 17:21:34 +03:00
Faidon Liambotis
f30fa925ea
Allow import/export of manufacturers ( #1347 )
2017-07-25 17:21:34 +03:00
Faidon Liambotis
beb91559e5
Allow import/export of rack groups ( #1347 )
2017-07-25 17:21:34 +03:00
Faidon Liambotis
fbc5e74318
Allow import/export of regions ( #1347 )
2017-07-25 17:21:34 +03:00
Jeremy Stretch
d73ea54e08
Fixed table cell alignment for IP addresses
2017-07-17 13:55:20 -04:00
Jeremy Stretch
a45bfaf3da
Hide/disable NAPALM tabs as appropriate
2017-07-17 13:29:11 -04:00
Jeremy Stretch
0f608f3a15
Added device config view
2017-07-17 13:19:25 -04:00
Jeremy Stretch
4ad5c6f864
Updated LLDP neighbors view to use NAPALM API
2017-07-17 13:05:11 -04:00
Jeremy Stretch
be47b6a6c0
Added device environmental status details
2017-07-17 12:58:13 -04:00
Jeremy Stretch
1f982c94ce
Added an AJAX spinner
2017-07-17 11:41:39 -04:00
Jeremy Stretch
12472a2612
Live device status PoC
2017-07-14 16:07:28 -04:00
Jeremy Stretch
dd1991f2c6
Closes #838 : Display details of all objects being edited/deleted in bulk
2017-07-13 16:31:47 -04:00
Jeremy Stretch
5b43a108bc
Merge branch 'develop' into develop-2.1
...
Conflicts:
netbox/ipam/models.py
netbox/netbox/settings.py
netbox/templates/dcim/inc/interface.html
2017-07-06 13:27:13 -04:00
Jeremy Stretch
cd5a86bfcf
Closes #1303 : Highlight installed interface connections in green on device view
2017-06-29 13:35:54 -04:00
Jeremy Stretch
97b67d0f93
Fixes #1299 : Corrected permission to add a service to a device
2017-06-28 12:05:26 -04:00