src/xds/xds-agent.git
6 years agoIncrease timeout for Syncthing startup. v0.0.1-alpha
Sebastien Douheret [Wed, 31 May 2017 10:24:23 +0000 (12:24 +0200)]
Increase timeout for Syncthing startup.

Syncthing may take more time to start for example on slow network connection.

6 years agoAdd build release (REL=1 make all)
Sebastien Douheret [Fri, 26 May 2017 21:12:49 +0000 (23:12 +0200)]
Add build release (REL=1 make all)

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFix Syncthing package retrieval for Windows
Sebastien Douheret [Fri, 26 May 2017 09:27:48 +0000 (11:27 +0200)]
Fix Syncthing package retrieval for Windows

Note that cross compile for Windows required Go version 1.8 or higher.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoSupport Windows cross-build.
Sebastien Douheret [Wed, 24 May 2017 15:20:48 +0000 (17:20 +0200)]
Support Windows cross-build.

Use following command  cross build for Windows on a Linux machine:
 GOOS=windows GOARCH=amd64 make

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd API KEY support to allow CORS requests.
Sebastien Douheret [Tue, 23 May 2017 20:56:16 +0000 (22:56 +0200)]
Add API KEY support to allow CORS requests.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFix incorrect import
Sebastien Douheret [Mon, 22 May 2017 07:07:32 +0000 (09:07 +0200)]
Fix incorrect import

6 years agoFix missing tools path creation.
Sebastien Douheret [Fri, 19 May 2017 14:58:29 +0000 (16:58 +0200)]
Fix missing tools path creation.

6 years agoUpdate Makefile to be smarter with syncthing compilation.
Sebastien Douheret [Thu, 18 May 2017 21:26:40 +0000 (23:26 +0200)]
Update Makefile to be smarter with syncthing compilation.

6 years agoUpdate config file model.
Sebastien Douheret [Thu, 18 May 2017 21:23:42 +0000 (23:23 +0200)]
Update config file model.

6 years agoAdded prints on startup.
Sebastien Douheret [Thu, 18 May 2017 21:22:27 +0000 (23:22 +0200)]
Added prints on startup.

6 years agoFix ResolveEnvVar when path is not set.
Sebastien Douheret [Thu, 18 May 2017 14:47:58 +0000 (16:47 +0200)]
Fix ResolveEnvVar when path is not set.

6 years agoBump to Syncthing 0.14.28 et Syncthing-Inotify master.
Sebastien Douheret [Thu, 18 May 2017 14:46:27 +0000 (16:46 +0200)]
Bump to Syncthing 0.14.28 et Syncthing-Inotify 

6 years agoFix ResolveEnvVar function and add support of tilde (~/...)
Sebastien Douheret [Thu, 18 May 2017 08:55:19 +0000 (10:55 +0200)]
Fix ResolveEnvVar function and add support of tilde (~/...)

6 years agoAdd logsDir setting and more
Sebastien Douheret [Wed, 17 May 2017 15:10:45 +0000 (17:10 +0200)]
Add logsDir setting and more

 - 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

6 years agoUse patched version of syncthing-inotify
Sebastien Douheret [Mon, 15 May 2017 22:08:00 +0000 (00:08 +0200)]
Use patched version of syncthing-inotify

Bug #164 has not been properly merged  yet.
So patch this bug manually.

6 years agoFix doc.
Sebastien Douheret [Mon, 15 May 2017 19:31:19 +0000 (21:31 +0200)]
Fix doc.

6 years agoInitial commit.
Sebastien Douheret [Mon, 15 May 2017 09:12:21 +0000 (11:12 +0200)]
Initial commit.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>