Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-23 | Fixed SDKs management when running in xds VM.v1.0.0-rc2 | Sebastien Douheret | 8 | -17/+70 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-22 | Fixed invalid default value for Sdkscripts directory. | Sebastien Douheret | 2 | -11/+11 | |
2017-12-22 | Added SDKs management support. | Sebastien Douheret | 26 | -64/+1283 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-16 | Fixed and improved events management. | Sebastien Douheret | 12 | -257/+341 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Standardized XDS config file name and location. | Sebastien Douheret | 12 | -43/+28 | |
- 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-12-11 | Removed useless code of deprecated make command. | Sebastien Douheret | 1 | -203/+1 | |
2017-12-08 | Support old folder type encoding (backward compatibility) | Sebastien Douheret | 2 | -4/+16 | |
2017-12-05 | Move xds-project.conf file create to xds-agent. | Sebastien Douheret | 1 | -24/+0 | |
2017-12-05 | Fixed default xds-agent port number and env var (XDS_AGENT_URL) | Sebastien Douheret | 3 | -11/+16 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-05 | Improved Silly logging. | Sebastien Douheret | 3 | -6/+13 | |
2017-11-30 | Fix null pointer exception when no sdk installed.v1.0.0-rc1 | Sebastien Douheret | 1 | -1/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Added Copyright header. | Sebastien Douheret | 40 | -6/+691 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Fixed subversion when tag doesn't include dash. | Sebastien Douheret | 2 | -7/+12 | |
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 | Fixed double 'v' letter in package name | Sebastien Douheret | 1 | -2/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Check go version and print error if not >1.8.1 | Sebastien Douheret | 1 | -1/+14 | |
xds-common lib uses os.Executable function that has been introduced in go v1.8.1. | |||||
2017-11-29 | Fixed bug introduces by previous commit / refit | Sebastien Douheret | 3 | -13/+17 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-29 | Refit source files to have a public xs-apiv1 lib package. | Sebastien Douheret | 32 | -901/+918 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-28 | Defined structures for /exec and /signal response. | Sebastien Douheret | 1 | -9/+14 | |
2017-11-24 | Fixed SDK ID resolution for /exec api. | Sebastien Douheret | 2 | -7/+7 | |
2017-11-24 | Add folder update support and ClientData field. | Sebastien Douheret | 10 | -65/+151 | |
- folder config can be updated using PUT /folders/:id route - ClientData field of FolderConfig can be used by client to store any data (used from example by dashboard to save build settings) | |||||
2017-11-21 | Always close gdb pty/tty even if an error rises. | Sebastien Douheret | 1 | -8/+10 | |
2017-11-17 | Merge remote-tracking branch 'origin/master' into wip | Sebastien Douheret | 2 | -2/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> Conflicts: Makefile webapp/package.json | |||||
2017-11-17 | Fixed spaces handling in RPath - SPEC1116 | Sebastien Douheret | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-13 | Merge pull request #3 from bavery22/FixSoftLink | Sebastien D | 1 | -1/+1 | |
Fix case where ~/.ssh/id_rsa.pub is a softlink | |||||
2017-11-13 | Fixed injection error with ngx-cookie package v1.0.1.v0.3.4 | Sebastien Douheret | 2 | -2/+2 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-10 | Fix case where ~/.ssh/id_rsa.pub is a softlink | brian avery | 1 | -1/+1 | |
Some users may have the default id_rsa/id_rsa.pub be a softlink to one of a set of rsa keys. In this case, the cp would result in a dangling softlink in the container and the startup fails. Adding a -L to the cp command results in copying whatever the softlink points to into the container, which seems like the desired behaviour. Signed-off-by: brian avery <brian.avery@intel.com> | |||||
2017-11-06 | Always set sub-version | Sebastien Douheret | 1 | -0/+3 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Extract version from git tag. | Sebastien Douheret | 1 | -17/+7 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Used uuid of SDK ID and support short ID name if not ambiguous. | Sebastien Douheret | 3 | -28/+60 | |
2017-11-06 | Use plural nouns for all routes. | Sebastien Douheret | 1 | -5/+5 | |
2017-11-06 | Added short project ID name support if not ambiguous. | Sebastien Douheret | 5 | -17/+62 | |
2017-11-06 | Fixed folder ID and label generation. | Sebastien Douheret | 5 | -18/+31 | |
Folder ID is now a simple uuid (without sub-string of label) | |||||
2017-11-06 | Add sanity check on pathmap folder creation. | Sebastien Douheret | 2 | -12/+38 | |
2017-11-06 | Add silly log level support. | Sebastien Douheret | 4 | -36/+42 | |
Silly logging is enable when: XDS_LOG_SILLY env var is set and log level is debug | |||||
2017-11-06 | Add Server UUID and use it build CmdID. | Sebastien Douheret | 8 | -15/+35 | |
2017-11-06 | Kill right Syncthing (same url) in DEBUG mode | Sebastien Douheret | 3 | -11/+13 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Bump Syncthing 0.14.38 | Sebastien Douheret | 3 | -9/+9 | |
2017-11-06 | Fix syncthing logger | Sebastien Douheret | 2 | -6/+6 | |
2017-11-06 | Cleanup and improvements | Sebastien Douheret | 13 | -98/+130 | |
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Moved web Dashboard to xds-agent | Sebastien Douheret | 53 | -3749/+102 | |
Xds-Server now only provides a minimal page to get basic instructions. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-19 | Fix ssh command when execited with a wget pipev0.3.3 | Sebastien Douheret | 1 | -3/+3 | |
2017-10-19 | Support case when .ssh and default key dont exist. | Sebastien Douheret | 1 | -5/+6 | |
2017-10-19 | Fix warnings detected by shellcheck. | Sebastien Douheret | 1 | -22/+18 | |
2017-10-19 | Fix: piped execution of script failed | Forlot Romain [IoT.bzh] | 1 | -1/+1 | |
2017-10-19 | Fixed auto detection of version | Sebastien Douheret | 1 | -5/+5 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-19 | Fix docker images detection on Redhat like distro. | Sebastien Douheret | 1 | -2/+3 | |
2017-10-17 | Bump v0.3.2v0.3.2 | Sebastien Douheret | 1 | -1/+1 | |
2017-10-17 | Create xds-project.conf file on folder creation. | Sebastien Douheret | 1 | -0/+22 | |
2017-10-17 | Delete folders on disk (Server side and for Syncthing folder only) | Sebastien Douheret | 1 | -1/+10 | |