Daniel Molina
1eafb4e4c8
bug #2660 : Image wizard remembers some fields, but resets the others
2014-02-06 15:32:42 +01:00
Daniel Molina
15bbaaf611
bug #2661 : Sunstone image wizard tooltips are missing information present in the documentation
2014-02-06 15:23:01 +01:00
Daniel Molina
cd60b4d0e0
Fix econe-register command
2014-02-06 12:05:56 +01:00
Daniel Molina
0e11f8142c
bug #2683 : htmlDecode custom vars
2014-02-06 12:05:42 +01:00
Daniel Molina
a6c96a6356
bug #2713 : describe_with_terminated_instances conf variable is not used
2014-02-05 17:45:21 +01:00
Daniel Molina
2308fda135
Template should be filled after popUp method
2014-02-05 17:45:21 +01:00
Daniel Molina
8ba6d3281d
bug #2683 : Template wizard breaks attributes with '&' on update
2014-02-05 17:45:21 +01:00
Daniel Molina
142b65a38d
bug #2706 : Template wizard creates invalid templates for empty disks
2014-02-05 17:45:21 +01:00
Daniel Molina
9521b68413
bug #2707 : Fix Uncaught exception in ServiceTemplate.update.callback
2014-02-05 17:45:20 +01:00
Jaime Melis
e41e5bb88c
Bug #2573 : get_bridges function in the networking drivers should be run with a lock
2014-02-05 14:55:47 +01:00
Jaime Melis
47ae6cea4c
Bug #2667 : Don't add rules if chain already exists
2014-02-05 14:21:59 +01:00
Matthias Schmitz
bdf4b8a019
Request #2342 : Remove unused jslib datetimepicker.
...
See http://dev.opennebula.org/issues/2342 for more information.
Signed-off-by: Daniel Molina <dmolina@opennebula.org>
2014-02-04 19:07:10 +01:00
Daniel Molina
84c6f4475b
Merge branch 'feature-2589'
2014-02-03 17:35:43 +01:00
Daniel Molina
c876a62d6c
bug #2601 : Use ssh_public_key when updating a template
2014-02-03 17:34:27 +01:00
Carlos Martín
711b258ac8
feature #2699 : Fix index type in string loop
...
(cherry picked from commit e6fc3ec37a
)
2014-01-30 20:58:22 +01:00
Javi Fontan
27c637221c
feature #2699 : convert new lines to spaces in CONTEXT/FILES
...
(cherry picked from commit ef0b954619
)
2014-01-30 20:58:14 +01:00
Tino Vazquez
ce9c8eacb5
Bug #2689 : Adjust to correct MONITORING_INTERVAL variable
2014-01-29 19:16:03 +01:00
JensHoffmann
64b6a13908
Provide long options for oned
...
(cherry picked from commit 1f6da357d5
)
2014-01-29 17:48:13 +01:00
JensHoffmann
419df715da
Lint help and usage in oned.cc
...
(cherry picked from commit d9b6cca195
)
Conflicts:
src/nebula/oned.cc
2014-01-29 17:43:37 +01:00
Ruben S. Montero
1bfcc3a6c3
Merge branch 'gitignore' of https://github.com/cudos/one
2014-01-29 17:23:01 +01:00
Javi Fontan
db2790e975
feature #2371 : better fix for the extra new line in list
2014-01-28 17:14:45 +01:00
Javi Fontan
8c678b8f84
feature #2371 : do not print extra line in list commands
2014-01-28 16:32:45 +01:00
Javi Fontan
e3d868e36a
feature #2371 : fix bug returning errors from get_hash
2014-01-28 15:59:45 +01:00
Ruben S. Montero
d6cfb50606
Update comments of kvm.conf file to include RAW behavior
2014-01-28 13:18:19 +01:00
Jaime Melis
a906d58939
Feature #2589 : Remove '\r' chars from the size
2014-01-23 15:08:17 +01:00
Javi Fontan
8bbb87d468
Merge branch 'feature-2371'
2014-01-22 13:15:10 +01:00
Javi Fontan
09c504222e
bug #2657 : fix VMM driver to send one action per host
...
(cherry picked from commit 0eb00fc502
)
2014-01-22 11:34:44 +01:00
Javi Fontan
21b22b0340
feature #2371 : delete debuging STDERR.puts
2014-01-22 11:26:52 +01:00
Javi Fontan
8bcb1cfeb3
feature #2371 : add ox gem to install_gems
2014-01-22 11:21:03 +01:00
Daniel Molina
64c46daac9
Merge branch 'feature-2589' of git.opennebula.org:one into feature-2589
2014-01-22 10:56:32 +01:00
Daniel Molina
32169fba66
feature #2589 : Show Image and Template ID when a new resource is created
2014-01-21 17:52:54 +01:00
Daniel Molina
d6d74909b0
feature #2589 : Add support for multiple files and templates to the Import dialog of the Marketplace
2014-01-21 17:52:15 +01:00
Jaime Melis
6d5a0a3517
Feature #2589 : libfs.sh "fs_size" handles the new AppMarket size reporting
...
It now sends a custom header: "OpenNebula-AppMarket-Size" and OpenNebula
obtains the size from that.
2014-01-17 19:23:58 +01:00
Javi Fontan
955c102519
feature #2371 : add pagination to ruby oca, cli and sunstone
...
There is a new pool method called get_hash that uses pagination when possible.
The default page size can be changed with the environment variable
ONE_POOL_PAGE_SIZE. Any value > 2 will set a page size, a non
numeric value disables pagination.
Paginated pools are parsed using sax instead of dom so this makes the parse
a bit faster. It will also detect Ox gem (https://github.com/ohler55/ox ) and
will use it as it is much faster than Nokogiri.
Screen cleaning in top command is done after retrieving the pool reducing
the flickering.
2014-01-16 17:23:14 +01:00
Javi Fontan
193e7a9cf6
feature #2371 : add pagination to pool info
...
When the end_id of pool.info xmlrpc call is lower than -1 the parameters
do not refer to object ids but offset and cuantity used for pool pagination.r
The SQL query will have "LIMIT start_id,-end_id".
2014-01-13 16:30:43 +01:00
Daniel Molina
70f680914b
feature #2589 : Close the image/template creation dialog only if the call succeeds
2014-01-13 16:12:02 +01:00
Javi Fontan
a64e27c65b
Merge branch 'bug-2585'
2014-01-13 14:43:59 +01:00
Javi Fontan
36b62e7896
Merge branch 'bug-2483'
2014-01-13 14:43:24 +01:00
Javi Fontan
3338cd039c
bug #2585 : user proper vnc parameters for HVM XEN
2014-01-10 11:51:43 +01:00
Tino Vazquez
54d2e1979a
Bug #2602 : Fix DS name space on ESX
...
(cherry picked from commit 9cf3fbc158b2a818a89f0e5152588c47c077e904)
2014-01-09 12:45:15 +01:00
Jaime Melis
11520021f7
Bump to version 4.5.0
2014-01-09 11:51:20 +01:00
Ruben S. Montero
dc79dd2c38
bug #2544 : Use REPLACE to insert monitoring values
2014-01-03 00:52:21 +01:00
Ruben S. Montero
bd0cb167d6
feature #2533 : xml-rpc log file can be disable through oned.conf
2014-01-02 17:37:11 +01:00
Ruben S. Montero
60c763c38b
bug #2542 : cdrom on ceph datastore uses CEPH_HOST, CEPH_SECRET, CEPH_USER. Patch contributed by Vladislav Gorbunov.
2014-01-01 23:33:16 +01:00
Daniel Molina
3e68e53ba2
feature #2589 : Refactor template create dialog
2013-12-27 18:51:23 +01:00
Daniel Molina
cc100319fd
feature #2589 : Refactor image create dialog
2013-12-27 18:51:05 +01:00
Ruben S. Montero
99157ea06b
Feature #2572 : XML-RPC library element size can be defined in sched.conf
2013-12-21 01:35:51 +01:00
Javi Fontan
78233c496d
bug #2483 : set cdrom disk type in xen driver
2013-12-20 16:54:59 +01:00
JensHoffmann
62f4f85f7c
Add .gitignore file
...
When you want to see 'git status' including ignored files run:
git status --ignored
2013-12-10 19:06:28 +01:00
Javi Fontan
1abee8aafc
Take advantage of delete not acting on null values
...
Nebula.h and User.h
2013-12-10 18:03:03 +01:00