1
0
mirror of https://github.com/netbox-community/netbox.git synced 2024-05-10 07:54:54 +00:00
Commit Graph

1418 Commits

Author SHA1 Message Date
8f1607e010 Initial work on reports 2017-09-19 17:47:42 -04:00
e93129f1ae Enabled export templates for clusters and virtual machines 2017-09-19 11:31:29 -04:00
35b4e190d9 Fixes : Enabled creating custom fields for clusters and virtual machines via the admin UI 2017-09-19 10:40:38 -04:00
512a3bf09a Fixed : Allow assigning IP addresses to virtual machines during CSV bulk import 2017-09-18 13:30:20 -04:00
9927ce14d3 Fixes : Fixed CSV export for clusters and virtual machines 2017-09-18 13:12:58 -04:00
e5e169f476 Fixes : Added missing vcpus/memory/disk fields to virtual machine API serializer 2017-09-18 12:54:50 -04:00
5fc92ab0e6 Removed old RPC-based LLDP neighbors code 2017-09-15 14:07:09 -04:00
039c2a6d57 Closes : Added primary IP column to virtual machine list 2017-09-15 11:47:29 -04:00
d053422657 Fixes : Added cluster_id filter 2017-09-15 11:36:06 -04:00
90d9eb3520 Closes : Rearrange order of items in the virtualization nav menu 2017-09-15 11:08:23 -04:00
3466da4338 Merge branch 'develop' into develop-2.2
Conflicts:
	netbox/dcim/forms.py
2017-09-14 14:58:45 -04:00
17c1a1e465 Use add_blank_choice() to prepend a null choice to field options 2017-09-14 14:45:45 -04:00
6872ab0e14 Added a status field for virtual machines 2017-09-14 14:35:34 -04:00
136d16b7fd Don't add a placeholder option to multiselect widgets 2017-09-12 14:14:08 -04:00
d651deb31c Renamed form_class attribute to model_form for consistency 2017-09-12 13:55:11 -04:00
700194b80d Implemented bulk interface creation for virtual machines 2017-09-12 12:49:01 -04:00
ef2dd673ec Finished bulk edit/delete views 2017-09-11 16:14:05 -04:00
7a3adca771 Added device count to clusters table 2017-09-11 15:51:03 -04:00
f66b0b7fea Finished implementing CSV imports 2017-09-11 15:42:18 -04:00
b6df0209ba Fixes : Secret truncated when using '<' character () 2017-09-11 10:55:04 -04:00
6b53d263fe Fixes : Allow a NAT IP to be assigned as the primary IP for a device 2017-09-01 13:00:44 -04:00
00024240bb Merge branch 'virtualization' into develop-2.2 2017-09-01 12:29:12 -04:00
237a889f54 Preserve query parameters on redirect after clicking "add another" 2017-09-01 12:28:34 -04:00
f5c265b7b5 Modified form action to preserve query parameters 2017-09-01 12:25:57 -04:00
1341ab5703 Fixed selection of sites not assigned to a region 2017-09-01 10:10:10 -04:00
3ded8196c4 Fixed IP toggle button 2017-09-01 10:09:52 -04:00
cbc239ceaa Added virtualization API tests 2017-08-31 14:03:12 -04:00
ba0a261840 Removed extraneous import 2017-08-31 13:04:56 -04:00
3bb0d523d3 Enabled services on virtual machines 2017-08-31 12:50:35 -04:00
85cb333a5d Added virtualization to API root 2017-08-31 11:36:29 -04:00
2abb073b3a Regenerated migrations 2017-08-31 10:17:59 -04:00
0634386b2e Merge branch 'develop' into virtualization 2017-08-31 10:14:50 -04:00
372e9335b1 Post-release version bump 2017-08-30 14:44:55 -04:00
e6b6082a2b Release v2.1.4 2017-08-30 14:40:52 -04:00
e0ee0b9254 Closes : Hostnames with no domain are now acceptable in custom URL fields 2017-08-30 14:08:39 -04:00
fde47133da Fix global search placeholder text 2017-08-30 12:07:11 -04:00
643f64df3f Closes : Added a MEDIA_ROOT configuration setting to specify where uploaded files are stored on disk 2017-08-30 11:11:59 -04:00
a6ec1ba23b Closes : Ignore anycast when detecting duplicate IPs 2017-08-30 10:46:30 -04:00
ae231b1d1b Moved circuit speed humanization to a template tag 2017-08-29 22:42:06 -04:00
ecdf66c454 Closes : Added dropdown widget with common values for circuit speed fields 2017-08-29 22:29:30 -04:00
aaca28c1a6 Closes : Increased max length of name field for device components 2017-08-29 17:27:30 -04:00
f0d8fdf2d8 Closes : Added interface form factor for 10GBASE-CX4 2017-08-29 17:02:09 -04:00
c9288a052a Closes : Added a commit_rate field to the circuits list search form 2017-08-29 16:48:11 -04:00
4b3a425888 Fixed role link on IP address view 2017-08-29 16:14:32 -04:00
71069ced7f Added platform info to VM view 2017-08-29 16:12:52 -04:00
1308839a41 Fixes : Corrected permission name on prefix/VLAN roles list 2017-08-29 15:36:51 -04:00
6d849ad5f6 Deleted obsolete templates 2017-08-29 15:31:11 -04:00
fa95191792 Allowed assigning an IP address to either a device or a VM 2017-08-29 15:26:35 -04:00
e945aafd7b Added fitlers to return the verbose model name of an object 2017-08-29 15:10:52 -04:00
e9f75adddb Ditched VMInterface in favor of reusing dcim.Interface 2017-08-29 14:24:58 -04:00