Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-02-23 | Added target and terminal support.v1.1.0 | Sebastien Douheret | 1 | -0/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-08 | Avoid duplicate SDK install dir - SPEC-1252 | Sebastien Douheret | 1 | -1/+1 | |
- install sdk in a directory that includes a unique id (built from install url or path). SDKs are now install under: <SDK_ROOT_DIR>/<PROFILE>/<VERSION>/<ARCH>/<UID> Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-06 | Auto update SDK DB on startup. | Sebastien Douheret | 2 | -0/+6 | |
Auto update db is enable by default (setting sdkDbUpdate = "startup") but it can be disable by setting sdkDbUpdate to "disable" in server config file. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-10 | Fixed go linter warnings. | Sebastien Douheret | 2 | -3/+4 | |
2018-01-05 | Migration to AGL gerrit (update go import) | Sebastien Douheret | 4 | -9/+9 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-22 | Fixed invalid default value for Sdkscripts directory. | Sebastien Douheret | 1 | -10/+10 | |
2017-12-22 | Added SDKs management support. | Sebastien Douheret | 2 | -11/+11 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Standardized XDS config file name and location. | Sebastien Douheret | 2 | -14/+14 | |
- config file name is : server-config.json - xds-server settings under user's home is: $HOME/.xds/server - xds-server settings under etc is: /etc/xds/server Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Added Copyright header. | Sebastien Douheret | 4 | -0/+68 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Create server data directory when not existing. | Sebastien Douheret | 2 | -0/+9 | |
2017-11-29 | Refit source files to have a public xs-apiv1 lib package. | Sebastien Douheret | 2 | -22/+16 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Add Server UUID and use it build CmdID. | Sebastien Douheret | 2 | -3/+6 | |
2017-11-06 | Cleanup and improvements | Sebastien Douheret | 4 | -15/+119 | |
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-22 | Set default syncthing path. | Sebastien Douheret | 1 | -1/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Fix syncthing binary path detection. | Sebastien Douheret | 2 | -3/+4 | |
2017-09-13 | Set install dir to /opt/AGL and move conf to $HOME/.xds-server | Sebastien Douheret | 2 | -11/+47 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Redirect HTTP and Gin server logs into a file (xds-server-verbose.log). | Sebastien Douheret | 1 | -3/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | Sebastien Douheret | 4 | -146/+47 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 2 | -2/+2 | |
2017-06-20 | Remove duplicate fields and set default SDK dir. | Sebastien Douheret | 2 | -30/+32 | |
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory | |||||
2017-05-22 | Allow to set Syncthing rescanInterval parameter. | Sebastien Douheret | 1 | -4/+5 | |
2017-05-18 | Improved ResolveEnvVar and add support of tilde (~/...) | Sebastien Douheret | 1 | -23/+2 | |
2017-05-18 | Add Cross SDKs support (part 2) | Sebastien Douheret | 1 | -1/+3 | |
2017-05-17 | Use autogenerated Synchting apikey. | Sebastien Douheret | 1 | -3/+4 | |
Except if gui-apikey is set in config.json file. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-17 | Add SDKs support. | Sebastien Douheret | 2 | -39/+20 | |
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-17 | Auto start Syncthing and Syncthing-inotify. | Sebastien Douheret | 3 | -186/+34 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-15 | Update doc: add current dir in config.json discovery logic. | Sebastien Douheret | 1 | -1/+2 | |
2017-05-13 | Fix invalid rootPath when creating a new project. | Sebastien Douheret | 2 | -0/+10 | |
2017-05-13 | Detect undefined env variables used in config.json | Sebastien Douheret | 1 | -8/+26 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-11 | Initial main commit. | Sebastien Douheret | 5 | -0/+540 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |