Commit Graph

20 Commits

Author SHA1 Message Date
Valentin Deniaud 40142de8d2 misc: apply double-quote-string-fixer (#79788) 2023-08-16 10:08:30 +02:00
Thomas NOËL 791eedd3f5 misc: fix new pylint 2.16 warnings (#74060)
gitea-wip/passerelle/pipeline/pr-main This commit looks good Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2023-02-01 13:55:49 +01:00
Valentin Deniaud 989fb52719 misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
Lauréline Guérin c1074b68fc
misc: fix unused-import pylint error (#62099) 2022-03-25 09:03:35 +01:00
Lauréline Guérin dbb8416537
misc: add __init__ file to tests dir (#62099) 2022-03-25 08:24:24 +01:00
Nicolas Roche 06db6d8767 misc: apply isort (#52937) 2021-05-07 13:51:13 +02:00
Frédéric Péters 3d9df1e526 trivial: apply black (#49820) 2021-02-20 16:28:47 +01:00
Emmanuel Cazenave ae09ae97b6 use json_loads() instead of json.loads() (#38781)
json.loads expects str in python >= 3, < 3.6.
2020-01-29 10:30:47 +01:00
Emmanuel Cazenave e491403605 actesweb: force iso-8859-15 encoding (#38781) 2020-01-29 10:27:54 +01:00
Benjamin Dauvergne 95446af6ce tests: define a MEDIA_ROOT (#32516)
To prevent cluttering project root with tests files. Some connector's
test had to be changed:
* family connector tests had to be changed as it magically used a local
file path as a Django stored file path.
* mdel tests where completely bogus around storage
2019-04-23 11:40:28 +02:00
Benjamin Dauvergne a7ad6bda4b tests: non-regression (#30995) 2019-03-01 15:58:02 +01:00
Frédéric Péters 08900c4537 actesweb: don't escape characters in demands (#30924) 2019-02-27 09:33:27 +01:00
Serghei Mihai 7a30fa535b actesweb: add group write permission on demand files (#30143) 2019-01-28 18:32:43 +01:00
Serghei Mihai 38149ceacb actesweb: make file encoding compliant with ActesWeb (#30033) 2019-01-28 09:38:50 +01:00
Serghei Mihai bfb8fdff41 actesweb: define applicant zipcode in demand file (#30025) 2019-01-23 13:29:39 +01:00
Serghei Mihai 1a56a4c21e actesweb: fix demand file permissions (#29774) 2019-01-16 11:28:55 +01:00
Frédéric Péters d3be91b12b trivial: use django.utils copy of the six compatibility module (#29695) 2019-01-14 16:12:17 +01:00
Serghei Mihai f924283083 actesweb: fix unicode content writing into file (#28272)
Add Python3 support.
2018-12-03 14:09:28 +01:00
Serghei Mihai e3ffd441f3 actesweb: fix variable name for applicant last name (#28060) 2018-11-15 20:43:58 +01:00
Josue Kouka 7d0dbcb654 add actesweb connector (#22395) 2018-10-26 18:08:54 +02:00