Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
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 | ||
2017-06-20 | Remove duplicate fields and set default SDK dir. | 6 | -39/+41 | ||
- Removed duplicate fields between Config and FileConfig - set /xdt/sdk as default SDK directory | |||||
2017-06-15 | Auto add var named CLIENT_PROJECT_DIR to environment. | 1 | -0/+3 | ||
2017-05-30 | Fix crash with /make | 1 | -7/+27 | ||
2017-05-27 | Wait folder insync before sending exit event. | 5 | -15/+165 | ||
By default wait folder insync. Set ExitImmediate param to true to send exit event immedialty without waiting folder synchronization. | |||||
2017-05-25 | Rework development page: Pre-build, Build, Populate. | 7 | -40/+64 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-25 | Auto detect XDS-Agent tarballs and fix URL. | 1 | -16/+46 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Add XDS-agent tarball download feature | 2 | -0/+38 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Allow to set Syncthing rescanInterval parameter. | 3 | -6/+14 | ||
2017-05-22 | Fix crash when retrieving installed sdks. | 1 | -0/+1 | ||
2017-05-18 | Normalize relativePath projects to support Windows path. | 2 | -0/+22 | ||
2017-05-18 | Added prints on startup | 1 | -0/+2 | ||
2017-05-18 | Fix ResolveEnvVar when param is empty. | 1 | -1/+4 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-18 | Improved ResolveEnvVar and add support of tilde (~/...) | 2 | -24/+42 | ||
2017-05-18 | Add Cross SDKs support (part 2) | 10 | -36/+125 | ||
2017-05-17 | Use autogenerated Synchting apikey. | 2 | -6/+28 | ||
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. | 9 | -57/+218 | ||
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. | 12 | -213/+342 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-15 | Update doc: add current dir in config.json discovery logic. | 1 | -1/+2 | ||
2017-05-15 | Fix invalid json encoding definition | 2 | -6/+10 | ||
2017-05-13 | Fix invalid rootPath when creating a new project. | 2 | -0/+10 | ||
2017-05-13 | Detect undefined env variables used in config.json | 1 | -8/+26 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-11 | Initial main commit. | 18 | -0/+2030 | ||
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |