Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | live: remove unused probe | OpenGnSys Support Team | 2024-09-30 | 1 | -3/+0 |
* | src: report used and free partition data in bytes | Alejandro Sirgo Rica | 2024-09-25 | 1 | -1/+4 |
* | src: log without backtrace in not implemented functions | Alejandro Sirgo Rica | 2024-08-09 | 1 | -2/+2 |
* | src: add POST cache/fetch method | Alejandro Sirgo Rica | 2024-08-09 | 1 | -0/+3 |
* | rest: add cmd field to POST /shell/run | OpenGnSys Support Team | 2024-06-21 | 1 | -1/+1 |
* | rest: add retcode field to POST /shell/run | OpenGnSys Support Team | 2024-06-21 | 1 | -1/+1 |
* | src: add cache info to the image/restore response | Alejandro Sirgo Rica | 2024-05-30 | 1 | -1/+8 |
* | virtual: handle copy error in image restore | Alejandro Sirgo Rica | 2024-05-30 | 1 | -3/+4 |
* | src: add POST cache/delete method | Alejandro Sirgo Rica | 2024-05-30 | 1 | -0/+3 |
* | src: log backtrace in unhandled error cases | Alejandro Sirgo Rica | 2024-04-03 | 1 | -7/+8 |
* | qmp: incorrect copyright header | OpenGnSys Support Team | 2024-04-02 | 1 | -7/+5 |
* | src: change generic exception types to be more explicit | Alejandro Sirgo Rica | 2024-03-21 | 2 | -9/+9 |
* | virtual: add missing check=True to subprocess.run() | Alejandro Sirgo Rica | 2024-03-21 | 1 | -2/+2 |
* | src: improve logging | Jose M. Guisado | 2022-06-08 | 1 | -4/+5 |
* | #1059 virtual: replace qmp polling for event listening | Jose M. Guisado | 2021-09-01 | 3 | -8/+322 |
* | ogClient is AGPLv3+ | OpenGnSys Support Team | 2021-05-14 | 1 | -3/+3 |
* | #995 Add link speed in probe responses | Jose M. Guisado | 2021-05-04 | 1 | -0/+3 |
* | #1008 Adapt virtual disk setup JSON format | Javier Sánchez Parra | 2020-11-19 | 1 | -3/+5 |
* | 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 | 1 | -0/+12 |
* | 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 |
* | Rename operation 'execCMD' to 'shellrun' | Roberto Hueso Gómez | 2020-05-13 | 1 | -3/+2 |
* | 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 |
* | 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 | 1 | -0/+26 |
* | 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 |
* | Avoid writting /software output to a file | Roberto Hueso Gómez | 2020-04-17 | 1 | -5/+1 |
* | Use samba for create and restore virtual partitions | Roberto Hueso Gómez | 2020-04-17 | 1 | -2/+15 |
* | 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 |
* | Add placeholder for virtual execCMD | Roberto Hueso Gomez | 2020-04-13 | 1 | -0/+4 |
* | Use 75% of disk space in virtual mode | Roberto Hueso Gomez | 2020-04-08 | 1 | -0/+3 |
* | Encapsulate operations in classes | Roberto Hueso Gomez | 2020-04-08 | 1 | -317/+318 |
* | Add virtual operations | Roberto Hueso Gomez | 2020-04-07 | 2 | -0/+403 |