An error occurred fetching the project authors.
- 31 Mar, 2021 2 commits
-
-
Romain Courteaud authored
Install setuptools_scm before python-dateutil (which has it in setup_requires) so that the version can be controlled by buildout See nexedi/slapos@f1e7230e
-
Jérome Perrin authored
-
- 30 Mar, 2021 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 29 Mar, 2021 1 commit
-
-
Łukasz Nowak authored
-
- 16 Mar, 2021 1 commit
-
-
Kirill Smelkov authored
Factor-out things that provide components for ZODB stack from software/neoppod/ into component/ZODB/.
-
- 10 Mar, 2021 1 commit
-
-
Łukasz Nowak authored
The version >=5 is not python2 compatible.
-
- 09 Mar, 2021 1 commit
-
-
Łukasz Nowak authored
Introduces devperm manager with lsblk.
-
- 01 Mar, 2021 2 commits
-
-
Thomas Gambier authored
-
Xavier Thompson authored
Changes: - Add comments and reorganise instance.cfg.in for clarity - Select free ports instead of hardcoded ports - Upgrade to slapos.core 1.6.5 to prefix forwarded requests This makes it possible to recursively nest theias into theias. See merge request nexedi/slapos!919
-
- 22 Feb, 2021 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 17 Feb, 2021 2 commits
-
-
Jérome Perrin authored
pyrsistent has a setup_require of pytest-runner. Buildout installs setup_require from their latest version, regardless of [versions]. When a new version of pytest-runner was released without python 2 support this broke installation of software releases on python 2.
-
Jérome Perrin authored
This reverts commit c2a7ed05.
-
- 16 Feb, 2021 1 commit
-
-
Xavier Thompson authored
`autorun` controls the `slapos-node-auto` service: - `running`: start `slapos-node-auto` - `stopped`: stop `slapos-node-auto` - ( else ) : leave `slapos-node-auto` as it is See merge request nexedi/slapos!888
-
- 12 Feb, 2021 1 commit
-
-
Thomas Gambier authored
This reverts commit b3394953.
-
- 04 Feb, 2021 1 commit
-
-
Jérome Perrin authored
also update slapos.toolbox to 0.116
-
- 27 Jan, 2021 1 commit
-
-
Łukasz Nowak authored
-
- 26 Jan, 2021 1 commit
-
-
Łukasz Nowak authored
Since Jinja 2.11 it's possible to do nice tests against true, false and others, which is important for various type checks.
-
- 20 Jan, 2021 1 commit
-
-
Jérome Perrin authored
-
- 13 Jan, 2021 1 commit
-
-
Xavier Thompson authored
-
- 24 Dec, 2020 1 commit
-
-
Thomas Gambier authored
-
- 17 Dec, 2020 1 commit
-
-
Léo-Paul Géneau authored
moves python2 release to component/jupyter-py2 because it is required by ERP5 but not maintained anymore moves to python 3 : - test/test.py - jupyter_notebook_config.py.jinja - ERP5kernel.py modifies custom.js to create a workaround for events issue see (https://github.com/jupyter/notebook/issues/2499) upgrades slapos.cookbook version to 1.0.171 to use zero_knowledge recipe with python 3 adds jupyter partition check in software/erp5/test/test_erp5.py
-
- 30 Nov, 2020 1 commit
-
-
Jérome Perrin authored
-
- 24 Nov, 2020 1 commit
-
-
Kirill Smelkov authored
Jérome reports that Pygolang build on Python3 fails because geventmp turned out to be not pinned: nexedi/slapos!862 (comment 121359) Geventmp is indeed used by pygolang only on Python3 nexedi/pygolang@cd67996e and with Python2-only testing I missed to handle it. -> Fix it and add test for pygolang/py3. /reviewed-on nexedi/slapos!864
-
- 20 Nov, 2020 1 commit
-
-
Léo-Paul Géneau authored
Tests added: - connexion parameters - monitor url - slaves instanciation Adds connexion parameters: - ipv6 - port - ipv4 Upgrade dnspython from 1.15.0 to 1.16.0 Removes unused parameters in instance-powerdns-replicate.cfg.jinja: - private-ipv4 - public-ipv4 - domain
-
- 11 Nov, 2020 2 commits
-
-
Jérome Perrin authored
This reverts commit 5d46a499. Changes to "fix argument parsing" (to allow passing argument containing space) had a regression that backslash characters are escaped. Let's go back to slapos.toolbox 0.112 for now.
-
Jérome Perrin authored
-
- 02 Nov, 2020 1 commit
-
-
Léo-Paul Géneau authored
-
- 29 Oct, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 20 Oct, 2020 2 commits
-
-
Kirill Smelkov authored
Move versions for eggs that component/{ZEO,pygolang,zodbtools,pytest} depend on out of component/ and into stack/slapos.cfg Leave version of component <X> inside component/<X>. I was asked to do so: nexedi/slapos!839 (comment 119170)
-
Thomas Gambier authored
-
- 17 Sep, 2020 1 commit
-
-
Jérome Perrin authored
-
- 15 Sep, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 11 Sep, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
-
- 26 Aug, 2020 2 commits
-
-
Jérome Perrin authored
section to install dependencies of slapos.toolbox using slapos libraries
-
Jérome Perrin authored
section to install dependencies of slapos.cookbook using slapos libraries
-
- 25 Aug, 2020 2 commits
-
-
Jérome Perrin authored
-
Jérome Perrin authored
Since this version introduces a dependency on backports.lzma we had to explicitly install backports.lzma in a slapos compliant way before installing slapos.toolbox, because installing the egg needs xz-utils. For slapos-sr-testing it's also a version up of backports.lzma to 0.14.0
-