An error occurred fetching the project authors.
- 04 May, 2020 1 commit
-
-
Julien Muchembled authored
-
- 29 Apr, 2020 1 commit
-
-
Jérome Perrin authored
The recommended approach is now to generate a font.conf file using slapos.recipe.template:jinja2 since font.conf now needs entries for all directories containing fonts.
-
- 27 Apr, 2020 1 commit
-
-
Jérome Perrin authored
-
- 24 Apr, 2020 1 commit
-
-
Thomas Gambier authored
-
- 08 Apr, 2020 1 commit
-
-
Jérome Perrin authored
This is not used, and probably buggy
-
- 28 Mar, 2020 1 commit
-
-
Julien Muchembled authored
-
- 23 Mar, 2020 1 commit
-
-
Łukasz Nowak authored
-
- 19 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
[duplicity] has at least 2 issues: - use os.chdir - creation of paths outside of location
-
- 04 Mar, 2020 2 commits
-
-
Julien Muchembled authored
-
Julien Muchembled authored
/reviewed-on nexedi/slapos!704
-
- 03 Mar, 2020 1 commit
-
-
Alain Takoudjou authored
-
- 17 Feb, 2020 1 commit
-
-
Jérome Perrin authored
This fixes errors like: File "python3.6/lib/python3.6/re.py", line 142, in <module> class RegexFlag(enum.IntFlag): AttributeError: module 'enum' has no attribute 'IntFlag
-
- 05 Feb, 2020 1 commit
-
-
Julien Muchembled authored
-
- 02 Feb, 2020 1 commit
-
-
Jérome Perrin authored
Because we run egg tests with setup.py test, which installs missing eggs, if an egg was not installed by buildout, then it installed before running test. This was the case for mock, which is now python3 only ( https://pypi.org/project/mock/4.0.0b1/ ) and we started to see test failures. To solve this issue, refactor the setup definition to use extra_requires, which seems to work fine in buildout now. Keep test_requires because it's the what `python setup.py test` uses. Clean buildout profiles to install slapos.cookbook[test] for test instead of duplicating the content of test_requires. /reviewed-on nexedi/slapos!690
-
- 29 Jan, 2020 1 commit
-
-
Jérome Perrin authored
-
- 03 Oct, 2019 1 commit
-
-
Thomas Gambier authored
-
- 24 Sep, 2019 1 commit
-
-
Thomas Gambier authored
-
- 12 Sep, 2019 1 commit
-
-
Julien Muchembled authored
-
- 30 Aug, 2019 1 commit
-
-
Julien Muchembled authored
-
- 15 Aug, 2019 1 commit
-
-
Rafael Monnerat authored
-
- 13 Aug, 2019 2 commits
-
-
Rafael Monnerat authored
Update the stack/slapos.cfg to use the newest version
-
Julien Muchembled authored
-
- 21 Feb, 2019 1 commit
-
-
Alain Takoudjou 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
-
- 21 Sep, 2018 1 commit
-
-
Jérome Perrin authored
as always, using wrapper is easier and more flexible
-
- 06 Sep, 2018 3 commits
-
-
Jérome Perrin authored
We use jstestnode
-
Jérome Perrin authored
Using slapos.cookbook:wrappper is easier
-
Jérome Perrin authored
was dead code
-
- 05 Sep, 2018 1 commit
-
-
Guillaume Hervier authored
-
- 31 Aug, 2018 2 commits
-
-
Łukasz Nowak authored
It is combination of requestoptional and serialised.
-
Łukasz Nowak authored
In order to avoid needless inheritance create JSONCodec and use it, also with renaming Serialised to RequestJSONEncoded. Also provide a test asserting that important log is seen in case if no expected return is set. Add testfixtures module to catch logging.
-
- 29 Jun, 2018 1 commit
-
-
Vincent Pelletier authored
The goal is to drop slapos.cookbook:erp5.test No need for a recipe to do a bit of url parsing and generating 2 wrappers. Also, drop unused & empty "host-common" section. - stack/erp5: Add path to all binary links in PATH - stack/erp5: Add single quotation marks to not break parameters in many lines - stack/erp5: Fix path to avoid one section to overwrite the file from another section - stack/erp5: pass cloudooo host instead of the IP address. The IP address and cloudooo hostname are well in $SLAPPART/etc/hosts - stack/erp5: Use use-ipv6 instance parameter to control where caucased listens when locally deployed. Drop incomplete 6tunnel usage on balancer toward zopes. Tests are somehow happy test_result_module/20180626-62AD32BB test_result_module/20180626-70AC16FA If no objections I would like to merge tomorrow but feel free to press merge for me :) The goal is rebase nexedi/slapos!318 to fix the conflict and merge after tomorrow. /cc @rafael @vpelletier /reviewed-on nexedi/slapos!347
-
- 22 Jun, 2018 1 commit
-
-
Rafael Monnerat authored
-
- 10 Apr, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
This recipe will be used to generate promise in etc/plugin dir. It solve the problem of promise eggs dependencies and allow to set custom parameter to use in promise. The generated script will looks like: import sys sys.path[0:0] = [ ... ] extra_config_dict = { 'KEY': 'VALUE' } CONTENT CONTENT is a python code, the expected content looks like: from namespace.module import RunPromise then the promise section in buildout will be something like: [my-promise] recipe = slapos.cookbook:promise.plugin eggs = NAME ... output = OUTPUT content = from namespace.module import RunPromise config-KEY = VALUE
-
- 04 Apr, 2018 1 commit
-
-
Jérome Perrin authored
we now use slapos.cookbook:wrapper instead
-
- 16 Mar, 2018 2 commits
-
-
Alain Takoudjou authored
-
Alain Takoudjou authored
-