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
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
Carlos Martín
0e7331b7b3
Feature #523 : Bugfix, a pointer was being deleted twice
2011-04-08 19:12:33 +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
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
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
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
Ruben S. Montero
e31bf066f5
feature #523 : Fix wrong handling of PATH/SOURCE attributes in image templates
2011-04-04 00:01:50 +02:00
Jaime Melis
bafa380a29
Merge branch 'feature-507'
...
Conflicts:
src/sunstone/public/js/one-ui_views.js
src/sunstone/public/js/one-ui_views.templates.js
2011-03-31 17:21:15 +02:00
Carlos Martín
edb2ede587
Feature #552 : XML-RPC method implementation
2011-03-31 16:36:16 +02:00
Carlos Martín
5372539646
Feature #552 : XML-RPC Method one.user.authenticate added
2011-03-31 12:52:21 +02:00
Hector Sanjuan
02cb46bb06
Feature #507 : A couple of very small things.
2011-03-30 19:59:38 +02:00
Daniel Molina
20d29f14ac
Merge branch 'master' into feature-523
2011-03-30 16:26:56 +02:00
Daniel Molina
05c09b81dc
Merge branch 'feature-523' of git.opennebula.org:one into feature-523
2011-03-30 16:25:55 +02:00
Daniel Molina
ba0268d9ac
Feature #523 : Change Signature Method for EC2 upload_image
2011-03-30 16:18:10 +02:00
Daniel Molina
c3cdeed5c8
Feature #523 : Update OCCI Server to use the new Image Repository drivers
2011-03-30 16:15:43 +02:00
Daniel Molina
e9ee8599d1
Feature #523 : Update EC2 Server to use the new Image Repository drivers
2011-03-30 16:13:33 +02:00
Ruben S. Montero
5549b68737
feature #523 : Fixed wrong transitions for DISABLED
2011-03-30 14:38:19 +02:00
Hector Sanjuan
11f3209c9f
Feature #507 : Added notification of actions where it proceeds.
2011-03-30 13:30:02 +02:00
Hector Sanjuan
cc0d4b65ee
Feature #507 : Make Sunstone public functions homogeneus regarding parameters
...
names. Also fixed some typos.
2011-03-30 13:13:45 +02:00
Daniel Molina
ecca012072
Feature #523 : Update OCA to use the new Image Repository drivers
2011-03-30 12:48:07 +02:00
Hector Sanjuan
c08a619195
Feature #507 : Removed unused HTML in index.html. Added a commented line for
...
the dummy plugin.
2011-03-29 17:03:29 +02:00
Hector Sanjuan
91a28c8e1e
Feature #507 : Some fixes.
...
Fixed a couple of bad variable names in update/remove tab functions. Also
forced button enhancement when recreating the button sets.
2011-03-29 16:43:49 +02:00
Carlos Martín
457695f934
Feature #523 : Fix ImagePool tests
2011-03-29 15:39:02 +02:00
Ruben S. Montero
35de55685d
Merge branch 'feature-407'
...
Conflicts:
src/host/ClusterPool.cc
2011-03-29 00:01:00 +02:00
Hector Sanjuan
f5d56fadd9
feature #507 : Made sunstone.js unaware of the existence of dataTables.
...
DataTables are a very particular object which is part of the
plugins. Therefore instead of having sunstone.js take a dataTable and find out
which elements are checked in order to run an action on them, this is now work
to be done by the plugins. They can use a helper called
getSelectedNodes(dataTable) to do that. Actions now define an "elements"
function which returns an array of elements, instead of having a "dataTable"
returning the dataTable of the plugin. runActionOnDatatableNodes not needed anymore.
2011-03-28 19:05:52 +02:00
Hector Sanjuan
77129d2a13
Feature #507 : Removed non-used files. They are not neccessary anymore.
2011-03-28 16:55:11 +02:00
Jaime Melis
f9446df960
Rename README to README.md
2011-03-28 16:52:14 +02:00
Hector Sanjuan
dab93aba91
Bug #545 : Fixed boot options in the VM plugin wizards
2011-03-28 15:41:54 +02:00
Hector Sanjuan
dc8408d699
Bug #537 : Improved the context section by making it more intuitive in the VM plugin.
2011-03-28 15:39:07 +02:00
Hector Sanjuan
e6b07787f7
Bug #525 : Fixed getting username by UID in image plugin.
2011-03-28 15:24:19 +02:00
Hector Sanjuan
eaf6db115d
Bug #511 : Fixed OS generation section and x86_84 ARCH type in the wizards in
...
the VM plugin
2011-03-28 15:22:27 +02:00
Hector Sanjuan
0cbff4827a
Bug #510 : Added virtio disk BUS options to KVM wizard in VM plugin
2011-03-28 15:18:17 +02:00
Ruben S. Montero
3566698590
feature #523 : Updated Image tests.
2011-03-26 01:03:22 +01:00
Ruben S. Montero
b9222df0e3
feature #523 : ImageManager and RequestManager integration
2011-03-25 23:53:55 +01:00
Ruben S. Montero
dd17d6db5c
feature #407 : Minor change in host allocate
2011-03-25 19:21:13 +01:00
Hector Sanjuan
1e342487be
Merge branch 'feature-507' of opennebula.org:one-ui into feature-507
...
Conflicts:
src/sunstone/public/js/plugins/vms-tab.js
src/sunstone/public/js/plugins/vnets-tab.js
2011-03-25 16:24:16 +01:00
Hector Sanjuan
d5584f5a71
Feature #507 : Finished reviewing code and adding comments. Small fixes here
...
and there.
2011-03-25 16:21:28 +01:00
Hector Sanjuan
47a1a12eb0
Feature #507 : Fixed showing the log tab
2011-03-25 16:21:27 +01:00
Hector Sanjuan
398c3e2876
Feature #507 : Added notification of actions
2011-03-25 16:21:27 +01:00
Hector Sanjuan
49e80e3031
Feature #507 : Comments, code cleaning and small fixes.
2011-03-25 16:21:07 +01:00
Hector Sanjuan
ab03eeabb4
Fixed XEN raw type attribute in the VM creation wizards
...
(cherry picked from commit 52ec0fd99a191a2728f38889823bca9229b91e91)
2011-03-25 15:24:41 +01:00
Hector Sanjuan
901682e1a1
Fixes bug #545 : Added correct values for boot options in VM wizards
...
(cherry picked from commit f8b235ea216cc39741f91428f6b6c688e166457b)
2011-03-25 11:30:19 +01:00
Ruben S. Montero
9799a3bc20
feature #523 : Added delete method for the Image Manager
2011-03-25 00:11:10 +01:00
Ruben S. Montero
0d0a569741
feature #523 : Interation of the Image Manager with RM for allocate. Multiple bug fixes and integration issues
2011-03-24 19:52:59 +01:00