caldav: add rrule/until convertion to date (#88393) #499

Merged
yweber merged 2 commits from wip/88393-fix-rrule-until into main 2024-03-20 18:29:27 +01:00
Owner
No description provided.
yweber added 1 commit 2024-03-20 14:05:19 +01:00
gitea/passerelle/pipeline/head There was a failure building this commit Details
a354916e00
caldav: add rrule/until convertion to date (#88393)
yweber force-pushed wip/88393-fix-rrule-until from a354916e00 to de438b5e09 2024-03-20 14:13:48 +01:00 Compare
yweber force-pushed wip/88393-fix-rrule-until from de438b5e09 to 17b3f35208 2024-03-20 14:17:51 +01:00 Compare
yweber changed title from WIP: caldav: add rrule/until convertion to date (#88393) to caldav: add rrule/until convertion to date (#88393) 2024-03-20 14:23:50 +01:00
yweber changed title from caldav: add rrule/until convertion to date (#88393) to WIP: caldav: add rrule/until convertion to date (#88393) 2024-03-20 14:35:30 +01:00
vdeniaud reviewed 2024-03-20 14:49:18 +01:00
vdeniaud left a comment
Owner

Peut-être qu'il est temps de pin les versions dispo dans debian dans le tox.ini ?

(quand on monte de version debian on fait le tour de tous les dépôts et on crée les tickets pour assurer la montée de version, genre https://dev.entrouvert.org/issues?f[]=tags&fields[]=tags&op[tags]=%3D&operators[tags]=%3D&set_filter=1&v[tags][]=bookworm&values[tags][]=bookworm)

Peut-être qu'il est temps de pin les versions dispo dans debian dans le tox.ini ? (quand on monte de version debian on fait le tour de tous les dépôts et on crée les tickets pour assurer la montée de version, genre https://dev.entrouvert.org/issues?f[]=tags&fields[]=tags&op[tags]=%3D&operators[tags]=%3D&set_filter=1&v[tags][]=bookworm&values[tags][]=bookworm)
@ -86,1 +86,4 @@
},
'UNTIL': {
'type': 'string',
'description': 'Date or date and time indicating the end of reccurence',
Owner

s/reccurence/recurrence (aussi il manque un appel à gettext, non ? mais c'est le cas aussi pour d'autres chaînes plus haut)

s/reccurence/recurrence (aussi il manque un appel à gettext, non ? mais c'est le cas aussi pour d'autres chaînes plus haut)
yweber marked this conversation as resolved
@ -315,0 +325,4 @@
http_status=400,
)
def _parse_moment(self, value):
Owner

Ça peut plus explicitement s'appeler parse_date_or_datetime

Ça peut plus explicitement s'appeler parse_date_or_datetime
yweber marked this conversation as resolved
yweber force-pushed wip/88393-fix-rrule-until from 17b3f35208 to a03f063e45 2024-03-20 15:51:30 +01:00 Compare
Author
Owner

Peut-être qu'il est temps de pin les versions dispo dans debian dans le tox.ini ?

Avec plaisir oui :)

> Peut-être qu'il est temps de pin les versions dispo dans debian dans le tox.ini ? Avec plaisir oui :)
yweber force-pushed wip/88393-fix-rrule-until from a03f063e45 to 9f5811906f 2024-03-20 17:09:49 +01:00 Compare
yweber changed title from WIP: caldav: add rrule/until convertion to date (#88393) to caldav: add rrule/until convertion to date (#88393) 2024-03-20 17:16:53 +01:00
yweber force-pushed wip/88393-fix-rrule-until from 9f5811906f to 262ed1bf61 2024-03-20 17:51:47 +01:00 Compare
yweber changed title from caldav: add rrule/until convertion to date (#88393) to WIP: caldav: add rrule/until convertion to date (#88393) 2024-03-20 17:57:30 +01:00
yweber force-pushed wip/88393-fix-rrule-until from 262ed1bf61 to 04f05c1a8c 2024-03-20 18:04:10 +01:00 Compare
yweber changed title from WIP: caldav: add rrule/until convertion to date (#88393) to caldav: add rrule/until convertion to date (#88393) 2024-03-20 18:05:04 +01:00
yweber changed title from caldav: add rrule/until convertion to date (#88393) to WIP: caldav: add rrule/until convertion to date (#88393) 2024-03-20 18:06:42 +01:00
yweber force-pushed wip/88393-fix-rrule-until from 04f05c1a8c to 403dd62249 2024-03-20 18:10:47 +01:00 Compare
yweber changed title from WIP: caldav: add rrule/until convertion to date (#88393) to caldav: add rrule/until convertion to date (#88393) 2024-03-20 18:15:11 +01:00
yweber force-pushed wip/88393-fix-rrule-until from 403dd62249 to fd7a2d487d 2024-03-20 18:18:50 +01:00 Compare
vdeniaud approved these changes 2024-03-20 18:27:39 +01:00
vdeniaud left a comment
Owner

(vu sur jabber, c'est mieux de pin les dépendances dans le setup.py, pour avoir les bonnes versions dans nos devinst)

(vu sur jabber, c'est mieux de pin les dépendances dans le setup.py, pour avoir les bonnes versions dans nos devinst)
yweber merged commit fd7a2d487d into main 2024-03-20 18:29:27 +01:00
yweber deleted branch wip/88393-fix-rrule-until 2024-03-20 18:29:27 +01:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: entrouvert/passerelle#499
No description provided.