Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-13 | Added api to list and reconnect a XDS-Server. | Sebastien Douheret | 1 | -0/+1 | |
Added following routes: /servers => list all known XDS-Server /servers/:id => get info of a XDS-Server /servers/:id/reconnect => force reconnection of a XDS-Server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Migration to AGL gerrit (update go import) | Sebastien Douheret | 2 | -4/+4 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Always resolved env vars in path of config structure. | Sebastien Douheret | 1 | -4/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Standardized XDS config file name and location. | Sebastien Douheret | 1 | -2/+2 | |
- config file name is : agent-config.json - xds-agent settings under user's home is: $HOME/.xds/agent - xds-agent settings under etc is: /etc/xds/agent Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-01 | Added copyright headersv1.0.0-rc1 | Sebastien Douheret | 2 | -0/+34 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Fixed /exec input stream and /signal. | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-30 | Switch from codegangsta/cli to urfave/cli package. | Sebastien Douheret | 1 | -1/+1 | |
2017-10-20 | Merge branch 'master' into wipv0.3.0-rc1 | Sebastien Douheret | 1 | -4/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Add xds-agent user systemd service file and install | Sebastien Douheret | 1 | -17/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Add sanity check when adding a new pathmap project/folder | Sebastien Douheret | 1 | -1/+2 | |
2017-10-11 | Fixed Syncthing folder status events and exec command. | Sebastien Douheret | 2 | -5/+12 | |
2017-10-06 | Added webapp Dashboard + logic to interact with server. | Sebastien Douheret | 3 | -128/+173 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-19 | Rework search directories for agent-config.json files. | Sebastien Douheret | 1 | -6/+13 | |
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 | 2 | -18/+23 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Improved syncthing binary path detection. | Sebastien Douheret | 1 | -4/+6 | |
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-06-26 | Use xds-common go library. | Sebastien Douheret | 2 | -2/+2 | |
2017-05-23 | Add API KEY support to allow CORS requests. | Sebastien Douheret | 1 | -3/+4 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Fix incorrect import | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Fix ResolveEnvVar function and add support of tilde (~/...) | Sebastien Douheret | 1 | -22/+4 | |
2017-05-17 | Add logsDir setting and more | Sebastien Douheret | 2 | -37/+30 | |
- add logsDir setting in config.json - redirect Syncthing and Syncthing-inotify into log files - Use autogenerated Syncthing apikey if gui-apikey not set in config.json | |||||
2017-05-15 | Initial commit. | Sebastien Douheret | 2 | -0/+185 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |