aboutsummaryrefslogtreecommitdiffstats
path: root/lib/xdsconfig
AgeCommit message (Expand)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 Douheret4-5/+5
2018-11-06Allow XDT_SDK overwriteSebastien Douheret1-1/+1
2018-10-16update xds-server package in dockerClément Bénier2-21/+35
2018-10-15fileconfig: env variables after default valuesClément Bénier1-7/+7
2018-07-20Add XDS_SERVER_WORKSPACE_DIR env var supportflounder_5.99.2flounder/5.99.25.99.2Sebastien Douheret1-0/+16
2018-07-18Add XDS_SERVER_ROOT_CFG_DIR env var supportSebastien Douheret2-16/+26
2018-02-23Added target and terminal support.v1.1.0Sebastien Douheret1-0/+7
2018-02-08Avoid duplicate SDK install dir - SPEC-1252Sebastien Douheret1-1/+1
2018-02-06Auto update SDK DB on startup.Sebastien Douheret2-0/+6
2018-01-10Fixed go linter warnings.Sebastien Douheret2-3/+4
2018-01-05Migration to AGL gerrit (update go import)Sebastien Douheret4-9/+9
2017-12-22Fixed invalid default value for Sdkscripts directory.Sebastien Douheret1-10/+10
2017-12-22Added SDKs management support.Sebastien Douheret2-11/+11
2017-12-11Standardized XDS config file name and location.Sebastien Douheret2-14/+14
2017-11-30Added Copyright header.Sebastien Douheret4-0/+68
2017-11-30Create server data directory when not existing.Sebastien Douheret2-0/+9
2017-11-29Refit source files to have a public xs-apiv1 lib package.Sebastien Douheret2-22/+16
2017-11-06Add Server UUID and use it build CmdID.Sebastien Douheret2-3/+6
2017-11-06Cleanup and improvementsSebastien Douheret4-15/+119
2017-09-22Set default syncthing path.Sebastien Douheret1-1/+12
2017-09-18Fix syncthing binary path detection.Sebastien Douheret2-3/+4
2017-09-13Set install dir to /opt/AGL and move conf to $HOME/.xds-serverSebastien Douheret2-11/+47
2017-08-24Redirect HTTP and Gin server logs into a file (xds-server-verbose.log).Sebastien Douheret1-3/+5
2017-08-16Add folder interface and support native pathmap folder type.Sebastien Douheret4-146/+47
2017-06-26Use xds-common go library.Sebastien Douheret2-2/+2
2017-06-20Remove duplicate fields and set default SDK dir.Sebastien Douheret2-30/+32
2017-05-22Allow to set Syncthing rescanInterval parameter.Sebastien Douheret1-4/+5
2017-05-18Improved ResolveEnvVar and add support of tilde (~/...)Sebastien Douheret1-23/+2
2017-05-18Add Cross SDKs support (part 2)Sebastien Douheret1-1/+3
2017-05-17Use autogenerated Synchting apikey.Sebastien Douheret1-3/+4
2017-05-17Add SDKs support.Sebastien Douheret2-39/+20
2017-05-17Auto start Syncthing and Syncthing-inotify.Sebastien Douheret3-186/+34
2017-05-15Update doc: add current dir in config.json discovery logic.Sebastien Douheret1-1/+2
2017-05-13Fix invalid rootPath when creating a new project.Sebastien Douheret2-0/+10
2017-05-13Detect undefined env variables used in config.jsonSebastien Douheret1-8/+26
2017-05-11Initial main commit.Sebastien Douheret5-0/+540