Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | #1008 Adapt virtual disk setup JSON format | Javier Sánchez Parra | 2020-11-19 | 1 | -3/+5 | |
* | #1008 Add support for several disks | Javier Sánchez Parra | 2020-11-18 | 1 | -2/+2 | |
* | Fix license name in setup.py | Jose M. Guisado | 2020-11-06 | 1 | -1/+1 | |
* | #1004 Send datasize in bytes | Javier Sánchez Parra | 2020-09-29 | 1 | -1/+4 | |
* | #1004 Add new fields to /image/create response | Javier Sánchez Parra | 2020-09-10 | 2 | -2/+21 | |
* | #1000 Fix ogClient HTTP length handling | Javier Sánchez Parra | 2020-08-25 | 1 | -4/+9 | |
* | #999 Fix ogClient session command | Javier Sánchez Parra | 2020-08-21 | 2 | -1/+2 | |
* | Add Virtual status | Javier Sánchez Parra | 2020-06-26 | 1 | -1/+4 | |
* | Add syslog logs for HTTP requests and responses | Roberto Hueso Gómez | 2020-06-26 | 1 | -0/+21 | |
* | rename main.py to ogclient | OpenGnSys Support Team | 2020-06-26 | 3 | -2/+2 | |
* | fix shebang | OpenGnSys Support Team | 2020-06-26 | 1 | -1/+1 | |
* | Check return code on restore image command | Javier Sánchez Parra | 2020-06-23 | 1 | -0/+2 | |
* | Rename LICENSE to COPYING | OpenGnSys Support Team | 2020-06-18 | 1 | -0/+0 | |
* | Add setup.py installation script | Roberto Hueso Gómez | 2020-06-16 | 1 | -0/+13 | |
* | Import OgLinuxOperations only when necessary | Roberto Hueso Gómez | 2020-06-08 | 1 | -2/+1 | |
* | Rename 'linux' mode to 'live' mode | Roberto Hueso Gómez | 2020-06-05 | 4 | -4/+4 | |
* | Delete ogConfig.py | Roberto Hueso Gómez | 2020-06-05 | 4 | -52/+19 | |
* | Refresh partitions.json after image restore | Roberto Hueso Gómez | 2020-05-29 | 1 | -0/+1 | |
* | Move check_vm_state_loop() into OgVirtualOperations | Roberto Hueso Gómez | 2020-05-26 | 2 | -14/+15 | |
* | Add virtual config example file | Roberto Hueso Gómez | 2020-05-25 | 1 | -0/+19 | |
* | Fix OgLinuxOperations class params | Javier Sánchez Parra | 2020-05-20 | 1 | -15/+15 | |
* | Only import virtual functions when needed. | Javier Sánchez Parra | 2020-05-20 | 1 | -1/+2 | |
* | Handle other exceptions on virtual /refresh | Roberto Hueso Gómez | 2020-05-19 | 1 | -0/+3 | |
* | Refactor OgQMP and adapt operations | Roberto Hueso Gómez | 2020-05-19 | 1 | -55/+54 | |
* | Update filesystems on /refresh | Roberto Hueso Gómez | 2020-05-18 | 1 | -0/+9 | |
* | Use virtio-vga to run VMs | Roberto Hueso Gómez | 2020-05-18 | 1 | -2/+2 | |
* | Adapt ogLinuxOperation to work with json config file | Javier Sánchez Parra | 2020-05-18 | 2 | -7/+5 | |
* | Fix typo in configuration json | Roberto Hueso Gómez | 2020-05-15 | 1 | -1/+1 | |
* | Wait before polling QMP for host poweroff | Roberto Hueso Gómez | 2020-05-14 | 1 | -2/+2 | |
* | Fix typo on linux shellrun operation | Roberto Hueso Gómez | 2020-05-14 | 1 | -1/+1 | |
* | Rename operation 'execCMD' to 'shellrun' | Roberto Hueso Gómez | 2020-05-13 | 3 | -5/+4 | |
* | remove platform check | OpenGnSys Support Team | 2020-05-13 | 1 | -3/+0 | |
* | Change permissions on virtual images for /refresh | Roberto Hueso Gómez | 2020-05-13 | 1 | -1/+1 | |
* | Add VNC support for virtual mode VMs | Roberto Hueso Gómez | 2020-05-13 | 1 | -7/+33 | |
* | Switch config file to json | Roberto Hueso Gómez | 2020-05-13 | 5 | -47/+51 | |
* | Extend use of OG_PARTITIONS_CFG_PATH for /setup and /refresh | Roberto Hueso Gómez | 2020-05-11 | 1 | -7/+4 | |
* | Poweroff when no VM and no jobs are running | Roberto Hueso Gómez | 2020-05-11 | 2 | -1/+40 | |
* | Add OgVM class to abstract VMs | Roberto Hueso Gómez | 2020-04-28 | 1 | -9/+36 | |
* | Poweroff VM before some operations | Roberto Hueso Gómez | 2020-04-28 | 1 | -22/+20 | |
* | Send last stored setup if VM is running | Roberto Hueso Gómez | 2020-04-28 | 1 | -6/+21 | |
* | Add OgQMP recv method | Roberto Hueso Gómez | 2020-04-28 | 1 | -1/+23 | |
* | Fix disk used size calculation | Roberto Hueso Gómez | 2020-04-28 | 1 | -1/+1 | |
* | Control errors in OgQMP for virtual mode | Roberto Hueso Gómez | 2020-04-22 | 1 | -59/+78 | |
* | Add realtime log menu | Javier Sánchez Parra | 2020-04-22 | 2 | -6/+27 | |
* | Avoid killing ogclient in virtual mode | Roberto Hueso Gómez | 2020-04-20 | 1 | -8/+8 | |
* | Avoid writting /software output to a file | Roberto Hueso Gómez | 2020-04-17 | 3 | -11/+9 | |
* | Use samba for create and restore virtual partitions | Roberto Hueso Gómez | 2020-04-17 | 5 | -7/+41 | |
* | Use libguestfs for virtual setup | Roberto Hueso Gómez | 2020-04-17 | 1 | -11/+12 | |
* | Use libguestfs for virtual refresh | Roberto Hueso Gómez | 2020-04-17 | 1 | -14/+30 | |
* | Transform absolute paths into relative paths for virtual mode | Roberto Hueso Gómez | 2020-04-17 | 1 | -15/+26 |