summaryrefslogtreecommitdiffstats
path: root/.vscode
AgeCommit message (Collapse)AuthorFilesLines
2019-04-08Use 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-1/+3
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: I9c16bb0759c34cab48b5bd03fc29993c38608c6e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-17Rework last changes about LD_LIBRARY_PATH issueSebastien Douheret1-11/+8
Last fix that just add unset LD_LIBRARY_PATH in xds-project.conf file was not good enough. Fix problem in xds-server (see https://gerrit.automotivelinux.org/gerrit/#/c/17253/) and this commit just add propagation of new LdLibPathNoReset field in xds-agent. Change-Id: I8312e7d37a54ea6532b8988ca1c825b5d7d51c5d Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-07-13Rationalize VSCode settings for all xds repoflounder_5.99.3flounder_5.99.2flounder/5.99.3flounder/5.99.25.99.35.99.2Sebastien Douheret1-7/+10
Change-Id: I505078936d01d722ba66629d5606ea8c38d1fc60 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-18Added Supervision/Monitoring supportSebastien Douheret1-48/+58
Added new API supervisor/* to control and get status of AGL XDS Supervisor. Also add new panel in dashboard to control and visualized data collected by the supervision (visualiazation is based on Granafa). Change-Id: I093470f6e384e96a0856b233390e85a98911162e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Added target and terminal support.v1.1.0Sebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-18Fixed GOPATH setup while debugging in VSCSebastien Douheret1-2/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-2/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-23Added new SDKs management supportv1.0.0-rc2Sebastien Douheret1-12/+60
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-05Improved silly logging.Sebastien Douheret1-1/+2
2017-11-29Fixed /exec input stream and /signal.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Add VSCode plugin list and fixed jsbeautify config.Sebastien Douheret1-0/+4
2017-11-24New dashboard improvements.Sebastien Douheret1-43/+9
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-20New dashboard look & feelSebastien Douheret1-72/+77
Dashboard is a fork of ngx-admin release v2.0.1 (sha be7649a9a2da835) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-14Fixed webapp build and error message.Sebastien Douheret1-2/+4
2017-11-10Moved Dashboad webapp on Angular 5 !Sebastien Douheret1-57/+69
Webapp loading time decreased from 2.7s to 1.5sec ! Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Moved all structs exposed by API into apiv1 packageSebastien Douheret1-1/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret2-2/+7
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret2-5/+23
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-23Add API KEY support to allow CORS requests.Sebastien Douheret1-17/+34
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-15Initial commit.Sebastien Douheret2-0/+42
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>