src/xds/xds-server.git
6 years agoBump v0.3.1 v0.3.1
Sebastien Douheret [Mon, 16 Oct 2017 13:28:25 +0000 (15:28 +0200)]
Bump v0.3.1

6 years agoFixed xds systemd user service
Sebastien Douheret [Mon, 16 Oct 2017 13:27:12 +0000 (15:27 +0200)]
Fixed xds systemd user service

6 years agoxds-server is now start as user systemd service.
Sebastien Douheret [Thu, 12 Oct 2017 15:37:36 +0000 (17:37 +0200)]
xds-server is now start as user systemd service.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd --volume option support.
Sebastien Douheret [Thu, 12 Oct 2017 15:36:42 +0000 (17:36 +0200)]
Add --volume option support.

Also removed useless volume (residual settings of AGL SDK container)

6 years agoUsed non default syncthing port to avoid confict.
Sebastien Douheret [Thu, 12 Oct 2017 15:34:29 +0000 (17:34 +0200)]
Used non default syncthing port to avoid confict.

6 years agoFix ssh credential copy where hostname cannot be resolved
Sebastien Douheret [Thu, 12 Oct 2017 14:27:51 +0000 (16:27 +0200)]
Fix ssh credential copy where hostname cannot be resolved

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoDefault service to be started by current user.
Romain Forlot [Thu, 12 Oct 2017 11:57:56 +0000 (13:57 +0200)]
Default service to be started by current user.

As well as use the same scheme that for etc/

Change-Id: I2e133f8a394546b8d51668e193d408065cdf5e81
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoCosmetic fix
Sebastien Douheret [Mon, 25 Sep 2017 09:42:57 +0000 (11:42 +0200)]
Cosmetic fix

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAllow to run xds-server without syncthing support.
Sebastien Douheret [Fri, 22 Sep 2017 08:06:18 +0000 (10:06 +0200)]
Allow to run xds-server without syncthing support.

To disable synchting support, just don't declare
"syncthing": {...} section in config.json file.

