Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-06 | Always set sub-version | Sebastien Douheret | 1 | -0/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Extract version from git tag. | Sebastien Douheret | 1 | -17/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Used uuid of SDK ID and support short ID name if not ambiguous. | Sebastien Douheret | 3 | -28/+60 | |
2017-11-06 | Use plural nouns for all routes. | Sebastien Douheret | 1 | -5/+5 | |
2017-11-06 | Added short project ID name support if not ambiguous. | Sebastien Douheret | 5 | -17/+62 | |
2017-11-06 | Fixed folder ID and label generation. | Sebastien Douheret | 5 | -18/+31 | |
Folder ID is now a simple uuid (without sub-string of label) | |||||
2017-11-06 | Add sanity check on pathmap folder creation. | Sebastien Douheret | 2 | -12/+38 | |
2017-11-06 | Add silly log level support. | Sebastien Douheret | 4 | -36/+42 | |
Silly logging is enable when: XDS_LOG_SILLY env var is set and log level is debug | |||||
2017-11-06 | Add Server UUID and use it build CmdID. | Sebastien Douheret | 8 | -15/+35 | |
2017-11-06 | Kill right Syncthing (same url) in DEBUG mode | Sebastien Douheret | 3 | -11/+13 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Bump Syncthing 0.14.38 | Sebastien Douheret | 3 | -9/+9 | |
2017-11-06 | Fix syncthing logger | Sebastien Douheret | 2 | -6/+6 | |
2017-11-06 | Cleanup and improvements | Sebastien Douheret | 13 | -98/+130 | |
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Moved web Dashboard to xds-agent | Sebastien Douheret | 53 | -3749/+102 | |
Xds-Server now only provides a minimal page to get basic instructions. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-19 | Fix ssh command when execited with a wget pipev0.3.3 | Sebastien Douheret | 1 | -3/+3 | |
2017-10-19 | Support case when .ssh and default key dont exist. | Sebastien Douheret | 1 | -5/+6 | |
2017-10-19 | Fix warnings detected by shellcheck. | Sebastien Douheret | 1 | -22/+18 | |
2017-10-19 | Fix: piped execution of script failed | Forlot Romain [IoT.bzh] | 1 | -1/+1 | |
2017-10-19 | Fixed auto detection of version | Sebastien Douheret | 1 | -5/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-19 | Fix docker images detection on Redhat like distro. | Sebastien Douheret | 1 | -2/+3 | |
2017-10-17 | Bump v0.3.2v0.3.2 | Sebastien Douheret | 1 | -1/+1 | |
2017-10-17 | Create xds-project.conf file on folder creation. | Sebastien Douheret | 1 | -0/+22 | |
2017-10-17 | Delete folders on disk (Server side and for Syncthing folder only) | Sebastien Douheret | 1 | -1/+10 | |
2017-10-17 | Update doc links for xds-agent installation | Sebastien Douheret | 1 | -2/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Improved docker creation script. | Sebastien Douheret | 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 | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Bump v0.3.1v0.3.1 | Sebastien Douheret | 1 | -1/+1 | |
2017-10-16 | Fixed xds systemd user service | Sebastien Douheret | 3 | -10/+33 | |
2017-10-12 | xds-server is now start as user systemd service. | Sebastien Douheret | 2 | -7/+6 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-12 | Add --volume option support. | Sebastien Douheret | 1 | -9/+23 | |
Also removed useless volume (residual settings of AGL SDK container) | |||||
2017-10-12 | Used non default syncthing port to avoid confict. | Sebastien Douheret | 5 | -5/+5 | |
2017-10-12 | Fix ssh credential copy where hostname cannot be resolved | Sebastien Douheret | 1 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-12 | Default service to be started by current user. | Romain Forlot | 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 | Sebastien Douheret | 2 | -1/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-22 | Allow to run xds-server without syncthing support. | Sebastien Douheret | 2 | -16/+105 | |
To disable synchting support, just don't declare "syncthing": {...} section in config.json file. | |||||
2017-09-22 | Set default syncthing path. | Sebastien Douheret | 2 | -3/+15 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-21 | Disable compiler optimizations and inlining for debugging. | Sebastien Douheret | 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) | Sebastien Douheret | 1 | -329/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Fix syncthing binary path detection. | Sebastien Douheret | 4 | -15/+26 | |
2017-09-14 | Allow to install sdks from local file when iot download site is not available | Sebastien Douheret | 1 | -1/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-14 | Dynamically retrieve docker image name/version | Sebastien Douheret | 1 | -11/+23 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Update message to download & install xds-agent. | Sebastien Douheret | 2 | -10/+36 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Bump to 0.3.0 | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Set same uid and gid inside and outside docker | Sebastien Douheret | 1 | -16/+34 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Auto retrieve docker image tag | Sebastien Douheret | 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 | Sebastien Douheret | 14 | -140/+117 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Add packaging files used by OBS. | Sebastien Douheret | 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 | Sebastien D | 1 | -2/+6 | |
2017-09-12 | Add note in README about docker user id | Sebastien D | 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. | Sebastien D | 1 | -1/+1 | |