1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-02-10 13:57:22 +03:00

2075 Commits

Author SHA1 Message Date
Carlos Martín
ae7842fed7 Revert "Feature #552: one.user.authenticate method now returns the User ID"
This reverts commit fd6a54392bf26c1891620910b742ca8aa37ffba4.
2011-04-11 18:46:10 +02:00
Carlos Martín
a5178b07c6 Revert Feature #552 commits. This functionality will be provided by a new one.user.info method
This reverts commit ec31ba2b51205d3ca15983d0c776b4641ff1cc1f.
2011-04-11 18:44:31 +02:00
Carlos Martín
2ce4009975 Feature #523: Extra error checks for one.vm.savedisk XML-RPC method 2011-04-11 18:05:43 +02:00
Carlos Martín
48e7a8cd9c Feature #487: Java API: Helpers to allocate VMs from registered Templates 2011-04-11 16:35:52 +02:00
Carlos Martín
f49a206adf Merge branch 'feature-523' into feature-487
Conflicts:
	src/oca/java/test/ImageTest.java
	src/oca/java/test/test.sh
2011-04-11 16:30:40 +02:00
Carlos Martín
92a74bd83b Feature #523: Small oned.conf fix, Add ImageID to one.vm.savedisk XML-RPC method, and Update Java API Image management and tests 2011-04-11 16:20:44 +02:00
Javi Fontan
27f4e8c03e Added script to push data from probes to ganglia
(cherry picked from commit ddade2ec71efb5edbfb7ff10444489fb6cf7e1fa)
2011-04-11 15:44:21 +02:00
Ruben S. Montero
4d03fcc022 feature #487: Keep key length short enough to fit in MySQL defaults 2011-04-11 01:26:23 +02:00
Ruben S. Montero
961820cf33 feature #487: Get rid of merge method for VirtualMachineTemplates 2011-04-11 00:59:59 +02:00
Ruben S. Montero
e678b190ee feature #487: Better get_template_contents (now clone_template) 2011-04-10 23:55:49 +02:00
Carlos Martín
0e7331b7b3 Feature #523: Bugfix, a pointer was being deleted twice 2011-04-08 19:12:33 +02:00
Carlos Martín
995159994d Features #487: VMTemplate code refactor, now it uses base class PoolObjectSQL's obj_template 2011-04-08 16:34:40 +02:00
Carlos Martín
fdcca8a0fc Merge branch 'feature-523' into feature-487
Conflicts:
	include/Nebula.h
