- 20 Apr, 2021 1 commit
-
-
Laurent Peuch authored
-
- 12 Mar, 2021 1 commit
-
-
Laurent Peuch authored
-
- 19 Feb, 2021 1 commit
-
-
Laurent Peuch authored
-
- 16 Feb, 2021 1 commit
-
-
Laurent Peuch authored
-
- 11 Jan, 2021 1 commit
-
-
François Ferry authored
-
- 02 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 08 Dec, 2020 2 commits
-
-
Laurent Peuch authored
-
Laurent Peuch authored
-
- 02 Dec, 2020 3 commits
-
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
Nicolas Chauvat authored
-
- 01 Dec, 2020 1 commit
-
-
Laurent Peuch authored
-
- 02 Dec, 2020 1 commit
-
-
Nicolas Chauvat authored
-
- 23 Sep, 2020 1 commit
-
-
Laurent Peuch authored
-
- 28 Nov, 2019 1 commit
-
-
Philippe Pepiot authored
-
- 21 Nov, 2019 1 commit
-
-
Jérémy Bobbio (Lunar) authored
Update the build system to use pybuild. The new binary package with Python 3 support is named python3-cubicweb-skos according to current standards. Python 2 package is also updated to use the proper namespace and a transitional package has been introduced to handle the migration. Support for Python 3.8 is disabled as it is currently broken in Debian unstable. We currently ignore test/test_ccplugin.py as it requires a PostgreSQL server. Running it through autopkgtest seems like a more robust approach, but this remains to be implemented. Drop useless __pkginfo__.py symlink
-
- 27 Sep, 2019 3 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 19 Sep, 2019 1 commit
-
-
Denis Laxalde authored
-
- 27 Sep, 2019 7 commits
-
-
Denis Laxalde authored
On python3, csv module uses unicode strings. Since we use bytes strings on our side, we need to decode when calling csv module ourselves.
-
Denis Laxalde authored
We now explicitly use a file opened in bytes mode to produce the stream for LCSV and SKOS data import. Similarly, when using an in-memory object, we use a BytesIO. This does not change anything in python2, but this is required to keep things working on python3.
-
Denis Laxalde authored
-
Denis Laxalde authored
Previously, the "lang" value could be None because of getattr(..., None). Subsequent usages of this value do not look quite right (e.g. str(None) or set([None])). Instead, we now catch attribute error and build the md5hash without the None value as well as insert an empty set for language_code attribute when importing a label. This also prepares for upgrade to python3.
-
Denis Laxalde authored
Use cubicweb's BaseTestCase since we use datapath() method. Drop usage of non-standard set_description() method and use subtests.
-
Denis Laxalde authored
This used to be needed when the cube was old-style.
-
Denis Laxalde authored
-
- 19 Sep, 2019 4 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 31 Jul, 2019 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 29 Oct, 2018 1 commit
-
-
Denis Laxalde authored
Spotted by flake8 version 3.6.0.
-
- 09 Oct, 2018 2 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
- 27 Sep, 2018 1 commit
-
-
Frank Bessou authored
In SAEM we need to render the concept tree as a jquery tree. So we introduce a render_tree method intended to be overidden by specific cubes.
-
- 20 Feb, 2018 3 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
This module has been deprecated (yesterday) but I now update downstream projects to avoid relying on it.
-