6 years agoSet default syncthing path.
Sebastien Douheret [Thu, 21 Sep 2017 14:48:28 +0000 (16:48 +0200)]
Set default syncthing path.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoDisable compiler optimizations and inlining for debugging.
Sebastien Douheret [Thu, 21 Sep 2017 14:42:51 +0000 (16:42 +0200)]
Disable compiler optimizations and inlining for debugging.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoMove docs into xds-docs repo (published on http://docs.automotivelinux.org)
Sebastien Douheret [Thu, 21 Sep 2017 09:42:49 +0000 (11:42 +0200)]
Move docs into xds-docs repo (published on docs.automotivelinux.org)

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFix syncthing binary path detection.
Sebastien Douheret [Mon, 18 Sep 2017 16:14:37 +0000 (18:14 +0200)]
Fix syncthing binary path detection.

6 years agoAllow to install sdks from local file when iot download site is not available
Sebastien Douheret [Thu, 14 Sep 2017 14:21:48 +0000 (16:21 +0200)]
Allow to install sdks from local file when iot download site is not available

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoDynamically retrieve docker image name/version
Sebastien Douheret [Thu, 14 Sep 2017 13:46:49 +0000 (15:46 +0200)]
Dynamically retrieve docker image name/version

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoUpdate message to download & install xds-agent.
Sebastien Douheret [Wed, 13 Sep 2017 20:37:50 +0000 (22:37 +0200)]
Update message to download & install xds-agent.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoBump to 0.3.0
Sebastien Douheret [Wed, 13 Sep 2017 15:57:56 +0000 (17:57 +0200)]
Bump to 0.3.0

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoSet same uid and gid inside and outside docker
Sebastien Douheret [Wed, 13 Sep 2017 19:47:29 +0000 (21:47 +0200)]
Set same uid and gid inside and outside docker

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAuto retrieve docker image tag
Sebastien Douheret [Wed, 13 Sep 2017 16:22:37 +0000 (18:22 +0200)]
Auto retrieve docker image tag

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoSet install dir to /opt/AGL and move conf to $HOME/.xds-server
Sebastien Douheret [Wed, 13 Sep 2017 13:42:09 +0000 (15:42 +0200)]
Set install dir to /opt/AGL and move conf to $HOME/.xds-server

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd packaging files used by OBS.
Sebastien Douheret [Tue, 5 Sep 2017 13:46:04 +0000 (15:46 +0200)]
Add packaging files used by OBS.

xds-server is now packaging in OBS:
https://build.opensuse.org/package/show/isv:LinuxAutomotive:app-Development/agl-xds-server

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFixed notes about docker user id setup
Sebastien D [Tue, 12 Sep 2017 08:31:05 +0000 (10:31 +0200)]
Fixed notes about docker user id setup

6 years agoAdd note in README about docker user id
Sebastien D [Tue, 12 Sep 2017 08:20:52 +0000 (10:20 +0200)]
Add note in README about docker user id

If you plan to use path-mapping sharing type for your projects, you need to have the same user id and group id inside and outside docker.

6 years agoUpdate container creation command line in README.
Sebastien D [Wed, 30 Aug 2017 22:18:06 +0000 (00:18 +0200)]
Update container creation command line in README.

6 years agoBump docker container version to 4.0 and update doc.
Sebastien Douheret [Wed, 30 Aug 2017 21:48:29 +0000 (23:48 +0200)]
Bump docker container version to 4.0 and update doc.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFixed again freeze when iot.bzh website is not accessible v0.2.2
Sebastien Douheret [Wed, 30 Aug 2017 19:53:52 +0000 (21:53 +0200)]
Fixed again freeze when iot.bzh website is not accessible

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoSet default xds-agent port matching the default agent setting
Sebastien Douheret [Wed, 30 Aug 2017 20:17:22 +0000 (22:17 +0200)]
Set default xds-agent port matching the default agent setting

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoRemove Windows package generation (not supported)
Sebastien Douheret [Wed, 30 Aug 2017 19:53:10 +0000 (21:53 +0200)]
Remove Windows package generation (not supported)

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoClarify shell commands location (host versus in docker)
Sebastien Douheret [Wed, 30 Aug 2017 17:33:49 +0000 (19:33 +0200)]
Clarify shell commands location (host versus in docker)

6 years agoPrevent script freeze when iot.bzh website is not accessible.
Sebastien Douheret [Tue, 29 Aug 2017 22:01:19 +0000 (00:01 +0200)]
Prevent script freeze when iot.bzh website is not accessible.

6 years agoBump version v0.2.1
Sebastien Douheret [Tue, 29 Aug 2017 06:58:49 +0000 (08:58 +0200)]
Bump version v0.2.1

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFixed path convertion/mapping for in/out and for command args.
Sebastien Douheret [Mon, 28 Aug 2017 19:44:26 +0000 (21:44 +0200)]
Fixed path convertion/mapping for in/out and for command args.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFixed build error in Typescript 2.x and RxJS 5.x v0.2.0-beta
Sebastien Douheret [Sat, 26 Aug 2017 09:36:58 +0000 (11:36 +0200)]
Fixed build error in Typescript 2.x and RxJS 5.x

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoMerge remote-tracking branch 'origin/wip'
Sebastien Douheret [Sat, 26 Aug 2017 09:29:56 +0000 (11:29 +0200)]
Merge remote-tracking branch 'origin/wip'

6 years agoAlways open global config when an error exists
Sebastien Douheret [Thu, 24 Aug 2017 22:45:15 +0000 (00:45 +0200)]
Always open global config when an error exists

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd IoT logo and change top bar color.
Sebastien Douheret [Thu, 24 Aug 2017 21:18:01 +0000 (23:18 +0200)]
Add IoT logo and change top bar color.

6 years agoTake care of ST connection lost in ST event monitor.
Sebastien Douheret [Thu, 24 Aug 2017 19:45:32 +0000 (21:45 +0200)]
Take care of ST connection lost in ST event monitor.

6 years agoRedirect HTTP and Gin server logs into a file (xds-server-verbose.log).
Sebastien Douheret [Thu, 24 Aug 2017 19:23:40 +0000 (21:23 +0200)]
Redirect HTTP and Gin server logs into a file (xds-server-verbose.log).

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFixed /exec command (don't prefix command with exec binary).
Sebastien Douheret [Thu, 24 Aug 2017 15:09:57 +0000 (17:09 +0200)]
Fixed /exec command (don't prefix command with exec binary).

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).

6 years agoDisabled/Greyed project when not usable.
Sebastien Douheret [Thu, 24 Aug 2017 12:20:14 +0000 (14:20 +0200)]
Disabled/Greyed project when not usable.

Not usable means sources are out of sync or project is not enable.

6 years agoUsed fix version of xds-common package
Sebastien Douheret [Mon, 21 Aug 2017 22:22:23 +0000 (00:22 +0200)]
Used fix version of xds-common package

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd folder synchronization status.
Sebastien Douheret [Thu, 17 Aug 2017 23:04:02 +0000 (01:04 +0200)]
Add folder synchronization status.

Also add ability to force re-synchronization.

6 years agoMoved project creation in a modal windows
Sebastien Douheret [Wed, 16 Aug 2017 12:24:49 +0000 (14:24 +0200)]
Moved project creation in a modal windows

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd folder interface and support native pathmap folder type.
Sebastien Douheret [Thu, 10 Aug 2017 10:19:34 +0000 (12:19 +0200)]
Add folder interface and support native pathmap folder type.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdded -logfile option.
Sebastien Douheret [Tue, 8 Aug 2017 14:59:56 +0000 (16:59 +0200)]
Added -logfile option.

6 years agoDefine all packages version
Sebastien Douheret [Tue, 8 Aug 2017 14:51:23 +0000 (16:51 +0200)]
Define all packages version

6 years agoUpdate vsc launcher.
Sebastien Douheret [Mon, 7 Aug 2017 17:42:43 +0000 (19:42 +0200)]
Update vsc launcher.

6 years agoNeeds super user rights using install-agl-sdks.sh
Romain Forlot [Tue, 4 Jul 2017 08:54:24 +0000 (10:54 +0200)]
Needs super user rights using install-agl-sdks.sh

Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoImproved /exec to support gdb execution.
Sebastien Douheret [Mon, 7 Aug 2017 15:22:15 +0000 (17:22 +0200)]
Improved /exec to support gdb execution.

/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).

6 years agoAdd stdin support to /exec
Sebastien Douheret [Sun, 9 Jul 2017 13:43:18 +0000 (15:43 +0200)]
Add stdin support to /exec

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoSupport SDK directory with spaces
Sebastien Douheret [Mon, 24 Jul 2017 09:18:59 +0000 (11:18 +0200)]
Support SDK directory with spaces

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoSet exit code
Sebastien Douheret [Sun, 9 Jul 2017 13:43:45 +0000 (15:43 +0200)]
Set exit code

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd httpPort value to config example.
Sebastien Douheret [Fri, 7 Jul 2017 13:12:19 +0000 (15:12 +0200)]
Add httpPort value to config example.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoReport an error when sdkid not found.
Sebastien Douheret [Tue, 4 Jul 2017 10:03:05 +0000 (12:03 +0200)]
Report an error when sdkid not found.

6 years agoNeeds super user rights using install-agl-sdks.sh v0.1.0-beta
Romain Forlot [Tue, 4 Jul 2017 08:54:24 +0000 (10:54 +0200)]
Needs super user rights using install-agl-sdks.sh

Change-Id: I18b767e7e1cba943f7ab293e4a4acc7de1fa1027
Signed-off-by: Romain Forlot <romain.forlot@iot.bzh>
6 years agoUpdate README.md
Sebastien D [Wed, 28 Jun 2017 12:44:03 +0000 (14:44 +0200)]
Update README.md

Update again doc.

6 years agoUpdate README.md
Sebastien D [Wed, 28 Jun 2017 12:33:03 +0000 (14:33 +0200)]
Update README.md

Update start instructions in README

6 years agoDoc: move docker image build in build part.
Sebastien D [Wed, 28 Jun 2017 08:23:32 +0000 (10:23 +0200)]
Doc: move docker image build in build part.

6 years agoUpdate Readme file
Ronan Le Martret [Tue, 27 Jun 2017 12:45:53 +0000 (14:45 +0200)]
Update Readme file

 * Add systemd service file
 * Add autoconfig for ssh contener
 * Add http port conf to xds-server-start.sh script

Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
6 years agoUse xds-common go library.
Sebastien Douheret [Mon, 26 Jun 2017 16:54:13 +0000 (18:54 +0200)]
Use xds-common go library.

6 years agoRefer xds-exec in doc instead of xds-make.
Sebastien Douheret [Mon, 26 Jun 2017 16:45:08 +0000 (18:45 +0200)]
Refer xds-exec in doc instead of xds-make.

xds-exec must be used instead of xds-make that is now deprecated.

6 years agoAdd more comments in doc.
Sebastien Douheret [Mon, 26 Jun 2017 10:03:57 +0000 (12:03 +0200)]
Add more comments in doc.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFix FILE decoding when --file option is set with a full path.
Sebastien Douheret [Mon, 26 Jun 2017 08:34:00 +0000 (10:34 +0200)]
Fix FILE decoding when --file option is set with a full path.

6 years agoDocument usage of --file option with Intel SDK example
Sebastien Douheret [Mon, 26 Jun 2017 08:33:04 +0000 (10:33 +0200)]
Document usage of --file option with Intel SDK example

6 years agoIntel SDK is now named corei7-64.
Sebastien Douheret [Mon, 26 Jun 2017 07:44:47 +0000 (09:44 +0200)]
Intel SDK is now named corei7-64.

6 years agoSet SUB_VERSION as current commit ID.
Sebastien Douheret [Fri, 23 Jun 2017 17:10:44 +0000 (19:10 +0200)]
Set SUB_VERSION as current commit ID.

6 years agoPrevent Syncthing auto-upgrade and restart.
Sebastien Douheret [Fri, 23 Jun 2017 16:19:49 +0000 (18:19 +0200)]
Prevent Syncthing auto-upgrade and restart.

6 years agoDisplay arch and version in download packages list.
Sebastien Douheret [Fri, 23 Jun 2017 15:46:22 +0000 (17:46 +0200)]
Display arch and version in download packages list.

6 years agoFix the way to download xds-agent packages
Sebastien Douheret [Fri, 23 Jun 2017 12:46:00 +0000 (14:46 +0200)]
Fix the way to download xds-agent packages

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFix format for json file.
Sebastien D [Thu, 22 Jun 2017 20:02:07 +0000 (22:02 +0200)]
Fix format for json file.

6 years agoFix invalid file parameter.
Sebastien Douheret [Thu, 22 Jun 2017 19:43:43 +0000 (21:43 +0200)]
Fix invalid file parameter.

6 years agoFix args decoding and improve error detection.
Sebastien Douheret [Thu, 22 Jun 2017 13:02:24 +0000 (15:02 +0200)]
Fix args decoding and improve error  detection.

6 years agoMinor doc fix about wget command.
Sebastien Douheret [Thu, 22 Jun 2017 10:23:22 +0000 (12:23 +0200)]
Minor doc fix about wget command.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoAdd SDK install instructions in doc
Sebastien Douheret [Wed, 21 Jun 2017 16:33:16 +0000 (18:33 +0200)]
Add SDK install instructions in doc

6 years agoOnly call vendor when building all.
Sebastien Douheret [Tue, 20 Jun 2017 20:48:01 +0000 (22:48 +0200)]
Only call vendor when building all.

6 years agoRemove duplicate fields and set default SDK dir.
Sebastien Douheret [Tue, 20 Jun 2017 20:29:59 +0000 (22:29 +0200)]
Remove duplicate fields and set default SDK dir.

- Removed duplicate fields between Config and FileConfig
- set /xdt/sdk as default SDK directory

6 years agoUpdate xds-agent tarballs by default.
Sebastien Douheret [Tue, 20 Jun 2017 19:36:31 +0000 (21:36 +0200)]
Update xds-agent tarballs by default.

6 years agoCreate XDT_SDK dir when not existing.
Sebastien Douheret [Tue, 20 Jun 2017 19:34:21 +0000 (21:34 +0200)]
Create XDT_SDK dir when not existing.

6 years agoFiw webapp/install rule.
Sebastien Douheret [Tue, 20 Jun 2017 18:48:33 +0000 (20:48 +0200)]
Fiw webapp/install rule.

test xxx && yyy doesn't work because "&&" characters seems interpreted by make.
Workaround is to write test statement with if syntax.

6 years agoAdd script to start AGL worker XDS docker container.
Sebastien Douheret [Tue, 20 Jun 2017 15:19:25 +0000 (17:19 +0200)]
Add script to start AGL worker XDS docker container.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoRework doc / README
Sebastien Douheret [Tue, 20 Jun 2017 14:11:32 +0000 (16:11 +0200)]
Rework doc / README

6 years agoBump syncthing-inotify version to 0.8.6
Sebastien Douheret [Fri, 16 Jun 2017 14:27:54 +0000 (16:27 +0200)]
Bump syncthing-inotify version to 0.8.6

6 years agoFix package generation.
Sebastien Douheret [Fri, 16 Jun 2017 14:27:10 +0000 (16:27 +0200)]
Fix package generation.

6 years agoFix glide install detection
Sebastien Douheret [Fri, 16 Jun 2017 14:26:27 +0000 (16:26 +0200)]
Fix glide install detection

6 years agoUsed standard DESTDIR variable for make install
Sebastien Douheret [Fri, 16 Jun 2017 12:00:58 +0000 (14:00 +0200)]
Used standard DESTDIR variable for make install

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoImproved script and add -file option.
Sebastien Douheret [Fri, 16 Jun 2017 11:45:55 +0000 (13:45 +0200)]
Improved script and add -file option.

6 years agoAuto add var named CLIENT_PROJECT_DIR to environment.
Sebastien Douheret [Thu, 15 Jun 2017 14:28:07 +0000 (16:28 +0200)]
Auto add var named CLIENT_PROJECT_DIR to environment.

6 years agoFix version / sub-version retrieval.
Sebastien Douheret [Wed, 7 Jun 2017 12:35:59 +0000 (14:35 +0200)]
Fix version / sub-version retrieval.

6 years agoUse bundle version of Rxjs.
Sebastien Douheret [Wed, 7 Jun 2017 12:34:18 +0000 (14:34 +0200)]
Use bundle version of Rxjs.

6 years agoAllow to not update xds-agent tarball on startup.
Sebastien Douheret [Wed, 7 Jun 2017 12:16:09 +0000 (14:16 +0200)]
Allow to not update xds-agent tarball on startup.

Also set debug loglevel to info

6 years agoBump version
Sebastien Douheret [Wed, 7 Jun 2017 12:15:09 +0000 (14:15 +0200)]
Bump version

6 years agoAdd windows and packaging build support.
Sebastien Douheret [Wed, 7 Jun 2017 09:26:16 +0000 (11:26 +0200)]
Add windows and packaging build support.

6 years agoIncrease timeout for Syncthing startup. v0.0.1-alpha
Sebastien Douheret [Wed, 31 May 2017 10:24:12 +0000 (12:24 +0200)]
Increase timeout for Syncthing startup.

Syncthing may take more time to start for example on slow network connection.

6 years agoFix navbar menu when width is small
Sebastien Douheret [Wed, 31 May 2017 08:35:23 +0000 (10:35 +0200)]
Fix navbar menu when width is small

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoFix crash with /make
Sebastien Douheret [Tue, 30 May 2017 20:33:36 +0000 (22:33 +0200)]
Fix crash with /make

6 years agoAdd docker load instruction in README
Sebastien Douheret [Sun, 28 May 2017 14:56:57 +0000 (16:56 +0200)]
Add docker load instruction in README

6 years agoAdd script to get xds-agent tarballs.
Sebastien Douheret [Sun, 28 May 2017 12:38:39 +0000 (14:38 +0200)]
Add script to get xds-agent tarballs.

Signed-off-by: Sebastien Douheret <sebastien.douheret@iot.bzh>
6 years agoUpdate welcome carousel.
Sebastien Douheret [Sun, 28 May 2017 12:19:12 +0000 (14:19 +0200)]
Update welcome carousel.

6 years agoSet script as executable
Sebastien Douheret [Sun, 28 May 2017 08:30:40 +0000 (10:30 +0200)]
Set script as executable

6 years agoImproved devel/build panel (support PreBuild/Build/Populate)
Sebastien Douheret [Sat, 27 May 2017 21:11:04 +0000 (23:11 +0200)]
Improved devel/build panel (support PreBuild/Build/Populate)