Commit Graph

1564 Commits

Author SHA1 Message Date
Emmanuel Cazenave 2773962b43 create issue
gitea-wip/passerelle/pipeline/head There was a failure building this commit Details
gitea/passerelle/pipeline/head Something is wrong with the build of this commit Details
2019-04-07 21:01:00 +02:00
Emmanuel Cazenave e249fd54d2 Add model 2019-04-07 19:37:02 +02:00
Emmanuel Cazenave c9be406aad Add migration 2019-04-07 19:36:39 +02:00
Emmanuel Cazenave 1eff11f7f3 translation update 2019-04-04 11:42:26 +02:00
Emmanuel Cazenave 561b159936 planitec: add getreservationsinfo endpoint (#31625) 2019-04-04 11:19:45 +02:00
Emmanuel Cazenave 1660716b26 planitech: add a pricing code on users (#30261) 2019-04-03 19:41:41 +02:00
Emmanuel Cazenave 62e683f378 planitech: getreservationprice endpoint (#30261) 2019-04-03 17:07:12 +02:00
Frédéric Péters 678e09d29c misc: allow an endpoint to return any of HttpResponseBase subclass (#31817) 2019-04-02 17:10:14 +02:00
Frédéric Péters 891b143d2a jsondatastore: return entries alphabetically sorted (#31714) 2019-04-02 13:31:13 +02:00
Frédéric Péters dc80587d5c csvdatasource: provide a ?id= filter to queries (#31491) 2019-04-02 13:31:13 +02:00
Serghei Mihai 585d1a1656 vivaticket: send form url in dedicated HTTP Header (#31877) 2019-04-01 18:48:54 +02:00
Serghei Mihai 4f491a22e4 vivaticket: send booking's contact informations (#31853) 2019-04-01 18:39:49 +02:00
Thomas NOËL 1d798fb874 okina: refine errors handling (#31557) 2019-03-21 11:27:53 +01:00
Frédéric Péters c2bf9eb3b0 utils/soap: look for custom transport class in ressource (#31612) 2019-03-21 11:23:05 +01:00
Frédéric Péters a82e3df74b cartads: add abstract model class in the middle (#31611) 2019-03-21 11:23:05 +01:00
Frédéric Péters 3c718f8611 tests: add check for import/export of access rights 2019-03-20 14:41:54 +01:00
Benjamin Dauvergne eef9f43d34 mpdh13: order demands by date (#31562) 2019-03-19 18:15:47 +01:00
Benjamin Dauvergne a27ea7a749 mdph13: remove unused import (#31562) 2019-03-19 18:15:47 +01:00
Emmanuel Cazenave 7f5e117dec translation update 2019-03-19 14:45:59 +01:00
Emmanuel Cazenave 1a4beccda6 iws: send volume as is (#31541) 2019-03-19 11:03:09 +01:00
Nicolas Roche 0b82a19d0c iparapheur: add a field to override endpoint location on wsdl (#30258) 2019-03-18 14:56:05 +01:00
Nicolas Roche 00211a4cc8 iparapheur: resolv no basic_authentication on w3.org (#31274) 2019-03-18 13:57:01 +01:00
Nicolas Roche ac5172e542 iparapheur: pass unit tests using zeep soap library (#31265) 2019-03-18 13:50:38 +01:00
Nicolas Roche cc0cc0767d iparapheur: don't pass explicit parameters to transport (#31226) 2019-03-18 12:44:05 +01:00
Frédéric Péters 7e8e9cc38b csvdatasource: don't recompute query value for each row (#31489) 2019-03-17 08:20:51 +01:00
Frédéric Péters 58cf6fc3c5 trivial: fix typo in comment 2019-03-17 08:09:02 +01:00
Benjamin Dauvergne a5efb5da16 mdph13: move transaction.atomic() inside create_or_update() (#31401) 2019-03-15 16:48:34 +01:00
Benjamin Dauvergne 48832b135a mdph13: remove check_status (#31452) 2019-03-15 13:36:21 +01:00
Benjamin Dauvergne 5d3369fd61 mdph13: pass client ip to backend (#31445) 2019-03-15 11:17:20 +01:00
Benjamin Dauvergne 74428481d1 mpdh13: PEP8 (#31445) 2019-03-15 11:16:46 +01:00
Benjamin Dauvergne ded313ce12 mdph13: add admin (#31263) 2019-03-12 17:55:19 +01:00
Emmanuel Cazenave 984b2af3f5 pass BRANCH_NAME in tox env (#31305) 2019-03-12 14:09:04 +01:00
Benjamin Dauvergne 52522274e6 mdph13: only validate valued date fields (#31279) 2019-03-12 12:08:29 +01:00
Benjamin Dauvergne b8b8d140f6 mdph13: keep computed display name on Link (#31249) 2019-03-11 11:21:06 +01:00
Frédéric Péters fbacbcfcf7 misc: don't use skip_locked if not supported by database (#31264) 2019-03-11 11:17:10 +01:00
Benjamin Dauvergne 9bcc8d7a06 add bool to json serializable types (to be rebased) 2019-03-08 01:16:08 +01:00
Benjamin Dauvergne 941d080094 allow ressources to disable error logging in requests wrapper (#31114)
- modify ProxyLogger to get request from the "extra" parameter like Django, it
  incurs that we need to clean extra from non JSON-serializable values
  before using it in the ResourceLog model.

- modify to_json() so that request is passed to every log calls as
  before commit 5286592cf, now we will get error mails containing Django
  request details.

- resource can set "log_requests_errors = False" so that the Request
  wrapper never log at the error/warning level.

- small annoyance: requests errors are logged two times, at the INFO
  level and the ERROR level.

- connector MDPH13 is adapted to use all this.
2019-03-07 18:12:59 +01:00
Benjamin Dauvergne a8eb92ef6f utils: PEP8ness (#31114) 2019-03-07 15:21:20 +01:00
Benjamin Dauvergne ab7432fa18 utils: add copyright (#31114) 2019-03-07 15:21:20 +01:00
Benjamin Dauvergne c2ed3a44ae mpdh13: validate date syntax (#31186) 2019-03-07 13:26:21 +01:00
Benjamin Dauvergne 884854c29e mdph13: add a text property to dossiers (fixes #31116) 2019-03-06 16:36:44 +01:00
Benjamin Dauvergne 5a269a9685 mdph13: fix typo (#31116) 2019-03-06 15:44:01 +01:00
Benjamin Dauvergne 1cd83feebc mdph13: always return filenumber and dob (#31116) 2019-03-06 15:44:01 +01:00
Benjamin Dauvergne 4502d797cf views: implement GenericEndpointView.delete (#31118) 2019-03-06 10:42:56 +01:00
Benjamin Dauvergne ad953198e9 add MDPH13 connector (#30692) 2019-03-05 15:12:07 +01:00
Frédéric Péters 6884d84f8c clicrdv: edit migrations to avoid passerelle.datasources references (#31059) 2019-03-04 15:26:11 +01:00
Frédéric Péters 8751dcb683 remove obsolete "passerelle.datasources" app (#31059) 2019-03-04 15:26:11 +01:00
Nicolas Roche 3885a94e0c iparapheur: add endpoint to display raw wsdl (#30257) 2019-03-04 14:34:28 +01:00
Benjamin Dauvergne 2ef3a13b31 api_particulier: check input data (fixes #30884) 2019-03-03 20:50:30 +01:00
Benjamin Dauvergne b7e81b6038 api_particulier: PY3 compatibility (#30884) 2019-03-02 17:26:25 +01:00