Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-06-27 | Fixed sdk from local file installation | Sebastien Douheret | 3 | -4/+8 | |
Rework sdk uuid management because previous code prevented to install local sdk using following command: xds-cli sdks install --file $HOME/xds-workspace/my_local_sdk.sh Change-Id: I20bac8a76d32b005a6775e936756c96048651766 Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-04-05 | Fixed sdk uuid setting during install [SPEC-1377] | Sebastien Douheret | 1 | -0/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-04-05 | Added Target and Terminal events through WS. | Sebastien Douheret | 5 | -38/+163 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-03-09 | Fixed terminal output (support escape and control characters) | Sebastien Douheret | 4 | -26/+32 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-02-23 | Added target and terminal support.v1.1.0 | Sebastien Douheret | 17 | -21/+1509 | |
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 | 4 | -2/+33 | |
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-26 | Don't send command output too fast.eel_5.0.1eel/5.0.15.0.1 | Sebastien Douheret | 1 | -60/+13 | |
Changes done in eows package of xds-common now allow to accumulate command output during a period of time (eg. 500ms) or up to the end of a line. Usage of this feature is mandatory to avoid to post to much buffers in websocket and consequently flood client (eg. web-browser) Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-23 | Reworked SDKs events (introduced sdk-state-change) | Sebastien Douheret | 5 | -37/+84 | |
Split add/remove/state-change from installing output (AKA SDKManagement event) in order to clearly separate events used to send installation output and sdk config changes. Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-10 | Fixed go linter warnings. | Sebastien Douheret | 3 | -12/+25 | |
2018-01-09 | Fixed source env sdk file when file is not set. | Sebastien Douheret | 2 | -0/+7 | |
2018-01-05 | Migration to AGL gerrit (update go import) | Sebastien Douheret | 32 | -76/+75 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2018-01-04 | Improved and fixed local SDK tarball installation. | Sebastien Douheret | 5 | -47/+190 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-23 | Fixed SDKs management when running in xds VM.v1.0.0-rc2 | Sebastien Douheret | 4 | -11/+63 | |
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 | 11 | -59/+715 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-16 | Fixed and improved events management. | Sebastien Douheret | 11 | -255/+338 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-11 | Standardized XDS config file name and location. | Sebastien Douheret | 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. | Sebastien Douheret | 1 | -203/+1 | |
2017-12-08 | Support old folder type encoding (backward compatibility) | Sebastien Douheret | 1 | -3/+15 | |
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 | 1 | -1/+1 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-12-05 | Improved Silly logging. | Sebastien Douheret | 2 | -5/+12 | |
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 | 31 | -1/+528 | |
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 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 | 30 | -716/+910 | |
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 | 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. | Sebastien Douheret | 1 | -8/+10 | |
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 | 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 | 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. | Sebastien Douheret | 6 | -14/+27 | |
2017-11-06 | Kill right Syncthing (same url) in DEBUG mode | Sebastien Douheret | 2 | -10/+11 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> | |||||
2017-11-06 | Bump Syncthing 0.14.38 | Sebastien Douheret | 1 | -5/+5 | |
2017-11-06 | Fix syncthing logger | Sebastien Douheret | 1 | -5/+5 | |
2017-11-06 | Cleanup and improvements | Sebastien Douheret | 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. | Sebastien Douheret | 1 | -0/+22 | |
2017-10-17 | Delete folders on disk (Server side and for Syncthing folder only) | Sebastien Douheret | 1 | -1/+10 | |
2017-10-12 | Used non default syncthing port to avoid confict. | Sebastien Douheret | 1 | -1/+1 | |
2017-09-22 | Allow to run xds-server without syncthing support. | Sebastien Douheret | 2 | -16/+105 | |
To disable synchting support, just don't declare "syncthing": {...} section in config.json file. | |||||
2017-09-22 | Set default syncthing path. | Sebastien Douheret | 1 | -1/+12 | |
Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh> |