aboutsummaryrefslogtreecommitdiffstats
path: root/main.go
AgeCommit message (Collapse)AuthorFilesLines
2019-04-07Use go module as dependency tool instead of glidehalibut_7.99.3halibut_7.99.2halibut_7.99.1halibut/7.99.3halibut/7.99.2halibut/7.99.17.99.37.99.27.99.1Sebastien Douheret1-2/+2
Get ride of glide tool (marked as obsolete) and go module instead to populate dependency packages. See also: https://github.com/golang/go/wiki/Modules Bug-AGL: SPEC-2289 Change-Id: I8f459a9f80f501c2b6019566eaa3db3a9b986396 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2019-02-05Bump Copyright to 2019Sebastien Douheret1-2/+2
Change-Id: I92762e7fa98e6251cd393557ffd28a75694d73e7 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Update vendor/debug rule according to gerrit migration.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret1-3/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-30Added Copyright header.Sebastien Douheret1-3/+21
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret1-184/+6
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-11-06Add silly log level support.Sebastien Douheret1-16/+20
Silly logging is enable when: XDS_LOG_SILLY env var is set and log level is debug
2017-11-06Add Server UUID and use it build CmdID.Sebastien Douheret1-1/+1
2017-11-06Cleanup and improvementsSebastien Douheret1-0/+2
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-25Cosmetic fixSebastien Douheret1-1/+3
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-09-13Set install dir to /opt/AGL and move conf to $HOME/.xds-serverSebastien Douheret1-16/+19
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-24Redirect HTTP and Gin server logs into a file (xds-server-verbose.log).Sebastien Douheret1-12/+24
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret1-54/+29
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-08-08Added -logfile option.Sebastien Douheret1-2/+26
2017-06-20Remove duplicate fields and set default SDK dir.Sebastien Douheret1-2/+6
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory
2017-05-31Increase timeout for Syncthing startup.v0.0.1-alphaSebastien Douheret1-2/+3
Syncthing may take more time to start for example on slow network connection.
2017-05-25Rework development page: Pre-build, Build, Populate.Sebastien Douheret1-1/+1
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-18Added prints on startupSebastien Douheret1-2/+3
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret1-1/+6
2017-05-17Add SDKs support.Sebastien Douheret1-13/+31
Don't allow to install SDKs through XDS for now. Only probe existing SDKs that have been manually installed using scripts/agl/install-agl-sdks.sh. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret1-10/+148
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
2017-05-15Rework Version and Sub-version setup.Sebastien Douheret1-7/+9
2017-05-11Initial main commit.Sebastien Douheret1-0/+87
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>