summaryrefslogtreecommitdiffstats
path: root/lib/xdsconfig/config.go
AgeCommit message (Collapse)AuthorFilesLines
2018-07-07Update/fix rpm and deb packagingSebastien Douheret1-1/+1
Change-Id: I132dc3085dddfedc869135ba3a967b0060afb72b Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-06-18Added Supervision/Monitoring supportSebastien Douheret1-0/+6
Added new API supervisor/* to control and get status of AGL XDS Supervisor. Also add new panel in dashboard to control and visualized data collected by the supervision (visualiazation is based on Granafa). Change-Id: I093470f6e384e96a0856b233390e85a98911162e Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-2/+2
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-12-01Added copyright headersv1.0.0-rc1Sebastien Douheret1-0/+17
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Fixed /exec input stream and /signal.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-10-30Switch from codegangsta/cli to urfave/cli package.Sebastien Douheret1-1/+1
2017-10-16Add sanity check when adding a new pathmap project/folderSebastien Douheret1-1/+2
2017-10-11Fixed Syncthing folder status events and exec command.Sebastien Douheret1-1/+8
2017-10-06Added webapp Dashboard + logic to interact with server.Sebastien Douheret1-17/+61
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-18Fix default config values.Sebastien Douheret1-3/+8
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-06-26Use xds-common go library.Sebastien Douheret1-1/+1
2017-05-22Fix incorrect importSebastien Douheret1-1/+1
2017-05-17Add logsDir setting and moreSebastien Douheret1-15/+15
- 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-15Initial commit.Sebastien Douheret1-0/+65
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>