summaryrefslogtreecommitdiffstats
path: root/src/ogRest.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Add ogRest class to generate API Rest ResponsesAlvaro Neira Ayuso2020-01-191-0/+14