- 26 Nov, 2018 3 commits
-
-
Jérome Perrin authored
jsonschema needs six>=1.11.0 Version and requirements information containing six: [versions] constraint on six: 1.10.0 Requirement of mock==2.0.0: six>=1.9 Requirement of slapos.core==1.4.11: six Requirement of bcrypt==3.1.4: six>=1.4.1 Requirement of cryptography==2.3.1: six>=1.4.1 Requirement of jsonschema: six>=1.11.0 Requirement of manuel: six Requirement of cliff: six>=1.9.0 Requirement of pyOpenSSL>=18.0.0: six>=1.5.2
-
Jérome Perrin authored
with support for draft7 of json schema
-
Jérome Perrin authored
-
- 23 Nov, 2018 7 commits
-
-
Łukasz Nowak authored
Problem has been found, and as this mode emits a lot of data with test result disable it.
-
Rafael Monnerat authored
The support to debian 6 was dropped, so this compatibility layer is not needed anymore.
-
Rafael Monnerat authored
-
Rafael Monnerat authored
On OBS the build system is quite particular and it has to work in a specific way, This file handles the difference between build from source and prepare things to OBS.
-
Łukasz Nowak authored
-
Łukasz Nowak authored
It will allow to track behaviour of the test on various test nodes.
-
Łukasz Nowak authored
-
- 22 Nov, 2018 4 commits
-
-
Łukasz Nowak authored
-
Ł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 1 commit
-
-
Jérome Perrin authored
-