Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-10-19 | Support case when .ssh and default key dont exist. | 1 | -5/+6 | ||
2017-10-19 | Fix warnings detected by shellcheck. | 1 | -22/+18 | ||
2017-10-19 | Fix: piped execution of script failed | 1 | -1/+1 | ||
2017-10-19 | Fixed auto detection of version | 1 | -5/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-19 | Fix docker images detection on Redhat like distro. | 1 | -2/+3 | ||
2017-10-17 | Bump v0.3.2v0.3.2 | 1 | -1/+1 | ||
2017-10-17 | Create xds-project.conf file on folder creation. | 1 | -0/+22 | ||
2017-10-17 | Delete folders on disk (Server side and for Syncthing folder only) | 1 | -1/+10 | ||
2017-10-17 | Update doc links for xds-agent installation | 1 | -2/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Improved docker creation script. | 1 | -18/+55 | ||
- detect uid/gid conflict - add -id option - improved help - cleanup invalid container on error (unless -nc option is set) | |||||
2017-10-17 | Fixed default syncthing local port number | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Bump v0.3.1v0.3.1 | 1 | -1/+1 | ||
2017-10-16 | Fixed xds systemd user service | 3 | -10/+33 | ||
2017-10-12 | xds-server is now start as user systemd service. | 2 | -7/+6 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-12 | Add --volume option support. | 1 | -9/+23 | ||
Also removed useless volume (residual settings of AGL SDK container) | |||||
2017-10-12 | Used non default syncthing port to avoid confict. | 5 | -5/+5 | ||
2017-10-12 | Fix ssh credential copy where hostname cannot be resolved | 1 | -3/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-12 | Default service to be started by current user. | 1 | -1/+0 | ||
As well as use the same scheme that for etc/ Change-Id: I2e133f8a394546b8d51668e193d408065cdf5e81 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-09-25 | Cosmetic fix | 2 | -1/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-22 | Allow to run xds-server without syncthing support. | 2 | -16/+105 | ||
To disable synchting support, just don't declare "syncthing": {...} section in config.json file. | |||||
2017-09-22 | Set default syncthing path. | 2 | -3/+15 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-21 | Disable compiler optimizations and inlining for debugging. | 1 | -3/+6 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-21 | Move docs into xds-docs repo (published on http://docs.automotivelinux.org) | 1 | -329/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Fix syncthing binary path detection. | 4 | -15/+26 | ||
2017-09-14 | Allow to install sdks from local file when iot download site is not available | 1 | -1/+2 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-14 | Dynamically retrieve docker image name/version | 1 | -11/+23 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Update message to download & install xds-agent. | 2 | -10/+36 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Bump to 0.3.0 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Set same uid and gid inside and outside docker | 1 | -16/+34 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Auto retrieve docker image tag | 1 | -0/+10 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Set install dir to /opt/AGL and move conf to $HOME/.xds-server | 14 | -140/+117 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Add packaging files used by OBS. | 5 | -6/+30 | ||
xds-server is now packaging in OBS: https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-12 | Fixed notes about docker user id setup | 1 | -2/+6 | ||
2017-09-12 | Add note in README about docker user id | 1 | -0/+19 | ||
If you plan to use path-mapping sharing type for your projects, you need to have the same user id and group id inside and outside docker. | |||||
2017-08-31 | Update container creation command line in README. | 1 | -1/+1 | ||
2017-08-30 | Bump docker container version to 4.0 and update doc. | 2 | -7/+11 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Fixed again freeze when iot.bzh website is not accessiblev0.2.2 | 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 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Remove Windows package generation (not supported) | 1 | -3/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Clarify shell commands location (host versus in docker) | 1 | -49/+83 | ||
2017-08-30 | Prevent script freeze when iot.bzh website is not accessible. | 1 | -0/+7 | ||
2017-08-29 | Bump version v0.2.1 | 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. | 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 | 1 | -2/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-26 | Merge remote-tracking branch 'origin/wip' | 57 | -836/+2529 | ||
2017-08-25 | Always open global config when an error exists | 2 | -5/+5 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Add IoT logo and change top bar color. | 10 | -62/+98 | ||
2017-08-24 | Take care of ST connection lost in ST event monitor. | 2 | -6/+33 | ||
2017-08-24 | Redirect HTTP and Gin server logs into a file (xds-server-verbose.log). | 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). | 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). |