- 09 Sep, 2019 4 commits
-
-
Julien Muchembled authored
This is important for performance and it enables testless promises. For partitions that are instantiated successfully, let slapos decide when there's no parameter change (usually once a day). Instantiation can be forced on manual action in the UI.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
- 05 Sep, 2019 1 commit
-
-
Alain Takoudjou authored
Remove method `generateHashFromFiles` in all file `test.py`, import it from `slapos.recipe.librecipe`. /reviewed-on nexedi/slapos!617
-
- 04 Sep, 2019 4 commits
-
-
Alain Takoudjou authored
-
Kazuhiko Shiozaki authored
-
Kazuhiko Shiozaki authored
-
Julien Muchembled authored
-
- 03 Sep, 2019 1 commit
-
-
Thomas Gambier authored
/reviewed-on nexedi/slapos!611
-
- 01 Sep, 2019 1 commit
-
-
Rafael Monnerat authored
-
- 30 Aug, 2019 26 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Alain Takoudjou authored
This turnserver work on IPv6 but to allow communication with all devices, external-ip parameter is used to set public IPv4 which will be used by client.
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
Bryton Lacquement authored
/reviewed-on nexedi/slapos!610
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Bryton Lacquement authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Caddy and ATS shall have same timeouts for the requests.
-
Łukasz Nowak authored
It defaults to 600s, which is good reasonable chosen before.
-
Łukasz Nowak authored
ATS by default tries 4 times (1 non configurable, 3 retries) a given query to the backend. Despite of "connection" in the name, ATS waits for first byte from the backend, and it means that backend might already processing the request, just no bytes are sent. In order to avoid this allow ATS to try only once.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Bryton Lacquement authored
-
Jérome Perrin authored
unlike what I assumed, env argument of ConfigParser.get does not work as dict.get, it has priority. This broke the case of SLAPOS-EGG-TEST Rewrite this using ConfigParser.has_option
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Rafael Monnerat authored
The Remote User is managed on the backend apache which will unset it anyway.
-
Julien Muchembled authored
As shown by https://github.com/zopefoundation/Zope/pull/655 and https://github.com/Pylons/waitress/commit/6d4dab6bed88917b973066a6d5222917661802b7 backends usually don't accept headers with underscores. SSL_CLIENT_SERIAL is removed because it's unused.
-
- 29 Aug, 2019 3 commits
-
-
Julien Muchembled authored
This fixes previous commit.
-
Julien Muchembled authored
-
Julien Muchembled authored
-