Commit Graph

1948 Commits

Author SHA1 Message Date
Frédéric Péters 0e950f4ecb translation update 2019-12-07 15:53:55 +01:00
Valentin Deniaud 1a4c7c649b base_adresse: add API Géo endpoints (#11497)
Namely /cities/, /departments/ and /regions/.
2019-12-06 17:07:16 +01:00
Valentin Deniaud 27f3bafed5 base_adresse: move endpoint documentation to decorator (#11497) 2019-12-06 17:07:16 +01:00
Valentin Deniaud bccef54753 base_adresse: add missing asserts in streets tests (#11497) 2019-12-06 17:07:16 +01:00
Valentin Deniaud 5c283e0277 base_adresse: prefer urljoin to os.path.join (#11497) 2019-12-06 17:07:16 +01:00
Lauréline Guérin 18be45d1e8
toulouse_axel: get invoices (#38230) 2019-12-06 16:40:47 +01:00
Lauréline Guérin cc85bdc81c
utils: complete JSONSchemaFromXMLSchema for FILE (#38230) 2019-12-06 16:20:37 +01:00
Nicolas Roche f5100baf1e jsondatastore: add text filter on list endpoint (#37849) 2019-12-05 18:14:21 +01:00
Nicolas Roche f141556e5c utils: move simplify helper in conversion (#37849) 2019-12-05 18:14:21 +01:00
Nicolas Roche 4f241c619f misc: add long_description for endpoints (#38215) 2019-12-05 17:11:49 +01:00
Lauréline Guérin ece10a9b7b
toulouse_axel: unlink endpoint (#37863) 2019-12-05 14:27:05 +01:00
Benjamin Dauvergne 6f7ac74e65 sftp: seek to 0 before loading a private key (#38185) 2019-12-05 12:15:40 +01:00
Valentin Deniaud 2e6ced30d6 api: avoid ending up with unescaped & in html (#38033) 2019-12-04 16:30:37 +01:00
Lauréline Guérin e2f3d71a45
toulouse_axel: child_info endpoint (#38155) 2019-12-03 15:40:34 +01:00
Lauréline Guérin 87c96fe1d5
toulouse_axel: fix date parsing (#38124) 2019-12-03 15:13:25 +01:00
Benjamin Dauvergne 8316231a22 base: add context method to ProxyLogger (#37491)
It copies the logger and add contextual informations to the extra dictionary,
it overwrites keys from previous calls to context.
2019-12-02 13:40:04 +01:00
Benjamin Dauvergne 19c9cdb92c misc: adapt payload when parsing JSON request body (#37490) 2019-12-02 13:39:28 +01:00
Lauréline Guérin ed4ef58813
toulouse_axel: check that name_id is not empty (#37954) 2019-11-29 12:29:27 +01:00
Lauréline Guérin b6dd328cbd
toulouse_axel: update xsd (#38071) 2019-11-29 12:27:59 +01:00
Lauréline Guérin 6e630bbd41
toulouse_axel: normalize xsd files (#38071) 2019-11-29 12:27:59 +01:00
Lauréline Guérin 6e47f5f0bb
toulouse_axel: fix date decode (#38071) 2019-11-29 12:27:59 +01:00
Lauréline Guérin fad591ca5f
toulouse_axel: fix family info result (#38070) 2019-11-29 12:00:48 +01:00
Thomas NOËL 2bc9d1d89a solis: force _links to use service_url scheme (#38039) 2019-11-29 10:09:31 +01:00
Emmanuel Cazenave 3a56b4c709 translation update 2019-11-25 15:00:10 +01:00
Emmanuel Cazenave 57bda1870a use a tuple for MIDDLEWARE setting (#37917) 2019-11-25 13:59:26 +01:00
Emmanuel Cazenave 6be3533a71 atal: switch comment variables names (#37904) 2019-11-25 13:16:51 +01:00
Benjamin Dauvergne 8c3815f6cd tox: hide currently unfixable warnings (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne 357540255b views: use CBV for the login view (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne 725e2a37c7 settings: use post dj111 MIDDLEWARE setting (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne d5bd8854f5 tests: fix unicode comparison warning (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne 305a0a3a47 base: fix unordered paginated queryset warning (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne b2c3302144 tests: fix naive datetime warning (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne 0cce707617 family: fix naive datetime warning (#37760) 2019-11-25 11:55:36 +01:00
Benjamin Dauvergne 756f8c9e01 misc: fix BaseException.message deprecation warning (#37760) 2019-11-25 11:55:36 +01:00
Emmanuel Cazenave c10b2057ef templatetags: use unicode_literals (#37880) 2019-11-25 09:42:53 +01:00
Lauréline Guérin 4d86a83adf
toulouse_axel: fix failing tests (#37873) 2019-11-23 16:37:59 +01:00
Lauréline Guérin 2a31fd8558
toulouse_axel: complete functests (#37873) 2019-11-22 18:14:09 +01:00
Lauréline Guérin f371a820e6
toulouse_axel: family_info endpoint (#37873) 2019-11-22 18:14:08 +01:00
Lauréline Guérin 29b1a1e521
utils: complete JSONSchemaFromXMLSchema (#37873)
- XSD_UNSIGNED_INT support
- XSD_DECIMAL support
- XsdUnion support
- XsdAtomicRestriction with more than one pattern
- XsdFractionDigitsFacet and XsdTotalDigitsFacet validators
2019-11-22 18:14:08 +01:00
Lauréline Guérin d55fb02844
toulouse_axel: fix incomplete xsd (#37873) 2019-11-22 18:14:08 +01:00
Lauréline Guérin ec225e5fc2
toulouse_axel: add xsd for RefFamilleDui calls (#37873) 2019-11-22 18:14:08 +01:00
Lauréline Guérin c354c94607
toulouse_axel: fix unique_together and get_or_create call (#37874) 2019-11-22 10:05:48 +01:00
Lauréline Guérin 069c87c5bb
toulouse_axel: init functests (#37659) 2019-11-21 16:22:54 +01:00
Benjamin Dauvergne 65eefe672e
toulouse_axel: add basic infrastructure to use operations (#37659) 2019-11-21 16:22:54 +01:00
Benjamin Dauvergne b6602d5bbb
toulouse_axel: add XML schemas (#37659) 2019-11-21 15:25:44 +01:00
Lauréline Guérin 9e86263091
toulouse_axel: init contrib and models (#37659) 2019-11-21 15:25:44 +01:00
Benjamin Dauvergne 392c8b9d3f utils: allow customizing XML/JSON schemas/encoding/decoding (#37659) 2019-11-20 11:16:04 +01:00
Benjamin Dauvergne cac6b144cb utils: add support for XSchema pattern facet (#37659) 2019-11-20 11:16:04 +01:00
Benjamin Dauvergne bb8b58dade utils: add support for xs:int (#37659) 2019-11-20 11:16:04 +01:00
Benjamin Dauvergne 2fba448835 debian: add dependency on python-xmlschema (#37802) 2019-11-20 10:03:46 +01:00