Commit Graph

570 Commits

Author SHA1 Message Date
Lauréline Guérin c2eee211eb
base resource: add automatic 'up' endpoint (#21978)
if method 'check_status' is defined, provide a 'up' endpoint
2019-10-15 11:01:30 +02:00
Serghei Mihai 1c9317f68e astregs: retrieve association label on linking (#36898) 2019-10-15 10:59:18 +02:00
Frédéric Péters 2d0cc69af0 cartads cs/tests: parse response json instead of checking string value 2019-10-15 10:58:56 +02:00
Lauréline Guérin 5070746b0d
cmis: upgrade cmislib 0.6 (#18407) 2019-10-15 10:48:52 +02:00
Frédéric Péters 2ac5001685 cartads cs: use internal dossier id for roles (#36927) 2019-10-15 10:47:19 +02:00
Frédéric Péters 99d0eb02a4 cartads cs: sync subscribers with authentic role (#36888) 2019-10-14 15:16:41 +02:00
Lauréline Guérin 8ac5660f25
errors: hide credentials in urls in error messages (#34793) 2019-10-14 10:06:55 +02:00
Lauréline Guérin e3d3ba295a
base_adresse: don't clear streets if file is empty (#20308) 2019-10-14 10:03:38 +02:00
Frédéric Péters 43761d7053 cartads cs: give a tracking code to paper files (#36821) 2019-10-10 09:06:46 +02:00
Frédéric Péters 918e4b40cf cartads cs: add endpoint to unsubscribe from dossier (#36692) 2019-10-08 17:12:51 +02:00
Serghei Mihai e153f5c6c8 astregs: store linked association label (#36706) 2019-10-08 09:16:22 +02:00
Lauréline Guérin e9c268f350
cvsdatasource: add pagination to data and query endpoints (#32121) 2019-10-04 14:40:59 +02:00
Lauréline Guérin ac776b7e4e
cvsdatasource: data is now a new-generation endpoint (#32121) 2019-10-04 14:40:51 +02:00
Frédéric Péters 9a88a6b700 cartads_cs: use correct GetInfosDossier signature (#36691) 2019-10-04 12:23:51 +02:00
Valentin Deniaud eca46f8bd8 general: add support for explicit int and float query params (#36609) 2019-10-03 16:16:15 +02:00
Benjamin Dauvergne e1a14f6c2e mdel: construct a foreign addres from french addres fields (#33826)
- use etage and batiment fields
- correctly put the postal code before the city name
- check the address is correct in the tests
2019-10-03 12:09:19 +02:00
Valentin Deniaud 1dbc707733 jsondatastore: return datetimes in results 2019-10-03 11:13:32 +02:00
Lauréline Guérin 579eed908f
jsondatastore: check if request.body is a json (#17168) 2019-10-03 11:02:43 +02:00
Thomas NOËL 8a449839e0 solis: use optimized solis endpoint for street (lieu) search (#36483) 2019-10-03 10:42:08 +02:00
Lauréline Guérin 953a9262cd
opengis: feature_info bad params (#22465)
do not crash if lat and/or lon params are not floats
2019-10-02 16:16:13 +02:00
Frédéric Péters 9aadae45f4 cartads_cs: return more infos in listing endpoint (#36562) 2019-10-02 13:45:35 +02:00
Frédéric Péters 3eb45f4e5f cartads_cs: cache additional dossier infos (#36561) 2019-10-02 13:45:35 +02:00
Frédéric Péters 0a97c0ee1f cartads_cs: keep access code in cache (#36559) 2019-10-02 13:45:35 +02:00
Nicolas Roche f469bc8cdc logging: add LOGGED_REQUEST_MAX_SIZE settings 2019-10-01 17:19:46 +02:00
Benjamin Dauvergne d629c50e2e misc: add after_timestamp to run Job later (#36215)
The after_timestamp can be set:
- when adding the job with:

    self.add_job(..., after_timestamp=datetime(...))

- when skipping a job with:

    raise SkipJob(after_timestamp=datetime(...))
2019-10-01 10:31:11 +02:00
Frédéric Péters 96fc053f7b cartads_cs: keep track of original formdata (#36438) 2019-09-25 15:29:44 +02:00
Frédéric Péters 7643d3da7a cartads_cs: add endpoint to join existing dossier (#36382) 2019-09-24 09:47:25 +02:00
Serghei Mihai bf7430176f gesbac: initial connector (#35325) 2019-09-23 09:53:00 +02:00
Benjamin Dauvergne a4ac62ce39 mdel: move into apps/ (#15687) 2019-09-20 21:57:13 +02:00
Emmanuel Cazenave 1e52262f06 atal: use comma in coordinates (#35180) 2019-09-19 08:04:25 +02:00
Frédéric Péters 038677a67d cartads_cs: add status for zip sent but not accepted (#36187) 2019-09-18 10:06:55 +02:00
Frédéric Péters a39595b400 misc: add basic interface to view connector jobs (#36186) 2019-09-18 10:06:55 +02:00
Frédéric Péters f9dd7454d8 misc: don't run jobs if connector is down (#36193) 2019-09-17 14:59:39 +02:00
Frédéric Péters e3e729a289 misc: log job errors (#36185) 2019-09-17 14:24:23 +02:00
Frédéric Péters c0232fd393 tests: remove xfail from multiple zipcodes support on postgresql (#30455) 2019-09-16 17:32:49 +02:00
Frédéric Péters bebce7b305 tests: update for new status check string (#35380) 2019-09-16 10:50:25 +02:00
Benjamin Dauvergne 3d98363db7 log errors for down connectors when it persists (#35380) 2019-09-16 10:14:57 +02:00
Frédéric Péters 50b6ef9e30 cartads cs: add endpoint to list files (#36130) 2019-09-15 10:12:32 +02:00
Frédéric Péters dbb27875d8 cartads_cs: add endpoint to send DAACT items (#36112) 2019-09-13 16:42:28 +02:00
Frédéric Péters 43a5b3a945 cartads cs: add endpoint to send a "DOC" (#36102) 2019-09-13 13:24:47 +02:00
Frédéric Péters bbb86c3bad cartads_cs: add endpoint and job to send additional files to cartads (#36025) 2019-09-13 13:24:47 +02:00
Frédéric Péters 0155649121 lille urban card: update to new status endpoint URL (#36044) 2019-09-12 19:51:32 +02:00
Frédéric Péters 48b5dcdea6 lille urban card: add card status endpoint (#36047) 2019-09-11 16:58:44 +02:00
Frédéric Péters 3141d414da cartads_cs: add endpoint to get list of additionnal pieces (#36024) 2019-09-11 11:11:05 +02:00
Emmanuel Cazenave ca492db2b7 planitec: return unavailable places (#35941) 2019-09-09 15:09:27 +02:00
Emmanuel Cazenave 8db639426f planitec: handle extensions on reservation (#35771) 2019-09-09 15:06:15 +02:00
Frédéric Péters f3116651f3 cartads_cs: add flag to exclude demolition-related documents (#35944) 2019-09-09 13:49:28 +02:00
Frédéric Péters e0ebb3f2b6 tcl: add availability check (#35909) 2019-09-07 17:06:19 +02:00
Serghei Mihai c803ac7552 vivaticket: search contact also by email (#35872) 2019-09-06 12:13:14 +02:00
Emmanuel Cazenave e65e5fc711 mdel: order xml elements (#35145)
And handle a possible attribute in the root element.
2019-09-06 11:32:10 +02:00