summaryrefslogtreecommitdiffstats
path: root/lib/model
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret1-463/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add folder update support and ClientData field.Sebastien Douheret1-0/+49
- 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-0/+21
2017-11-06Fixed folder ID and label generation.Sebastien Douheret1-12/+11
Folder ID is now a simple uuid (without sub-string of label)
2017-11-06Cleanup and improvementsSebastien Douheret1-2/+1
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Allow to run xds-server without syncthing support.Sebastien Douheret1-16/+23
To disable synchting support, just don't declare "syncthing": {...} section in config.json file.
2017-09-18Fix syncthing binary path detection.Sebastien Douheret1-1/+1
2017-08-18Add folder synchronization status.Sebastien Douheret1-25/+80
Also add ability to force re-synchronization.
2017-08-16Moved project creation in a modal windowsSebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret2-110/+333
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-26Use xds-common go library.Sebastien Douheret1-1/+1
2017-06-20Remove duplicate fields and set default SDK dir.Sebastien Douheret1-2/+2
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory
2017-05-27Wait folder insync before sending exit event.Sebastien Douheret1-0/+10
By default wait folder insync. Set ExitImmediate param to true to send exit event immedialty without waiting folder synchronization.
2017-05-18Normalize relativePath projects to support Windows path.Sebastien Douheret1-0/+6
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret1-7/+2
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-0/+99
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>