An error occurred fetching the project authors.
- 28 Apr, 2022 1 commit
-
-
Thomas Leymonerie authored
Use slapos.recipe.template instead of slapos.recipe.template if possible Harmonize template keys : rendered -> output template -> url template = inline: -> inline = Delete "mode" key See merge request nexedi/slapos!1151
-
- 22 Apr, 2022 1 commit
-
-
Thomas Gambier authored
After removal of git server in f3dc178f, no need for mod_cgid anymore. Also, the mod_cgid was reporting an error because ScriptSock was not set so the socket file was created in the software compilation folder: [cgid:error] [pid 109996:tid 139713924945728] (13)Permission denied: AH01243: Couldn't bind unix domain socket /srv/slapgrid/slappart71/srv/runner/shared/apache/81977b7512b75d38df008fc5ede74d94/logs/cgisock.105061
-
- 08 Dec, 2021 1 commit
-
-
Julien Muchembled authored
-
- 11 Oct, 2021 1 commit
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
- 02 Aug, 2021 1 commit
-
-
Jérome Perrin authored
In b049c057 (upgrade to slapos.toolbox version 0.123, 2021-07-19), we translated check-secure = 1 to config-http-code = 401, but check-secure = 1 also accepted responses with status code 200. Thoses promises where checking servers without authentication enabled, they reply with 200, so update the promises accordingly to expect 200.
-
- 27 Jul, 2021 1 commit
-
-
Eric Zheng authored
This introduces some breaking changes to the check_url_available promise: - http_code has been renamed to http-code - check-secure = 1 has been deprecated; http-code = 401 should be used instead
-
- 29 Jun, 2021 1 commit
-
-
Xavier Thompson authored
Change all `check_port_listening` promises to `check_socket_listening` and rename all associated `config-hostname` arguments to `config-host`
-
- 05 May, 2021 1 commit
-
-
Xavier Thompson authored
-
- 21 Apr, 2021 2 commits
-
-
Jérome Perrin authored
We are not using this
-
Jérome Perrin authored
This host header is not passed by default, because we are already using proxy_set_header, so we need to set it explicitly. It seems that since we updated some packages in in 279486fe (stack/slapos: version up some eggs with known vulnerabilties, 2021-01-28) slaprunner was producing URLs with "localhost" as hostname when using redirect(url_for(...))
-
- 23 Mar, 2021 1 commit
-
-
Thomas Gambier authored
-
- 16 Feb, 2021 1 commit
-
-
Jérome Perrin authored
slapgrid is the old name of slapos node command.
-
- 08 Jan, 2021 1 commit
-
-
Thomas Gambier authored
-
- 30 Nov, 2020 1 commit
-
-
Xavier Thompson authored
This is to match Theia file hierarchy
-
- 18 Nov, 2020 1 commit
-
-
Thomas Gambier authored
The section template-slapuser-script creates the "bin/slapos" wrapper which is needed inside runner-import.sh script.
-
- 12 Oct, 2020 1 commit
-
-
Thomas Gambier authored
-
- 09 Oct, 2020 3 commits
-
-
Jérome Perrin authored
~/bin/slapos script does not overwrite $SLAPOS_CONFIGURATION if it's set, to prevent service accidentally use another slapos.cfg if $SLAPOS_CONFIGURATION is set for some reason, explicit pass the path of the slapos.cfg
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 05 Aug, 2020 2 commits
-
-
Jérome Perrin authored
It seems `eclint fix folder/file` sometimes dos not work, but `eclint fix folder/` worked.
-
Jérome Perrin authored
done with: npm install git ls-files | grep -v '\/unstable\/' | xargs ./node_modules/.bin/eclint fix git ls-files | grep buildout.hash.cfg | xargs ./update-hash
-
- 07 Jul, 2020 1 commit
-
-
Jérome Perrin authored
-
- 01 Jul, 2020 1 commit
-
-
Thomas Gambier authored
fixup of 6fbc6e15
-
- 04 May, 2020 2 commits
-
-
Rafael Monnerat authored
This allow slaprunner call the API more easily.
-
Rafael Monnerat authored
-
- 30 Apr, 2020 5 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This would allow the webrunner invoke it to bootstrap the instance rather them create the folders manually.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Creating this file and updating the slapos.cfg configuration is possible to call slapos node format from the partition in the same way you would do in a computer.
-
Rafael Monnerat authored
-
- 24 Apr, 2020 2 commits
-
-
Julien Muchembled authored
TODO: There are still direct references to specific version of Python in: - slapos component - bazel templates - nextcloud & theia SR
-
Thomas Gambier authored
This was broken in 8725ab1a. fix the way of getting parameters in the new recipe.
-
- 15 Apr, 2020 1 commit
-
-
Jérome Perrin authored
When we have a section to generate a python interpreter with eggs built in, don't name this `extra-eggs` because the meaning is not clear.
-
- 28 Mar, 2020 1 commit
-
-
Julien Muchembled authored
-
- 23 Mar, 2020 1 commit
-
-
Julien Muchembled authored
See commit 1e514399.
-
- 22 Mar, 2020 1 commit
-
-
Julien Muchembled authored
The fixes a conflict with 'runner-exporter' due bugs in cns.recipe.symlink Anyway, a much better idea would be to add ~/software_release/bin to PATH.
-
- 20 Mar, 2020 1 commit
-
-
Rafael Monnerat authored
This means the user don't have any instance at this point.
-
- 10 Mar, 2020 2 commits
-
-
Bryton Lacquement authored
-
Bryton Lacquement authored
collective.recipe.shelloutput does not work well with Python 3: it outputs values as bytes, which are printed in the format "!py!b'XXX'". The new "init" option is used as a replacement.
-
- 09 Mar, 2020 1 commit
-
-
Bryton Lacquement authored
We need to access six when calling the 'replicated.replicate' macro.
-