aboutsummaryrefslogtreecommitdiffstats
path: root/.vscode
AgeCommit message (Collapse)AuthorFilesLines
2019-04-07Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-19/+60
Get ride of glide tool (marked as obsolete) and go module instead to populate dependency packages. See also: https://github.com/golang/go/wiki/Modules Bug-AGL: SPEC-2289 Change-Id: I8f459a9f80f501c2b6019566eaa3db3a9b986396 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-22Fix testsSebastien Douheret1-0/+1
Change-Id: I9b8dbe26bfe6d1d32cbce09a89b7d0f47d7ef4b5 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-08-21sdk_test: draft in progressClément Bénier1-1/+2
add tests for testing sdk - draft Change-Id: I81f2f4ff75d6256fd092afd5213ea4f3370fcc68 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-08-21functionnal test: initial commit for testsClément Bénier1-0/+12
Launch xds-server process and run test based on xds REST APIs. list of tests - version - config - folders(in progress) Change-Id: I4312c9ab067b2d6e157f8828c2fbe467ef187733 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-07-13Fixed GOPATH setting for VSCodeSebastien Douheret1-3/+12
Change-Id: I3f75faef18305dca2c848af64dd6feb4ea68c23d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Added target and terminal support.v1.1.0Sebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-08Avoid duplicate SDK install dir - SPEC-1252Sebastien Douheret1-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-22Make sure using space as indentation styleRomain Forlot1-1/+3
Also use the same indent rules Change-Id: I50ca200d7186ba133ea3a6f0137120d4090ed16e Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
2018-01-18Fixed GOPATH setup while debugging in VSCSebastien Douheret1-4/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
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>