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
Ruben S. Montero
e31bf066f5
feature #523 : Fix wrong handling of PATH/SOURCE attributes in image templates
2011-04-04 00:01:50 +02:00
Carlos Martín
b27c9372f5
Feature #487 : Small auth and DB bugfixes, and support to allocate a VM from a template using its TEMPLATE_ID
2011-04-01 17:17:26 +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
77f861a2b5
Feature #487 : New command onetemplate, with basic operations
2011-03-31 16:34:08 +02:00
Carlos Martín
5372539646
Feature #552 : XML-RPC Method one.user.authenticate added
2011-03-31 12:52:21 +02:00
Carlos Martín
085d86e12e
Feature #487 : Fix tests
2011-03-31 12:14:12 +02:00
Hector Sanjuan
02cb46bb06
Feature #507 : A couple of very small things.
2011-03-30 19:59:38 +02:00
Carlos Martín
5b9fed52f7
Feature #487 : First version of TemplatePool added to the core: DB, Pool and RM methods.
2011-03-30 19:03:49 +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
7a8b9892a2
Merge branch 'master' of opennebula.org:one
2011-03-29 00:01:34 +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