Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2017-11-17 | Merge remote-tracking branch 'origin/master' into wip | Sebastien Douheret | 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 | Sebastien Douheret | 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. | Sebastien Douheret | 1 | -4/+2 | |
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 | 4 | -17/+41 | |
2017-11-06 | Add silly log level support. | Sebastien Douheret | 1 | -2/+2 | |
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 | 3 | -10/+20 | |
2017-11-06 | Cleanup and improvements | Sebastien Douheret | 3 | -71/+2 | |
- 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. | Sebastien Douheret | 1 | -0/+22 | |
2017-08-29 | Fixed path convertion/mapping for in/out and for command args. | Sebastien Douheret | 1 | -14/+29 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-24 | Fixed /exec command (don't prefix command with exec binary). | Sebastien Douheret | 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. | Sebastien Douheret | 3 | -1/+167 | |
Also add ability to force re-synchronization. | |||||
2017-08-16 | Add folder interface and support native pathmap folder type. | Sebastien Douheret | 6 | -51/+35 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-08-07 | Improved /exec to support gdb execution. | Sebastien Douheret | 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 | Sebastien Douheret | 3 | -15/+63 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-07-04 | Report an error when sdkid not found. | Sebastien Douheret | 1 | -0/+6 | |
2017-06-26 | Use xds-common go library. | Sebastien Douheret | 6 | -6/+6 | |
2017-06-20 | Remove duplicate fields and set default SDK dir. | Sebastien Douheret | 1 | -1/+1 | |
- 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. | Sebastien Douheret | 1 | -0/+3 | |
2017-05-30 | Fix crash with /make | Sebastien Douheret | 1 | -7/+27 | |
2017-05-27 | Wait folder insync before sending exit event. | Sebastien Douheret | 2 | -10/+59 | |
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. | Sebastien Douheret | 3 | -25/+49 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-25 | Auto detect XDS-Agent tarballs and fix URL. | Sebastien Douheret | 1 | -16/+46 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-22 | Add XDS-agent tarball download feature | Sebastien Douheret | 2 | -0/+38 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-18 | Add Cross SDKs support (part 2) | Sebastien Douheret | 3 | -6/+45 | |
2017-05-17 | Add SDKs support. | Sebastien Douheret | 1 | -0/+4 | |
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 | 5 | -7/+10 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-05-15 | Fix invalid json encoding definition | Sebastien Douheret | 2 | -6/+10 | |
2017-05-11 | Initial main commit. | Sebastien Douheret | 6 | -0/+500 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |