Commit Graph

971 Commits

Author SHA1 Message Date
Lauréline Guérin 51c5a7437d
misc: fix parse-error pylint error (#55505) 2021-07-15 15:02:15 +02:00
Lauréline Guérin 9fe926f9ce
misc: fix simplifiable-if-expression pylint error (#55505) 2021-07-15 15:02:15 +02:00
Lauréline Guérin f9cd760301
misc: fix dangerous-default-value pylint error (#55505) 2021-07-15 15:02:15 +02:00
Lauréline Guérin b6952a21c5
misc: fix undefined-loop-variable pylint error (#55505) 2021-07-15 15:02:15 +02:00
Lauréline Guérin 5115aa32c2
misc: fix no-name-in-module pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 0424972fcf
misc: fix consider-using-max-builtin pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 25da6b2a74
misc: fix no-else-raise pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 46529992c2
misc: fix line-too-long pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 81a93fc2ee
misc: fix wrong-import-position pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 077ac59dfa
misc: fix consider-using-with pylint error (#55505) 2021-07-15 15:02:14 +02:00
Lauréline Guérin 5bc1f273da
misc: fix misplaced-comparison-constant pylint error (#55505) 2021-07-15 15:02:13 +02:00
Lauréline Guérin 86b37ebf73
misc: fix function-redefined pylint error (#55505) 2021-07-15 15:02:13 +02:00
Lauréline Guérin dccfc33acf
misc: fix useless-object-inheritance pylint error (#55505) 2021-07-15 15:02:13 +02:00
Lauréline Guérin 4f56ef4167
misc: fix super-with-arguments pylint error (#55505) 2021-07-15 15:02:13 +02:00
Lauréline Guérin 9fd102df87
misc: fix unused-variable pylint error (#55505) 2021-07-15 15:02:13 +02:00
Lauréline Guérin 4b836e70de
misc: fix unused-import pylint error (#55505) 2021-07-15 14:58:49 +02:00
Lauréline Guérin 702982e8f1
build: make it fail in case of pylint warnings (#55505) 2021-07-15 14:58:49 +02:00
Lauréline Guérin bf9914eecf
misc: integrate pylint.rc in repo (#55505) 2021-07-15 14:58:49 +02:00
Lauréline Guérin 39cd48c53e
manager: import/export absence reason groups (#55364) 2021-07-15 14:34:08 +02:00
Lauréline Guérin 85e0293411
misc: clean manager tests 2021-07-15 14:32:10 +02:00
Lauréline Guérin aece741796
manager: check button display (#55461) 2021-07-15 14:07:34 +02:00
Valentin Deniaud fc79c17012 api: add agenda filter in booking statistics (#55267) 2021-07-15 10:24:23 +02:00
Frédéric Péters a6c154077b translation update 2021-07-12 22:24:01 +02:00
Valentin Deniaud b54b1925e5 agendas: duplicate notification and reminder settings (#55311) 2021-07-12 10:05:13 +02:00
Valentin Deniaud 456e3597fa agendas: duplicate exceptions desk for event agendas (#55310) 2021-07-12 10:04:10 +02:00
Lauréline Guérin de11d22b9e
agenda: add forgotten fields in import/export (#55451) 2021-07-09 11:23:00 +02:00
Lauréline Guérin 90c4cfd084
api: accept events in GET params for fillslot (#55404) 2021-07-09 11:00:56 +02:00
Lauréline Guérin 574f284d66
manager: close popup after clicking on export button (#55365) 2021-07-09 10:47:04 +02:00
Lauréline Guérin 5c945da024
api: rename slots views (#55208) 2021-07-09 10:34:54 +02:00
Lauréline Guérin eb2f8b8d48
agenda: option to have min delay in working days (#55049) 2021-07-09 10:21:22 +02:00
Paul Marillonnet bd51c5138a mitigate race condition while get-or-creating reccurent event (#55393)
inspired from django's behavior on get_or_create, e.g.
    https://github.com/django/django/blob/stable/-
    2.2.x/django/db/models/query.py#L567
2021-07-09 09:53:11 +02:00
Lauréline Guérin e8c683fb91
agenda: option to disable check update when event is checked (#53933) 2021-07-09 08:54:25 +02:00
Frédéric Péters 8104efa1e2 api: include date attribute in /datetimes API calls (#55366) 2021-07-05 14:27:00 +02:00
Lauréline Guérin ceaff0ef79
manager: display on event pages when it's checked (#55351) 2021-07-05 13:22:00 +02:00
Lauréline Guérin 2741ccdd9e
manager: fix check-event button (#55342) 2021-07-05 10:25:58 +02:00
Frédéric Péters bb8fa4a778 translation fix 2021-07-03 08:20:11 +02:00
Frédéric Péters fb5218f0d0 tox: stop testing against django 1.11 2021-07-02 14:34:47 +02:00
Lauréline Guérin 9ac90f720a
api: return events param in fillslot_url (#55316) 2021-07-02 09:13:52 +02:00
Lauréline Guérin daf613525d
api: don't escape result of event_display_template (#55220) 2021-07-01 18:47:38 +02:00
Emmanuel Cazenave 886f316e5c agendas: stop creating exceptions holder desk in the 'save' method (#55279) 2021-07-01 15:54:47 +02:00
Valentin Deniaud 3365a3f372 translation update 2021-07-01 15:41:08 +02:00
Valentin Deniaud 63148a30dd api: fix string for localization 2021-07-01 15:33:06 +02:00
Valentin Deniaud 4fb6581e8d api: allow booking all recurrences of recurring events (#54332) 2021-07-01 10:11:20 +02:00
Valentin Deniaud dcc4b44a67 agendas: change annotate_queryset queries (#54332) 2021-07-01 10:05:20 +02:00
Valentin Deniaud 91ee8ca870 api: group bookings by event start datetime in statistics (#55266) 2021-07-01 10:02:58 +02:00
Valentin Deniaud d6c1b36713 agendas: display start datetime of recurring event (#54655) 2021-07-01 10:02:26 +02:00
Valentin Deniaud 38048a93f7 api: change label for booking without presence info in statistics (#55277) 2021-06-30 17:00:10 +02:00
Frédéric Péters 0b9e1dd7c5 translation update 2021-06-29 16:36:03 +02:00
Valentin Deniaud 2921ed52a3 api: prevent crash on invalid event_display_template (#54388) 2021-06-28 15:26:45 +02:00
Lauréline Guérin 7d7f52487c
api: endpoint to check an event (#53932) 2021-06-28 09:17:21 +02:00