Commit Graph

43 Commits

Author SHA1 Message Date
Valentin Deniaud 40142de8d2 misc: apply double-quote-string-fixer (#79788) 2023-08-16 10:08:30 +02:00
Valentin Deniaud 989fb52719 misc: apply pyupgrade (#61865) 2022-09-29 16:22:29 +02:00
Valentin Deniaud 347944babf misc: remove usage of "six" module (#63682) 2022-04-20 17:01:01 +02:00
Lauréline Guérin 00ea35fa59
misc: fix consider-using-dict-items pylint error (#62099) 2022-03-25 09:03:37 +01: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 59182339ab
misc: fix redundant-u-string-prefix pylint error (#62099) 2022-03-25 09:03:36 +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
Thomas NOËL 5db20e618f solis: get _links content for a list of dicts (#39440) 2020-01-31 15:06:08 +01:00
Emmanuel Cazenave 32a85de68f test_solis: compare binary data to binary string (#38781) 2020-01-29 10:30:46 +01:00
Thomas NOËL f44ffec80f solis: allow dateNaissance in rsa_token payload (#39285) 2020-01-29 10:21:30 +01:00
Emmanuel Cazenave ee7ff828c8 get StringIO from six (#38923) 2020-01-14 19:20:26 +01:00
Thomas NOËL 2bc9d1d89a solis: force _links to use service_url scheme (#38039) 2019-11-29 10:09:31 +01:00
Thomas NOËL ff1a54f2b3 solis: handle filtreSurInactivite on referentials (#37624) 2019-11-14 01:30:25 +01:00
Thomas NOËL 6ecf6ad6ed solis: allow filters on rsa-user-info endpoint (#37022) 2019-10-17 14:18:07 +02:00
Thomas NOËL 8a449839e0 solis: use optimized solis endpoint for street (lieu) search (#36483) 2019-10-03 10:42:08 +02:00
Thomas NOËL 6792df1742 solis: handle list of links (#33559) 2019-06-04 09:47:20 +02:00
Thomas NOËL c07bfee8fb solis: remove nomNaissance from rsa links (#33413) 2019-05-28 15:02:04 +02:00
Thomas NOËL 4905c677b1 solis: add links parameter to retreive rsa _links information (#33377) 2019-05-28 14:59:57 +02:00
Thomas NOËL d810f6799a solis: add RSA endpoints (#32877) 2019-05-21 15:48:10 +02:00
Thomas NOËL 1b58e3ddcd solis: add endpoint to get an item in some referentials (#32877) 2019-05-21 15:48:10 +02:00
Thomas NOËL d5929e6958 solis: handle id in referential query (#32455) 2019-04-18 15:32:32 +02:00
Thomas NOËL 685e947efd solis: try to convert files to PDF (#21997) 2018-02-21 14:29:04 +01:00
Thomas NOËL 3279529ddc solis: handle specific 'del:keys' to remove parts of Solis message (#21842) 2018-02-14 15:25:36 +01:00
Thomas NOËL a4a25eab2d solis: use specific 'file:filename' keys to send files (#21839) 2018-02-14 14:33:09 +01:00
Thomas NOËL c21215cbcd solis: send files in apa-integration endpoint (#21761) 2018-02-09 18:55:27 +01:00
Thomas NOËL 8d6ec55d77 solis: handle HTTP 204 response (#21760) 2018-02-09 17:00:04 +01:00
Thomas NOËL c3b7b085c6 solis: add apa-integration endpoint (#21739) 2018-02-09 13:18:31 +01:00
Thomas NOËL 729160755e solis: enhance check_status, factorize with ping endpoint (#21738) 2018-02-09 10:32:42 +01:00
Thomas NOËL d0e89d2301 solis: handle json response in self.request (#21737) 2018-02-09 10:31:07 +01:00
Thomas NOËL 44cfbe918e solis: add referential endpoint (#21481) 2018-02-06 08:38:14 +01:00
Thomas NOËL d3fddffb60 solis: improve response in case of solis error (#21476) 2018-02-01 16:35:57 +01:00
Thomas NOËL 349ccad78c solis: handle demandeUnitaire and search by index (#21476) 2018-02-01 16:35:57 +01:00
Thomas NOËL 75a149a7c2 solis: remove 'unknown' in 'unknown error' messages (#21476) 2018-02-01 16:35:57 +01:00
Thomas NOËL 9c93f579e8 solis: add propositionPlanAide in apa_endpoint (#21467) 2018-01-29 15:06:08 +01:00
Thomas NOËL 940b269a51 add REQUESTS_TIMEOUT settings for utils.Request (#20838) 2018-01-02 09:40:28 +01:00
Thomas NOËL 766e1f3423 solis: update ping endpoint to new isAlive JSON response (#20847) 2017-12-21 11:14:44 +01:00
Thomas NOËL b5452c2d53 solis: add http auth, ssl and proxy attributes (#20789) 2017-12-19 16:17:06 +01:00
Thomas NOËL f6a14c375b utils: rename utils.LoggedRequest as utils.Request (#20789)
... because it will not only used for logging.
2017-12-19 10:22:15 +01:00
Thomas NOËL 671af6cd0a solis: change link logic, accept multiple user by name_id (#19393) 2017-10-16 16:23:33 +02:00
Thomas NOËL 2027118345 solis: do not crash on unlinked name_id (#19438) 2017-10-13 18:37:29 +02:00
Thomas NOËL 5596c972df add new Solis connector (#19364) 2017-10-11 20:19:15 +02:00