2011-04-08 16:11:29 +02:00
Carlos Martín
056e80a84e Feature #487: onevm CLI method to instantiate VMs from registered Templates 2011-04-08 15:18:52 +02:00
Tino Vázquez
f383ec5e8a Fix typo, time consuming task
(cherry picked from commit f4573d9d68d132389cbae32a9d78e823c86a4a0d)
2011-04-08 15:15:42 +02:00
Tino Vázquez
14d2e9a988 Merge branch 'master' of git.opennebula.org:one 2011-04-08 15:15:30 +02:00
Ruben S. Montero
2ef660b9b2 Merge branch 'master' into feature-523 2011-04-08 01:04:45 +02:00
Ruben S. Montero
1e4e4f2c32 feature #523, #407, #488: Template is now part of base class PoolObjectSQL 2011-04-08 01:02:55 +02:00
Carlos Martín
a088af7d3e Feature #487, #488: Templates now can't repeat name 2011-04-07 15:37:03 +02:00
Hector Sanjuan
a1d3307dfc Feature #549: Added saveas support. 2011-04-07 12:50:09 +02:00
Jaime Melis
6b8e5be53e Feature #549: resubmit support in sunstone server 2011-04-07 12:50:04 +02:00
Hector Sanjuan
12d1566bff Bug #544: Fix image addition and vnet addition in the wizards with the newly created selects. 2011-04-07 12:49:05 +02:00
Hector Sanjuan
90d7e5c77a Close attribute's dialog when submitting 2011-04-07 12:49:00 +02:00
Hector Sanjuan
da1f75906c Feature #543.
Enabled buttons when checking all boxes.
2011-04-07 12:42:55 +02:00
Hector Sanjuan
c86f481032 Bug #547: Remove commented code chunk 2011-04-07 12:42:55 +02:00
Hector Sanjuan
9607859909 Fixes feature #547: Improve add network in wizard.
Added correct check not to allow adding a network when none is selected.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
702b23085c Fixed typo 2011-04-07 12:42:54 +02:00
Hector Sanjuan
1d35061371 Fixes feature #544: Improve select fields.
I have unified the select creation through a single method in
sunstone-util.js. It builds the select options taking the data from the
datatables, which are always updated, as long as we indicate which columns
have the relevant information for it.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
94501d936a Fixes bug #558: Cluster.removeHost action missing destination elements. 2011-04-07 12:42:54 +02:00
Hector Sanjuan
b6284e3f77 Fixes bug #557: do not notify host list refresh. 2011-04-07 12:42:54 +02:00
Hector Sanjuan
a4dd6e3a4d Bug #554: Added array type check
Arrays arguments are objects as well, but we can print them easily though.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
cd7d62998d Fixes bug #556: Updating elements on page >1 error
The element tr is now retrieved from the whole pool of elements in the
datatable, not just from the visible ones. Also, pagination is not resetted
anymore when updating a single element.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
d9db42e40d Fixes feature #543: Improve check all handling.
Check/Uncheck-all now only take into account the elements which are
visible. Same for the getCheckedElements() function. So actions will only
apply to visible elements.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
77e5f4f760 Fixes bug #555: Re-selecting disk none does not reset Swap/FS specific fields. 2011-04-07 12:42:54 +02:00
Hector Sanjuan
fcc6595d67 Fixes bug #529: Adding image when none is selected.
The mandatory_filter check takes now into account the value of fields of type
"select", so it complains if a mandatory select does not have a value.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
1c26c53003 Fixes bug #554: Notify shows [object object]
If the argument for an action is an object, do not add it to the notify notice.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
586a21035c Fixes bug #527: Users with empty names/passwords
Sunstone will warn the user that both fields need to be filled in.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
67d8ecf207 Fixes bug 524: Memory should me mandatory in wizards
Changed memory attribute type into mandatory for KVM and XEN.
2011-04-07 12:42:54 +02:00
Hector Sanjuan
2d2bc3ad14 Fixes bug #518
onError() now checks if the error message is empty and warn the user that the server is not reachable.
2011-04-07 12:42:25 +02:00
Carlos Martín
d68fa4bba8 Feature #487: Core Unit Testing for VMTemplatePool 2011-04-07 12:32:35 +02:00
Ruben S. Montero
5ba3999273 feature #523: Moved saveas to core. Some checks still needs to be done: image is not persistent, image is not going to be saved. Also types should be preserved if building from an exisiting image. 2011-04-07 02:01:40 +02:00
Carlos Martín
0b357fbf09 Feature #487: Java OCA methods for TemplatePool, and tests 2011-04-06 18:07:49 +02:00
Carlos Martín
ec31ba2b51 Feature #552: Small fix 2011-04-06 15:02:54 +02:00
Carlos Martín
fd6a54392b Feature #552: one.user.authenticate method now returns the User ID 2011-04-06 14:52:34 +02:00
Carlos Martín
abca92f732 Feature #487: Add TEMPLATE object and INSTANTIATE operation to authorization driver 2011-04-05 17:39:15 +02:00
Carlos Martín
2649590d34 Feature #487: Several bugfixes and new INSTANTIATE auth. operation 2011-04-05 16:05:46 +02:00
Carlos Martín
1cf8be6480 Feature #523: Small bug introduced in ff73aefc6f46a8713b9ad771bd40cd1fe898f3ee 2011-04-04 16:34:20 +02:00
Carlos Martín
65ee2e30be Feature #523: Fix bug in one.cluster.info, XML returned was empty 2011-04-04 15:28:36 +02:00
Carlos Martín
932bc2caf7 Feature #523: Fix bug, scheduler could not retrieve the VM pool via XML-RPC 2011-04-04 15:00:09 +02:00
Carlos Martín
ff73aefc6f Feature #523: Fix bug that prevented the usage of 'onevnet list m' 2011-04-04 13:24:47 +02:00