1
0
mirror of https://github.com/OpenNebula/one.git synced 2024-12-25 23:21:29 +03:00
Commit Graph

1821 Commits

Author SHA1 Message Date
Hector Sanjuan
d975548003 Feature #564: Moved VNC server-side to lib/vendor so its not publicly accesible. 2011-05-04 16:12:42 +02:00
Hector Sanjuan
6509e4223a Feature #564 : Sunstone Server VNC code refactoring 2011-05-04 16:12:42 +02:00
Hector Sanjuan
93f842bfaf Feature 564: Several tweaks.
Needed to introduce a delay so the proxy server has enough time to start up.
2011-05-04 16:12:42 +02:00
Hector Sanjuan
b085ae9591 Feature #564: VNC ready for testing.
Added startvnc and stopvnc operations to the server and the opennebula.js so it looks like any other Sunstone action. Reworked error reporting to the standard form in the server. Fixed bugs and did basic testing.
2011-05-04 16:12:41 +02:00
Hector Sanjuan
5fcb9de8e8 Feature #564: Added noVNC and most of the client-side code to support a VNC session from sunstone. 2011-05-04 16:12:41 +02:00
Jaime Melis
9ef8c8715d Merge branch 'master' of git.opennebula.org:one 2011-04-11 19:37:23 +02:00
Jaime Melis
8fe9d17850 Feature #507: Update install.sh with new sunstone plugin files 2011-04-11 19:37:01 +02:00
Carlos Martín
3e4b20732d Revert "Feature #552: XML-RPC Method one.user.authenticate added"
This reverts commit 5372539646.
2011-04-11 18:46:20 +02:00
Carlos Martín
4fd6534abd Revert "Feature #552: XML-RPC method implementation"
This reverts commit edb2ede587.
2011-04-11 18:46:17 +02:00
Carlos Martín
ae7842fed7 Revert "Feature #552: one.user.authenticate method now returns the User ID"
This reverts commit fd6a54392b.
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 ec31ba2b51.
2011-04-11 18:44:31 +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
Tino Vázquez
f383ec5e8a Fix typo, time consuming task
(cherry picked from commit f4573d9d68)
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
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
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
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