- 23 Jul, 2020 4 commits
-
-
Thomas Gambier authored
-
Thomas Gambier authored
-
Łukasz Nowak authored
Patches taken from https://github.com/spack/spack/pull/15403
-
Łukasz Nowak authored
Setting max_version to 0 is less hacky. Also, it's not only for tarball preparation, the package is created the same way.
-
- 22 Jul, 2020 5 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
There is no reason to drop connection to the backend and then reinitate it on each request. It's better to keep connected and avoid additional work, especially in SSL handshake. Note: This was kept as the file has been copied from other place (haproxy on a backend), and slipped MR review, where MR author wanted to drop it anyway.
-
Łukasz Nowak authored
-
Jérome Perrin authored
-
Jérome Perrin authored
version up to current version (0.13.0) and include configuration to make use of nexedi/slapos.core!218 Also switch to gopls and include jdk, with all preliminary support for patchelf. See merge request nexedi/slapos!774
-
- 21 Jul, 2020 15 commits
-
-
Thomas Gambier authored
we need the patch to be able to build with gcc 10 (used on Archlinux for example). See https://bugs.gentoo.org/705898 patch is coming from https://705898.bugs.gentoo.org/attachment.cgi?id=603950
-
Jérome Perrin authored
When running tasks, shell is invoked like: $THEIA_SHELL -c "command with arguments that\ can\ contain\ spaces"
-
Jérome Perrin authored
The version from theia images does not support running from a plugin installed in a read only folder, this newest version seem to work. Also set the required java.home setting
-
Jérome Perrin authored
So that gitlens extension (which can be installed per-workspace) knows how to open files from lab.nexedi.com in browser
-
Jérome Perrin authored
-
Jérome Perrin authored
so that we can easily use python version 2 or 3 during development and local testing. This python is not directly usable with python extension, pip needs to be installed as user, following: https://pip.pypa.io/en/stable/installing/#installing-with-get-pip-py
-
Jérome Perrin authored
by logging the process output
-
Jérome Perrin authored
so that frontend requests are requested as theia computer partition. Practically this means that if theia is installed on slapos master, frontend requests for slapos inside theia partition will be requested as this theia instance.
-
Jérome Perrin authored
When updated to 4.8.1 the cursor "shadow" rendering is incorrect workaround for https://github.com/eclipse-theia/theia/issues/8158
-
Jérome Perrin authored
-
Jérome Perrin authored
So that parts are shared when we install ERP5 in theia
-
Jérome Perrin authored
Not much tested but it looks working
-
Jérome Perrin authored
Even if we don't use this, the debug pane cause an error when jdk is not installed Some optional extensions installable from the registry (like the XML supports from redhat) also need java and it's better to have something to edit XML
-
Jérome Perrin authored
-
Dmitry Blinov authored
extracted from nexedi/slapos!735
-
- 20 Jul, 2020 1 commit
-
-
Jérome Perrin authored
there was a mistake in 2de4c80f, we should sleep for the min duration of these two
-
- 17 Jul, 2020 14 commits
-
-
Łukasz Nowak authored
This reverts commit 1bd4fc32
-
Łukasz Nowak authored
Frontend can now do SSL client authentication to the backend. This is turned off by default, but easy to enable by proper switch. In order to achieve this result haproxy has been introduced as middleman just before the backend. Also it came with rsyslogd, as haproxy can't log by itself. Documentation has been updated, also changelog has been introduced. A lot of additional tests has been added due to adding additional component (haproxy) which required a bit different ways to approach to the request input data. See merge request nexedi/slapos!771
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Despite the new system does not support promise failing scenarios, use a simple way to have such configurations in late way and massively test various important cases for rejection, error reporting and similar.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
By default do not offer authentication certificate, the switch authenticate-to-backend can be used on cluster or slave level to control this feature.
-
Łukasz Nowak authored
rsyslogd is used, as haproxy does not support writing log files by its own.
-
Łukasz Nowak authored
This is needed in order to provide future support for client certificates to the backend. Also it means that haproxy is used in all cases, with or without cache, and as a result the "cached" version of caddy is dropped. Let haproxy setup maxconn by itself, as it's wise enough. Also trust that it'll detect and use proper limits, instead enforcing them in the shell with ulimit trick (ulimit -n $(ulimit -Hn)). As empty server alias can impact the configuration, add proper test for checking it.
-
Łukasz Nowak authored
It's required to fetch all dependencies in all cases, as tarball preparation can happen on machine, on which gcc would be used from OS, but in the end package building can happen on machines without proper gcc.
-
- 16 Jul, 2020 1 commit
-
-
Łukasz Nowak authored
In some environments it is required to have gcc provided by SlapOS, and simply forcing seems better than setting bugs min_version.
-