1
0
mirror of https://github.com/OpenNebula/one.git synced 2025-03-21 14:50:08 +03:00

8145 Commits

Author SHA1 Message Date
Carlos Martín
0a71139b34 Bug #2724: Add resource provider ALL to users group on bootstrap 2014-02-19 16:49:26 +01:00
Carlos Martín
def8fa4490 Feature #2565: Make all zones visible by default to all users 2014-02-19 15:48:36 +01:00
Carlos Martín
22e621ea95 Bug #2734: ACL rules are not forced to be in the local zone
But the onedb import-slave command will simply ignore any
rule that applies to a zone other than #0 or *
2014-02-18 18:54:36 +01:00
Carlos Martín
d0eb7aead4 Bug #2734: Revert "Feature #2694: Force ACL rule zone to be the local zone when oned is standalone"
This reverts commit 41756a9de3ce2289908c6b91de11f1c853b6d8d9.
2014-02-18 18:45:01 +01:00
Carlos Martín
6b0971415b Feature #2586: Better onedb upgrade time log 2014-02-18 17:22:31 +01:00
Carlos Martín
dfb052b9ed Add onedb migrator to 4.5.80 2014-02-18 17:22:31 +01:00
Jaime Melis
e18be2d517 Bug #2729: Race condition in hash calculation in downloader.sh 2014-02-18 12:44:10 +01:00
Javi Fontan
4797588156 feature #2685: add describe and list options to oneacct 2014-02-18 12:18:09 +01:00
Javi Fontan
ae4ef6d2b2 Merge branch 'feature-2732' of https://github.com/lyklev/one 2014-02-18 11:17:21 +01:00
Carlos Martín
8067c0db35 Feature #2586: Optimize onedb fsck
(cherry picked from commit 492310768a15f90eb4428fcc43d3f190d53bd91f)
2014-02-17 17:55:03 +01:00
Carlos Martín
358a59d3a8 Feature #2586: Optimize onedb upgrade
(cherry picked from commit 57099e26426ae63756f7c8cae91de7fe29ad1608)
2014-02-17 17:54:58 +01:00
Carlos Martín
af0f1dda7d Add migrator to 4.4.1
(cherry picked from commit b77d2b351e41767f72f5394bea7e04a0cdd5d30f)
2014-02-17 17:54:40 +01:00
Lykle Voort
293e97b831 Feature #2732: added option http_proxy to oca ruby client 2014-02-17 16:57:44 +01:00
Tino Vazquez
48357cebd2 Enabling zone rename in Sunstone 2014-02-14 19:26:19 +01:00
Javi Fontan
87287205df bug #2702: do not initialize client for oneuser login 2014-02-14 18:54:04 +01:00
Javi Fontan
25e09550e1 bug #2705: install gems with specific version before normal gems 2014-02-14 16:32:19 +01:00
Javi Fontan
27224f09ac feature #2371: raise exception and cli error when nokogiri is not installed 2014-02-14 15:44:46 +01:00
Tino Vazquez
28227cc360 OCA acls for group creation applies to all zones 2014-02-13 19:15:02 +01:00
Carlos Martín
6f829b5db5 Feature #2694: Code cleanup 2014-02-13 17:42:49 +01:00
Carlos Martín
85efb54fb7 Add doxygen doc and java output to gitignore file 2014-02-13 17:41:58 +01:00
Carlos Martín
41756a9de3 Feature #2694: Force ACL rule zone to be the local zone when oned is standalone
This way the import process to a federation is simplified
2014-02-13 17:23:42 +01:00
Carlos Martín
8a28fc7eea Feature #2694: Translate zone component of ACL rules 2014-02-13 16:53:58 +01:00
Carlos Martín
71b0f53432 Bug #2725: Use host cluster ID in sched authorization 2014-02-13 16:05:28 +01:00
Tino Vazquez
0ca2083467 Fix for several login issues 2014-02-13 15:17:14 +01:00
Tino Vazquez
3b436da4d8 Fix for non admin user log into Sunstone 2014-02-13 13:04:13 +01:00
Ruben S. Montero
c557515575 Merge branch 'vdc-federation'
Conflicts:
	src/sunstone/public/js/plugins/groups-tab.js
2014-02-13 10:56:32 +01:00
Ruben S. Montero
953f11d699 feature #2693: Do not register hooks in federation slaves 2014-02-12 23:03:54 +01:00
Ruben S. Montero
c3f1eca676 Feature #2665: Scheduler now tries to contact oned for ever... 2014-02-12 22:46:06 +01:00
Carlos Martín
77b51290eb Feature #2694: New zones can only be created if oned is master 2014-02-12 19:27:38 +01:00
Carlos Martín
7a95ebf6ce Feature #2694: Log changes made to user/groups IDs to a file 2014-02-12 18:39:34 +01:00
Tino Vazquez
bad1d80d41 Fix Zone switch bug 2014-02-12 17:27:29 +01:00
Carlos Martín
8a2f3f3583 Feature #2694: Translate user id/names in template DISK and NIC 2014-02-12 17:23:25 +01:00
Jaime Melis
7956af8399 Bug #2700: SQL query for VirtualMachinePool accounting now has ORDER BY
instead of GROUP BY (which was a typo)
2014-02-12 15:49:24 +01:00
Carlos Martín
9112f8d091 Fix bug in default acl list columns 2014-02-12 15:43:00 +01:00
Carlos Martín
2525462da8 Feature #2694: Do not import duplicated ACL rules, and fix bug 2014-02-12 15:42:13 +01:00
Carlos Martín
b59e76688a Feature #2694: Enforce acl rules to be unique in the DB 2014-02-12 15:39:52 +01:00
Carlos Martín
a3939f8a06 Feature #2694: Implement some TODOs
- Slave DB is backed up
- User is asked to decide if users will be merged
- code cleanup
- raise an error if the selected backend is sqlite
2014-02-11 18:49:37 +01:00
Carlos Martín
dec29bc6ca Feature #2694: First version of onedb import-slave command 2014-02-11 17:31:29 +01:00
Carlos Martín
c026120a17 Feature #2694: Improve ObjectCollection::from_xml_node
It could not parse xml with space between elements
2014-02-11 17:20:11 +01:00
Daniel Molina
d30c61355a Upgrade FontAwesome to 4.0.3 2014-02-11 15:49:45 +01:00
Daniel Molina
a84f2e0227 Upgrade jQuery to 1.11.0 2014-02-11 15:48:17 +01:00
Daniel Molina
e7471effcf feature #2017: Fix error in password error message 2014-02-10 17:08:19 +01:00
Daniel Molina
47420d809d feature #2358: Display list of VM using an image 2014-02-10 17:05:47 +01:00
Daniel Molina
7af448791f feature #1589: Show the ID for new resources 2014-02-10 13:19:13 +01:00
Ruben S. Montero
85db3f0c21 Merge branch 'master' of git.opennebula.org:one 2014-02-07 19:20:39 +01:00
Ruben S. Montero
8ceae7ee4c Make ttyexpect more robust to command execution 2014-02-07 19:20:14 +01:00
Daniel Molina
906c4ad0a0 feature #2708: Confirmation dialog in Sunstone should specify which object it's going to delete 2014-02-07 18:28:29 +01:00
Daniel Molina
ac783e714b feature #2017: Add confirm password 2014-02-07 18:03:46 +01:00
Tino Vazquez
9983689e96 Refactor get pool method from sunstone 2014-02-07 17:12:17 +01:00
Daniel Molina
644000c2c1 feature #1856: Add enforce option to migrate/live migrate in Sunstone and use a data table instead of a select input for hosts 2014-02-07 16:10:15 +01:00