An error occurred fetching the project authors.
- 28 Jul, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 25 Jun, 2020 1 commit
-
-
Vincent Pelletier authored
To fix caucased failures: File "caucase/caucase/http.py", line 799, in main http_cas=http_cas, File "caucase/caucase/http.py", line 397, in getSSLContext http_cas.createCertificate(csr_id) File "caucase/caucase/ca.py", line 281, in createCertificate template_csr=template_csr, File "caucase/caucase/ca.py", line 328, in _createCertificate x509.SubjectKeyIdentifier, File "cryptography-2.3.1-py2.7-linux-x86_64.egg/cryptography/x509/extensions.py", line 189, in from_issuer_subject_key_identifier key_identifier=ski.value.digest, AttributeError: 'SubjectKeyIdentifier' object has no attribute 'value' In turn, this requires updating cryptography dependencies. In turn, this requires updating requests as our old version is incompatible with current idna version. In turn, this requires updating requests dependencies. And finally, this allows/requires updating some pins in SRs: - software/jupyter: Version up certifi. - stack/erp5: Un-pin chardet, as it is already pinned at stack/slapos level.
-
- 08 Jun, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 19 May, 2020 1 commit
-
-
Jérome Perrin authored
We don't need a section here, we inherit this from jupyter stack
-
- 18 May, 2020 1 commit
-
-
Jérome Perrin authored
gcc-5.5 compiles a bit slower python and we are observing failures in ERP5 performance tests.
-
- 07 May, 2020 1 commit
-
-
Gabriel Monnerat authored
PyPDF2 must not overwrite showwarning because it breaks ERP5. ERP5 already overwrites it properly https://github.com/mstamy2/PyPDF2/issues/67#issuecomment-34387142
-
- 04 May, 2020 1 commit
-
-
Julien Muchembled authored
For some SR, it implies the following upgrades: - decorator: 4.3.0 - gitdb2: 2.0.5 - smmap2: 2.0.5 - subprocess32: 3.5.3
-
- 29 Apr, 2020 6 commits
-
-
Arnaud Fontaine authored
As SOFTWARE_HOME is added at the top of sys.path, this meant that Zope2.egg/Zope2 ended up at the top of sys.path: * This broke `imp.find_module('App')` and Pylint (`No name 'Extensions' in module 'App' (no-name-in-module)`) because there are `App` modules in both Zope2.egg/Zope2/ and Zope2.egg/ and the former was returned. * "Normal" instances and Products.ERP5Type.tests.runUnitTest properly set up SOFTWARE_HOME to Zope2.egg/. Additionally, according to Zope2/Testing documentation, SOFTWARE_HOME is only needed to find Zope2.egg/Testing module, already available as Zope2.egg is in sys.path.
-
Jérome Perrin authored
Mariadb was not shared, because installing mroonga writes a plugin in mariadb's plugin dir and it's not allowed for one part to write in another part's folder. The approach is to install mroonga plugin in it's own plugin directory, then copy all mariadb default plugins in this plugin directory and configure instance to use mroonga's plugin directory. Groonga also has plugins and we are using groonga-normalizer-mysql plugin. Fortunately, groonga reads plugins located in paths listed in GRN_PLUGINS_PATH environment variable, so we can use a simpler approach of installing plugins in their own installation folder and set GRN_PLUGINS_PATH in the environment of processes using groonga, ie. the mariadb server process.
-
Jérome Perrin authored
-
Jérome Perrin authored
We now need to refer to the part where the dictionnary was installed.
-
Jérome Perrin authored
apr and apr-util are now build separately. I'm not sure there was any benefit with that approach of copying the directories inside apache source tree before build. Using extra modules, like apache-antiloris require to install apache in non-shared mode. This also removes apache-antiloris from cloudooo and erp5 stacks so that they can use apache as shared. Even if the section was installed, this was not used anywhere.
-
Jérome Perrin authored
-
- 27 Apr, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 24 Apr, 2020 1 commit
-
-
Julien Muchembled authored
-
- 20 Apr, 2020 1 commit
-
-
Vincent Pelletier authored
-
- 18 Apr, 2020 1 commit
-
-
Julien Muchembled authored
-
- 17 Apr, 2020 1 commit
-
-
Julien Muchembled authored
- not all SR was using Cython 0.28.2 - with an upcoming upgrade of pycocotools, matplotlib>=2.1.0 will be required
-
- 31 Mar, 2020 1 commit
-
-
Jérome Perrin authored
Instead of writing the instructions ourselves, source mroonga provided install script.
-
- 22 Mar, 2020 1 commit
-
-
Julien Muchembled authored
-
- 03 Feb, 2020 1 commit
-
-
Julien Muchembled authored
Many parts were still built for nothing now that cloudooo is removed from this SR. This saves 14MB. Many extends and many parts from ${buildout:parts} also don't need to be listed explicitly.
-
- 13 Jan, 2020 1 commit
-
-
Kazuhiko Shiozaki authored
-
- 25 Dec, 2019 1 commit
-
-
Arnaud Fontaine authored
Errors were raised in ERP5 with classes inheriting from ExtensionClass.
-
- 25 Nov, 2019 1 commit
-
-
Thomas Gambier authored
BT were moved into bt5/ subdirectory in nexedi/erp5-doc@3996ae1f
-
- 07 Nov, 2019 3 commits
-
-
Jérome Perrin authored
https://pypi.org/project/typing/ a backport of python > 3.5 typing module With this module, we can already write type annotations in python 2 ( https://mypy.readthedocs.io/en/latest/cheat_sheet.html ) and give hints to jedi.
-
Jérome Perrin authored
https://github.com/google/yapf A formatter for Python files The initial idea is to use it with "format document" feature of monaco editor.
-
Jérome Perrin authored
https://jedi.readthedocs.io/en/latest/ Jedi - an awesome autocompletion/static analysis library for Python The initial idea is to use jedi for completions in ERP5 python editor for scripts and components.
-
- 24 Oct, 2019 1 commit
-
-
Tatuya Kamada authored
-
- 30 Aug, 2019 1 commit
-
-
Julien Muchembled authored
-
- 29 Aug, 2019 1 commit
-
-
Julien Muchembled authored
This fixes previous commit.
-
- 28 Aug, 2019 1 commit
-
-
Boxiang Sun authored
Not use erp5-doc as a submodule anymore /reviewed-on nexedi/slapos!613
-
- 26 Jul, 2019 1 commit
-
-
Boxiang Sun authored
This repository for holding the BT which not suitable to put in erp5 main repository
-
- 24 Jun, 2019 1 commit
-
-
Bryton Lacquement authored
-
- 21 Jun, 2019 1 commit
-
-
Julien Muchembled authored
This will be required for WSGI. This depends on ERP5 > 2018-04-26 (commit 6d74ba22a962d08624ef35342708f333a21ceff5)
-
- 20 Jun, 2019 1 commit
-
-
Łukasz Nowak authored
The scripts are already provided in caucase-eggs part, there is no reason to duplicate them here, so drop this entry. /reviewed-on nexedi/slapos!579
-
- 19 Jun, 2019 1 commit
-
-
Julien Muchembled authored
We'll add monitoring to NEO so some parts are also moved there from ERP5.
-
- 31 May, 2019 2 commits
-
-
Jérome Perrin authored
https://github.com/getsentry/responses A utility for mocking out the Python Requests library.
-
Jérome Perrin authored
https://pypi.org/project/mock/ which is a backport of https://docs.python.org/3/library/unittest.mock.html
-
- 25 Apr, 2019 1 commit
-
-
Vincent Pelletier authored
Nothing uses it in this software release.
-
- 09 Apr, 2019 1 commit
-
-
Xiaowu Zhang authored
/reviewed-on nexedi/slapos!540
-