summaryrefslogtreecommitdiffstats
path: root/.vscode
AgeCommit message (Collapse)AuthorFilesLines
2018-01-05Update vendor/debug rule according to gerrit migration.Sebastien Douheret1-3/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-04Improved and fixed local SDK tarball installation.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-22Added SDKs management support.Sebastien Douheret2-1/+8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-16Fixed and improved events management.Sebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-08Support old folder type encoding (backward compatibility)Sebastien Douheret1-1/+1
2017-12-05Improved Silly logging.Sebastien Douheret1-1/+1
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add folder update support and ClientData field.Sebastien Douheret1-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-06Kill right Syncthing (same url) in DEBUG modeSebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-22Set default syncthing path.Sebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-24Redirect HTTP and Gin server logs into a file (xds-server-verbose.log).Sebastien Douheret1-18/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-18Add folder synchronization status.Sebastien Douheret1-57/+57
Also add ability to force re-synchronization.
2017-08-16Moved project creation in a modal windowsSebastien Douheret1-1/+0
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-1/+16
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-07Update vsc launcher.Sebastien Douheret1-2/+18
2017-08-07Improved /exec to support gdb execution.Sebastien Douheret1-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-23Fix the way to download xds-agent packagesSebastien Douheret1-4/+26
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-22Allow to set Syncthing rescanInterval parameter.Sebastien Douheret1-1/+1
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret1-2/+2
2017-05-17Add SDKs support.Sebastien Douheret1-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-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-11Initial main commit.Sebastien Douheret2-0/+59
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>