- 02 Sep, 2022 1 commit
-
-
Jérome Perrin authored
The default "skin" changed, which results in diagram being grey instead of looking like rational rose. The previous behavior can be kept by using instruction `skin rose` in diagram code (see the changes in tests for example)
-
- 01 Sep, 2022 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
revert fac8ceb5 now that mroonga install.sql is fixed See merge request !1242
-
- 31 Aug, 2022 12 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
See merge request nexedi/slapos!1238
-
Jérome Perrin authored
html5as-base, grafana and metabase are python3 software releases and we don't need to run these tests twice for python2 and python3.
-
Jérome Perrin authored
-
Jérome Perrin authored
This continues the changes from a576000f (software/html5as: serialize as json-in-xml, 2022-08-19) to fix a test failure and serialize also in json-in-xml for the replicate software type. Minor changes to tests were made, to use assertIn for better messages in case of assertion failures
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Thomas Gambier authored
See merge request !1239
-
Jérome Perrin authored
after slapos commit cc7f36a0 (component/defaults: use python3 by default, 2022-08-27) this test accidentally switched to using python3. using python3 showed an incompatibility: File ".nxdtest", line 23, in <module> TestCase('transaction',['python', '-m', 'unittest', 'discover', '-s', P(transaction)]) File ".nxdtest", line 22, in P def P(path): return os.path.join(path, '..') File "lib/python3.8/posixpath.py", line 90, in join genericpath._check_arg_types('join', a, *p) File "lib/python3.8/genericpath.py", line 155, in _check_arg_types raise TypeError("Can't mix strings and bytes in path components") from None TypeError: Can't mix strings and bytes in path components that we also address here by using universal_newlines to the subprocess
-
- 30 Aug, 2022 3 commits
-
-
Jérome Perrin authored
test.cfg becomes the python3 version a new test-py2.cfg is introduced test-py3.cfg is removed cf slapos commit cc7f36a0 (component/defaults: use python3 by default, 2022-08-27)
-
Joanne Hugé authored
-
Jérome Perrin authored
Change python2 softwares to use python2 explicitly and python3 softwares to use the default, but leave a few softwares (html5as, html5as-base, fluent-bit, packer, seleniumrunner) using the default python, as they were using python2 not because they only support python2 but because they don't have strong dependency to the python version being used.
-
- 29 Aug, 2022 6 commits
-
-
Jérome Perrin authored
See merge request nexedi/slapos!1235
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 28 Aug, 2022 3 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 26 Aug, 2022 2 commits
-
-
-
Thomas Gambier authored
see nexedi/slapos!1215
-
- 25 Aug, 2022 2 commits
-
-
Xiaowu Zhang authored
See merge request !1234
-
Xiaowu Zhang authored
so we will not forget to update it
-
- 24 Aug, 2022 2 commits
-
-
Ivan Tyagov authored
See merge request !1233
-
Martin Manchev authored
-
- 23 Aug, 2022 1 commit
-
-
Ophélie Gagnard authored
Remove the "--disable-static" configure option. Fix the warning message: "configure: WARNING: unrecognized option: '--disable-static'". See merge request !1231
-
- 22 Aug, 2022 3 commits
-
-
Jérome Perrin authored
Resolve `@theia/core` subdependency `vscode-uri` to a locally installed patched version, to workaround https://github.com/microsoft/vscode/issues/154048. This fixes access to Theia through the IPv6 `backend-url`. That issue was discussed in nexedi/slapos!1204 The patched version of `vscode-uri` is published here: https://github.com/xavth/vscode-uri/tree/fix/ipv6_url_authority To do this, `yarn.lock` was regenerated, so this also caused a version up to Theia 1.28.0. See merge request nexedi/slapos!1227
-
Levin Zimmermann authored
See merge request nexedi/slapos!1217
-
Łukasz Nowak authored
-
- 19 Aug, 2022 1 commit
-
-
Lu Xu authored
-
- 18 Aug, 2022 2 commits
-
-
Jérome Perrin authored
-
Joanne Hugé authored
-