- 05 Mar, 2023 1 commit
-
-
Jérome Perrin authored
This was using `python` which is not always available Also re-export package-lock.json for the format from npm we currently have in theia
-
- 03 Mar, 2023 3 commits
-
-
Alain Takoudjou authored
See merge request nexedi/slapos!1369
-
Alain Takoudjou authored
-
Romain Courteaud authored
See merge request nexedi/slapos!1322
-
- 02 Mar, 2023 7 commits
-
-
Alain Takoudjou authored
Compile xdpyinfo for use, in case of debug.
-
Alain Takoudjou authored
bash tests files (*..bash) was not included to nxdtest.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Jérome Perrin authored
See merge request nexedi/slapos!1365
-
- 01 Mar, 2023 4 commits
-
-
Boxiang Sun authored
-
Boxiang Sun authored
Shorten the socket path Add a promise to check socket
-
Boxiang Sun authored
-
Boxiang Sun authored
-
- 27 Feb, 2023 2 commits
-
-
Jérome Perrin authored
This updates python extension to a version supporting only python3. To have full python2 support, it's possible to download https://open-vsx.org/extension/ms-python/python/2020.10.332292344 and use "Install from VSIX" option and manually apply the patch to fix perfomance issue with buildout paths: curl https://lab.nexedi.com/nexedi/slapos/raw/bdb7777beb34d8840cbbc498adba7a55d521079b/component/theia/ms-python-disable-jedi-buildout.patch | patch ~/tmp/vscode-unpacked/ms-python.python-2020.10.332292344.vsix/extension/pythonFiles/lib/python/jedi/inference/sys_path.py
-
Jérome Perrin authored
Set this as default version, there was no default version before. This also introduce a step to download the tarball headers for node-gyp, otherwise it will download it directly bypassing libnetworkcache.
-
- 25 Feb, 2023 1 commit
-
-
Jérome Perrin authored
-
- 23 Feb, 2023 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 22 Feb, 2023 1 commit
-
-
Ophélie Gagnard authored
-
- 19 Feb, 2023 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
- MariaDB 10.3.38 & 10.4.28 - mroonga 13.00 - groonga 13.0.0 - groonga-normalizer-mysql 1.2.1
-
- 18 Feb, 2023 3 commits
-
-
Julien Muchembled authored
We stopped using it because of 2 data integrity issues: - https://jira.percona.com/browse/PS-5569 ("FT index corrupt") - https://jira.percona.com/browse/PS-4291 ("DELETE sometimes do nothing") TokuDB is also already disabled because transparent huge pages are enabled by default.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 17 Feb, 2023 1 commit
-
-
Jérome Perrin authored
There are more log files with neo
-
- 16 Feb, 2023 12 commits
-
-
Julien Muchembled authored
-
Jérome Perrin authored
-
Jérome Perrin authored
To run the benchmark locally: - Install software/slapos-sr-testing and create an instance - Source the shell script published by the instance to setup environment variables - execute `python_for_test -m unittest -v test.benchmarks`
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 15 Feb, 2023 2 commits
-
-
Łukasz Nowak authored
This promise was generally used to check the connection quality to the backend with ICMP, by using ping. This is currently obsoleted by health-check and other parameters in that group. The parameter to setup the promise is provided by shared instance requester, that person has no access to those results, as shared instances can't be monitored directly, all results are only available to the cluster operator in contrast to health-check, which results are logged to backend_log, to which shared instance requester has access.
-
Łukasz Nowak authored
-