Commit Graph

27 Commits

Author SHA1 Message Date
Benjamin Dauvergne a15a11ec4a utils/soap: use http cache for wsdl and xsd files (#85832)
We should not use another cache since the requests cache has a better
behaviour.
2024-02-02 20:49:28 +01:00
Benjamin Dauvergne f2b64b6ebf utils: factorize json schema validation (#86422)
It was already used in two places (views.py and photon connector), and
wrongly (photon connector was ignoring some errors for no reason).

META_SCHEMA manipulation is removed and will be replaced by a
normalization of the schema to remove lazy strings in a later commit.

A new JSONValidationError subclass of APIError is introduced.
2024-02-01 19:00:16 +01:00
Emmanuel Cazenave 822a0d83b4 atal: handle error when uploading big file (#76884)
gitea/passerelle/pipeline/head This commit looks good Details
2023-05-03 11:37:32 +02:00
Valentin Deniaud 989fb52719 misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
Nicolas Roche c3807958fd atal: check status on wsdl availability (#65076) 2022-05-27 11:16:27 +02:00
Lauréline Guérin a0b7002740
misc: fix line-too-long pylint error (#62099) 2022-03-25 09:03:36 +01:00
Lauréline Guérin 2e59a6c4be
misc: fix useless-object-inheritance pylint error (#62099) 2022-03-25 09:03:36 +01:00
Lauréline Guérin 59182339ab
misc: fix redundant-u-string-prefix pylint error (#62099) 2022-03-25 09:03:36 +01:00
Emmanuel Cazenave 8ede322f4d atal: accept filename from file parameter (#62891) 2022-03-17 11:59:25 +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 aa2fdb1bbf atal: expects numbers in coordinates (#51015) 2021-02-11 12:02:04 +01:00
Emmanuel Cazenave 7b79c468cd atal: add get-thematique endpoint (#48662) 2020-11-18 17:33:54 +01:00
Emmanuel Cazenave 0898474c87 atal: add 'new-comments' endpoint (#41533) 2020-04-13 18:07:04 +02:00
Valentin Deniaud 01293dea36 views: improve jsonchema validation error message (#38338) 2020-02-13 14:07:15 +01:00
Emmanuel Cazenave ea31608008 tests atal: read xml files in binary mode (#38781) 2020-01-29 10:27:54 +01:00
Emmanuel Cazenave 6be3533a71 atal: switch comment variables names (#37904) 2019-11-25 13:16:51 +01:00
Emmanuel Cazenave 9c68cf8d4a atal: return works comment and hide raw data (#37669) 2019-11-18 10:58:19 +01:00
Emmanuel Cazenave 389ab645fd jsonschema: use draft 4 and avoid schemas references (#37621) 2019-11-15 12:05:36 +01:00
Emmanuel Cazenave 2c9d7bf04e atal: use dot in coordinates (#37588) 2019-11-12 11:36:18 +01:00
Emmanuel Cazenave 0d7a92ef2f atal: return comments in infos endpoint (#37194) 2019-11-12 11:29:16 +01:00
Emmanuel Cazenave 8ba12d190e atal: rename status endpoint to infos (#37194) 2019-11-12 11:29:16 +01:00
Emmanuel Cazenave 67e74d8041 atal: use dot in coordinates (#37097) 2019-10-21 20:04:04 +02:00
Emmanuel Cazenave 1e52262f06 atal: use comma in coordinates (#35180) 2019-09-19 08:04:25 +02:00
Emmanuel Cazenave 40c759e6e6 atal: get status fom eAtal and Atal (#35181) 2019-08-02 15:40:20 +02:00
Emmanuel Cazenave caf4899f99 atal: use the right soap methods (#34175) 2019-06-25 16:20:55 +02:00
Emmanuel Cazenave 1554c5c634 start atal connector (#33348) 2019-05-28 12:46:22 +02:00