An error occurred fetching the project authors.
- 28 Mar, 2022 1 commit
-
-
Julien Muchembled authored
-
- 24 Mar, 2022 1 commit
-
-
Jérome Perrin authored
-
- 22 Mar, 2022 1 commit
-
-
Jérome Perrin authored
In slapos.core commit 425f5bb7b (slapgrid: replace platform.linux_distribution() with distro.linux_distribution(), 2022-03-21), a dependency to distro was introduced. Because tests run with slapos.core fetched from git, they already started to fail because of the missing version pin. The pin is made to the latest version for both python2 and python3. Usually we take the latest version compatible with python2, but I just thought this way was probably better.
-
- 21 Mar, 2022 1 commit
-
-
Thomas Gambier authored
-
- 16 Mar, 2022 1 commit
-
-
Thomas Gambier authored
-
- 17 Feb, 2022 1 commit
-
-
Jérome Perrin authored
-
- 11 Feb, 2022 1 commit
-
-
Julien Muchembled authored
-
- 03 Feb, 2022 1 commit
-
-
Julien Muchembled authored
-
- 14 Jan, 2022 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 12 Jan, 2022 1 commit
-
-
Julien Muchembled authored
-
- 30 Dec, 2021 1 commit
-
-
Alain Takoudjou authored
-
- 20 Dec, 2021 1 commit
-
-
Kirill Smelkov authored
Several places pin mock egg individually. There are pins to `mock = 3.0.5` and pins to `mock = 2.0.0:whl`. Mock 3.0.5 is the last version that supports Python2 and can be considered as "current" in our context today. For nxdtest we are going to add pytest-mock, which depends on the mock, which, if not consolidated, will need to add another `mock = 3.0.5` somewhere. -> Stop doing that and move mock pinning into stack/slapos.cfg. This way it will be even easier for upcoming Python3 support, because in stack/slapos.cfg we can add per-Python3 [versions] with pins adjusted as needed for py3, but all still in one single place. Leave `mock = 2.0.0:whl` pins intact to be updated when needed by maintainers of corresponding software releases: software/slapos-sr-testing/software.cfg:mock = 2.0.0:whl software/slapos-testing/software.cfg:mock = 2.0.0:whl software/wendelin/software-kerastensorflow.cfg:mock = 2.0.0:whl
-
- 15 Dec, 2021 1 commit
-
-
Thomas Gambier authored
-
- 14 Dec, 2021 1 commit
-
-
Léo-Paul Géneau authored
-
- 12 Dec, 2021 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 10 Dec, 2021 1 commit
-
-
Julien Muchembled authored
This is a regression with 0.48 that prevented parts to be shared depending on which Python is used to run Python (whether it's version 2 or 3).
-
- 09 Dec, 2021 1 commit
-
-
Jérome Perrin authored
slapos.core now depends on PyYAML and jsonschema
-
- 08 Dec, 2021 1 commit
-
-
Julien Muchembled authored
-
- 03 Dec, 2021 1 commit
-
-
Jérome Perrin authored
-
- 30 Nov, 2021 1 commit
-
-
Julien Muchembled authored
-
- 11 Nov, 2021 1 commit
-
-
Jérome Perrin authored
-
- 11 Oct, 2021 1 commit
-
-
Julien Muchembled authored
Adapt all promise sections to changes in plugin promise recipe.
-
- 08 Oct, 2021 1 commit
-
-
Léo-Paul Géneau authored
-
- 04 Oct, 2021 4 commits
-
-
Julien Muchembled authored
-
Łukasz Nowak authored
-
Łukasz Nowak authored
-
Thomas Gambier authored
-
- 01 Oct, 2021 1 commit
-
-
Ivan Tyagov authored
-
- 25 Sep, 2021 1 commit
-
-
Julien Muchembled authored
Thanks to the new buildout/slapos.recipe.build feature, we can download the last released version of Debian Stable. NEO stress testing is changed to run on both Debian 10 & 11. Keep proposing Debian 10 netinst in kvm SR, waiting that Debian 11 is more tested.
-
- 15 Sep, 2021 1 commit
-
-
Łukasz Nowak authored
-
- 08 Sep, 2021 1 commit
-
-
Ivan Tyagov authored
-
- 06 Sep, 2021 1 commit
-
-
Xavier Thompson authored
-
- 23 Aug, 2021 1 commit
-
-
Léo-Paul Géneau authored
- rubygemsrecipe deployment mode now depends on `allow-picked-versions` by default
-
- 20 Aug, 2021 1 commit
-
-
Jérome Perrin authored
-
- 14 Aug, 2021 1 commit
-
-
Kirill Smelkov authored
Zodburi 2.5.0 added support for demo: URI scheme: https://github.com/Pylons/zodburi/blob/master/CHANGES.rst#250-2021-05-12
-
- 13 Aug, 2021 1 commit
-
-
Xavier Thompson authored
`srv/testnode/abc/inst/test0-0` -> `t/abc/i/0`
-
- 12 Aug, 2021 2 commits
-
-
Kirill Smelkov authored
This teaches nxdtest to detect leaked processes and to clean them up automatically instead of letting tests stuck because of them. See nexedi/nxdtest@0ad45a9c and nexedi/nxdtest!9 for details. New dependencies of nxdtest are: - psutil (already covered by stack/slapos.cfg), - pytest-timeout, and - setproctitle /reviewed-by @jerome /reviewed-on nexedi/slapos!1035
-
Jérome Perrin authored
These comments are not updated automatically and very hard to update manually, so it's better not to have them.
-
- 02 Aug, 2021 1 commit
-
-
Jérome Perrin authored
-