summaryrefslogtreecommitdiffstats
path: root/lib/apiv1/make.go
AgeCommit message (Collapse)AuthorFilesLines
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-5/+7
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-07Add stdin support to /execSebastien Douheret1-8/+8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-26Use xds-common go library.Sebastien Douheret1-1/+1
2017-05-30Fix crash with /makeSebastien Douheret1-7/+27
2017-05-27Wait folder insync before sending exit event.Sebastien Douheret1-2/+25
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 Douheret1-14/+17
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret1-5/+7
2017-05-17Add SDKs support.Sebastien Douheret1-0/+4
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 Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-15Fix invalid json encoding definitionSebastien Douheret1-3/+5
2017-05-11Initial main commit.Sebastien Douheret1-0/+151
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>