1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-23 22:50:09 +03:00

1783 Commits

Author SHA1 Message Date
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
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
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
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
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
Hector Sanjuan
31274272d8 Feature #495: Comments, code cleaning and small fixes. 2011-03-24 17:15:54 +01:00
Jaime Melis
65701fd4d5 Bug #542: Fault Tolerance Hooks - error state declaration
(cherry picked from commit 798b212fdf690ee2faeda279f36530311944ac9f)
2011-03-24 16:03:58 +01:00
Hector Sanjuan
94923cb0c8 Bug #537: Improved the context section making it more intuitive
(cherry picked from commit 68946d294d144f41b76cbf9ece77f5f41538a69f)
2011-03-24 15:26:38 +01:00
Hector Sanjuan
7fdac54358 Feature #507: Improved addition of main tabs. Fixed bugs. Commented code. 2011-03-23 16:52:31 +01:00
Hector Sanjuan
5d00477bf6 Feature #507: Improved and fixed small bugs. Autorefresh and action conditions
now in place.
2011-03-22 21:44:28 +01:00
Carlos Martín
27341b66cf Features #539, #407: Small consistency checks for VMs 2011-03-22 18:40:03 +01:00
Carlos Martín
5071e85493 Features #539, #407: Consistency checks for Hosts and Images 2011-03-22 16:12:12 +01:00
Carlos Martín
3ab7e17a74 Feature #407: Add cluster tests to do_tests.sh script 2011-03-22 16:08:28 +01:00
Carlos Martín
1e1cb17e3a Features #539, #527, #407: Basic consistency checks for User, Cluster and VNet creation 2011-03-21 19:01:40 +01:00
Carlos Martín
96b01044db Feature #407: PoolSQL, remove unused variable and tests for name_pool index 2011-03-21 17:44:33 +01:00
Carlos Martín
3c3edb9c36 Feature #407: Better duplicated name detection for Hosts 2011-03-21 16:16:30 +01:00
Ruben S. Montero
546aa9e8f6 feature #407: Solves deadlock in cluster-host pool interaction 2011-03-18 19:42:55 +01:00
Ruben S. Montero
3a833878c0 feature #407: Minor modification on Cluster and Host classes 2011-03-17 21:04:24 +01:00
Tino Vázquez
a6b8c8c65a bug #497: Remove of the vm.schema file, info already on the web documentation
(cherry picked from commit cca976af0eb73b9657d3c7c75f8568bb4f8a78e3)
2011-03-16 12:34:10 +01:00
Carlos Martín
88aa07edf1 Feature #407: Eliminate the extended flag for xml-rpc call one.vmpool.info 2011-03-15 17:21:39 +01:00
Carlos Martín
c61186bc3a Feature #407: Tests for clusters and some minor host-cluster dependencies moved 2011-03-15 17:06:08 +01:00
Daniel Molina
b80477fb55 Bug #516: Fix issue with Signature generation in EC2QueryServer(cherry picked from commit 5308cba5fec6b818a6e6dd7ee2fe49afa8b44f92) 2011-03-15 12:56:40 +01:00
Carlos Martín
829a48e50e Feature #407: Fix deadlock when adding a Host to a non existing Cluster 2011-03-15 11:22:37 +01:00
Carlos Martín
cc81b3cf65 Feature #407: ClusterPool is now a full PoolSQL class 2011-03-14 19:06:39 +01:00
C12G Labs
6bb7f6e702 bug #531: Clear authorization vector when using multiple resources
(cherry picked from commit e4b9a18f2a927e291586b3be2eb8949cf23be586)
2011-03-14 17:43:41 +01:00
Hector Sanjuan
ab1a4e31e3 Bug #526: Changed create into Image.register 2011-03-11 17:12:16 +01:00
Hector Sanjuan
438753a87e Bug #525: Changed ID into UID 2011-03-11 17:12:11 +01:00
Hector Sanjuan
e1f07c3bd4 Bug #511: Fixed OS section generation in the wizards. Fixed x86_64 typo in arch options . 2011-03-11 17:12:03 +01:00
Hector Sanjuan
394fe78bb7 Bug #510: added virtio disk BUS option to the KVM wizard. 2011-03-11 17:11:55 +01:00
C12G Labs
93e2980457 bug #519: Add -x option to oneuser list
(cherry picked from commit 27796743c82032147ade9c47c8109267313a07c5)
2011-03-11 17:01:02 +01:00