Ruben S. Montero
486b601e18
Bug: Fixes generation process of man pages
2011-05-19 15:04:53 +02:00
Ruben S. Montero
09148cfcea
Bug: Fixes AuthRequests time_outs in AuthManager. Tests for the timeout feature are now included and fix
2011-05-19 10:48:29 +02:00
Jaime Melis
0d7eb3c147
feature #476 : possibility to specify filtered bridges in ebtables.
2011-05-18 17:46:16 +02:00
Tino Vázquez
b94879521c
Merge branch 'master' of git.opennebula.org:one
2011-05-18 17:00:21 +02:00
Tino Vázquez
5d5475e6cf
Fix syntax error typo
2011-05-18 17:00:00 +02:00
Jaime Melis
08f7c3091b
feature #476 : use modules to extend main class
2011-05-18 16:05:16 +02:00
Daniel Molina
ef9755ef32
Change NOVNC_PATH sed expression to replace the whole line
2011-05-18 11:35:01 +02:00
Jaime Melis
157e85899f
Merge branch 'temp' into feature-476
...
Conflicts:
share/hooks/OpenNebulaVLAN.rb
2011-05-17 22:21:14 +02:00
Jaime Melis
408d3f5fe1
Merge branch 'master' into feature-476
2011-05-17 22:18:34 +02:00
Jaime Melis
3113f007e2
feature #476 : refactor tester and implement openvswitch test in kvm
2011-05-17 22:13:10 +02:00
Jaime Melis
a9ce559c18
feature #476 : Implement ebtables and openvswitch hook
2011-05-17 22:12:28 +02:00
Carlos Martín
b0ddfd382c
Feature #407 : New XML-RPC, Ruby OCA & CLI method 'chown' for VM,TEMPLATE,NET,USER & IMAGE. Work in progress, only basic functionality without authorization or consistency checks.
2011-05-17 19:13:59 +02:00
Tino Vázquez
a053cf9a53
Added comments to retrieve_element function
2011-05-17 16:51:26 +02:00
Jaime Melis
9d38042dc7
feature #476 : adapt rspec to refactorization
2011-05-17 12:46:52 +02:00
Jaime Melis
09a891bd2e
feature #476 : refactor NIC classes
2011-05-17 12:46:52 +02:00
Jaime Melis
8681584eb1
feature #476 : new tester for the networking hooks
2011-05-17 12:46:52 +02:00
Jaime Melis
4f2839dda3
feature 476: ebtables rules. Collect network and domid information in xen
2011-05-17 12:46:52 +02:00
Jaime Melis
c6a0fbb8e8
feature #476 : abstraction class for network management in hooks
2011-05-17 12:46:51 +02:00
Jaime Melis
df3829ffb9
feature #476 : draft of vlan hook
2011-05-17 12:46:51 +02:00
Carlos Martín
6329d8b3fa
Feature #407 : Use Cluster-ids instead of cluster names for Hosts. Update onedb 1.rb, tests and CLI for this change
2011-05-17 12:45:16 +02:00
Tino Vázquez
7aa67a14af
Fix for wrong wget flag in TM
2011-05-17 12:39:58 +02:00
Tino Vázquez
14c34da718
Feature #370 : Manpages now uncompressed in the source and moved to section 1
2011-05-17 12:26:52 +02:00
Tino Vázquez
70050aa65f
Typo in install.sh
2011-05-17 11:48:43 +02:00
Tino Vázquez
31200cb183
Merge branch 'master' of git.opennebula.org:one
2011-05-16 19:12:05 +02:00
Hector Sanjuan
2ac7e02bee
Feature #644 : Show ip field when using predefined network.
2011-05-16 17:02:37 +02:00
Hector Sanjuan
aeacf6a7c8
Bug #645 : Small fixes in new loops.
2011-05-16 17:02:37 +02:00
Hector Sanjuan
993cc81d38
Feature #643 : Added select with the VM disks for the saveas dialog.
2011-05-16 17:02:37 +02:00
Hector Sanjuan
f5ebc510f2
Bug #645 : Iterate on arrays with vanilla loops.
...
For...in loops on Arrays were changed in to for(i = 0, i<length, ++i) style loops. There where the former form caused problems or problems had been workaround-ed small improvements have been made.
2011-05-16 17:02:36 +02:00
Carlos Martín
3fa10a2ddf
Feature #407 : Add 'GID' attribute to some pool objects; change *pool.info XML-RPC flag meaning; update onedb migrator; fix tests.
...
* VM, VMTEMPLATE, VNET & IMAGE objects have a GID attribute, and a table column. The group id is inherited from the user creating the object, except for VMs created from Templates, that inherit the Template's group.
* The new flag meaning has been modified in src/rm sources and CLI commands for one.(vm,template,vnet,image)pool.info . It changes from
-2 all, -1 mine & public, >=0 UID
to
-3 mine, -2 all, -1 mine & group
* USER has a group, but not secondary ones. The user_pool table doesn't have a GID column, we'll deal with it later when the group-users relations are implemented.
* onedb migrator 1.rb: deleted USERNAME, and GID added.
2011-05-16 17:00:27 +02:00
Tino Vázquez
a046dc2cc1
Bug #541 : If there is no auth data, a 401 is returned.
2011-05-16 16:44:21 +02:00
Ruben S. Montero
7965feb43b
bug: fixes save_as functionality
2011-05-15 21:35:39 +02:00
Ruben S. Montero
a044828c0d
bug: persistent images can not be moved because they are the same
2011-05-15 01:13:01 +02:00
Ruben S. Montero
8fbc6a8207
feature #564 : Install VNC icons
2011-05-14 02:23:05 +02:00
Ruben S. Montero
1dc7dbdab1
feature #564 : Made config a Sinatra option to fix scope.
2011-05-14 02:16:59 +02:00
Ruben S. Montero
22fe3392e8
Merge branch 'feature-564'
2011-05-14 01:24:19 +02:00
Daniel Molina
705bf60145
feature #564 : Add install_novnc script
2011-05-13 18:22:14 +02:00
Daniel Molina
77e21af42e
feature #564 : Add Configuration file
2011-05-13 18:01:40 +02:00
Daniel Molina
95d156f592
feature #564 : Remove noVNC
2011-05-13 17:59:35 +02:00
Hector Sanjuan
effd847a29
Do not show VM info panel when new VM is created
2011-05-13 17:24:03 +02:00
Hector Sanjuan
e05d8d9c34
Feature #640 : Small tweaks in prettyPrintJSON()
2011-05-13 17:24:03 +02:00
Hector Sanjuan
ea752c9892
Feature #642 : Put template template in a separate tab
2011-05-13 17:24:03 +02:00
Hector Sanjuan
4ce5d91d1c
Feature #641 : Add instantiate button to templates tab
2011-05-13 17:24:03 +02:00
Hector Sanjuan
e13bc9ba9c
Feature #638 : Image desc with textarea
2011-05-13 17:24:03 +02:00
Hector Sanjuan
0c3f5665e3
Feature #632 : Add features section to wizards.
...
Supporting the definition of ACPI and PAE attributes now.
2011-05-13 17:24:03 +02:00
Hector Sanjuan
87e084a525
Bug #608 : Add new states to the image state helper
...
Locked and err state added.
2011-05-13 17:24:03 +02:00
Ruben S. Montero
cc85d9f5bb
Merge branch 'feature-513'
2011-05-13 16:07:16 +02:00
Ruben S. Montero
4f4b8ab463
feature #513 : Updated oned.conf file
2011-05-13 16:05:51 +02:00
Ruben S. Montero
c9d0df87a8
feature #513 : Hooks can now use the ID or full template as arguments
2011-05-13 15:57:17 +02:00
Ruben S. Montero
a7e9bd0876
feature #513 : Imrpved parser for attributes, double qoutes are not needed for simple values
2011-05-13 13:52:36 +02:00
Jaime Melis
a6ed854faf
Bug #637 : Remotes should only be under VAR
2011-05-13 13:23:15 +02:00