Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add mode selection for ogClient | Roberto Hueso Gomez | 2020-04-08 | 2 | -19/+31 |
* | Encapsulate operations in classes | Roberto Hueso Gomez | 2020-04-08 | 2 | -515/+517 |
* | Add virtual operations | Roberto Hueso Gomez | 2020-04-07 | 2 | -0/+403 |
* | missing update to use ogConfig.OG_PATH in linux/ogOperations.py | OpenGnSys Support Team | 2020-03-20 | 1 | -1/+1 |
* | Make OG_PATH public | Javier Sanchez Parra | 2020-03-20 | 2 | -13/+15 |
* | rename getURI to get_uri in restRequest | OpenGnSys Support Team | 2020-03-09 | 2 | -2/+2 |
* | rename execcmd to shellrun | OpenGnSys Support Team | 2020-03-09 | 1 | -2/+2 |
* | use lowercase attribute name in restRequest | OpenGnSys Support Team | 2020-03-09 | 1 | -13/+13 |
* | Put state to IDLE after run/schedule | Roberto Hueso Gómez | 2020-03-03 | 1 | -0/+1 |
* | Send complete HTTP header when response has no body | Roberto Hueso Gómez | 2020-03-02 | 1 | -1/+2 |
* | Rename operation to method | OpenGnSys Support Team | 2020-02-26 | 3 | -8/+8 |
* | Search the key in the parsed json | Javier Sanchez Parra | 2020-02-26 | 1 | -13/+12 |
* | Handle scripts that end in \r | Roberto Hueso Gómez | 2020-02-25 | 1 | -1/+1 |
* | Modify way to close PID process | Alvaro Neira Ayuso | 2020-02-24 | 1 | -12/+17 |
* | Use state machine to avoid race condition problems | Alvaro Neira Ayuso | 2020-02-23 | 1 | -11/+63 |
* | remove unused getters | OpenGnSys Support Team | 2020-02-21 | 1 | -18/+0 |
* | pep-0008 cleanup | OpenGnSys Support Team | 2020-02-21 | 2 | -43/+43 |
* | Use 'bash' as the default shell for operations scripts | Roberto Hueso Gómez | 2020-02-09 | 1 | -12/+28 |
* | Use 'with' keyword for file reading | Roberto Hueso Gómez | 2020-02-05 | 1 | -9/+4 |
* | Use python f-strings for commands composition | Roberto Hueso Gómez | 2020-02-05 | 1 | -14/+13 |
* | Fix /session execution | Roberto Hueso Gómez | 2020-02-05 | 1 | -1/+4 |
* | Fix /image/restore execution and response | Roberto Hueso Gómez | 2020-02-05 | 2 | -1/+10 |
* | Fix /image/create execution and response | Roberto Hueso Gómez | 2020-02-05 | 2 | -7/+12 |
* | (BUG) Rename OG_SCRIPT_PATH to OG_PATH | Alvaro Neira Ayuso | 2020-02-04 | 1 | -2/+2 |
* | Fix /setup execution and response | Roberto Hueso Gómez | 2020-02-03 | 2 | -16/+17 |
* | Fix parseGetConf(...) configuration parsing | Roberto Hueso Gómez | 2020-02-03 | 3 | -27/+29 |
* | add space after Content-Length and Content-Type | OpenGnSys Support Team | 2020-01-28 | 1 | -2/+2 |
* | Change POST /refresh to GET /refresh | Roberto Hueso Gómez | 2020-01-21 | 2 | -6/+6 |
* | Fix /software command Linux operation | Roberto Hueso Gómez | 2020-01-21 | 2 | -4/+10 |
* | Fix /shell/run commands splitting | Roberto Hueso Gómez | 2020-01-21 | 2 | -2/+2 |
* | Fix /hardware command Linux operation | Roberto Hueso Gómez | 2020-01-21 | 2 | -3/+6 |
* | (Clean-Up) Rename all the functions in ogRest to new ones more clears | Alvaro Neira Ayuso | 2020-01-19 | 2 | -42/+32 |
* | (Clean-Up) Rename HTTPParser file to restRequest | Alvaro Neira Ayuso | 2020-01-19 | 2 | -1/+1 |
* | (Clean-Up) Modify restResponse to get the response using constructor and get ... | Alvaro Neira Ayuso | 2020-01-19 | 1 | -40/+81 |
* | (Clean-Up) Rename HTTPParser to restRequest | Alvaro Neira Ayuso | 2020-01-19 | 4 | -79/+79 |
* | (Clean-Up) Rename cmd variable to body | Alvaro Neira Ayuso | 2020-01-19 | 1 | -15/+15 |
* | (Clean-Up) Rename cmd function/variables to use "run" syntax | Alvaro Neira Ayuso | 2020-01-19 | 3 | -6/+6 |
* | (Clean-Up) Rename jsoncmd variable to json_param | Alvaro Neira Ayuso | 2020-01-19 | 1 | -14/+14 |
* | Improve /image/create command response | Alvaro Neira Ayuso | 2020-01-19 | 2 | -0/+14 |
* | Add Refresh command | Alvaro Neira Ayuso | 2020-01-19 | 2 | -16/+57 |
* | Add image/create command for creating a new image | Alvaro Neira Ayuso | 2020-01-19 | 2 | -0/+43 |
* | (BUG) Include client parameter in restore command | Alvaro Neira Ayuso | 2020-01-19 | 1 | -1/+1 |
* | Include License header | Alvaro Neira Ayuso | 2020-01-19 | 7 | -0/+54 |
* | Add stop command | Alvaro Neira Ayuso | 2020-01-19 | 2 | -35/+71 |
* | Execute cmd command using thread | Alvaro Neira Ayuso | 2020-01-19 | 1 | -19/+18 |
* | Fix echo check for process_shellrun in ogRest | Roberto Hueso Gómez | 2020-01-19 | 1 | -1/+1 |
* | Change /probe from GET to POST in ogClient | Roberto Hueso Gómez | 2020-01-19 | 1 | -3/+3 |
* | Adapt client responses to the server's | Roberto Hueso Gómez | 2020-01-19 | 1 | -6/+9 |
* | Fix ogClient socket.error typo | Roberto Hueso Gómez | 2020-01-19 | 1 | -1/+2 |
* | Change ogClient.py encoding from dos to unix | Roberto Hueso gomez | 2020-01-19 | 1 | -123/+123 |