Commit Graph

1462 Commits

Author SHA1 Message Date
Emmanuel Cazenave 6d15b29b28 planitech: remove availability check (#29984) 2019-01-22 15:16:48 +01:00
Thomas NOËL c73c9b505f translation update 2019-01-21 23:04:53 +01:00
Thomas NOËL 154e689b3b add phone calls connector (#29829) 2019-01-21 17:31:31 +01:00
Benjamin Dauvergne da4e91d4a0 dpark: modify document types (#29902) 2019-01-18 17:09:38 +01:00
Serghei Mihai 0e9007392f vivaticket: add initial connector (#29314) 2019-01-18 14:43:39 +01:00
Serghei Mihai bfa6827b87 base: remove duplicate slug field declaration (#25815) 2019-01-16 17:38:02 +01:00
Benjamin Dauvergne 4bc3f0e1dd jsonresponse: use string conversion on exceptions (fixes #29060)
- introduce exception_to_text():
 - first try to use unicode/str on exception
 - then try to use repr,
 - finally only render class name and e.args (if present)
2019-01-16 16:00:46 +01:00
Emmanuel Cazenave 71b32783f1 translation update 2019-01-16 15:58:17 +01:00
Serghei Mihai 1a56a4c21e actesweb: fix demand file permissions (#29774) 2019-01-16 11:28:55 +01:00
Thomas NOËL 4e36e9ae66 agoraplus: do not consider seconds in test (#21865) 2019-01-16 09:32:00 +01:00
Emmanuel Cazenave 1955efda7e planitech: filter place referential with custom attributes (#29666) 2019-01-15 09:41:38 +01:00
Emmanuel Cazenave 324cba80fa planitech: add some parameters to createreservation endpoint (#29659) 2019-01-15 09:41:17 +01:00
Emmanuel Cazenave 0de254f665 planitech: general infos endpoints (#29646) 2019-01-15 09:40:47 +01:00
Emmanuel Cazenave bb8fee662b planitech: create users under the hood (#29514) 2019-01-15 09:40:25 +01:00
Emmanuel Cazenave 00dd8c4db8 iws: accept optionnal 17th char on STI code (#29632) 2019-01-15 09:38:00 +01:00
Frédéric Péters d3be91b12b trivial: use django.utils copy of the six compatibility module (#29695) 2019-01-14 16:12:17 +01:00
Thomas NOËL f216edcb15 translation update
... contains only a few forgotten words for planitech
2019-01-10 22:49:38 +01:00
Emmanuel Cazenave e9b16ec213 planitech: use custom fields (#29127) 2019-01-09 11:13:26 +01:00
Frédéric Péters b667c1c0c8 tox: remove pytest limit as a new pytest-cov got released 2019-01-08 14:41:49 +01:00
Emmanuel Cazenave 9e0f343697 planitech: expose identifiers and capacities as int (#29125) 2019-01-08 10:48:10 +01:00
Emmanuel Cazenave e515b6e351 planitech: use naive datetime (#29453) 2019-01-08 10:46:20 +01:00
Frédéric Péters 3cefe6373a tox: limit pytest version to a version compatible with pytest-cov 2019-01-06 17:04:17 +01:00
Frédéric Péters e358a3359a debian: disable uwsgi memory report (#19840) 2019-01-04 14:10:42 +01:00
Frédéric Péters 1678d87b57 tox: limit pylint-django to a version working with pylint<1.8 (#29170) 2018-12-24 09:12:15 +01:00
Benjamin Dauvergne 5bee389a63 atos-genesys: do not use threads (#29320)
As threads were hiding errors from asynchronous requests, we now still
hide errors when cache is full, but log them.
2018-12-24 08:47:15 +01:00
Benjamin Dauvergne e0dcd937e6 dpark: add new document types (#29305) 2018-12-21 13:03:23 +01:00
Frédéric Péters 1997544b77 debian: use uwsgi to serve app (#29236) 2018-12-20 18:02:41 +01:00
Etienne Loupias 6b71333808 greco: add new code parameter to answer endpoint (#29250) 2018-12-20 13:36:44 +01:00
Frédéric Péters 072ce948d1 misc: classify and give icons to some more connectors (#28783) 2018-12-19 13:19:52 +01:00
Frédéric Péters 05578ba440 misc: change logging parameters form to use "Save" as button label (#29208) 2018-12-19 13:19:52 +01:00
Emmanuel Cazenave 629b37f56a iws: set systematically I_AP_SMS to 'NON '(#29171) 2018-12-18 11:21:39 +01:00
Emmanuel Cazenave 06fcda0521 planitech: update functionnal tests (#29067) 2018-12-17 16:20:40 +01:00
Emmanuel Cazenave 0b4465a300 persist cookies on a connector instance (#28643) 2018-12-13 18:26:58 +01:00
Emmanuel Cazenave 686e7ede77 translation update 2018-12-11 17:28:10 +01:00
Emmanuel Cazenave fce83c8a3a create 'getfreegaps' enpoint fot availibilty queries (#28827)
It has the same capabilities than 'getdays' by using display=date
and 'getplaces' by using display=place.

Search intervals can be specificed with days delta from now.
display=full will return a data easy to use in a template to display
global availability.

The place referential gain adresses.
2018-12-11 11:39:02 +01:00
Benjamin Dauvergne a6487e94a4 csvdatasource: fix bulk_create test (#28709) 2018-12-06 17:38:31 +01:00
Benjamin Dauvergne c7086821a0 csvdatasource: use bulk_create with batching to create TableRow (#28709) 2018-12-06 15:07:36 +01:00
Frédéric Péters 361958bb41 translation update 2018-12-06 07:48:45 +01:00
Frédéric Péters cf77d35e7a planitech: fix typo in description (#28663) 2018-12-06 07:47:56 +01:00
Emmanuel Cazenave 1f2a788283 planitech: check_status without cookies requirement (#28651) 2018-12-05 18:44:38 +01:00
Emmanuel Cazenave a384ccf218 planitech: filter dates by place id (#28298) 2018-12-05 16:55:27 +01:00
Frédéric Péters d1fbd69e09 general: add possibility to override trace emails recipients (#24591) 2018-12-05 15:23:33 +01:00
Serghei Mihai f924283083 actesweb: fix unicode content writing into file (#28272)
Add Python3 support.
2018-12-03 14:09:28 +01:00
Benjamin Dauvergne e06d33da0f dpark: fix typo in tests (#28438) 2018-11-28 17:12:01 +01:00
Benjamin Dauvergne 9f4bcdafcb pylint.sh: remove "set -x" 2018-11-28 17:01:02 +01:00
Benjamin Dauvergne e93df9546e atos-genesys: handle missing DROITS or DEMANDES keys (bis, #28424) 2018-11-28 16:40:17 +01:00
Benjamin Dauvergne 909d28b268 atos-genesys: handle missing DROITS or DEMANDES keys (#28424) 2018-11-28 15:12:04 +01:00
Benjamin Dauvergne 236c7b09d8 atos-genesys: convert SEXE to CIVILITE (#28381) 2018-11-27 11:57:51 +01:00
Benjamin Dauvergne 0a61d1bc04 atos-genesys: sort DEMANDES and DROITS rows by COD_APPLI (#28381) 2018-11-27 11:53:37 +01:00
Benjamin Dauvergne 66ccb9900b dpark: add cache on infos and payment_info (#28331) 2018-11-26 22:17:00 +01:00