summaryrefslogtreecommitdiffstats
path: root/src/linux
Commit message (Expand)AuthorAgeFilesLines
* Encapsulate operations in classesRoberto Hueso Gomez2020-04-081-198/+199
* missing update to use ogConfig.OG_PATH in linux/ogOperations.pyOpenGnSys Support Team2020-03-201-1/+1
* Make OG_PATH publicJavier Sanchez Parra2020-03-201-13/+13
* Handle scripts that end in \rRoberto Hueso Gómez2020-02-251-1/+1
* Use 'bash' as the default shell for operations scriptsRoberto Hueso Gómez2020-02-091-12/+28
* Use python f-strings for commands compositionRoberto Hueso Gómez2020-02-051-14/+13
* Fix /session executionRoberto Hueso Gómez2020-02-051-1/+4
* Fix /image/restore execution and responseRoberto Hueso Gómez2020-02-051-1/+5
* Fix /image/create execution and responseRoberto Hueso Gómez2020-02-051-2/+10
* (BUG) Rename OG_SCRIPT_PATH to OG_PATHAlvaro Neira Ayuso2020-02-041-2/+2
* Fix /setup execution and responseRoberto Hueso Gómez2020-02-031-8/+15
* Fix parseGetConf(...) configuration parsingRoberto Hueso Gómez2020-02-031-21/+22
* Change POST /refresh to GET /refreshRoberto Hueso Gómez2020-01-211-4/+4
* Fix /software command Linux operationRoberto Hueso Gómez2020-01-211-1/+7
* Fix /shell/run commands splittingRoberto Hueso Gómez2020-01-211-1/+1
* Fix /hardware command Linux operationRoberto Hueso Gómez2020-01-211-1/+4
* (Clean-Up) Rename all the functions in ogRest to new ones more clearsAlvaro Neira Ayuso2020-01-191-7/+7
* (Clean-Up) Rename HTTPParser to restRequestAlvaro Neira Ayuso2020-01-191-26/+26
* (Clean-Up) Rename cmd function/variables to use "run" syntaxAlvaro Neira Ayuso2020-01-191-1/+1
* Add Refresh commandAlvaro Neira Ayuso2020-01-191-16/+38
* Add image/create command for creating a new imageAlvaro Neira Ayuso2020-01-191-0/+23
* Include License headerAlvaro Neira Ayuso2020-01-192-0/+15
* Add stop commandAlvaro Neira Ayuso2020-01-191-17/+26
* Improve setup command responseAlvaro Neira Ayuso2020-01-191-1/+22
* Catch execution errors during restore image commandAlvaro Neira Ayuso2020-01-191-1/+5
* Improve hardware command response behaviorAlvaro Neira Ayuso2020-01-191-1/+5
* Improve software command response behaviorAlvaro Neira Ayuso2020-01-191-1/+5
* Catch execution errors during init session commandAlvaro Neira Ayuso2020-01-191-1/+5
* Modify methods to use less argumentsAlvaro Neira Ayuso2020-01-191-5/+25
* Add restore/image command for restoring images on the machineAlvaro Neira Ayuso2020-01-191-0/+4
* Add setup command for configuring the machineAlvaro Neira Ayuso2020-01-191-0/+5
* Add hardware command to inventory the machine hardwareAlvaro Neira Ayuso2020-01-191-0/+4
* Add software command to inventory the machine softwareAlvaro Neira Ayuso2020-01-191-0/+4
* Add session command to init the opengnsys sessionAlvaro Neira Ayuso2020-01-191-0/+4
* (BUG) Handling command errorAlvaro Neira Ayuso2020-01-191-2/+6
* Add shell run and output commandsAlvaro Neira Ayuso2020-01-191-0/+5
* Add global variable to set up OpenGnsys pathAlvaro Neira Ayuso2020-01-191-2/+4
* Include the reboot support in ogOperationAlvaro Neira Ayuso2020-01-191-2/+4
* Include the poweroff support in ogOperationAlvaro Neira Ayuso2020-01-191-1/+7
* Add new process support for reboot messageAlvaro Neira Ayuso2020-01-191-0/+3
* Add ogProcess and ogOperation for linuxAlvaro Neira Ayuso2020-01-192-0/+3