Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-13 | Added api to list and reconnect a XDS-Server. | Sebastien Douheret | 1 | -1/+19 | |
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-02-23 | Added target and terminal support.v1.1.0 | Sebastien Douheret | 1 | -0/+69 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-05 | Migration to AGL gerrit (update go import) | Sebastien Douheret | 1 | -5/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-04 | Fixed Xds-server re-connection. | Sebastien Douheret | 1 | -13/+24 | |
Add a callback on XDS-Server connect in order to properly register to XDS Server events in all cases (IOW on reconnection). Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-23 | Added new SDKs management supportv1.0.0-rc2 | Sebastien Douheret | 1 | -26/+78 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-15 | Fixed xds-server folder events detection. | Sebastien Douheret | 1 | -16/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-05 | Fixed XDS Server connection lost and reconnection. | Sebastien Douheret | 1 | -20/+34 | |
2017-12-01 | Added copyright headersv1.0.0-rc1 | Sebastien Douheret | 1 | -0/+17 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Fixed /exec input stream and /signal. | Sebastien Douheret | 1 | -0/+48 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Renamed apiv1 lib to xaapiv1. | Sebastien Douheret | 1 | -105/+32 | |
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 | New dashboard improvements. | Sebastien Douheret | 1 | -5/+18 | |
- 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 | Fixed events definition and callback processing. | Sebastien Douheret | 1 | -11/+27 | |
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 | Moved all structs exposed by API into apiv1 package | Sebastien Douheret | 1 | -11/+12 | |
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 | -5/+7 | |
2017-10-11 | Fixed Syncthing folder status events and exec command. | Sebastien Douheret | 1 | -77/+208 | |
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-06 | Added webapp Dashboard + logic to interact with server. | Sebastien Douheret | 1 | -0/+472 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |