- 13 Apr, 2022 1 commit
-
-
Arnaud Fontaine authored
-
- 11 Apr, 2022 1 commit
-
-
Jérome Perrin authored
-
- 09 Apr, 2022 1 commit
-
-
Jérome Perrin authored
For ZEO4, this was implemented as a monkey patch in ERP5, but this is now supported in ZEO5, but not enabled by default. The setting is only avaiable through ZEO's own ZConfig, but not with ZODB's <zeoclient> so we also adjust the config to import ZEO and use ZEO's <clientstorage>.
-
- 08 Apr, 2022 2 commits
-
-
Jérome Perrin authored
Since theia 1.23.0 ( https://github.com/eclipse-theia/theia/pull/9820 ), /file-upload is a simple HTTP endoint and no longer needs to be websocket.
-
Jérome Perrin authored
Since 1.23.0 ( https://github.com/eclipse-theia/theia/pull/10514 ), Theia uses socket.io and it needs /socket.io to support websocket, otherwise it falls back to HTTP polling, which is significantly slower.
-
- 07 Apr, 2022 1 commit
-
-
Jérome Perrin authored
https://github.com/eclipse-theia/theia/releases/tag/v1.24.0 See merge request nexedi/slapos!1149
-
- 06 Apr, 2022 13 commits
-
-
Julien Muchembled authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
RFC: mysql: With universal_newlines, python3 subprocess assumes that communicate() parameter is str() (not bytes()). But mysql_script_file was opened as a binary files and thus a bytes() was returned: File "etc/run/mariadb_update", line 51, in <module> sys.exit(slapos.recipe.generic_mysql.mysql.updateMysql(mysql_upgrade_binary='/srv/slapgrid/slappart3/bin/mysql_upgrade', mysql_binary='/srv/slapgrid/slappart3/bin/mysql', mysql_script_file='/srv/slapgrid/slappart3/etc/mariadb_initial_setup.sql')) File "parts/slapos.cookbook-repository/slapos/recipe/generic_mysql/mysql.py", line 31, in updateMysql result = mysql.communicate(mysql_script)[0] File "parts/python3/lib/python3.7/subprocess.py", line 964, in communicate stdout, stderr = self._communicate(input, endtime, timeout) File "parts/python3/lib/python3.7/subprocess.py", line 1692, in _communicate self._save_input(input) File "parts/python3/lib/python3.7/subprocess.py", line 1774, in _save_input self._input = self._input.encode(self.stdin.encoding, AttributeError: 'bytes' object has no attribute 'encode'
-
Arnaud Fontaine authored
-
Arnaud Fontaine authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
-
Jérome Perrin authored
-
- 05 Apr, 2022 1 commit
-
-
Julien Muchembled authored
-
- 04 Apr, 2022 2 commits
-
-
Jérome Perrin authored
This version of scons only support python2
-
HongzheWang authored
See merge request nexedi/slapos!1140
-
- 03 Apr, 2022 4 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
no need to prompt everytime. In the context of slapos theia, I guess we can say that user trust the workspace
-
- 01 Apr, 2022 9 commits
-
-
HongzheWang authored
-
HongzheWang authored
-
HongzheWang authored
-
Thomas Gambier authored
-
Joanne Hugé authored
-
Jérome Perrin authored
-
Jérome Perrin authored
This is longer needed since years, also the part looks broken.
-
Jérome Perrin authored
-
Jérome Perrin authored
Reintroduce a patch to fix build error: execvp: printf: Argument list too long that seems to happen again with nodejs 16. Also add a note for minimal supported version, that will have to be set in software
-
- 31 Mar, 2022 3 commits
-
-
Joanne Hugé authored
-
HongzheWang authored
-
Jérome Perrin authored
This partially reverts ee733f9d because of issues with python3
-
- 30 Mar, 2022 2 commits
-
-
Jérome Perrin authored
Commit ee733f9d (version up: zc.buildout 2.7.1+slapos017, slapos.libnetworkcache 0.23, 2022-03-28) introduced a new way of computing cache key used for shacache and downlaod URLs that were only in cache but no longer available from their original location no longer could be retrieved. This update the original download URLs to URLs that are valid today. See merge request nexedi/slapos!1147
-
Julien Muchembled authored
-