Commit Graph

20 Commits

Author SHA1 Message Date
Valentin Deniaud 989fb52719 misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
Serghei Mihai d88db8b3e5 cityweb: allow sending files to remote sftp (#68702) 2022-09-09 09:43:05 +02:00
Lauréline Guérin 39d29d19c1
misc: fix pointless-statement pylint error (#62099) 2022-03-25 09:03:36 +01:00
Lauréline Guérin 3dbee7bc63
misc: fix consider-using-with pylint error (#62099) 2022-03-25 09:03:36 +01: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 74064c0c60 use open() to open file (#38923) 2020-01-14 19:20:26 +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
Serghei Mihai f8d75cdc01 cityweb: set file read permission for group (#32517) 2019-04-23 10:23:58 +02:00
Serghei Mihai cf3957fb92 cityweb: do not compress demand files (#32091) 2019-04-22 09:38:32 +02:00
Frédéric Péters 560fe4406a tests: pass open file to etree.parse() in cityweb tests 2019-02-27 09:33:27 +01:00
Frédéric Péters 08900c4537 actesweb: don't escape characters in demands (#30924) 2019-02-27 09:33:27 +01:00
Josue Kouka 876abfa4fc cityweb: handle application zipcode (#25805) 2018-08-27 10:25:12 +02:00
Josue Kouka b678d68c40 cityweb: use django utils parsedate (#24441) 2018-06-19 09:46:44 +02:00
Josue Kouka c77a1a96b5 cityweb: avoid useless namespaces (#23566) 2018-05-03 15:43:30 +02:00
Josue Kouka 25daecbd0c cityweb: change filename format (#19388) 2017-10-13 17:25:38 +02:00
Josue Kouka 002e266bae cityweb: add cityweb connector (#15883) 2017-09-19 23:17:20 +02:00