- 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 16 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
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
As now the signature is parameterized (in the case of the webrunner), computing the signature may require not-webrunner-based tools (like a binary belonging to the SR. Then it can only be done on the export and the import.
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 13 Nov, 2018 2 commits
-
-
Julien Muchembled authored
-
Guillaume Hervier authored
This should fix resiliency tests /reviewed-on nexedi/slapos!439
-
- 12 Nov, 2018 1 commit
-
-
Jérome Perrin authored
So that we can use nexedi/slapos.core!51 /reviewed-on nexedi/slapos!438
-