summaryrefslogtreecommitdiffstats
path: root/lib/agent/apiv1-exec.go
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-2/+2
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/+12
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-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-4/+4
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-05Improved silly logging.Sebastien Douheret1-6/+2
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret1-0/+17
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed /exec input stream and /signal.Sebastien Douheret1-40/+119
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24New dashboard improvements.Sebastien Douheret1-7/+11
- 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-08Fixed events definition and callback processing.Sebastien Douheret1-13/+38
2017-11-06Moved all structs exposed by API into apiv1 packageSebastien Douheret1-15/+9
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret1-17/+49
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-0/+99
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>