summaryrefslogtreecommitdiffstats
path: root/lib/agent/events.go
AgeCommit message (Collapse)AuthorFilesLines
2017-11-29Renamed apiv1 lib to xaapiv1.Sebastien Douheret1-8/+8
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-24New dashboard improvements.Sebastien Douheret1-4/+5
- 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-08Unregistered events when client WS session is closed.Sebastien Douheret1-12/+5
2017-11-08Fixed events definition and callback processing.Sebastien Douheret1-2/+3
2017-11-06Moved all structs exposed by API into apiv1 packageSebastien Douheret1-28/+12
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret1-7/+8
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-0/+131
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>