summaryrefslogtreecommitdiffstats
AgeCommit message (Collapse)AuthorFilesLines
2017-06-07Use bundle version of Rxjs.Sebastien Douheret3-6/+19
2017-06-07Allow to not update xds-agent tarball on startup.Sebastien Douheret1-14/+17
Also set debug loglevel to info
2017-06-07Bump versionSebastien Douheret1-1/+1
2017-06-07Add windows and packaging build support.Sebastien Douheret3-22/+84
2017-05-31Increase timeout for Syncthing startup.v0.0.1-alphaSebastien Douheret1-2/+3
Syncthing may take more time to start for example on slow network connection.
2017-05-31Fix navbar menu when width is smallSebastien Douheret2-5/+14
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-30Fix crash with /makeSebastien Douheret1-7/+27
2017-05-28Add docker load instruction in READMESebastien Douheret1-1/+9
2017-05-28Add script to get xds-agent tarballs.Sebastien Douheret7-7/+83
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-28Update welcome carousel.Sebastien Douheret4-11/+30
2017-05-28Set script as executableSebastien Douheret1-0/+0
2017-05-27Improved devel/build panel (support PreBuild/Build/Populate)Sebastien Douheret5-13/+76
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-27Add doc to create & start XDS AGL docker container.Sebastien Douheret3-1/+87
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-26Fix webapp location for install and startup.Sebastien Douheret2-8/+12
2017-05-26Retrieve dynamically SDKs files list (more generic)Sebastien Douheret1-8/+27
2017-05-25Rework development page: Pre-build, Build, Populate.Sebastien Douheret36-198/+555
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-25Auto detect XDS-Agent tarballs and fix URL.Sebastien Douheret3-32/+61
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Fix Agent download link when no tarball detected.Sebastien Douheret2-6/+15
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Add XDS-agent tarball download featureSebastien Douheret13-27/+401
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Allow to set Syncthing rescanInterval parameter.Sebastien Douheret5-8/+20
2017-05-22Fix crash when retrieving installed sdks.Sebastien Douheret1-0/+1
2017-05-19Fix Makefile install commandsSebastien Douheret1-1/+2
2017-05-19Allow to set make arguments and rework build page.Sebastien Douheret3-49/+88
2017-05-18Normalize relativePath projects to support Windows path.Sebastien Douheret2-0/+22
2017-05-18Added prints on startupSebastien Douheret2-2/+5
2017-05-18Update Makefile to be smarter with syncthing compilation.Sebastien Douheret1-8/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Bump to Syncthing 0.14.28Sebastien Douheret3-3/+3
2017-05-18Fix SDKs init when no sdk found in Webapp.Sebastien Douheret2-4/+12
2017-05-18Fix ResolveEnvVar when param is empty.Sebastien Douheret1-1/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Fix copy of agl directory in make installSebastien Douheret1-1/+1
2017-05-18Fix syncthing-inotify version and install rule.Sebastien Douheret1-6/+10
2017-05-18Update script now that #164 fix has been merged.Sebastien Douheret1-22/+6
2017-05-18Improved ResolveEnvVar and add support of tilde (~/...)Sebastien Douheret2-24/+42
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret23-50/+360
2017-05-17Use autogenerated Synchting apikey.Sebastien Douheret3-7/+30
Except if gui-apikey is set in config.json file. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Add AGL specfic scriptsSebastien Douheret4-39/+112
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Add SDKs support.Sebastien Douheret14-73/+255
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 Douheret17-236/+512
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-16Use patched version of syncthing-inotify.Sebastien Douheret2-2/+37
Bug #164 has not been properly merged yet. So patch this bug manually. See also https://github.com/syncthing/syncthing-inotify/pull/165
2017-05-15Update doc: add current dir in config.json discovery logic.Sebastien Douheret2-2/+4
2017-05-15Rework Version and Sub-version setup.Sebastien Douheret2-16/+23
2017-05-15CleanupSebastien Douheret2-11/+6
2017-05-15Fix invalid json encoding definitionSebastien Douheret2-6/+10
2017-05-13Document script directorySebastien Douheret1-0/+2
2017-05-13Allow to not start server (useful for debugging).Sebastien Douheret1-6/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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-12Add target to get Syncthing and start server script.Sebastien Douheret4-26/+131
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-12Add install ruleSebastien Douheret1-15/+10
Installation directory can be changed using INSTALL_DIR and INSTALL_WEBAPP_DIR env variables Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>