Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-29 | Refit source files to have a public xs-apiv1 lib package. | Sebastien Douheret | 1 | -162/+0 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Add folder update support and ClientData field. | Sebastien Douheret | 1 | -7/+15 | |
- folder config can be updated using PUT /folders/:id route - ClientData field of FolderConfig can be used by client to store any data (used from example by dashboard to save build settings) | |||||
2017-11-06 | Added short project ID name support if not ambiguous. | Sebastien Douheret | 1 | -1/+5 | |
2017-11-06 | Add silly log level support. | Sebastien Douheret | 1 | -2/+2 | |
Silly logging is enable when: XDS_LOG_SILLY env var is set and log level is debug | |||||
2017-11-06 | Add Server UUID and use it build CmdID. | Sebastien Douheret | 1 | -0/+3 | |
2017-08-18 | Add folder synchronization status. | Sebastien Douheret | 1 | -0/+147 | |
Also add ability to force re-synchronization. |