- 02 Jan, 2019 2 commits
-
-
Rafael Monnerat authored
Before call uninstall, the pin is verified and it can cause error if picked version is mandatory.
-
Bryton Lacquement authored
-
- 28 Dec, 2018 2 commits
-
-
Rafael Monnerat authored
The version 1.0.84 was used by an existing tag on the version control, so it would be inconsistent to use this version number.
-
Rafael Monnerat authored
-
- 27 Dec, 2018 1 commit
-
-
Vincent Pelletier authored
The query present in the sql dump sets gtid_slave_pos, which is used by slave_pos. current_pos relies on gtid_current_pos, which is not set here and hence fails to initiate replication. Another (unintended) effect of using slave_pos is that queries run on the slave will not break replication. There should be no reason to run queries on slave (at least, data & schema modification queries while replication is active), so it would seem better to fail the replication immediately in order to detect this. So this may not be the best solution - but at least this fixes this script.
-
- 24 Dec, 2018 1 commit
-
-
Nicolas Wavrant authored
We still want to check the signature of the reference .data file and of the index /reviewed-on nexedi/slapos!453
-
- 21 Dec, 2018 1 commit
-
-
Jérome Perrin authored
It will be used on python2.7 from https://docs.python.org/2/library/subprocess.html : POSIX users (Linux, BSD, etc.) are strongly encouraged to install and use the much more recent subprocess32 module instead of the version included with python 2.7. It is a drop in replacement with better behavior in many situations. /reviewed-on nexedi/slapos!476
-
- 17 Dec, 2018 1 commit
-
-
Nicolas Wavrant authored
-
- 14 Dec, 2018 1 commit
-
-
Thomas Gambier authored
-
- 11 Dec, 2018 2 commits
-
-
Rafael Monnerat authored
-
Nicolas Wavrant authored
-
- 06 Dec, 2018 1 commit
-
-
Arnaud Fontaine authored
-
- 04 Dec, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 30 Nov, 2018 2 commits
-
-
Sebastien Robin authored
This is needed by slapos.recipe.cmmi
-
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 7 commits
-
-
Rafael Monnerat authored
The version 1.4.12 was broken so it required a re-release
-
Rafael Monnerat authored
-
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
( 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
-
- 20 Nov, 2018 2 commits
-
-
Nicolas Wavrant authored
-
Nicolas Wavrant authored
-
- 15 Nov, 2018 1 commit
-
-
Nicolas Wavrant authored
-
- 14 Nov, 2018 7 commits
-
-
Jérome Perrin authored
The case where test runner is not enabled got broken in 2a457867
-
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
-
- 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
-
- 30 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
@tomo @rafael if you have any review on this (should be ok as its kind of same commit than last update one, but well) /reviewed-on nexedi/slapos!433
-
- 29 Oct, 2018 2 commits
-
-
Thomas Gambier authored
this is a followup of nexedi/slapos!427 /reviewed-on nexedi/slapos!431
-
Ł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
-
- 25 Oct, 2018 1 commit
-
-
Guillaume Hervier authored
There was two sections writing the file `bin/monitor-httpd` which led to some problems when running things /reviewed-on nexedi/slapos!426
-