- 26 Nov, 2018 27 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
The version 1.4.12 was broken so it required a re-release
-
Rafael Monnerat authored
-
Rafael Monnerat authored
-
Rafael Monnerat authored
Traceback of the tests: Installing eggs. While: Installing eggs. Getting distribution for 'urllib3>=1.18'. Error: Picked: urllib3 = 1.24.1
-
Rafael Monnerat authored
Using help script
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This change is to follow up recent refactorization and perl and CPAN Setup.
-
Rafael Monnerat authored
This is to comply with obs package build.
-
Rafael Monnerat authored
This is a workarround, perhaps a cleaner solution can be consider
-
Rafael Monnerat authored
As PERL5LIB is defined based on destdir, the perl binaries during the build are unusable without it.
-
Rafael Monnerat authored
This patch can be reverted later, if the shared build get fixed for this point
-
Rafael Monnerat authored
This is required when prefix/location is customize during the package generation
-
Ivan Tyagov authored
Add msgpack-numpy egg so we can serialize binary numpy arrays. msgpack-python change its name to just msgpack. Wendelin tests passing at https://nexedi.erp5.net/test_result_module/20181126-7D4D3F45/view @rafael and / or @alain.takoudjou - please merge in unless objections. /reviewed-on nexedi/slapos!451
-
Łukasz Nowak authored
/reviewed-on nexedi/slapos!450
-
Vincent Pelletier authored
Always running SQL_CHANGE_MASTER breaks GTID setup (at least on 10.1.24) as it resets MASTER_USE_GTID. So only run it when not using GTID. Also, fold SQL_SET_GTID into the existing "if" bloc for simplicity.
-
Jérome Perrin authored
Update jsonschema eggs and some dependent eggs (including setuptools - but it looks OK) so that we can validate draft7 of json schema. Because jsonschema now bundles some schemas for json schemas, we don't need to include it here. /reviewed-on nexedi/slapos!425
-
Jérome Perrin authored
Also fix JSON schema, that was just invalid. Now we have a schema that renders properly on https://lab.nexedi.com/bk/rjs_json_form and is similar to the one from erp5, so maybe one day we can have a convention on erp5 testnode to push the URL of a selenium server as test-runner.server-url . In any case, it's good for now to have consistency. Most of this work comes from Boris Kocherov from https://www.raskon.org/ Thanks !
-
Jérome Perrin authored
string.format must be a string according to https://json-schema.org/understanding-json-schema/reference/string.html#format We were using our own version of metaschema with a patch for this. Now we are back to using official schema, but with a custom format `internet-address` that should be equivalent to: "oneOf": [ { "format": "hostname" }, { "format": "ipv4" }, { "format": "ipv6" } ],
-
Jérome Perrin authored
The schema was not matching implementation (it was not even correct schema)
-
Jérome Perrin authored
Using https://python-jsonschema.readthedocs.io/en/latest/validate/#versioned-validators instead of a local copy of json schema
-
Jérome Perrin authored
( not needed for the current work on jsonschema draft 7 support, but done at the same time, to merge together two unrelated changes which cause recompilation so that we recompile only once )
-
Jérome Perrin authored
jsonschema = 3.0.0a3 needs a recent setuptools, probably because it uses setuptools_scm
-
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
-
Jérome Perrin authored
SlapOS instance for a self hosted version of http://www.plantuml.com/ README for this slapos software: # PlantUML http://plantuml.com/ PlantUML is a service rendering UML diagrams defined in a simple and intuitive language. Each diagram has a unique URL which is made of an encoded version of the diagram code. Diagrams can be rendered as png, svg or ascii art text. See http://plantuml.com/PlantUML_Language_Reference_Guide.pdf for a full reference on the diagram language. /reviewed-on nexedi/slapos!435
-
- 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 2 commits
-
-
Rafael Monnerat authored
-
Rafael Monnerat authored
This version only display informations to change keyboard and set a NDB.
-