Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-23 | Added target and terminal support.v1.1.0 | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-08 | Avoid duplicate SDK install dir - SPEC-1252 | Sebastien Douheret | 1 | -4/+16 | |
- install sdk in a directory that includes a unique id (built from install url or path). SDKs are now install under: <SDK_ROOT_DIR>/<PROFILE>/<VERSION>/<ARCH>/<UID> Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-22 | Make sure using space as indentation style | Romain Forlot | 1 | -1/+3 | |
Also use the same indent rules Change-Id: I50ca200d7186ba133ea3a6f0137120d4090ed16e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2018-01-18 | Fixed GOPATH setup while debugging in VSC | Sebastien Douheret | 1 | -4/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Update vendor/debug rule according to gerrit migration. | Sebastien Douheret | 1 | -3/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-04 | Improved and fixed local SDK tarball installation. | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-22 | Added SDKs management support. | Sebastien Douheret | 2 | -1/+8 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-16 | Fixed and improved events management. | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-08 | Support old folder type encoding (backward compatibility) | Sebastien Douheret | 1 | -1/+1 | |
2017-12-05 | Improved Silly logging. | Sebastien Douheret | 1 | -1/+1 | |
2017-11-29 | Refit source files to have a public xs-apiv1 lib package. | Sebastien Douheret | 1 | -1/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Add folder update support and ClientData field. | Sebastien Douheret | 1 | -58/+30 | |
- folder config can be updated using PUT /folders/:id route - ClientData field of FolderConfig can be used by client to store any data (used from example by dashboard to save build settings) | |||||
2017-11-06 | Kill right Syncthing (same url) in DEBUG mode | Sebastien Douheret | 1 | -1/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-22 | Set default syncthing path. | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Redirect HTTP and Gin server logs into a file (xds-server-verbose.log). | Sebastien Douheret | 1 | -18/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-18 | Add folder synchronization status. | Sebastien Douheret | 1 | -57/+57 | |
Also add ability to force re-synchronization. | |||||
2017-08-16 | Moved project creation in a modal windows | Sebastien Douheret | 1 | -1/+0 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | Sebastien Douheret | 1 | -1/+16 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-07 | Update vsc launcher. | Sebastien Douheret | 1 | -2/+18 | |
2017-08-07 | Improved /exec to support gdb execution. | Sebastien Douheret | 1 | -3/+3 | |
/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-06-23 | Fix the way to download xds-agent packages | Sebastien Douheret | 1 | -4/+26 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Allow to set Syncthing rescanInterval parameter. | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Add Cross SDKs support (part 2) | Sebastien Douheret | 1 | -2/+2 | |
2017-05-17 | Add SDKs support. | Sebastien Douheret | 1 | -1/+2 | |
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 | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-11 | Initial main commit. | Sebastien Douheret | 2 | -0/+59 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |