Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-16 | Moved project creation in a modal windows | 16 | -150/+403 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | 29 | -510/+961 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-08 | Added -logfile option. | 2 | -10/+36 | ||
2017-08-08 | Define all packages version | 1 | -0/+4 | ||
2017-08-07 | Update vsc launcher. | 1 | -2/+18 | ||
2017-08-07 | Needs super user rights using install-agl-sdks.sh | 1 | -2/+2 | ||
Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-07 | Improved /exec to support gdb execution. | 4 | -99/+226 | ||
/exec now supports stdin and stdout/stderr tunneling over an websocket (socketio). This also supports redirection of inferior process output (stdout only) in particular case of gdb command (set gdb --tty option). | |||||
2017-08-07 | Add stdin support to /exec | 3 | -15/+63 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-24 | Support SDK directory with spaces | 1 | -5/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-09 | Set exit code | 2 | -0/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-07 | Add httpPort value to config example. | 1 | -1/+2 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-04 | Report an error when sdkid not found. | 1 | -0/+6 | ||
2017-06-28 | Update README.md | 1 | -21/+5 | ||
Update again doc. | |||||
2017-06-28 | Update README.md | 1 | -51/+28 | ||
Update start instructions in README | |||||
2017-06-28 | Doc: move docker image build in build part. | 1 | -14/+18 | ||
2017-06-27 | Update Readme file | 4 | -57/+145 | ||
* Add systemd service file * Add autoconfig for ssh contener * Add http port conf to xds-server-start.sh script Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-06-26 | Use xds-common go library. | 16 | -508/+18 | ||
2017-06-26 | Refer xds-exec in doc instead of xds-make. | 1 | -4/+4 | ||
xds-exec must be used instead of xds-make that is now deprecated. | |||||
2017-06-26 | Add more comments in doc. | 1 | -0/+4 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-26 | Fix FILE decoding when --file option is set with a full path. | 1 | -0/+1 | ||
2017-06-26 | Document usage of --file option with Intel SDK example | 1 | -5/+21 | ||
2017-06-26 | Intel SDK is now named corei7-64. | 1 | -3/+9 | ||
2017-06-23 | Set SUB_VERSION as current commit ID. | 1 | -2/+1 | ||
2017-06-23 | Prevent Syncthing auto-upgrade and restart. | 1 | -0/+2 | ||
2017-06-23 | Display arch and version in download packages list. | 3 | -2/+12 | ||
2017-06-23 | Fix the way to download xds-agent packages | 8 | -35/+123 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-22 | Fix format for json file. | 1 | -1/+1 | ||
2017-06-22 | Fix invalid file parameter. | 1 | -2/+2 | ||
2017-06-22 | Fix args decoding and improve error detection. | 1 | -7/+12 | ||
2017-06-22 | Minor doc fix about wget command. | 1 | -3/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-21 | Add SDK install instructions in doc | 1 | -12/+28 | ||
2017-06-20 | Only call vendor when building all. | 1 | -2/+2 | ||
2017-06-20 | Remove duplicate fields and set default SDK dir. | 7 | -41/+47 | ||
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory | |||||
2017-06-20 | Update xds-agent tarballs by default. | 1 | -1/+1 | ||
2017-06-20 | Create XDT_SDK dir when not existing. | 1 | -0/+2 | ||
2017-06-20 | Fiw webapp/install rule. | 1 | -1/+1 | ||
test xxx && yyy doesn't work because "&&" characters seems interpreted by make. Workaround is to write test statement with if syntax. | |||||
2017-06-20 | Add script to start AGL worker XDS docker container. | 1 | -0/+102 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-20 | Rework doc / README | 1 | -87/+105 | ||
2017-06-16 | Bump syncthing-inotify version to 0.8.6 | 2 | -17/+41 | ||
2017-06-16 | Fix package generation. | 1 | -5/+6 | ||
2017-06-16 | Fix glide install detection | 1 | -3/+6 | ||
2017-06-16 | Used standard DESTDIR variable for make install | 2 | -12/+26 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-16 | Improved script and add -file option. | 1 | -16/+37 | ||
2017-06-15 | Auto add var named CLIENT_PROJECT_DIR to environment. | 1 | -0/+3 | ||
2017-06-07 | Fix version / sub-version retrieval. | 1 | -1/+1 | ||
2017-06-07 | Use bundle version of Rxjs. | 3 | -6/+19 | ||
2017-06-07 | Allow to not update xds-agent tarball on startup. | 1 | -14/+17 | ||
Also set debug loglevel to info | |||||
2017-06-07 | Bump version | 1 | -1/+1 | ||
2017-06-07 | Add windows and packaging build support. | 3 | -22/+84 | ||
2017-05-31 | Increase timeout for Syncthing startup.v0.0.1-alpha | 1 | -2/+3 | ||
Syncthing may take more time to start for example on slow network connection. |