Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-06 | Moved all structs exposed by API into apiv1 package | Sebastien Douheret | 22 | -182/+282 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-30 | Switch from codegangsta/cli to urfave/cli package. | Sebastien Douheret | 4 | -4/+4 | |
2017-10-20 | Extract version from git tag. | Sebastien Douheret | 1 | -17/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-20 | Merge branch 'master' into wipv0.3.0-rc1 | Sebastien Douheret | 9 | -15/+71 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Fix build release and packaging | Sebastien Douheret | 1 | -3/+7 | |
2017-10-17 | Bump 0.2.0v0.2.0 | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Add xds-agent user systemd service file and install | Sebastien Douheret | 8 | -26/+65 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Update default syncthing port to 8386 | Sebastien Douheret | 2 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Add sanity check when adding a new pathmap project/folder | Sebastien Douheret | 5 | -11/+67 | |
2017-10-11 | Fixed Syncthing folder status events and exec command. | Sebastien Douheret | 22 | -716/+480 | |
2017-10-09 | Used patched (my) version of go-socket.io. | Sebastien Douheret | 2 | -3/+3 | |
This version fixes crash when client disconnects unexpectedly. | |||||
2017-10-09 | Kill right Syncthing (same url) in DEBUG_MODE | Sebastien Douheret | 2 | -4/+6 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-07 | Bump Syncthing 0.14.38 | Sebastien Douheret | 3 | -4/+47 | |
2017-10-06 | Added webapp Dashboard + logic to interact with server. | Sebastien Douheret | 82 | -596/+6167 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-06 | Bump to v0.2.0 | Sebastien Douheret | 1 | -1/+1 | |
Change to 0.2.0 due to changes about agent-config.json file search logic (see commit 3f1c6dbe6b6) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-06 | Disable compiler optimizations and inlining for debugging. | Sebastien Douheret | 1 | -3/+6 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-03 | Added systemd service file | Romain Forlot | 1 | -0/+9 | |
Change-Id: I4e9599ccb620c2a5d1bd78fd76d143c74ce49e92 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> | |||||
2017-09-21 | Move docs into xds-docs repo (published on http://docs.automotivelinux.org) | Sebastien Douheret | 1 | -159/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-19 | Rework search directories for agent-config.json files. | Sebastien Douheret | 2 | -7/+14 | |
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-18 | Fix default config values. | Sebastien Douheret | 3 | -20/+25 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Improved syncthing binary path detection. | Sebastien Douheret | 2 | -17/+21 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-13 | Update download methods of none linux platforms | Sebastien D | 1 | -6/+2 | |
2017-08-31 | Fix install package command for debian in README | Sebastien D | 1 | -2/+1 | |
2017-08-30 | Fixed syncthing binDir when set to '.'0.1.0 | Sebastien Douheret | 2 | -2/+11 | |
2017-08-30 | Used xds-common version 0.1.0 or more recent | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Set default xds-apikey when not set by config. | Sebastien Douheret | 1 | -0/+6 | |
2017-08-30 | Update Readme | Sebastien Douheret | 1 | -15/+35 | |
2017-08-29 | Fix subversion setting | Sebastien Douheret | 1 | -1/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-25 | Fixed xds-common version and use last one | Sebastien Douheret | 3 | -2/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-25 | Reset option to allow synthing restart | Sebastien Douheret | 1 | -1/+0 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-09 | Clarify that xds-agent is client tool. | Sebastien D | 1 | -1/+1 | |
2017-08-07 | Added missing quote in help | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-30 | Update README.md | Sebastien D | 1 | -2/+2 | |
Package name has no longer -bin suffix. | |||||
2017-06-27 | Update documentation | Ronan Le Martret | 1 | -2/+54 | |
* install xds-agent from packaging Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 8 | -341/+13 | |
2017-06-23 | Set SUB_VERSION as current commit ID. | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-23 | Add missing vendor dependency | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-23 | Add default Syncthing api in config.json example. | Sebastien Douheret | 1 | -1/+2 | |
2017-06-23 | Fix glide path for non Linux OSes | Sebastien Douheret | 1 | -4/+4 | |
2017-06-23 | Support $HOME on Windows host. | Sebastien Douheret | 1 | -1/+9 | |
2017-06-23 | Add workaround for Syncthing apikey setting. | Sebastien Douheret | 1 | -1/+33 | |
2017-06-23 | Fix glide path | Ronan Le Martret | 1 | -4/+4 | |
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> | |||||
2017-06-22 | Rework README | Sebastien Douheret | 3 | -50/+58 | |
2017-06-20 | Only execute vendor rule when building all. | Sebastien Douheret | 1 | -2/+2 | |
2017-06-16 | Bump xds-agent and syncthing-inotify version | Sebastien Douheret | 2 | -12/+17 | |
2017-06-16 | Fix glide install detection | Sebastien Douheret | 1 | -3/+6 | |
2017-06-16 | Used standard DESTDIR variable in make install | Sebastien Douheret | 2 | -5/+14 | |
2017-06-15 | Fix sub version setting | Sebastien Douheret | 1 | -1/+1 | |
2017-06-15 | Fix syncthing-inotify build error | Sebastien Douheret | 1 | -2/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-15 | Add MacOs/darwin package generation | Sebastien Douheret | 2 | -9/+20 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |