This project is mirrored from https://github.com/UPC/ravada.git.
Pull mirroring updated .
- 08 Apr, 2019 2 commits
-
-
Fernando Verdugo authored
Update en.po and translatd to spanish and catalan Issue #1039
-
Francesc Guasch authored
issue #1045
-
- 05 Apr, 2019 1 commit
-
-
Francesc Guasch authored
-
- 03 Apr, 2019 2 commits
-
-
Francesc Guasch authored
feature(backend): check for free disk space * test(volumes): check error when disk full * test(backend): check disk space before prepare base * fix(backend): error when no space available issue #10
-
Fernando Verdugo authored
Upgrade bootstrap to version 4.3.1 and ckeditor to version 4.11.3. Issue #1037
-
- 02 Apr, 2019 1 commit
-
-
- 28 Mar, 2019 2 commits
-
-
Francesc Guasch authored
issue #990
-
Francesc Guasch authored
-
- 26 Mar, 2019 1 commit
-
-
Francesc Guasch authored
Also change the alpine XML so it can be used in tests. Before Alpine 3.7 was using yakketi XML. issue #1033
-
- 25 Mar, 2019 4 commits
-
-
Francesc Guasch authored
-
Francesc Guasch authored
-
Francesc Guasch authored
fix(backend): move to master and remove clones on change hard * test(nodes): check removed remote clones if change hardware * refactor(KVM): remove excess amount below zero * test(nodes): check removed remote clones if change hardware * refactor(test): reload daemon user grants for testing * refactor(grants): new private method to reload grants issue #1025
-
Francesc Guasch authored
fix(nodes): remove from remotes * test(nodes): configure 2 remote nodes * test(remove): test remove from requests * test(nodes): Remove machine from 2 nodes + master issue #1026
-
- 22 Mar, 2019 1 commit
-
-
Francesc Guasch authored
Correctly remove machines from remote nodes * test(nodes): configure 2 remote nodes * test(remove): test remove from requests * test(nodes): Remove machine from 2 nodes + master * fix(nodes): remove from remotes fixes issue #1026
-
- 13 Mar, 2019 3 commits
-
-
Francesc Guasch authored
-
serk authored
fix(frontend): on grants_clone_all empty bases aren't showed fix #1013
-
Francesc Guasch authored
issue #1010
-
- 12 Mar, 2019 3 commits
-
-
Francesc Guasch authored
* test(KVM): check smbios section is in the machine definition * feature(KVM): add the hostname in smbios strings issue #1010
-
Francesc Guasch authored
* test(storage): check no shared storage * feature(storage): do not sync shared storage issue #1104
-
Francesc Guasch authored
* refactor(backend): cache is active * refactor(backend): check first if there are SWAP vols instead of checking it all the time issue #1012
-
- 11 Mar, 2019 1 commit
-
-
Francesc Guasch authored
this made test for grant shutdown to fail
-
- 08 Mar, 2019 1 commit
-
-
Francesc Guasch authored
-
- 07 Mar, 2019 4 commits
-
-
Francesc Guasch authored
* feature(frontend): allow create cdrom disk devices * refactor(backend): allow cdrom volumes * test(backend): test CD rom and boot order issue #973
-
serk authored
* fix: listing problems respect grant refactor of grants -can_clone_all shows all domains but has only acces to clones -can_clones shows only clones from owned base -the can_list_xxxx functions works as grups of the can_grants functions -added is_user_manager for managing users -is_operato is and conjuntive operation of can_list and is_user_manager tests checked and adaptet to new hierarchy added thest 70_list.t to test the listing operations fix #1003
-
Francesc Guasch authored
-
Francesc Guasch authored
Fix problems when nodes suddenly down or KVM or SSH connection impossible * refactor(cli): use faster machine listing * feature(backend); set process priorities * refactor(backend): cache connections and check free memory * fix(backend): ignores disabled nodes, disable when one fails * fix(KVM): don't reset the password if machine up * refactor(backend): remove forkmanager * refacotr(nodes): cached nodes and allow clone when preparing base * refactor(KVM): disable nodes and better UUID * refactor(requests): kill request if pid not found * refactor(nodes): clean remote bases * test(nodes): check remote remove base * test(nodes): migrate without CD and fix volume names * test(download): give time process to start * test(nodes): check base and volatile clones * test(volumes): create mock volumes with different names issue #984 issue #955
-
- 06 Mar, 2019 1 commit
-
-
Francesc Guasch authored
* feature(backend); set process priorities * refactor(backend): cache connections and check free memory * feature(backend): ignores disabled nodes, disable when one fails * feature(backend): remove forkmanager issue #984
-
- 05 Mar, 2019 1 commit
-
-
serk authored
feat(grants): rename permission & _add_grant update description * Added rename/rename_all/rename_clone grants. * Added new feature when _add_grant(x, x, x, $description) is different from the BD updates it. * added function to the conditions "can_manage_machine", "is_operator", "can_list_clones" and "can_list_machines". * simple test checking the listing with rename_all and rename_clone * simple test for rename * major fix on SQL error _add_grant issue #996
-
- 28 Feb, 2019 1 commit
-
-
Francesc Guasch authored
* wip(cli): use faster machine listing issue #984 * feature(backend); set process priorities issue #984 * wip(backend): cache connections and check free memory Now Virtual Manager connections are cached. When balancing VMs, check if machine memory fits issue #984 * wip(backend): ignores disabled nodes, disable when one fails When a node is disabled, try not to use it. When a node fails, set disabled. Use process priorities. Improve MAC address generation on KVM * fix(KVM): don't reset the password if machine up issue #955 * wip(backend): remove forkmanager We handle forks ourselves so we can tweak this more. ie we can allow more process with more nodes. issue #984 * test(nodes): check remote remove base issue #984 * test(nodes): migrate without CD and fix volume names issue #984 * test(download): give time process to start * test(nodes): check base and volatile clones issue #984 * wip(nodes): cached nodes and allow clone when preparing base Check the cached nodes are there and not renamed When preparing a remote base allow to clone the machine issue #984 * refactor(KVM): disable nodes and better UUID creating random uuids sometimes failed issue #984 * wip(requests): kill request if pid not found issue #984 * test(volumes): create mock volumes with different names issue #984 * refactor(nodes): clean remote bases issue #984 * test(nodes): check volatile clones on remote * test(backend): properly create mock domains issue #984 * refactor(KVM): cope with duplicated uuids issue #984 * refactor(nodes): disable failed remote domains also cope with duplicated uuids on migration issue #984 * refactor(nodes): improve balancing failover and volatile issue #984 * test(pools): check unique uuid on creation issue #984 * refactor(nodes): fixed remove base on remote down node issue #984 * refactor(nodes): do not check active if node down issue #984 * refactor(requests): allow shutdown timeout on refreshing vms May come useful one day, handy for testing by now issue #984 * refactor(tests): removed debug * refactor(test): check down domain on disabled/down nodes issue #984 * refactor(backend): return all known remote ips In some cases may be more than 1 remote ip, probably when accessing from localhost issue #984 * refactor(test): wait more for remote machines down issue #984 * refactor(backend): use timeout shutdown only if defined issue #984 * refactor(nodes): deal with down node on refresh issue #984 * refactor(nodes): open machine on requested node issue #984 * refactor(test): properly test down node issue #984 * refactor(test): new request ordering makes this test obsolete issue #984 * refactor(test): make sure test node starts ok issue #984 * refactor(backend): deal with is_active failing issue #984 * refactor(nodes): fallback on local machine if remote fails issue #984 * fix(requests): create instead create_domain issue #984 * refactor(nodes): connect on is_alive cold deep recurse Also private method to clean cache issue #984 * refactor(kvm): removed annoying debug message issue #984
-
- 21 Feb, 2019 1 commit
-
-
albertpb98 authored
Modified the ravada.conf document in order to be the same as the web installation instructions
-
- 14 Feb, 2019 2 commits
- 07 Feb, 2019 1 commit
-
-
Francesc Guasch authored
* wip(cli): use faster machine listing issue #984 * feature(backend); set process priorities issue #984 * wip(backend): cache connections and check free memory Now Virtual Manager connections are cached. When balancing VMs, check if machine memory fits issue #984 * wip(backend): ignores disabled nodes, disable when one fails When a node is disabled, try not to use it. When a node fails, set disabled. Use process priorities. Improve MAC address generation on KVM * fix(KVM): don't reset the password if machine up issue #955 * wip(backend): remove forkmanager We handle forks ourselves so we can tweak this more. ie we can allow more process with more nodes. issue #984 * test(nodes): check remote remove base issue #984 * test(nodes): migrate without CD and fix volume names issue #984 * test(download): give time process to start * test(nodes): check base and volatile clones issue #984 * wip(nodes): cached nodes and allow clone when preparing base Check the cached nodes are there and not renamed When preparing a remote base allow to clone the machine issue #984 * refactor(KVM): disable nodes and better UUID creating random uuids sometimes failed issue #984 * wip(requests): kill request if pid not found issue #984 * test(volumes): create mock volumes with different names issue #984 * refactor(nodes): clean remote bases issue #984 * test(nodes): check volatile clones on remote * test(backend): properly create mock domains issue #984 * refactor(KVM): cope with duplicated uuids issue #984 * refactor(nodes): disable failed remote domains also cope with duplicated uuids on migration issue #984 * refactor(nodes): improve balancing failover and volatile issue #984 * test(pools): check unique uuid on creation issue #984 * refactor(nodes): fixed remove base on remote down node issue #984 * refactor(nodes): do not check active if node down issue #984 * refactor(requests): allow shutdown timeout on refreshing vms May come useful one day, handy for testing by now issue #984 * refactor(tests): removed debug * refactor(test): check down domain on disabled/down nodes issue #984 * refactor(backend): return all known remote ips In some cases may be more than 1 remote ip, probably when accessing from localhost issue #984 * refactor(test): wait more for remote machines down issue #984 * refactor(backend): use timeout shutdown only if defined issue #984
-
- 06 Feb, 2019 1 commit
-
-
Francesc Guasch authored
-
- 25 Jan, 2019 4 commits
-
-
Francesc Guasch authored
issue #955
-
-
Francesc Guasch authored
issue #955
-
Fernando Verdugo authored
closes Issue #960
-
- 24 Jan, 2019 1 commit
-
-
Francesc Guasch authored
-
- 23 Jan, 2019 1 commit
-
-
Francesc Guasch authored
fixes issue #981
-