Fixed Syncthing folder status events and exec command.
authorSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 10 Oct 2017 22:24:02 +0000 (00:24 +0200)
committerSebastien Douheret <sebastien.douheret@iot.bzh>
Tue, 10 Oct 2017 22:24:02 +0000 (00:24 +0200)
commit4695555e178bcabe54c5bf82117c9c4cef5440b5
tree96a8721de74347450b2e4922004b1bf01e415dfa
parent882944a748d123c8715eca88536299d8570858f9
Fixed Syncthing folder status events and exec command.
22 files changed:
.vscode/launch.json
.vscode/settings.json
lib/agent/agent.go
lib/agent/apiv1-exec.go
lib/agent/apiv1-version.go
lib/agent/events.go
lib/agent/project-interface.go
lib/agent/project-pathmap.go
lib/agent/project-st.go
lib/agent/projects.go
lib/agent/session.go
lib/agent/webserver.go
lib/agent/xdsserver.go
lib/syncthing/st.go
lib/syncthing/stEvent.go
lib/syncthing/stfolder.go
lib/xdsconfig/config.go
lib/xdsconfig/configfile.go
webapp/src/app/config/config.component.ts
webapp/src/app/services/config.service.ts
webapp/src/app/services/syncthing.service.ts [deleted file]
webapp/src/app/services/xdsagent.service.ts