Commit Graph

31 Commits

Author SHA1 Message Date
Emmanuel Cazenave 8103ec73f1 django 3.2: update dependencies and test against django 3.2
gitea/docbow/pipeline/head Build started... Details
2022-06-13 22:17:07 +02:00
Emmanuel Cazenave 964a28b2dd jenkins: show execution context in coverage reports (#60446) 2022-01-11 16:24:17 +01:00
Emmanuel Cazenave aa2b3dcaf6 tox: stop testing against django 1.11 (#57155) 2021-09-21 15:38:44 +02:00
Frédéric Péters 9500209553 tox: limit psycopg2 to < 2.9 (#54925) 2021-06-17 08:50:03 +02:00
Emmanuel Cazenave 4e1862d3df tox: add black (via pre-commit) to tests (#51394) 2021-02-24 11:53:21 +01:00
Emmanuel Cazenave 87a5e8ac4c tox: run tests against django 2.2 (#49189) 2021-01-29 18:13:52 +01:00
Frédéric Péters 1f2564b839 tox: limit mock version for compatibility with python 3.5 2020-10-06 09:27:05 +02:00
Emmanuel Cazenave a190bc6afc tox: remove python 2 builds (#47227) 2020-10-01 11:46:58 +02:00
Emmanuel Cazenave 2b4bad5151 stop grabbing CUSTOMIZATION from environnment (#34085) 2020-09-17 11:49:34 +02:00
Emmanuel Cazenave 0364ad0ee5 tox: pin setuptools 2020-08-31 17:15:59 +02:00
Emmanuel Cazenave f5b6b11fc0 tox: pin SQLAlchemy-Utils (#44866) 2020-07-06 15:42:40 +02:00
Emmanuel Cazenave 88f548eabe limit django-picklefield to < 1.0.0 (#43744) 2020-06-08 13:51:07 +02:00
Emmanuel Cazenave 51bd0086ae run tests in python 3 (#40572) 2020-06-03 15:07:27 +02:00
Emmanuel Cazenave 779138c4fd stop django 1.8 support (#42340) 2020-05-04 13:55:18 +02:00
Emmanuel Cazenave de2560126a pfwb: use tabellio identifier during SSO (#40827) 2020-04-02 12:37:17 +02:00
Emmanuel Cazenave 4d6c5bbc5b sync-tabellio: use sqlalchemy to test it (#40795) 2020-03-31 18:58:26 +02:00
Emmanuel Cazenave 3d99026ac2 make mellon optional (#41202) 2020-03-31 18:39:18 +02:00
Emmanuel Cazenave fdcb025534 tox: pass BRANCH_NAME in environ (#41010) 2020-03-26 08:38:50 +01:00
Emmanuel Cazenave ea7ed2186e custom backport of CVE-2019-19844 (#40956)
https://www.djangoproject.com/weblog/2019/dec/18/security-releases/
https://security-tracker.debian.org/tracker/CVE-2019-19844
f4cff43bf9

Shoud be reverted when support of django 1:1.11.20-1~bpo9+1 is not needed any more.
The revert should maintain the usage of '_unicode_ci_compare' in
'PasswordResetFormWithLogging.clean_idenfiers'.
2020-03-24 12:50:43 +01:00
Emmanuel Cazenave 1e86ec0c63 run tests with django 1.11 (#35674) 2019-09-16 18:34:15 +02:00
Emmanuel Cazenave a8b4c2453a test current behaviour on document access (#34515) 2019-07-04 09:29:02 +02:00
Emmanuel Cazenave d041bf8868 add some tests (#34362) 2019-07-02 15:31:24 +02:00
Emmanuel Cazenave 3de6a05244 move tests in tests directory (#34362)
And minor test adaptations to make it work (mainly get rid of relative imports).
2019-07-02 15:31:24 +02:00
Emmanuel Cazenave 66c15575f4 idp: add some tests in a mellon environment (#33621) 2019-06-14 09:05:32 +02:00
Emmanuel Cazenave dd5691000e create a jenkins pipeline (#21074) 2019-06-10 11:32:18 +02:00
Emmanuel Cazenave 840e5e5dd0 make admin notification view django 1.8 compliant (#24436) 2018-06-11 17:13:55 +02:00
Emmanuel Cazenave bb8a064c3e make password reset compliant with django 1.8 (#24351) 2018-06-11 11:55:50 +02:00
Emmanuel Cazenave a8726bee69 django 1.8 compatiblity
Plus additionnal changes :
 - use argparse instead of optparse in cli (recommended starting django 1.8)
 - add some tests on CLI
 - update README
2018-01-11 11:17:11 +01:00
Emmanuel Cazenave 6dd7c17c09 virtenv-Pip install working
- pin some dependencies
  - update README
  - Use of DEBUG now permits to not set SECRET_KEY (which was
    obviously the code intention but was not working)
2018-01-08 15:23:21 +01:00
Benjamin Dauvergne 6f3fda4a61 add Django 1.7 migrations 2016-03-14 16:30:29 +01:00
Benjamin Dauvergne 5816a6a7df Django 1.7 compatibility 2016-03-14 14:45:41 +01:00