Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-08-30 | Fixed again freeze when iot.bzh website is not accessiblev0.2.2 | Sebastien Douheret | 1 | -7/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Set default xds-agent port matching the default agent setting | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Remove Windows package generation (not supported) | Sebastien Douheret | 1 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Clarify shell commands location (host versus in docker) | Sebastien Douheret | 1 | -49/+83 | |
2017-08-30 | Prevent script freeze when iot.bzh website is not accessible. | Sebastien Douheret | 1 | -0/+7 | |
2017-08-29 | Bump version v0.2.1 | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-29 | Fixed path convertion/mapping for in/out and for command args. | Sebastien Douheret | 4 | -16/+79 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-26 | Fixed build error in Typescript 2.x and RxJS 5.xv0.2.0-beta | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-26 | Merge remote-tracking branch 'origin/wip' | Sebastien Douheret | 57 | -836/+2529 | |
2017-08-25 | Always open global config when an error exists | Sebastien Douheret | 2 | -5/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Add IoT logo and change top bar color. | Sebastien Douheret | 10 | -62/+98 | |
2017-08-24 | Take care of ST connection lost in ST event monitor. | Sebastien Douheret | 2 | -6/+33 | |
2017-08-24 | Redirect HTTP and Gin server logs into a file (xds-server-verbose.log). | Sebastien Douheret | 6 | -39/+39 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Fixed /exec command (don't prefix command with exec binary). | Sebastien Douheret | 1 | -3/+6 | |
adding 'exec' prevents to use "script" syntax: xds-exec -c xds-config.env -- "cd build && cmake .." But 'exec' binary is mandatory to allow to pass correctly signals to subprocess such as gdb. As workaround, exec is set for now on client side (eg. in xds-gdb). | |||||
2017-08-24 | Disabled/Greyed project when not usable. | Sebastien Douheret | 3 | -2/+27 | |
Not usable means sources are out of sync or project is not enable. | |||||
2017-08-22 | Used fix version of xds-common package | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-18 | Add folder synchronization status. | Sebastien Douheret | 18 | -146/+813 | |
Also add ability to force re-synchronization. | |||||
2017-08-16 | Moved project creation in a modal windows | Sebastien Douheret | 16 | -150/+403 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | Sebastien Douheret | 29 | -510/+961 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-08 | Added -logfile option. | Sebastien Douheret | 2 | -10/+36 | |
2017-08-08 | Define all packages version | Sebastien Douheret | 1 | -0/+4 | |
2017-08-07 | Update vsc launcher. | Sebastien Douheret | 1 | -2/+18 | |
2017-08-07 | Needs super user rights using install-agl-sdks.sh | Romain Forlot | 1 | -2/+2 | |
Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-08-07 | Improved /exec to support gdb execution. | Sebastien Douheret | 4 | -99/+226 | |
/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-08-07 | Add stdin support to /exec | Sebastien Douheret | 3 | -15/+63 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-24 | Support SDK directory with spaces | Sebastien Douheret | 1 | -5/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-09 | Set exit code | Sebastien Douheret | 2 | -0/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-07 | Add httpPort value to config example. | Sebastien Douheret | 1 | -1/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-04 | Report an error when sdkid not found. | Sebastien Douheret | 1 | -0/+6 | |
2017-07-04 | Needs super user rights using install-agl-sdks.shv0.1.0-beta | Romain Forlot | 1 | -2/+2 | |
Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-06-28 | Update README.md | Sebastien D | 1 | -21/+5 | |
Update again doc. | |||||
2017-06-28 | Update README.md | Sebastien D | 1 | -51/+28 | |
Update start instructions in README | |||||
2017-06-28 | Doc: move docker image build in build part. | Sebastien D | 1 | -14/+18 | |
2017-06-27 | Update Readme file | Ronan Le Martret | 4 | -57/+145 | |
* Add systemd service file * Add autoconfig for ssh contener * Add http port conf to xds-server-start.sh script Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 16 | -508/+18 | |
2017-06-26 | Refer xds-exec in doc instead of xds-make. | Sebastien Douheret | 1 | -4/+4 | |
xds-exec must be used instead of xds-make that is now deprecated. | |||||
2017-06-26 | Add more comments in doc. | Sebastien Douheret | 1 | -0/+4 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-26 | Fix FILE decoding when --file option is set with a full path. | Sebastien Douheret | 1 | -0/+1 | |
2017-06-26 | Document usage of --file option with Intel SDK example | Sebastien Douheret | 1 | -5/+21 | |
2017-06-26 | Intel SDK is now named corei7-64. | Sebastien Douheret | 1 | -3/+9 | |
2017-06-23 | Set SUB_VERSION as current commit ID. | Sebastien Douheret | 1 | -2/+1 | |
2017-06-23 | Prevent Syncthing auto-upgrade and restart. | Sebastien Douheret | 1 | -0/+2 | |
2017-06-23 | Display arch and version in download packages list. | Sebastien Douheret | 3 | -2/+12 | |
2017-06-23 | Fix the way to download xds-agent packages | Sebastien Douheret | 8 | -35/+123 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-22 | Fix format for json file. | Sebastien D | 1 | -1/+1 | |
2017-06-22 | Fix invalid file parameter. | Sebastien Douheret | 1 | -2/+2 | |
2017-06-22 | Fix args decoding and improve error detection. | Sebastien Douheret | 1 | -7/+12 | |
2017-06-22 | Minor doc fix about wget command. | Sebastien Douheret | 1 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-21 | Add SDK install instructions in doc | Sebastien Douheret | 1 | -12/+28 | |
2017-06-20 | Only call vendor when building all. | Sebastien Douheret | 1 | -2/+2 | |