Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add ogcli list hardware command | Roberto Hueso Gómez | 2020-07-08 | 1 | -0/+16 |
| | | | | | | | This requests GET /hardware by calling something like: ogcli list hardware --scope-id=6 It is important to notice that 'scope-id' must be a "computer" type scope id. | ||||
* | Add ogcli set mode command | Roberto Hueso Gómez | 2020-07-06 | 1 | -0/+24 |
| | | | | | This requests POST /modes and changes a scope mode by calling something like: ogcli set modes --scope-id=1 --scope-type=computer --mode=pxe | ||||
* | add license header to source code files | OpenGnSys Support Team | 2020-07-01 | 3 | -0/+24 |
| | |||||
* | Rename files to remove 'og' prefix | Roberto Hueso Gómez | 2020-06-30 | 4 | -0/+18 |
This prefix is redundant on almost every file, so the prefix is removed from filenames and imports. |