Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-06 | Add config.json.in example and cleanup windows package. | 1 | -1/+4 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-05 | Fixed XDS Server connection lost and reconnection. | 3 | -24/+43 | ||
2017-12-05 | Improved silly logging. | 5 | -18/+18 | ||
2017-12-04 | Added xds-project.conf file creation. | 2 | -3/+24 | ||
2017-12-04 | Fixed default http agent and server port numbers. | 1 | -2/+2 | ||
2017-12-01 | Added copyright headersv1.0.0-rc1 | 77 | -7/+1360 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Fixed subversion when tag doesn't include dash. | 1 | -12/+18 | ||
2017-11-30 | Fixed env var settings - dashboard. | 2 | -59/+39 | ||
2017-11-30 | Fixed server config setup on Init | 1 | -4/+10 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Added Help menu with doc link and About modal. | 6 | -6/+130 | ||
2017-11-30 | Fixed build page when no project exists | 5 | -38/+58 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Used xdsserver api v1.0.0-rc1 | 2 | -4/+4 | ||
2017-11-29 | Fixed webapp build in production mode | 6 | -194/+19 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Check go version and print error if not >1.8.1 | 1 | -1/+14 | ||
xds-common lib uses os.Executable function that has been introduced in go v1.8.1. | |||||
2017-11-29 | Fixed XDS server connection config - dashboard | 3 | -3/+11 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Fixed /exec input stream and /signal. | 8 | -45/+184 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Renamed apiv1 lib to xaapiv1. | 20 | -195/+130 | ||
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 | Fixed current project selection on deletion - Dashboard | 1 | -1/+1 | ||
2017-11-24 | Use Get/Post functions of common.http lib. | 1 | -37/+22 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Improved and fixed connection to XDS Server | 6 | -31/+31 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-24 | Add VSCode plugin list and fixed jsbeautify config. | 3 | -0/+22 | ||
2017-11-24 | New dashboard improvements. | 49 | -356/+918 | ||
- 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-20 | New dashboard look & feel | 184 | -2699/+6122 | ||
Dashboard is a fork of ngx-admin release v2.0.1 (sha be7649a9a2da835) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-14 | Fixed webapp build and error message. | 17 | -115/+140 | ||
2017-11-10 | Moved Dashboad webapp on Angular 5 ! | 61 | -891/+1066 | ||
Webapp loading time decreased from 2.7s to 1.5sec ! Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-08 | Added events decoder helpers. | 3 | -8/+43 | ||
2017-11-08 | Unregistered events when client WS session is closed. | 4 | -14/+17 | ||
2017-11-08 | Fixed events definition and callback processing. | 5 | -34/+77 | ||
2017-11-06 | Always set sub-version | 1 | -0/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Update api routes name (plural nouns) | 2 | -6/+6 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Fixed parameter processing for passthrough api. | 1 | -2/+14 | ||
2017-11-06 | Use plural nouns for all routes. | 2 | -5/+5 | ||
2017-11-06 | Support short project id name if not ambiguous. | 2 | -6/+41 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Moved all structs exposed by API into apiv1 package | 22 | -182/+282 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-30 | Switch from codegangsta/cli to urfave/cli package. | 4 | -4/+4 | ||
2017-10-20 | Extract version from git tag. | 1 | -17/+7 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-20 | Merge branch 'master' into wipv0.3.0-rc1 | 9 | -15/+71 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Fix build release and packaging | 1 | -3/+7 | ||
2017-10-17 | Bump 0.2.0v0.2.0 | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Add xds-agent user systemd service file and install | 8 | -26/+65 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-16 | Update default syncthing port to 8386 | 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 | 5 | -11/+67 | ||
2017-10-11 | Fixed Syncthing folder status events and exec command. | 22 | -716/+480 | ||
2017-10-09 | Used patched (my) version of go-socket.io. | 2 | -3/+3 | ||
This version fixes crash when client disconnects unexpectedly. | |||||
2017-10-09 | Kill right Syncthing (same url) in DEBUG_MODE | 2 | -4/+6 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-07 | Bump Syncthing 0.14.38 | 3 | -4/+47 | ||
2017-10-06 | Added webapp Dashboard + logic to interact with server. | 82 | -596/+6167 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-06 | Bump to v0.2.0 | 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. | 1 | -3/+6 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-03 | Added systemd service file | 1 | -0/+9 | ||
Change-Id: I4e9599ccb620c2a5d1bd78fd76d143c74ce49e92 Signed-off-by: Romain Forlot <romain.forlot@iot.bzh> |