summaryrefslogtreecommitdiffstats
path: root/lib/apiv1/events.go
AgeCommit message (Collapse)AuthorFilesLines
2017-11-24Add folder update support and ClientData field.Sebastien Douheret1-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-06Added short project ID name support if not ambiguous.Sebastien Douheret1-1/+5
2017-11-06Add silly log level support.Sebastien Douheret1-2/+2
Silly logging is enable when: XDS_LOG_SILLY env var is set and log level is debug
2017-11-06Add Server UUID and use it build CmdID.Sebastien Douheret1-0/+3
2017-08-18Add folder synchronization status.Sebastien Douheret1-0/+147
Also add ability to force re-synchronization.