Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-05-25 | Auto detect XDS-Agent tarballs and fix URL. | Sebastien Douheret | 3 | -32/+61 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Fix Agent download link when no tarball detected. | Sebastien Douheret | 2 | -6/+15 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Add XDS-agent tarball download feature | Sebastien Douheret | 13 | -27/+401 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Allow to set Syncthing rescanInterval parameter. | Sebastien Douheret | 5 | -8/+20 | |
2017-05-22 | Fix crash when retrieving installed sdks. | Sebastien Douheret | 1 | -0/+1 | |
2017-05-19 | Fix Makefile install commands | Sebastien Douheret | 1 | -1/+2 | |
2017-05-19 | Allow to set make arguments and rework build page. | Sebastien Douheret | 3 | -49/+88 | |
2017-05-18 | Normalize relativePath projects to support Windows path. | Sebastien Douheret | 2 | -0/+22 | |
2017-05-18 | Added prints on startup | Sebastien Douheret | 2 | -2/+5 | |
2017-05-18 | Update Makefile to be smarter with syncthing compilation. | Sebastien Douheret | 1 | -8/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-18 | Bump to Syncthing 0.14.28 | Sebastien Douheret | 3 | -3/+3 | |
2017-05-18 | Fix SDKs init when no sdk found in Webapp. | Sebastien Douheret | 2 | -4/+12 | |
2017-05-18 | Fix ResolveEnvVar when param is empty. | Sebastien Douheret | 1 | -1/+4 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-18 | Fix copy of agl directory in make install | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Fix syncthing-inotify version and install rule. | Sebastien Douheret | 1 | -6/+10 | |
2017-05-18 | Update script now that #164 fix has been merged. | Sebastien Douheret | 1 | -22/+6 | |
2017-05-18 | Improved ResolveEnvVar and add support of tilde (~/...) | Sebastien Douheret | 2 | -24/+42 | |
2017-05-18 | Add Cross SDKs support (part 2) | Sebastien Douheret | 23 | -50/+360 | |
2017-05-17 | Use autogenerated Synchting apikey. | Sebastien Douheret | 3 | -7/+30 | |
Except if gui-apikey is set in config.json file. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Add AGL specfic scripts | Sebastien Douheret | 4 | -39/+112 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Add SDKs support. | Sebastien Douheret | 14 | -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-17 | Auto start Syncthing and Syncthing-inotify. | Sebastien Douheret | 17 | -236/+512 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-16 | Use patched version of syncthing-inotify. | Sebastien Douheret | 2 | -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-15 | Update doc: add current dir in config.json discovery logic. | Sebastien Douheret | 2 | -2/+4 | |
2017-05-15 | Rework Version and Sub-version setup. | Sebastien Douheret | 2 | -16/+23 | |
2017-05-15 | Cleanup | Sebastien Douheret | 2 | -11/+6 | |
2017-05-15 | Fix invalid json encoding definition | Sebastien Douheret | 2 | -6/+10 | |
2017-05-13 | Document script directory | Sebastien Douheret | 1 | -0/+2 | |
2017-05-13 | Allow to not start server (useful for debugging). | Sebastien Douheret | 1 | -6/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-13 | Fix invalid rootPath when creating a new project. | Sebastien Douheret | 2 | -0/+10 | |
2017-05-13 | Detect undefined env variables used in config.json | Sebastien Douheret | 1 | -8/+26 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-12 | Add target to get Syncthing and start server script. | Sebastien Douheret | 4 | -26/+131 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-12 | Add install rule | Sebastien Douheret | 1 | -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> | |||||
2017-05-12 | Fix distclean | Sebastien Douheret | 1 | -1/+1 | |
2017-05-12 | Ignored private directory or file | Sebastien Douheret | 1 | -0/+4 | |
Handle directories or files prefixed by two underscores (eg. __xxx ) as private. | |||||
2017-05-12 | Fix doc and repo url | Sebastien Douheret | 2 | -7/+7 | |
2017-05-11 | Fixed connection retry to local Syncthing. | Sebastien Douheret | 2 | -31/+41 | |
2017-05-11 | Initial main commit. | Sebastien Douheret | 59 | -0/+4609 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-11 | Initial commit | Sebastien D | 1 | -0/+201 | |