summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
Commit message (Expand)AuthorAgeFilesLines
* live: remove unused probeOpenGnSys Support Team2024-09-301-23/+1
* src: use logging.warning()OpenGnSys Support Team2024-08-271-7/+4
* src: add POST cache/fetch methodAlejandro Sirgo Rica2024-08-091-0/+18
* live: add checksum field to image/create responseOpenGnSys Support Team2024-07-151-0/+1
* rest: add cmd field to POST /shell/runOpenGnSys Support Team2024-06-211-1/+2
* rest: add retcode field to POST /shell/runOpenGnSys Support Team2024-06-211-1/+2
* src: add cache info to the image/restore responseAlejandro Sirgo Rica2024-05-301-5/+2
* src: add POST cache/delete methodAlejandro Sirgo Rica2024-05-301-0/+18
* src: log backtrace in unhandled error casesAlejandro Sirgo Rica2024-04-031-4/+5
* src: make exception messages more contextual and explicitAlejandro Sirgo Rica2024-03-211-1/+1
* src: centralize error logging into send_internal_server_errorAlejandro Sirgo Rica2024-03-211-2/+4
* live: report permissions and last update when creating imagev1.3.2-3OpenGnSys Support Team2023-12-121-0/+2
* live: report image size when creating imageOpenGnSys Support Team2023-12-121-0/+1
* ogclient: add support for X-Sequence headerv1.3.0Jose M. Guisado2023-06-141-22/+27
* src: remove unused legacy software inventory codeJose M. Guisado2023-05-171-11/+7
* live: rewrite hardware inventory commandJose M. Guisado2023-04-181-6/+4
* ogRest: improve error logging when executing operationsv1.2.6Jose M. Guisado2023-03-101-32/+23
* ogRest: remove root logger constantJose M. Guisado2023-03-101-7/+6
* legacy: rewrite ogGetImageInfoJose M. Guisado2023-03-021-4/+4
* src: improve loggingJose M. Guisado2022-06-081-2/+2
* #1065 Add event datagram socketJose M. Guisado2021-11-291-0/+3
* #1065 Add windows modeJose M. Guisado2021-11-181-1/+3
* #1065 Use logging module instead of syslogJose M. Guisado2021-11-181-14/+13
* #1065 src: add linux modeJose M. Guisado2021-11-151-0/+3
* ogClient is AGPLv3+OpenGnSys Support Team2021-05-141-3/+3
* #995 Add link speed in probe responsesJose M. Guisado2021-05-041-5/+9
* Rename 'linux' folder and operations to 'live'Jose M. Guisado2020-12-031-2/+2
* #1010 Change POST /software to GETJavier Sánchez Parra2020-12-021-2/+2
* #1000 ogRest: set idle state after processing bad requestJose M. Guisado2020-12-011-0/+3
* #1004 Send datasize in bytesJavier Sánchez Parra2020-09-291-1/+4
* #1004 Add new fields to /image/create responseJavier Sánchez Parra2020-09-101-1/+7
* #999 Fix ogClient session commandJavier Sánchez Parra2020-08-211-1/+1
* Add Virtual statusJavier Sánchez Parra2020-06-261-1/+4
* Add syslog logs for HTTP requests and responsesRoberto Hueso Gómez2020-06-261-0/+21
* Import OgLinuxOperations only when necessaryRoberto Hueso Gómez2020-06-081-2/+1
* Rename 'linux' mode to 'live' modeRoberto Hueso Gómez2020-06-051-1/+1
* Move check_vm_state_loop() into OgVirtualOperationsRoberto Hueso Gómez2020-05-261-14/+3
* Only import virtual functions when needed.Javier Sánchez Parra2020-05-201-1/+2
* Adapt ogLinuxOperation to work with json config fileJavier Sánchez Parra2020-05-181-1/+1
* Wait before polling QMP for host poweroffRoberto Hueso Gómez2020-05-141-2/+2
* Rename operation 'execCMD' to 'shellrun'Roberto Hueso Gómez2020-05-131-1/+1
* Switch config file to jsonRoberto Hueso Gómez2020-05-131-4/+5
* Poweroff when no VM and no jobs are runningRoberto Hueso Gómez2020-05-111-1/+14
* Avoid killing ogclient in virtual modeRoberto Hueso Gómez2020-04-201-8/+8
* Avoid writting /software output to a fileRoberto Hueso Gómez2020-04-171-5/+4
* Use samba for create and restore virtual partitionsRoberto Hueso Gómez2020-04-171-1/+2
* Fix reboot and poweroff threads argsRoberto Hueso Gomez2020-04-131-2/+2
* Add mode selection for ogClientRoberto Hueso Gomez2020-04-081-17/+25
* rename getURI to get_uri in restRequestOpenGnSys Support Team2020-03-091-1/+1
* rename execcmd to shellrunOpenGnSys Support Team2020-03-091-2/+2