Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-04 | Added xds-project.conf file creation. | Sebastien Douheret | 2 | -3/+24 | |
2017-12-01 | Added copyright headersv1.0.0-rc1 | Sebastien Douheret | 28 | -0/+476 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Fixed /exec input stream and /signal. | Sebastien Douheret | 5 | -42/+181 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Renamed apiv1 lib to xaapiv1. | Sebastien Douheret | 18 | -194/+124 | |
xa prefix (for Xds Agent) is safest to avoid confusion with xs prefix (for Xds Server) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Use Get/Post functions of common.http lib. | Sebastien Douheret | 1 | -37/+22 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Improved and fixed connection to XDS Server | Sebastien Douheret | 1 | -3/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | New dashboard improvements. | Sebastien Douheret | 12 | -48/+186 | |
- add build buttons - add build settings support and backup into project clientData - improved async alert - fixed project dropdown Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-08 | Added events decoder helpers. | Sebastien Douheret | 2 | -7/+42 | |
2017-11-08 | Unregistered events when client WS session is closed. | Sebastien Douheret | 4 | -14/+17 | |
2017-11-08 | Fixed events definition and callback processing. | Sebastien Douheret | 5 | -34/+77 | |
2017-11-06 | Update api routes name (plural nouns) | Sebastien Douheret | 1 | -3/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Fixed parameter processing for passthrough api. | Sebastien Douheret | 1 | -2/+14 | |
2017-11-06 | Use plural nouns for all routes. | Sebastien Douheret | 2 | -5/+5 | |
2017-11-06 | Support short project id name if not ambiguous. | Sebastien Douheret | 2 | -6/+41 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Moved all structs exposed by API into apiv1 package | Sebastien Douheret | 21 | -181/+280 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-30 | Switch from codegangsta/cli to urfave/cli package. | Sebastien Douheret | 2 | -2/+2 | |
2017-10-20 | Merge branch 'master' into wipv0.3.0-rc1 | Sebastien Douheret | 2 | -5/+2 | |
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 | Update default syncthing port to 8386 | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Add sanity check when adding a new pathmap project/folder | Sebastien Douheret | 3 | -9/+64 | |
2017-10-11 | Fixed Syncthing folder status events and exec command. | Sebastien Douheret | 16 | -239/+469 | |
2017-10-09 | Used patched (my) version of go-socket.io. | Sebastien Douheret | 1 | -1/+1 | |
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 | 1 | -1/+44 | |
2017-10-06 | Added webapp Dashboard + logic to interact with server. | Sebastien Douheret | 26 | -504/+2624 | |
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 | 2 | -17/+21 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-30 | Fixed syncthing binDir when set to '.'0.1.0 | Sebastien Douheret | 1 | -2/+10 | |
2017-08-30 | Set default xds-apikey when not set by config. | Sebastien Douheret | 1 | -0/+6 | |
2017-08-25 | Fixed xds-common version and use last one | Sebastien Douheret | 1 | -1/+3 | |
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-06-26 | Use xds-common go library. | Sebastien Douheret | 7 | -340/+5 | |
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-05-23 | Add API KEY support to allow CORS requests. | Sebastien Douheret | 3 | -14/+69 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Fix incorrect import | Sebastien Douheret | 1 | -1/+1 | |
2017-05-18 | Added prints on startup. | Sebastien Douheret | 1 | -0/+4 | |
2017-05-18 | Fix ResolveEnvVar when path is not set. | Sebastien Douheret | 1 | -1/+4 | |
2017-05-18 | Fix ResolveEnvVar function and add support of tilde (~/...) | Sebastien Douheret | 2 | -23/+44 | |
2017-05-17 | Add logsDir setting and more | Sebastien Douheret | 6 | -69/+177 | |
- 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 | 12 | -0/+1353 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |