Files
Aegis/backend/app/services
kitos d896f2761d
Some checks failed
Aegis CI / lint-and-test (push) Has been cancelled
fix(tempo): enforce 1-min minimum and ceiling rounding for worklogs
Tempo rejects durations under 60 seconds ('Duration must be at least
one minute'). Now:
  - Always send ≥ 60 s (1 minute minimum)
  - Round UP to nearest whole minute (math.ceil)
  - 2 s → 60 s, 3m20s (200s) → 240 s, 5m00s (300s) → 300 s
2026-06-03 09:08:40 +02:00
..