Compare commits

..

9 Commits

Author SHA1 Message Date
Lauréline Guérin 032209f41a
api: take snapshots (#87498)
gitea/chrono/pipeline/head This commit looks good Details
2024-02-27 11:50:52 +01:00
Lauréline Guérin 3615cc7ede
agendas: take snapshots (#86634)
gitea/chrono/pipeline/head This commit looks good Details
2024-02-27 11:50:37 +01:00
Lauréline Guérin 128ab9e41f
snapshot: command to clear instances from snapshot (#86634) 2024-02-27 11:50:37 +01:00
Lauréline Guérin 3f8146c092
snapshot: init models (#86634) 2024-02-27 11:50:37 +01:00
Lauréline Guérin f6a0b58167
agendas: fix missing options in agenda import/export (#86634) 2024-02-27 11:50:37 +01:00
Lauréline Guérin e6db17f145
misc: move tests (#86634) 2024-02-27 11:50:36 +01:00
Lauréline Guérin 84581ed02e
misc: fix typos (#86634) 2024-02-27 11:50:36 +01:00
Lauréline Guérin 4f13f936e2
misc: fix missing migration (#86634) 2024-02-27 11:50:36 +01:00
Frédéric Péters 7df4de695d misc: use yield from (#87441)
gitea/chrono/pipeline/head This commit looks good Details
2024-02-25 19:16:27 +01:00
1 changed files with 1 additions and 2 deletions

View File

@ -203,8 +203,7 @@ class IntervalSet:
break
if not c2:
yield c1
for c1 in l1:
yield c1
yield from l1
break
if c1[1] <= c2[0]:
yield c1