1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

12961 Commits

Author SHA1 Message Date
Carlos Martín
adc7792ef6 Feature #4671: New column to show user password in users table
(cherry picked from commit 3026f0820b6443aa6c22278a02dac6a47734514c)
2016-07-21 14:45:47 +02:00
Javi Fontan
0cc04f9aee bug #4640: disable pre/postmigrate for shared tm
(cherry picked from commit 56fff9184f3784bc3cec16ca9bb04febe92d74d7)
2016-07-20 18:53:42 +02:00
Tino Vazquez
8185517028 Bug #4645: Remove Save As Button from vCenter views 2016-07-20 17:39:07 +02:00
Carlos Martín
73dfec23b7 Minor style fix
(cherry picked from commit baec60a4a19cdac2b0f634c9544c47f5b390406f)
2016-07-20 17:13:32 +02:00
Carlos Martín
44d86bb14c Feature #4614: Fix viewport overflow when datatable has advanced search
(cherry picked from commit 13343e7f22d8108fde1d9768edf35a4b32d636e7)
2016-07-20 17:13:27 +02:00
Carlos Martín
b3cf34c285 Bug #4664: Use a unique ID for service template vnet tables
(cherry picked from commit 121fbda8c6aedce8014b97205d1759aeadf7147a)
2016-07-20 16:38:20 +02:00
Carlos Martín
e660da555e Bug #4661: Fix update for radio inputs
(cherry picked from commit 920f3050fa17404927baa8d243abfc4812b67b72)
2016-07-20 11:55:32 +02:00
Ruben S. Montero
2537eb8859 bug #4637: Fix wrong check for int/float bool expressions 2016-07-19 19:54:58 +02:00
Javi Fontan
8fd2afa23a Fix zendesk_api gem version 2016-07-19 18:39:22 +02:00
Jaime Melis
988991face Feature #4657: Display colors for the labels 2016-07-19 17:48:26 +02:00
Javi Fontan
e7054fafe1 bug #4602: simplify if statements
By: EOLE Team
2016-07-19 17:42:56 +02:00
Georgi Aleksandrov
bda3bf4881 bug #4602: check before changing context cdrom 2016-07-19 17:42:56 +02:00
Carlos Martín
cdc881f9c1 Bug #4653: Fix chown & quota callback refresh
(cherry picked from commit 3a5b9978646f7afca58e519aff11ec9975c3a0c4)
2016-07-19 17:25:04 +02:00
Javi Fontan
257082e5bf Merge pull request #107 from atodorov-storpool/patch-6
vmm/kvm/poll cleanup
2016-07-19 17:04:22 +02:00
Carlos Martín
e446343f66 Bug #4655: Add :zone_id to session on zone change
(cherry picked from commit 0236744cabcd161f7ec9f4b9cda1edeb418c6a0a)
2016-07-19 14:52:37 +02:00
Carlos Martín
12dec15bc7 Bug #4650: Fix sunstone tab actions dependencies
(cherry picked from commit 19434406f92ced389cdc598a608c5d45f23abb4b)
2016-07-19 14:31:21 +02:00
Ruben S. Montero
34672cbb1f bug #4637: Adds @> operator for boolean expresions. @> evaluates to
true if the value is included in a result array. An array of attributes
is obtained for multiple values xpath, e.g.
<CLUSTER>
<ID>100</ID>
<ID>101</ID>
</CLUSTER>

an expresion of the form CLUSTER/ID in a requirement returns [100, 101].
To test if a given element is in a datastore:

CLUSTER/ID @> 101 -----> [100, 101] @> 101 ---> true

Note that CLUSTER/ID = 101 only evaluates the first element found

CLUSTER/ID = 101 ----> 100 = 101 ----> false

