- 22 Nov, 2018 3 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Drop not needed references and logic for ssl_ca_crt old implementation.
-
Łukasz Nowak authored
-
- 21 Nov, 2018 4 commits
-
-
Rafael Monnerat authored
This version only display informations to change keyboard and set a NDB.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
In "caddy-frontend: Improve generated files" ssl_ca_crt was mistakenly used for client authentication, which is in reality not supported nor needed. It came from misunderstanding of apache configuration.
-
Łukasz Nowak authored
custom_domain and server-alias on given slave do not have to clash, and can be deduplicated during request parameter analysis. /reviewed-on nexedi/slapos!444
-
- 20 Nov, 2018 13 commits
-
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
Since caddy-frontend: Support wildcards the wildcards are supported.
-
Łukasz Nowak authored
server-alias and custom_domain can be wildcards, so support such case. /reviewed-on nexedi/slapos!446
-
Łukasz Nowak authored
-
Łukasz Nowak authored
The assertion was fixed incorrectly.
-
Łukasz Nowak authored
By setting maxDiff to None the test failures are more explanatory.
-
Łukasz Nowak authored
authorised --> authorized
-
Łukasz Nowak authored
Because of checking slave id in a whole string, slaves which shall not be authorized has been put on authorized list. Example: -frontend-authorized-slave-string == "custom_http", slave_id = "custom" has been authorized.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 19 Nov, 2018 3 commits
-
-
Łukasz Nowak authored
As test_https_url proves, the separation of url and https-url is correctly implemented.
-
Łukasz Nowak authored
-
Jérome Perrin authored
The case where test runner is not enabled got broken in 2a457867 This time, we had test to prevent regression. /reviewed-on nexedi/slapos!440
-
- 15 Nov, 2018 5 commits
-
-
Jérome Perrin authored
So that it renders correctly on https://pypi.org/project/slapos.cookbook I checked with : * `python setup.py checkdocs` * `python setup.py check --restructuredtext` as described on https://stackoverflow.com/questions/16367770/my-rst-readme-is-not-formatted-on-pypi-python-org /reviewed-on nexedi/slapos!441
-
Jérome Perrin authored
we are using trafficserver nowadays, varnish recipe is deprecated
-
Jérome Perrin authored
-
Nicolas Wavrant authored
-
Jérome Perrin authored
-
- 14 Nov, 2018 12 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
with minimal tests to reproduce the issue that instanciation is broken when no test runner. note that we don't put tests in "one big test.py", but from the beginning we separate so that we can put test for each software type in test/test_$(software type).py and test for default software type in test/test_erp5.py
-
Jérome Perrin authored
The case where test runner is not enabled got broken in 2a457867
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
With executing assertEqual(expected, given) the results, especially with dicts or multiline strings, are more readable in case of failure.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-