Commit Graph

128 Commits

Author SHA1 Message Date
Christophe Siraut d44715e683 debian/rules: use pybuild
gitea/django-journal/pipeline/head Build started... Details
2020-05-05 09:00:16 +02:00
Christophe Siraut bc451e14cf debian/install: ship lib files (#42475) 2020-05-05 08:41:11 +02:00
Emmanuel Cazenave 66a8942c03 jenkins: build default dist (#42458) 2020-05-04 16:26:52 +02:00
Emmanuel Cazenave 921a1eadc3 add python3 support (#40614) 2020-03-10 15:10:36 +01:00
Emmanuel Cazenave 3d05c783e3 remove django-model-utils dependency (#40616) 2020-03-10 15:04:13 +01:00
Frédéric Péters d6c6f179f9 misc: limit django-model-utils version to a version supporting django 1.11 2019-12-11 16:19:26 +01:00
Emmanuel Cazenave 7e657c3447 jenkins: use ci@entrouvert.org for notifications 2019-10-02 13:49:14 +02:00
Emmanuel Cazenave 1dca515624 prevent inconsistent use of db alias (#36028) 2019-09-12 10:58:27 +02:00
Emmanuel Cazenave 762cd93c6d packaging: write version in VERSION file (#34881) 2019-07-15 18:10:08 +02:00
Emmanuel Cazenave e87527a2c4 add compatiblity with django 1.11 (#21145) 2019-07-11 15:52:15 +02:00
Emmanuel Cazenave efd2da126f make error_record resilient to None in 'using' arg (#33788) 2019-07-02 19:49:48 +02:00
Emmanuel Cazenave c757033a56 tests improvements (#33788)
Move tests in their own directory, add code coverage, run tests using postgres.
2019-07-02 19:32:53 +02:00
Emmanuel Cazenave 9056907494 remove uneeded setup dependency (#33771)
Setup does not need django anymore since version is computed
without importing the package.
2019-06-06 18:17:52 +02:00
Emmanuel Cazenave 36cd6a5cd6 create a jenkins pipeline (#33771) 2019-06-06 17:51:17 +02:00
Emmanuel Cazenave 68240dc15c make the app compliant with the migrate command (#33657) 2019-06-04 11:44:38 +02:00
Emmanuel Cazenave 9162ee88e3 release 1.25.2 2018-04-19 14:35:34 +02:00
Emmanuel Cazenave f6d0663e55 specify django version compatibility (#23284) 2018-04-19 14:33:29 +02:00
Benjamin Dauvergne f345362f56 release 1.25.1 2017-12-13 17:15:29 +01:00
Benjamin Dauvergne b6fa4e97b7 setup.py: prevent clobering of DJANGO_SETTINGS_MODULE when compiling messages (fixes #20666) 2017-12-13 17:10:56 +01:00
Benjamin Dauvergne 3ebef31d1e adapt to recent version of django-model-utils 2017-03-20 13:27:05 +01:00
Benjamin Dauvergne 8fb8cf62fe setup.py: replace .g by +g 2016-03-11 12:58:13 +01:00
Benjamin Dauvergne 27932a653d debian: only build for python 2.7 2016-03-11 12:56:20 +01:00
Benjamin Dauvergne 323fde81a6 setup.py: use setuptools sdist 2016-03-11 12:56:09 +01:00
Benjamin Dauvergne 22feec5800 release 1.24.2 2016-03-11 12:00:40 +01:00
Benjamin Dauvergne aabce53e2c force django-model-utils < 2.4 2016-03-11 11:59:50 +01:00
Benjamin Dauvergne 9f7842e733 Add 'debian/' from commit 'e5797c5de312689e24e308b75466727e5336f3eb'
git-subtree-dir: debian
git-subtree-mainline: a7491b206e
git-subtree-split: e5797c5de3
2015-04-02 19:27:07 +02:00
Benjamin Dauvergne a7491b206e bump release to 1.24.1
Fix translations compile on Django 1.7
2014-09-03 09:15:57 +02:00
Benjamin Dauvergne 46c2d5a5b5 bump version to 1.24.0 2014-05-27 10:57:53 +02:00
Benjamin Dauvergne 4e39c57a57 MANIFEST.in: distribute the MANIFEST.in 2014-05-27 10:56:24 +02:00
Benjamin Dauvergne e5797c5de3 first commit 2014-05-05 14:10:41 +02:00
Benjamin Dauvergne 131285e24b bumpt version to 1.23.0 2014-01-30 21:45:00 +01:00
Benjamin Dauvergne cf1a9f460f use Django 1.6 atomic if available instead of our own implementation 2014-01-30 21:43:47 +01:00
Benjamin Dauvergne fd5c7bae01 do not try to keep Tag and Template in a cache, it does not play well with transaction rollbacks
We should only fill a cache of models when outside of a transaction.
2014-01-30 21:36:01 +01:00
Benjamin Dauvergne 398931f83c bumpt release to 1.22.0 2014-01-30 17:18:17 +01:00
Benjamin Dauvergne 9e5353317e fix overwriting of tags in the record function 2014-01-30 17:17:20 +01:00
Benjamin Dauvergne e292e19c0c setup.py: adapt to change in Django compilemessages 2014-01-21 15:32:33 +01:00
Benjamin Dauvergne 1895ffd5a1 bump release to 1.21.0 2013-09-26 12:03:21 +02:00
Benjamin Dauvergne ce45ccac9c actions: add column containing id of objects for objectdata 2013-09-26 11:54:56 +02:00
Benjamin Dauvergne 26cdba197b actions: change export_csv to also exports object and string data in columns 2013-09-26 11:31:14 +02:00
Benjamin Dauvergne 0a90cc8f55 managers: fix the for_tag() method
the Q object is not in the django.db.models package
2013-09-26 10:59:48 +02:00
Benjamin Dauvergne a5a2356495 setup.py: add command to run tests
also add url and settings file for running the tests
2013-09-06 15:02:19 +02:00
Benjamin Dauvergne da289d52f1 bump release to 1.20.0 2013-07-30 10:08:05 +02:00
Benjamin Dauvergne 3aa73f2c35 log all tags starting with error- at the error level, add a warning level handling 2013-07-30 10:06:47 +02:00
Benjamin Dauvergne bb40b01d42 bump release to 1.19.0 2013-06-11 10:20:09 +02:00
Benjamin Dauvergne 8f93c63dc1 do not encode log message to utf-8 before sending them to the legacy logging framework 2013-06-11 10:11:38 +02:00
Benjamin Dauvergne 5b10aecf3b bump release to 1.18.0 2013-06-06 09:51:00 +02:00
Benjamin Dauvergne b6623859ca setup.py: add django to setup_requires, as it is needed for compiling locales 2013-06-06 09:49:34 +02:00
Benjamin Dauvergne d08e6547af setup.py: remove package_data clause, we use include_package_data=True and MANIFEST.in instead 2013-06-06 09:49:16 +02:00
Benjamin Dauvergne 98339b258f setup.py: compute version from git 2013-06-06 09:48:25 +02:00
Benjamin Dauvergne d10df3a7f0 add README.rst to MANIFEST.in 2013-06-06 09:47:43 +02:00