summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Modify methods to use less argumentsAlvaro Neira Ayuso2020-01-191-29/+26
* Add restore/image command for restoring images on the machineAlvaro Neira Ayuso2020-01-191-0/+14
* Add setup command for configuring the machineAlvaro Neira Ayuso2020-01-191-0/+10
* Add schedule commandAlvaro Neira Ayuso2020-01-191-0/+5
* Add hardware command to inventory the machine hardwareAlvaro Neira Ayuso2020-01-191-0/+12
* Add software command to inventory the machine softwareAlvaro Neira Ayuso2020-01-191-0/+12
* Add session command to init the opengnsys sessionAlvaro Neira Ayuso2020-01-191-2/+17
* Create new object for creating dynamic json messagesAlvaro Neira Ayuso2020-01-191-12/+19
* (BUG) Handling command errorAlvaro Neira Ayuso2020-01-191-1/+7
* Modify Thread methods namesAlvaro Neira Ayuso2020-01-191-4/+4
* Blocks the program execution until a command is processingAlvaro Neira Ayuso2020-01-191-4/+5
* Create ogThread class to move all thread functionsAlvaro Neira Ayuso2020-01-191-16/+17
* Execute command received using ThreadsAlvaro Neira Ayuso2020-01-191-1/+5
* Split the commands taking into account GET/POST operationsAlvaro Neira Ayuso2020-01-191-10/+16
* Add shell run and output commandsAlvaro Neira Ayuso2020-01-191-7/+47
* Merge ogRest and ogProcess to have only one classAlvaro Neira Ayuso2020-01-191-7/+48