summaryrefslogtreecommitdiffstats
path: root/src/virtual/ogOperations.py
Commit message (Expand)AuthorAgeFilesLines
* rest: add cmd field to POST /shell/runOpenGnSys Support Team2024-06-211-1/+1
* rest: add retcode field to POST /shell/runOpenGnSys Support Team2024-06-211-1/+1
* src: add cache info to the image/restore responseAlejandro Sirgo Rica2024-05-301-1/+8
* virtual: handle copy error in image restoreAlejandro Sirgo Rica2024-05-301-3/+4
* src: add POST cache/delete methodAlejandro Sirgo Rica2024-05-301-0/+3
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-031-7/+8
* src: change generic exception types to be more explicitAlejandro Sirgo Rica2024-03-211-8/+8
* virtual: add missing check=True to subprocess.run()Alejandro Sirgo Rica2024-03-211-2/+2
* #1059 virtual: replace qmp polling for event listeningJose M. Guisado2021-09-011-8/+13
* ogClient is AGPLv3+OpenGnSys Support Team2021-05-141-3/+3
* #995 Add link speed in probe responsesJose M. Guisado2021-05-041-0/+3
* #1008 Adapt virtual disk setup JSON formatJavier Sánchez Parra2020-11-191-3/+5
* Refresh partitions.json after image restoreRoberto Hueso Gómez2020-05-291-0/+1
* Move check_vm_state_loop() into OgVirtualOperationsRoberto Hueso Gómez2020-05-261-0/+12
* Handle other exceptions on virtual /refreshRoberto Hueso Gómez2020-05-191-0/+3
* Refactor OgQMP and adapt operationsRoberto Hueso Gómez2020-05-191-55/+54
* Update filesystems on /refreshRoberto Hueso Gómez2020-05-181-0/+9
* Use virtio-vga to run VMsRoberto Hueso Gómez2020-05-181-2/+2
* Rename operation 'execCMD' to 'shellrun'Roberto Hueso Gómez2020-05-131-3/+2
* Change permissions on virtual images for /refreshRoberto Hueso Gómez2020-05-131-1/+1
* Add VNC support for virtual mode VMsRoberto Hueso Gómez2020-05-131-7/+33
* Extend use of OG_PARTITIONS_CFG_PATH for /setup and /refreshRoberto Hueso Gómez2020-05-111-7/+4
* Poweroff when no VM and no jobs are runningRoberto Hueso Gómez2020-05-111-0/+26
* Add OgVM class to abstract VMsRoberto Hueso Gómez2020-04-281-9/+36
* Poweroff VM before some operationsRoberto Hueso Gómez2020-04-281-22/+20
* Send last stored setup if VM is runningRoberto Hueso Gómez2020-04-281-6/+21
* Add OgQMP recv methodRoberto Hueso Gómez2020-04-281-1/+23
* Fix disk used size calculationRoberto Hueso Gómez2020-04-281-1/+1
* Control errors in OgQMP for virtual modeRoberto Hueso Gómez2020-04-221-59/+78
* Avoid writting /software output to a fileRoberto Hueso Gómez2020-04-171-5/+1
* Use samba for create and restore virtual partitionsRoberto Hueso Gómez2020-04-171-2/+15
* Use libguestfs for virtual setupRoberto Hueso Gómez2020-04-171-11/+12
* Use libguestfs for virtual refreshRoberto Hueso Gómez2020-04-171-14/+30
* Transform absolute paths into relative paths for virtual modeRoberto Hueso Gómez2020-04-171-15/+26
* Add placeholder for virtual execCMDRoberto Hueso Gomez2020-04-131-0/+4
* Use 75% of disk space in virtual modeRoberto Hueso Gomez2020-04-081-0/+3
* Encapsulate operations in classesRoberto Hueso Gomez2020-04-081-317/+318
* Add virtual operationsRoberto Hueso Gomez2020-04-071-0/+402