- 30 Aug, 2019 6 commits
-
-
Julien Muchembled 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 8 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
-
Jérome Perrin authored
Now that we also run slapos.cookbook tests from SLAPOS-SR-TEST we cannot simply examine buildout.cfg, because unlike SLAPOS-EGG-TEST this repository is now checked out in parts of the software folder, not the instance folder. So that trick of looking up the egg directories in buildout does not work, because this is a software buildout.cfg ... instead, we assume that the standard eggs and develop-eggs directories are used.
-
Jérome Perrin authored
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 27 Aug, 2019 5 commits
-
-
Rafael Monnerat authored
Use the new URL that are worldwide accessible
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
Boris Kocherov authored
-
- 23 Aug, 2019 1 commit
-
-
Łukasz Nowak authored
Added part for logrotation into part_list, resulting with installing it. /reviewed-on nexedi/slapos!606
-
- 22 Aug, 2019 1 commit
-
-
Yusei Tahara authored
Use the latest firefox and geckodriver to support file uploading tests.
-
- 21 Aug, 2019 1 commit
-
-
Yusei Tahara authored
-
- 20 Aug, 2019 6 commits
-
-
Julien Muchembled authored
-
Yusei Tahara authored
-
Julien Muchembled authored
This reverts commit 9b0f4f7d.
-
Yusei Tahara authored
-
Julien Muchembled authored
-
Yusei Tahara authored
[firefox] Use firefox 60 by default to use DataTransfer approach for file uploading functional tests.
-