Jeremy Stretch
|
3466da4338
|
Merge branch 'develop' into develop-2.2
Conflicts:
netbox/dcim/forms.py
|
2017-09-14 14:58:45 -04:00 |
|
Jeremy Stretch
|
17c1a1e465
|
Use add_blank_choice() to prepend a null choice to field options
|
2017-09-14 14:45:45 -04:00 |
|
Jeremy Stretch
|
d651deb31c
|
Renamed form_class attribute to model_form for consistency
|
2017-09-12 13:55:11 -04:00 |
|
Jeremy Stretch
|
700194b80d
|
Implemented bulk interface creation for virtual machines
|
2017-09-12 12:49:01 -04:00 |
|
Jeremy Stretch
|
6b53d263fe
|
Fixes #1469: Allow a NAT IP to be assigned as the primary IP for a device
|
2017-09-01 13:00:44 -04:00 |
|
Jeremy Stretch
|
3bb0d523d3
|
Enabled services on virtual machines
|
2017-08-31 12:50:35 -04:00 |
|
Jeremy Stretch
|
2abb073b3a
|
Regenerated migrations
|
2017-08-31 10:17:59 -04:00 |
|
Jeremy Stretch
|
0634386b2e
|
Merge branch 'develop' into virtualization
|
2017-08-31 10:14:50 -04:00 |
|
Jeremy Stretch
|
aaca28c1a6
|
Closes #1402: Increased max length of name field for device components
|
2017-08-29 17:27:30 -04:00 |
|
Jeremy Stretch
|
f0d8fdf2d8
|
Closes #1431: Added interface form factor for 10GBASE-CX4
|
2017-08-29 17:02:09 -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
|
e9f75adddb
|
Ditched VMInterface in favor of reusing dcim.Interface
|
2017-08-29 14:24:58 -04:00 |
|
Jeremy Stretch
|
4587aba1d4
|
Added views to add/remove hosts to/from clusters
|
2017-08-21 16:53:36 -04:00 |
|
Jeremy Stretch
|
5930a64203
|
Converted IPAddress.interface to a GenericForeignKey
|
2017-08-18 16:57:20 -04:00 |
|
Jeremy Stretch
|
97536c4e9b
|
Genericized component edit/delete views
|
2017-08-18 14:43:11 -04:00 |
|
Jeremy Stretch
|
a7c56eab86
|
Moved DeviceComponentForm to utilities.forms
|
2017-08-18 13:10:19 -04:00 |
|
Jeremy Stretch
|
6e580a731e
|
Added template names to device component create views
|
2017-08-18 12:29:39 -04:00 |
|
Jeremy Stretch
|
7843a6bf77
|
Fixed devicetype_id filter for DeviceType components
|
2017-08-18 10:27:43 -04:00 |
|
Jeremy Stretch
|
a02055e9b5
|
Reworked relationship between devices and clusters
|
2017-08-16 17:21:34 -04:00 |
|
Jeremy Stretch
|
3009863877
|
Merge branch 'develop' into virtualization
|
2017-08-16 15:08:37 -04:00 |
|
Jeremy Stretch
|
51b1da660a
|
Fixes #1330: Raise validation error when assigning an unrelated IP as the primary IP for a device
|
2017-08-15 14:05:02 -04:00 |
|
Jeremy Stretch
|
c394985b1b
|
Fixes #1421: Improved model validation logic for API serializers
|
2017-08-15 13:54:04 -04:00 |
|
Jeremy Stretch
|
04c300b8e2
|
Fixes #1420: Exclude virtual interfaces from device LLDP neighbors view
|
2017-08-15 11:07:26 -04:00 |
|
Jeremy Stretch
|
d06813f528
|
Initial work on virtualization support (#142)
|
2017-08-04 17:02:52 -04:00 |
|
Jeremy Stretch
|
3aa072b437
|
Fixes #1388: Fixed server error when searching globally for IPs/prefixes (rolled back #1379)
|
2017-08-03 09:26:28 -04:00 |
|
Jeremy Stretch
|
b6690e0012
|
Closes #1368: Render reservations in rack elevations view
|
2017-08-02 13:33:44 -04:00 |
|
Jeremy Stretch
|
e50f234ba3
|
Closes #1379: Allow searching devices by interface MAC address in global search
|
2017-08-02 11:54:53 -04:00 |
|
Jeremy Stretch
|
fd6df8e52a
|
Fixes #1385: Connected device API endpoint no longer requires authentication if LOGIN_REQUIRED=False
|
2017-08-02 11:17:57 -04:00 |
|
Jeremy Stretch
|
f2c16fbf3c
|
Closes #893: Allow filtering by null values for NullCharacterFields (e.g. return only unnamed devices)
|
2017-07-27 09:53:41 -04:00 |
|
Jeremy Stretch
|
65a633f42d
|
Closes #1374: Added NAPALM_ARGS and NAPALM_TIMEOUT configiuration parameters
|
2017-07-26 11:47:59 -04:00 |
|
Jeremy Stretch
|
d2c6d79589
|
Closes #1375: Renamed NETBOX_USERNAME and NETBOX_PASSWORD configuration parameters to NAPALM_USERNAME and NAPALM_PASSWORD
|
2017-07-26 11:24:19 -04:00 |
|
Jeremy Stretch
|
1770c85689
|
Fixes #1371: Extend DeviceSerializer.parent_device to include standard fields
|
2017-07-25 10:56:23 -04:00 |
|
Jeremy Stretch
|
e85cc0d856
|
Removed legacy LLDP neighbors API endpoint
|
2017-07-17 13:21:38 -04:00 |
|
Jeremy Stretch
|
0f608f3a15
|
Added device config view
|
2017-07-17 13:19:25 -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
|
f6a8d32880
|
Initial work on NAPALM integration
|
2017-07-14 14:42:56 -04:00 |
|
Jeremy Stretch
|
e8dafc02f7
|
Merge branch 'develop' into develop-2.1
Conflicts:
netbox/netbox/settings.py
|
2017-07-14 10:12:35 -04:00 |
|
Jeremy Stretch
|
39730b6834
|
Optimized performance when editing/deleting objects in bulk
|
2017-07-13 17:39: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
|
dc68be5abf
|
Removed SearchTables; created DetailTables for models where needed
|
2017-07-12 16:42:45 -04:00 |
|
Jeremy Stretch
|
1ef90902bd
|
Closes #1320: Remove checkbox from confirmation dialog
|
2017-07-12 14:53:52 -04:00 |
|
Jeremy Stretch
|
74828e1409
|
Fixes #1334: Fix server error when adding an interface to a device
|
2017-07-11 14:52:50 -04:00 |
|
Jeremy Stretch
|
dc77400ab1
|
Fixes #1333: Corrected label on is_console_server field of DeviceType bulk edit form
|
2017-07-11 14:36:59 -04:00 |
|
Jeremy Stretch
|
2d0638821d
|
#1266: Exclude interfaces with existing connections or circuit terminations when creating a new connection
|
2017-07-10 12:44:16 -04:00 |
|
Jeremy Stretch
|
8a87d60f29
|
Closes #1269: Added circuit termination to interface serializer
|
2017-07-10 12:07:47 -04:00 |
|
Jeremy Stretch
|
530789b733
|
#1269: Reworked interface connection serialization
|
2017-07-10 11:52:36 -04:00 |
|
Jeremy Stretch
|
1f9806a480
|
Fixes #1285: Enforce model validation when creating/editing objects via the API
|
2017-07-06 17:37:24 -04:00 |
|
Jeremy Stretch
|
a23da9f867
|
PEP8 fixes
|
2017-06-28 16:25:36 -04:00 |
|
Jeremy Stretch
|
5940feb64b
|
Closes #1121: Added asset_tag and description fields to inventory items
|
2017-06-23 17:05:37 -04:00 |
|