aboutsummaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Collapse)AuthorFilesLines
2017-05-27Wait folder insync before sending exit event.Sebastien Douheret5-15/+165
By default wait folder insync. Set ExitImmediate param to true to send exit event immedialty without waiting folder synchronization.
2017-05-25Rework development page: Pre-build, Build, Populate.Sebastien Douheret7-40/+64
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-25Auto detect XDS-Agent tarballs and fix URL.Sebastien Douheret1-16/+46
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Add XDS-agent tarball download featureSebastien Douheret2-0/+38
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Allow to set Syncthing rescanInterval parameter.Sebastien Douheret3-6/+14
2017-05-22Fix crash when retrieving installed sdks.Sebastien Douheret1-0/+1
2017-05-18Normalize relativePath projects to support Windows path.Sebastien Douheret2-0/+22
2017-05-18Added prints on startupSebastien Douheret1-0/+2
2017-05-18Fix ResolveEnvVar when param is empty.Sebastien Douheret1-1/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Improved ResolveEnvVar and add support of tilde (~/...)Sebastien Douheret2-24/+42
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret10-36/+125
2017-05-17Use autogenerated Synchting apikey.Sebastien Douheret2-6/+28
Except if gui-apikey is set in config.json file. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Add SDKs support.Sebastien Douheret9-57/+218
Don't allow to install SDKs through XDS for now. Only probe existing SDKs that have been manually installed using scripts/agl/install-agl-sdks.sh. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret12-213/+342
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-15Update doc: add current dir in config.json discovery logic.Sebastien Douheret1-1/+2
2017-05-15Fix invalid json encoding definitionSebastien Douheret2-6/+10
2017-05-13Fix invalid rootPath when creating a new project.Sebastien Douheret2-0/+10
2017-05-13Detect undefined env variables used in config.jsonSebastien Douheret1-8/+26
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-11Initial main commit.Sebastien Douheret18-0/+2030
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>