- 27 Jun, 2019 5 commits
-
-
Philippe Pepiot authored
-
Philippe Pepiot authored
AFAIK, we don't need this anymore.
-
Philippe Pepiot authored
-
Philippe Pepiot authored
But exclude debian directory since I don't understand why we would need it in the sdist.
-
Philippe Pepiot authored
Since 2.8, psycopg2 errors have been extended to support all postgresql specifics errors: http://initd.org/psycopg/docs/news.html#what-s-new-in-psycopg-2-8 Keep backward compatibility of tests with psycopg2<2.8 since we may want to run tests (e.g. debian packages) with older psycopg2.
-
- 21 Feb, 2019 5 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
We thus explicitly depend on psycopg2-binary, since our tests use postgresql.
-
Denis Laxalde authored
cwtags is not Python3 friendly and can be easily replaced by cubicweb.tags in this project.
-
- 28 Sep, 2017 1 commit
-
-
Samuel Trégouët authored
-
- 07 Sep, 2017 1 commit
-
-
David Douard authored
-
- 08 Sep, 2017 2 commits
-
-
David Douard authored
to please CI
-
David Douard authored
-
- 20 Sep, 2017 1 commit
-
-
David Douard authored
-
- 08 Sep, 2017 2 commits
-
-
David Douard authored
-
David Douard authored
-
- 01 Sep, 2017 7 commits
-
-
Samuel Trégouët authored
(Closes #17100017)
-
Samuel Trégouët authored
(Related to #17100017)
-
Samuel Trégouët authored
(Related to #17100017)
-
Samuel Trégouët authored
(Related to #17100017)
-
Samuel Trégouët authored
(Related to #17100017)
-
Samuel Trégouët authored
(Related to #17100017)
-
Samuel Trégouët authored
-
- 02 Feb, 2017 6 commits
-
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
-
Denis Laxalde authored
It looks strange to have both a schema module and a schema directory (not a package). Since we apparently need the directory to host the SQL script, let's turn it into a package previous schema.py as __init__.py.
-
Denis Laxalde authored
-
- 25 Mar, 2016 1 commit
-
-
Julien Cristau authored
-
- 24 Mar, 2016 1 commit
-
-
Julien Cristau authored
Closes #11836571
-
- 22 Mar, 2016 2 commits
-
-
Julien Cristau authored
-
Julien Cristau authored
-
- 15 Mar, 2016 1 commit
-
-
Julien Cristau authored
-
- 22 Mar, 2016 1 commit
-
-
Julien Cristau authored
-
- 15 Mar, 2016 1 commit
-
-
Julien Cristau authored
We can use db-create/db-init directly now, no need for manual "add postgis" steps.
-
- 18 Feb, 2016 3 commits
-
-
Julien Cristau authored
Fixes crash on python3 due to NoneType/int comparison.
-
Julien Cristau authored
-
Julien Cristau authored
Turns out some tests don't care about GIS data, and being able to serialize a schema that contains geometries can be useful. So revert my change from 7f2ea53ddc8d and add a test to make sure this works.
-