Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix /shell/run commands splitting | Roberto Hueso Gómez | 2020-01-21 | 1 | -1/+1 |
| | | | | This patch splits shell commands either with ';' or '\n'. | ||||
* | Add test for sequential /shell/run requests | Roberto Hueso Gómez | 2020-01-19 | 1 | -2/+25 |
| | | | | | | This also fixes test bugs in the cases: - Malformed json - No json | ||||
* | Include License header | Alvaro Neira Ayuso | 2020-01-19 | 1 | -0/+8 |
| | |||||
* | Add /shell/run tests | Roberto Hueso Gómez | 2020-01-19 | 1 | -0/+65 |
These tests cover: - Correct request with echo - Correct request without echo - No json request - Malformed json request |