summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix /shell/run commands splittingRoberto Hueso Gómez2020-01-211-1/+1
* Fix /hardware command Linux operationRoberto Hueso Gómez2020-01-211-2/+2
* (Clean-Up) Rename all the functions in ogRest to new ones more clearsAlvaro Neira Ayuso2020-01-191-35/+25
* (Clean-Up) Rename HTTPParser file to restRequestAlvaro Neira Ayuso2020-01-191-1/+1
* (Clean-Up) Modify restResponse to get the response using constructor and get ...Alvaro Neira Ayuso2020-01-191-40/+81
* (Clean-Up) Rename HTTPParser to restRequestAlvaro Neira Ayuso2020-01-191-48/+48
* (Clean-Up) Rename cmd function/variables to use "run" syntaxAlvaro Neira Ayuso2020-01-191-1/+1
* Improve /image/create command responseAlvaro Neira Ayuso2020-01-191-0/+7
* Add Refresh commandAlvaro Neira Ayuso2020-01-191-0/+19
* Add image/create command for creating a new imageAlvaro Neira Ayuso2020-01-191-0/+20
* (BUG) Include client parameter in restore commandAlvaro Neira Ayuso2020-01-191-1/+1
* Include License headerAlvaro Neira Ayuso2020-01-191-0/+8
* Add stop commandAlvaro Neira Ayuso2020-01-191-18/+45
* Execute cmd command using threadAlvaro Neira Ayuso2020-01-191-19/+18
* Fix echo check for process_shellrun in ogRestRoberto Hueso Gómez2020-01-191-1/+1
* Change /probe from GET to POST in ogClientRoberto Hueso Gómez2020-01-191-3/+3
* Adapt client responses to the server'sRoberto Hueso Gómez2020-01-191-6/+9
* Include echo option for returning shell outputAlvaro Neira Ayuso2020-01-191-17/+7
* Send OPG (opengnsys) status when a probe command is receivedAlvaro Neira Ayuso2020-01-191-1/+3
* Improve setup command responseAlvaro Neira Ayuso2020-01-191-4/+9
* Catch execution errors during restore image commandAlvaro Neira Ayuso2020-01-191-5/+9
* Improve hardware command response behaviorAlvaro Neira Ayuso2020-01-191-5/+14
* Improve software command response behaviorAlvaro Neira Ayuso2020-01-191-6/+19
* Catch execution errors during init session commandAlvaro Neira Ayuso2020-01-191-40/+48