Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-27 | Update dependency version for xds agent & commonflounder_5.99.1flounder/5.99.15.99.1 | 1 | -2/+2 | ||
Change-Id: I7d091b310a613cd304dce38a4a36594ff7421462 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-05-22 | go version: check if go version is greater than 1.9.0 | 1 | -3/+4 | ||
Makefile checks if go version is greater than 1.9.0 if it is not the case an error log advise to clear the glide cache with glide cc command. Change-Id: If141a2b0972139a132f21c640affdf05869db2b5 Signed-off-by: Clément Bénier <clement.benier@iot.bzh> | |||||
2018-05-15 | Add packaging files | 8 | -0/+188 | ||
* it's easier to manage native build package. Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2018-04-05 | Fixed meta tags in path to avoid conflict with spec syntaxv1.1.1 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-12 | Exit xds-cli on XDS-Server disconneciton. | 4 | -6/+45 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-09 | Added default CTRL+C signal handler. | 1 | -0/+15 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-09 | Fixed terminal output (support escape and control characters) | 7 | -67/+195 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-06 | Added bash completion support. | 2 | -0/+13 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-05 | Fixed target and terminal id arg parsing | 2 | -34/+34 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-23 | Added target and terminal supportv1.1.0 | 11 | -9/+751 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-23 | Added logfile support | 1 | -2/+19 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-23 | Fixed conflict name between exec package and local exec function. | 1 | -2/+2 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-14 | fix install script | 1 | -1/+1 | ||
Change-Id: I00e43d9df9521cfebea93d63eb5ec7bccf272a64 Signed-off-by: Loïc Collignon <loic.collignon@iot.bzh> | |||||
2018-01-26 | Sort projects and sdks list. | 2 | -1/+26 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-24 | Fixed usage of project type.eel_5.0.1eel/5.0.15.0.1 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-24 | Fixed crach when no XDS Server connected. | 1 | -0/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-24 | Fixed GOPATH setup while debugging in VSC | 1 | -5/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-23 | Added -s | --short option (useful from scripting) | 2 | -3/+22 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-23 | Used new SDK Management event. | 2 | -12/+35 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-22 | List "Installing" sdks by default. | 1 | -1/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-08 | Updated go dep (used xds-agent api ~1.0.0)v1.0.0 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Migration to AGL gerrit (update go import) | 11 | -26/+27 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Added AGL .gitreview file | 1 | -0/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Add confirmation before deleting a project or a sdk. | 3 | -0/+30 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Improved SDK installation output and add -debug option. | 1 | -10/+35 | ||
2018-01-03 | Minor fixes in sdks command output. | 1 | -1/+6 | ||
2017-12-22 | Added sdks install / uninstall / abort commands.v0.1.3 | 3 | -24/+163 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-12 | Removed useless file from Windows packagev0.1.2 | 1 | -0/+2 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-12 | Adapt early logging level of HTTP client. | 1 | -1/+6 | ||
2017-12-07 | Improved reported error on invalid XDS_AGENT_URL | 1 | -3/+10 | ||
Specifically when AGENT_URL is set to SERVER_URL and consequently connection failed with "Failed to get device ID" error. | |||||
2017-12-07 | Support ~ or $VAR for --config option value | 1 | -1/+6 | ||
2017-12-07 | Display early log when exiting earlier. | 1 | -6/+19 | ||
2017-12-06 | Fixed rpath option detection of exec command. | 1 | -1/+1 | ||
2017-12-05 | Only update Server URL when it's necessary.v0.1.1 | 1 | -2/+4 | ||
2017-12-05 | Support --config option either before or after command verb. | 1 | -0/+13 | ||
2017-12-04 | Added "misc status" (short: "m sts") command | 1 | -0/+32 | ||
2017-12-04 | Update connection options: --url/XDS_AGENT_URL and --url-server/XDS_SERVER_URL. | 5 | -28/+84 | ||
--url option (or XDS_AGENT_URL env var) must be used to setup connection with XDS agent running locally on developer host. --url-server (XDS_SERVER_URL env var) may be set to overwrite default connection settings with XDS server. | |||||
2017-12-04 | Added XDS_SDK_ID and XDS_PROJECT_ID env variables support. | 2 | -10/+15 | ||
2017-11-30 | Added Copyright headers.v0.1.0 | 9 | -5/+169 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Check go version because xds-common request go > v1.8.1 | 2 | -1/+18 | ||
2017-11-30 | Add -u short option for --url and support port number only. | 3 | -6/+16 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Used new agent lib name xaapiv1 and fix env setup. | 8 | -49/+39 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Fixed config file option or env var detection. | 2 | -20/+37 | ||
2017-11-10 | Added config and install scripts | 4 | -2/+39 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-10 | Use fix commit id to fetch xds-agent while waiting rc2. | 1 | -1/+1 | ||
2017-11-08 | Log projects events. | 2 | -1/+11 | ||
2017-11-08 | Added short options for exec and project subcommands. | 2 | -6/+6 | ||
2017-11-08 | Display help when no arg is set. | 1 | -1/+5 | ||
2017-11-06 | Improved help/description . | 2 | -10/+37 | ||
2017-11-06 | Fixed version setting. | 1 | -2/+2 | ||