An error occurred fetching the project authors.
- 30 Nov, 2018 1 commit
-
-
Julien Muchembled authored
To fix the build of golang1.10, since the buildout process keeps /dev/random and /dev/urandom open (where ?).
-
- 26 Nov, 2018 6 commits
-
-
Rafael Monnerat authored
The version 1.4.12 was broken so it required a re-release
-
Rafael Monnerat authored
-
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
-
- 14 Nov, 2018 1 commit
-
-
Nicolas Wavrant authored
-
- 12 Nov, 2018 1 commit
-
-
Jérome Perrin authored
So that we can use nexedi/slapos.core!51 /reviewed-on nexedi/slapos!438
-
- 31 Oct, 2018 1 commit
-
-
Thomas Gambier authored
-
- 29 Oct, 2018 1 commit
-
-
Łukasz Nowak authored
Since f427842b some software releases has been found to be without pinnsed eggs for GitPython dependency. /reviewed-on nexedi/slapos!432
-
- 26 Oct, 2018 2 commits
-
-
Thomas Gambier authored
/reviewed-on nexedi/slapos!427
-
Julien Muchembled authored
-
- 28 Sep, 2018 1 commit
-
-
Julien Muchembled authored
-
- 20 Sep, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 05 Sep, 2018 1 commit
-
-
Guillaume Hervier authored
-
- 27 Aug, 2018 1 commit
-
-
Klaus Wölfel authored
See https://www.erp5.com/group_section/forum/No-test-results-rtSJ3H4fpC /reviewed-on nexedi/slapos!382
-
- 22 Aug, 2018 1 commit
-
-
Yusei Tahara authored
stack/slapos.cfg: Add slapos.extension.shared. This extension creates .shared file in software directory as a mark of software that was built with shared feature.
-
- 31 Jul, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 18 Jul, 2018 1 commit
-
-
Rafael Monnerat authored
If the version is unpinned, the buildout will fail. It is currently mandatory to keep all the eggs pinned. Any development environment can se allow-picked-version to true if they were tryting to check upgrades of some eggs. This were already discussed and agreeded and the test already passed: [20180611-4AD45F1D](https://nexedijs.erp5.net/#/test_result_module/20180611-4AD45F1D) /cc @jerome @jm /reviewed-on nexedi/slapos!363
-
- 06 Jul, 2018 1 commit
-
-
Boris Kocherov authored
@vincentB @kazuhiko /reviewed-on nexedi/slapos!351
-
- 27 Jun, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 22 Jun, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 12 Apr, 2018 1 commit
-
-
Julien Muchembled authored
-
- 10 Apr, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-
- 29 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
/reviewed-on nexedi/slapos!308
-
- 26 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 16 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 14 Mar, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 12 Feb, 2018 1 commit
-
-
Alain Takoudjou authored
-
- 25 Jan, 2018 1 commit
-
-
Rafael Monnerat authored
zc.buildout version up to 2.5.2+slapos012 slapos.recipe.template version up to 4.3 slapos.core version up to 1.4.4
-
- 06 Dec, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 05 Dec, 2017 1 commit
-
-
Jérome Perrin authored
( because allow-picked-versions require all versions to be pinned )
-
- 14 Nov, 2017 1 commit
-
-
Julien Muchembled authored
inotifyx does not support Python 3.
-
- 13 Nov, 2017 1 commit
-
-
Yusei Tahara authored
-
- 10 Nov, 2017 1 commit
-
-
Julien Muchembled authored
-
- 09 Nov, 2017 1 commit
-
-
Julien Muchembled authored
-
- 08 Nov, 2017 1 commit
-
-
Rafael Monnerat authored
-
- 07 Nov, 2017 1 commit
-
-
Julien Muchembled authored
Recent versions of OpenSSL refuse to load Romain's key: unable to load certificate 140268475908992:error:0D0E20DE:asn1 encoding routines:c2i_ibuf:illegal zero content:../crypto/asn1/a_int.c:154: 140268475908992:error:0D08303A:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:../crypto/asn1/tasn_dec.c:609:Field=serialNumber, Type=X509_CINF 140268475908992:error:0D08303A:asn1 encoding routines:asn1_template_noexp_d2i:nested asn1 error:../crypto/asn1/tasn_dec.c:609:Field=cert_info, Type=X509 140268475908992:error:0906700D:PEM routines:PEM_ASN1_read_bio:ASN1 lib:../crypto/pem/pem_oth.c:33: With older versions: Certificate: Data: Version: 1 (0x0) Serial Number: 0 (0x0) ... Acked-by: Romain Courteaud <romain@nexedi.com>
-