(cherry picked from commit eed6b268adcb70660b0a5251c2d434b591c7bd8b)
2016-07-19 13:07:02 +02:00
Ruben S. Montero
ed745428c4 Merge branch 'feature-4620' 2016-07-18 19:04:54 +02:00
Ruben S. Montero
280641296c bug #4642: Fix monitor links for shared/ssh and qcow2/ssh combinations 2016-07-18 19:04:20 +02:00
Ruben S. Montero
4d28ea814e feature #4620: More PCI filter options 2016-07-18 19:01:39 +02:00
Carlos Martín
73ff900acb Feature #4620: Minor fixes 2016-07-18 18:54:15 +02:00
Carlos Martín
bb5dbf3800 Bug #4638: Add yaml setting to hide CPU input on vm create
(cherry picked from commit 58bebe5279978cf45d4edbe484450a8f692a9094)
2016-07-18 18:11:51 +02:00
Ruben S. Montero
69ab761fad feature-4620: Context for PCI devices 2016-07-18 17:05:27 +02:00
Carlos Martín
d0f29f2099 Bug #4646: Fix missing option in generic confirm dialog 2016-07-18 17:02:36 +02:00
Carlos Martín
f0a38bfcf5 Feature #4620: Disable pci passthrough in nic-attach 2016-07-18 16:22:08 +02:00
Carlos Martín
3fd36b7160 Feature #4620: Show PCI NICs in template instantiate 2016-07-18 15:55:21 +02:00
Carlos Martín
5df05f624e Feature #4620: Show PCI NICs in onevm show & sunstone panel 2016-07-18 14:39:57 +02:00
Carlos Martín
8917dd39aa Feature #4620: Show PCI IPs in onevm list 2016-07-18 14:39:57 +02:00
Ruben S. Montero
b6dbd9c92c feature #4630: Automatic assgiment of passthrough devices. Attribute and
deployment file
2016-07-18 14:33:50 +02:00
Ruben S. Montero
086ccd4f09 feature #4620: Add PCI_ID to PCI devices 2016-07-18 11:32:58 +02:00
Carlos Martín
5178c31268 Feature #4620: Show PCI IPs in the vms table 2016-07-15 17:37:01 +02:00
Carlos Martín
94e0b4bd91 Feature #4620: Add NIC pci passthrough to vm template create/update 2016-07-15 16:59:50 +02:00
Anton Todorov
28779ae328 vmm/kvm/poll cleanup
Cleaned up unused code.
The rbd stats monitoring are moved to monitor script.
2016-07-15 10:03:46 +03:00
Carlos Martín
7396b6d1ed Bug #4598: Fix requirejs dependencies problem in firefox, dev mode
(cherry picked from commit f6eb86a07de8786716de211ff02e946361418bb6)
2016-07-14 17:18:43 +02:00
Carlos Martín
dde72c3d87 Bug #4641: Fix labels css for firefox, improve usability and style
(cherry picked from commit 303249bdb21f2d31a42e40a2a7fa8b99f0c39e0b)
2016-07-14 17:13:00 +02:00
Ruben S. Montero
caefeb0e37 feature #4620: Add PCI network requests to automatic requirements 2016-07-14 15:34:55 +02:00
Tino Vazquez
94ed6e0ab7 Be more tolerant with Amazon EC2 delays 2016-07-14 11:35:00 +02:00
Ruben S. Montero
23f556a406 feature #4620: PCI devices of type NIC gets an IP as regular NIC 2016-07-14 11:06:59 +02:00
Carlos Martín
228d0df5be Feature #4211 #3278: Keep navigation history 2016-07-13 17:48:42 +02:00
Carlos Martín
e6b26c3c52 Cleaner style for graph legends 2016-07-12 13:28:37 +02:00
Carlos Martín
4f7fb20dfc Feature #2237: Show allocated VM and Memory values in VM capacity 2016-07-12 12:44:18 +02:00
Tino Vazquez
7b4598452b Skip vCenter datastores not associated to any host 2016-07-11 18:59:08 +02:00
Carlos Martín
996be92e96 Feature #4530: VR template instantiate action 2016-07-11 18:15:31 +02:00
Carlos Martín
fcf5b771c7 Feature #4348: Service create action 2016-07-11 15:58:19 +02:00
Carlos Martín
8be474c8e5 Feature #4614: Filter VMs by type (VR, Flow)
(cherry picked from commit e5e8004b06e61ddf78f8ae35edd93641b14a8452)
2016-07-11 14:42:58 +02:00
Carlos Martín
a419845a2f Bug #4611: Fix missing zone_id in market after migration
(cherry picked from commit 02494be37878492018bb8f130a46e400ead89e78)
2016-07-11 12:57:38 +02:00
Carlos Martín
a7fe7e5468 Feature #4597: Remove VM id from VR when VM is not active
(cherry picked from commit 68b6a1cb58c5aa7eccca76dd5414940780715fb7)
2016-07-11 12:38:33 +02:00
Carlos Martín
1d6e8e5be2 Bug #4610: Check memory value in KB
(cherry picked from commit 1c3881c6c6e22c2d12656099fc22a528bc102070)
2016-07-11 11:29:38 +02:00
Carlos Martín
cbbfee3b65 Bug #4629: Fix MB/GB text overlapping dropdown arrow
(cherry picked from commit 7131afb39928989305bea8dc1bee3f4466da5ea2)
2016-07-11 11:03:27 +02:00
Carlos Martín
8529d13061 Bug #4610: Check boot order contents
(cherry picked from commit e71b23a4e7ebda1335cb91f212965315d098eebf)
2016-07-08 17:26:03 +02:00