- 30 Aug, 2019 24 commits
-
-
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 12 commits
-
-
Julien Muchembled authored
This fixes previous commit.
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Julien Muchembled authored
-
Łukasz Nowak authored
If backend does not send Content-Type the frontend is responsible of adding correct one.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
- 28 Aug, 2019 4 commits
-
-
Rafael Monnerat authored
-
Boxiang Sun authored
Not use erp5-doc as a submodule anymore /reviewed-on nexedi/slapos!613
-
Jérome Perrin authored
Usually when we make change to SlapOS profiles, we only check the result of SR test and sometimes problems in the json schema are introduced and we only notice this when we check the result of `SLAPOS-EGG-TEST`. This MR is about: - also running `slapos.cookbook` tests as part of `SLAPOS-SR-TEST`. This test in fact contain both "egg tests" for some recipes in nexedi/slapos repository and "lint test" for the formatting of json schemas for parameters (because this nexedi/slapos repository contain both some recipes and profiles). - fixing current problems with json schemas on master branch. /reviewed-on nexedi/slapos!612
-
Jérome Perrin authored
according to rfc4329, text/javascript is deprecated in favor of application/javascript, so make sure we also compress the "official" mime type for javascripts. /reviewed-on nexedi/slapos!609
-