summaryrefslogtreecommitdiffstats
path: root/lib
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 Douheret23-39/+39
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>
2019-04-08Fix logfile settingSebastien Douheret1-2/+9
Logic to set logs file is: - default 'stdout' (logfile option default value) - else use file (or filepath) set by --logfile option - else use LogsDir field of config file Change-Id: I980e095d97cb06774fd03921ccae6e176af91984 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-22Added support of new image_url fieldSebastien Douheret1-0/+1
Change-Id: I0a8b66ff3f593a3dc698389aa214593ca7f8ccbc Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-10-17Rework last changes about LD_LIBRARY_PATH issueSebastien Douheret3-24/+24
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-10-11Reset by default LD_LIBRARY_PATH in xds-project.confSebastien Douheret1-0/+2
New environment-setup-*-agl-linux file, used to set environment variables to use an SDK, now checks if LD_LIBRARY_PATH is set or not. And not empty LD_LIBRARY_PATH is considered as misconfigured and prevent to use SDK. Following is the error message displayed in that case : Your environment is misconfigured, you probably need to 'unset LD_LIBRARY_PATH' but please check why this was set in the first place and that it's safe to unset. The SDK will not operate correctly in most cases when LD_LIBRARY_PATH is set. For more references see: http://tldp.org/HOWTO/Program-Library-HOWTO/shared-libraries.html#AEN80 http://xahlee.info/UnixResource_dir/_/ldpath.html Change-Id: I5f89f68d95a78e9b73f89e487ec74dd314bd5c48 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-08-21terminal status: add terminal status 'Closing'guppy_6.90.0guppy/6.90.0flounder_5.99.6flounder_5.99.5flounder/5.99.6flounder/5.99.56.90.05.99.65.99.5Clément Bénier1-0/+2
add terminal status 'Closing' to match with xds-server Change-Id: I34f29cd64c66d41b340d85f31d9935814acc8749 Signed-off-by: Clément Bénier <clement.benier@iot.bzh>
2018-07-07Update/fix rpm and deb packagingSebastien Douheret1-1/+1
Change-Id: I132dc3085dddfedc869135ba3a967b0060afb72b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-18Added Supervision/Monitoring supportSebastien Douheret7-6/+370
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-04-05Added target and terminal support in DashboardSebastien Douheret4-10/+171
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-13Updated Terminal message structSebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-03-13Added api to list and reconnect a XDS-Server.Sebastien Douheret4-5/+148
Added following routes: /servers => list all known XDS-Server /servers/:id => get info of a XDS-Server /servers/:id/reconnect => force reconnection of a XDS-Server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Added target and terminal support.v1.1.0Sebastien Douheret7-11/+378
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-02-23Fixed storage of Global and XDS Server configuration.Sebastien Douheret2-0/+24
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-23Reworked SDKs events (introduced sdk-state-change)eel_5.0.1eel/5.0.15.0.1Sebastien Douheret3-24/+65
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-08Report XDS-server connection failure as an error.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret28-76/+79
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-04Fixed Xds-server re-connection.Sebastien Douheret4-35/+54
Add a callback on XDS-Server connect in order to properly register to XDS Server events in all cases (IOW on reconnection). Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-23Added new SDKs management supportv1.0.0-rc2Sebastien Douheret9-39/+239
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-15Fixed xds-server folder events detection.Sebastien Douheret5-35/+33
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-11Always resolved env vars in path of config structure.Sebastien Douheret1-4/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-11Standardized XDS config file name and location.Sebastien Douheret3-4/+4
- config file name is : agent-config.json - xds-agent settings under user's home is: $HOME/.xds/agent - xds-agent settings under etc is: /etc/xds/agent Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-05Fixed XDS Server connection lost and reconnection.Sebastien Douheret3-24/+43
2017-12-05Improved silly logging.Sebastien Douheret4-17/+16
2017-12-04Added xds-project.conf file creation.Sebastien Douheret2-3/+24
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret28-0/+476
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed /exec input stream and /signal.Sebastien Douheret5-42/+181
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Renamed apiv1 lib to xaapiv1.Sebastien Douheret18-194/+124
xa prefix (for Xds Agent) is safest to avoid confusion with xs prefix (for Xds Server) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Use Get/Post functions of common.http lib.Sebastien Douheret1-37/+22
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24Improved and fixed connection to XDS ServerSebastien Douheret1-3/+5
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-24New dashboard improvements.Sebastien Douheret12-48/+186
- 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-08Added events decoder helpers.Sebastien Douheret2-7/+42
2017-11-08Unregistered events when client WS session is closed.Sebastien Douheret4-14/+17
2017-11-08Fixed events definition and callback processing.Sebastien Douheret5-34/+77
2017-11-06Update api routes name (plural nouns)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Fixed parameter processing for passthrough api.Sebastien Douheret1-2/+14
2017-11-06Use plural nouns for all routes.Sebastien Douheret2-5/+5
2017-11-06Support short project id name if not ambiguous.Sebastien Douheret2-6/+41
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Moved all structs exposed by API into apiv1 packageSebastien Douheret21-181/+280
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-30Switch from codegangsta/cli to urfave/cli package.Sebastien Douheret2-2/+2
2017-10-20Merge branch 'master' into wipv0.3.0-rc1Sebastien Douheret2-5/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-17Add xds-agent user systemd service file and installSebastien Douheret1-17/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-16Update default syncthing port to 8386Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-16Add sanity check when adding a new pathmap project/folderSebastien Douheret3-9/+64
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret16-239/+469
2017-10-09Used patched (my) version of go-socket.io.Sebastien Douheret1-1/+1
This version fixes crash when client disconnects unexpectedly.
2017-10-09Kill right Syncthing (same url) in DEBUG_MODESebastien Douheret2-4/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-07Bump Syncthing 0.14.38Sebastien Douheret1-1/+44
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret26-504/+2624
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-19Rework search directories for agent-config.json files.Sebastien Douheret1-6/+13
Here is the logic to determine which `agent-config.json` file will be used: 1. from command line option: `--config myConfig.json` 2. `$HOME/.xds/agent/agent-config.json` file 3. `/etc/xds-agent/agent-config.json` file 4. `<xds-agent executable dir>/agent-config.json` file
2017-09-18Fix default config values.Sebastien Douheret2-18/+23
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>