Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-12-22 | Added SDKs management support. | 11 | -59/+715 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-16 | Fixed and improved events management. | 11 | -255/+338 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Standardized XDS config file name and location. | 5 | -17/+17 | ||
- 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. | 1 | -203/+1 | ||
2017-12-08 | Support old folder type encoding (backward compatibility) | 1 | -3/+15 | ||
2017-12-05 | Move xds-project.conf file create to xds-agent. | 1 | -24/+0 | ||
2017-12-05 | Fixed default xds-agent port number and env var (XDS_AGENT_URL) | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-05 | Improved Silly logging. | 2 | -5/+12 | ||
2017-11-30 | Fix null pointer exception when no sdk installed.v1.0.0-rc1 | 1 | -1/+3 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Added Copyright header. | 31 | -1/+528 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-30 | Create server data directory when not existing. | 2 | -0/+9 | ||
2017-11-29 | Fixed bug introduces by previous commit / refit | 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. | 30 | -716/+910 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-28 | Defined structures for /exec and /signal response. | 1 | -9/+14 | ||
2017-11-24 | Fixed SDK ID resolution for /exec api. | 2 | -7/+7 | ||
2017-11-24 | Add folder update support and ClientData field. | 8 | -7/+119 | ||
- 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. | 1 | -8/+10 | ||
2017-11-17 | Merge remote-tracking branch 'origin/master' into wip | 1 | -1/+1 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> Conflicts: Makefile webapp/package.json | |||||
2017-11-17 | Fixed spaces handling in RPath - SPEC1116 | 1 | -1/+1 | ||
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. | 3 | -28/+60 | ||
2017-11-06 | Use plural nouns for all routes. | 1 | -5/+5 | ||
2017-11-06 | Added short project ID name support if not ambiguous. | 5 | -17/+62 | ||
2017-11-06 | Fixed folder ID and label generation. | 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. | 2 | -12/+38 | ||
2017-11-06 | Add silly log level support. | 3 | -20/+22 | ||
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. | 6 | -14/+27 | ||
2017-11-06 | Kill right Syncthing (same url) in DEBUG mode | 2 | -10/+11 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Bump Syncthing 0.14.38 | 1 | -5/+5 | ||
2017-11-06 | Fix syncthing logger | 1 | -5/+5 | ||
2017-11-06 | Cleanup and improvements | 11 | -97/+127 | ||
- Save server data into file - FolderType is now a string - cleanup useless code Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-10-17 | Create xds-project.conf file on folder creation. | 1 | -0/+22 | ||
2017-10-17 | Delete folders on disk (Server side and for Syncthing folder only) | 1 | -1/+10 | ||
2017-10-12 | Used non default syncthing port to avoid confict. | 1 | -1/+1 | ||
2017-09-22 | Allow to run xds-server without syncthing support. | 2 | -16/+105 | ||
To disable synchting support, just don't declare "syncthing": {...} section in config.json file. | |||||
2017-09-22 | Set default syncthing path. | 1 | -1/+12 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-09-18 | Fix syncthing binary path detection. | 4 | -15/+26 | ||
2017-09-13 | Set install dir to /opt/AGL and move conf to $HOME/.xds-server | 4 | -13/+51 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-29 | Fixed path convertion/mapping for in/out and for command args. | 4 | -16/+79 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Take care of ST connection lost in ST event monitor. | 2 | -6/+33 | ||
2017-08-24 | Redirect HTTP and Gin server logs into a file (xds-server-verbose.log). | 3 | -8/+13 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Fixed /exec command (don't prefix command with exec binary). | 1 | -3/+6 | ||
adding 'exec' prevents to use "script" syntax: xds-exec -c xds-config.env -- "cd build && cmake .." But 'exec' binary is mandatory to allow to pass correctly signals to subprocess such as gdb. As workaround, exec is set for now on client side (eg. in xds-gdb). | |||||
2017-08-18 | Add folder synchronization status. | 10 | -40/+610 | ||
Also add ability to force re-synchronization. | |||||
2017-08-16 | Moved project creation in a modal windows | 2 | -6/+16 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | 19 | -365/+785 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-08 | Added -logfile option. | 1 | -8/+10 | ||
2017-08-07 | Improved /exec to support gdb execution. | 1 | -96/+216 | ||
/exec now supports stdin and stdout/stderr tunneling over an websocket (socketio). This also supports redirection of inferior process output (stdout only) in particular case of gdb command (set gdb --tty option). | |||||
2017-08-07 | Add stdin support to /exec | 3 | -15/+63 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-04 | Report an error when sdkid not found. | 1 | -0/+6 | ||
2017-06-26 | Use xds-common go library. | 15 | -508/+11 | ||
2017-06-23 | Prevent Syncthing auto-upgrade and restart. | 1 | -0/+2 | ||