summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Put state to IDLE after run/scheduleRoberto Hueso Gómez2020-03-031-0/+1
* Send complete HTTP header when response has no bodyRoberto Hueso Gómez2020-03-021-1/+2
* Rename operation to methodOpenGnSys Support Team2020-02-261-4/+4
* Modify way to close PID processAlvaro Neira Ayuso2020-02-241-12/+17
* Use state machine to avoid race condition problemsAlvaro Neira Ayuso2020-02-231-11/+63
* pep-0008 cleanupOpenGnSys Support Team2020-02-211-38/+38
* Use 'with' keyword for file readingRoberto Hueso Gómez2020-02-051-9/+4
* Fix /image/restore execution and responseRoberto Hueso Gómez2020-02-051-0/+5
* Fix /image/create execution and responseRoberto Hueso Gómez2020-02-051-5/+2
* Fix /setup execution and responseRoberto Hueso Gómez2020-02-031-8/+2
* Fix parseGetConf(...) configuration parsingRoberto Hueso Gómez2020-02-031-5/+6
* add space after Content-Length and Content-TypeOpenGnSys Support Team2020-01-281-2/+2
* Change POST /refresh to GET /refreshRoberto Hueso Gómez2020-01-211-2/+2
* Fix /software command Linux operationRoberto Hueso Gómez2020-01-211-3/+3