Jeremy Stretch
|
4f9379a5e2
|
Cleaned up device interfaces/IPs table
|
2017-09-20 14:44:51 -04:00 |
|
Jeremy Stretch
|
4cfad2ef3b
|
Added virtualization models to nbshell and fixed up status constants
|
2017-09-20 14:03:56 -04:00 |
|
Jeremy Stretch
|
6e81b0ac32
|
Merge pull request #1517 from huzichunjohn/issue_1514
Fixes #1514: No field to edit Cluster comments
|
2017-09-20 11:53:43 -04:00 |
|
Jeremy Stretch
|
d87023e1ce
|
Limited virtual machine interfaces to type "virtual" (removed LAG type)
|
2017-09-20 11:47:37 -04:00 |
|
Jeremy Stretch
|
e31d2c9857
|
Fixes #1520: Redirect on GET request to bulk edit/delete views
|
2017-09-20 09:56:20 -04:00 |
|
johnhu
|
2174ccf016
|
Fixes #1514: No field to edit Cluster comments
|
2017-09-20 11:48:49 +00:00 |
|
Jeremy Stretch
|
8f1607e010
|
Initial work on reports
|
2017-09-19 17:47:42 -04:00 |
|
Jeremy Stretch
|
e93129f1ae
|
Enabled export templates for clusters and virtual machines
|
2017-09-19 11:31:29 -04:00 |
|
Jeremy Stretch
|
35b4e190d9
|
Fixes #1508: Enabled creating custom fields for clusters and virtual machines via the admin UI
|
2017-09-19 10:40:38 -04:00 |
|
Ryan Breaker
|
b252f52f8e
|
Added missing package for CentOS and Fedora (#1470)
Without the added package, installation fails during `pip install -r requirements.txt` on the pycrypto package for me in CentOS 6 and 7 and Fedora.
|
2017-09-18 16:37:51 -04:00 |
|
Chris Howells
|
eba30c4d79
|
Document the PATCH method. Closes #1481. (#1482)
|
2017-09-18 16:37:09 -04:00 |
|
Jeremy Stretch
|
ae1662e433
|
Fixes #1507: Fixed error when creating the next available IP from a prefix within a VRF
|
2017-09-18 16:34:28 -04:00 |
|
Jeremy Stretch
|
512a3bf09a
|
Fixed #1500: Allow assigning IP addresses to virtual machines during CSV bulk import
|
2017-09-18 13:30:20 -04:00 |
|
Jeremy Stretch
|
9927ce14d3
|
Fixes #1502: Fixed CSV export for clusters and virtual machines
|
2017-09-18 13:12:58 -04:00 |
|
Jeremy Stretch
|
e5e169f476
|
Fixes #1504: Added missing vcpus/memory/disk fields to virtual machine API serializer
|
2017-09-18 12:54:50 -04:00 |
|
Jeremy Stretch
|
81df837a33
|
Closes #1485: Added LOGIN_BANNER configuration setting to display a banner on the login page
|
2017-09-15 15:28:09 -04:00 |
|
Jeremy Stretch
|
b84b526a43
|
Closes #1484: Added individual "add VLAN" buttons on the VLAN groups list
|
2017-09-15 15:14:35 -04:00 |
|
Jeremy Stretch
|
5fc92ab0e6
|
Removed old RPC-based LLDP neighbors code
|
2017-09-15 14:07:09 -04:00 |
|
Jeremy Stretch
|
039c2a6d57
|
Closes #1496: Added primary IP column to virtual machine list
|
2017-09-15 11:47:29 -04:00 |
|
Jeremy Stretch
|
d053422657
|
Fixes #1497: Added cluster_id filter
|
2017-09-15 11:36:06 -04:00 |
|
Jeremy Stretch
|
90d9eb3520
|
Closes #1490: Rearrange order of items in the virtualization nav menu
|
2017-09-15 11:08:23 -04:00 |
|
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
|
6872ab0e14
|
Added a status field for virtual machines
|
2017-09-14 14:35:34 -04:00 |
|
Jeremy Stretch
|
136d16b7fd
|
Don't add a placeholder option to multiselect widgets
|
2017-09-12 14:14:08 -04:00 |
|
Jeremy Stretch
|
d651deb31c
|
Renamed form_class attribute to model_form for consistency
|
2017-09-12 13:55:11 -04:00 |
|
Jeremy Stretch
|
8fb37233f4
|
Started documenting utility views
|
2017-09-12 13:53:15 -04:00 |
|
Jeremy Stretch
|
700194b80d
|
Implemented bulk interface creation for virtual machines
|
2017-09-12 12:49:01 -04:00 |
|
Jeremy Stretch
|
ef2dd673ec
|
Finished bulk edit/delete views
|
2017-09-11 16:14:05 -04:00 |
|
Jeremy Stretch
|
7a3adca771
|
Added device count to clusters table
|
2017-09-11 15:51:03 -04:00 |
|
Jeremy Stretch
|
f66b0b7fea
|
Finished implementing CSV imports
|
2017-09-11 15:42:18 -04:00 |
|
huzichunjohn
|
b6df0209ba
|
Fixes #1472: Secret truncated when using '<' character (#1477)
|
2017-09-11 10:55:04 -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
|
00024240bb
|
Merge branch 'virtualization' into develop-2.2
|
2017-09-01 12:29:12 -04:00 |
|
Jeremy Stretch
|
237a889f54
|
Preserve query parameters on redirect after clicking "add another"
|
2017-09-01 12:28:34 -04:00 |
|
Jeremy Stretch
|
f5c265b7b5
|
Modified form action to preserve query parameters
|
2017-09-01 12:25:57 -04:00 |
|
Jeremy Stretch
|
1341ab5703
|
Fixed selection of sites not assigned to a region
|
2017-09-01 10:10:10 -04:00 |
|
Jeremy Stretch
|
3ded8196c4
|
Fixed IP toggle button
|
2017-09-01 10:09:52 -04:00 |
|
Jeremy Stretch
|
cbc239ceaa
|
Added virtualization API tests
|
2017-08-31 14:03:12 -04:00 |
|
Jeremy Stretch
|
a6b43baafe
|
Added documentation for virtualization data model
|
2017-08-31 13:22:12 -04:00 |
|
Jeremy Stretch
|
ba0a261840
|
Removed extraneous import
|
2017-08-31 13:04:56 -04:00 |
|
Jeremy Stretch
|
3bb0d523d3
|
Enabled services on virtual machines
|
2017-08-31 12:50:35 -04:00 |
|
Jeremy Stretch
|
85cb333a5d
|
Added virtualization to API root
|
2017-08-31 11:36:29 -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
|
372e9335b1
|
Post-release version bump
|
2017-08-30 14:44:55 -04:00 |
|
Jeremy Stretch
|
e6b6082a2b
|
Release v2.1.4
|
2017-08-30 14:40:52 -04:00 |
|
Jeremy Stretch
|
e0ee0b9254
|
Closes #1460: Hostnames with no domain are now acceptable in custom URL fields
|
2017-08-30 14:08:39 -04:00 |
|
Jeremy Stretch
|
fde47133da
|
Fix global search placeholder text
|
2017-08-30 12:07:11 -04:00 |
|
Jeremy Stretch
|
643f64df3f
|
Closes #1341: Added a MEDIA_ROOT configuration setting to specify where uploaded files are stored on disk
|
2017-08-30 11:11:59 -04:00 |
|