1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

chore: parallel summary conversion

This commit is contained in:
Ferdinand Mütsch
2020-09-12 00:20:16 +02:00
parent 570aeebe01
commit 8dca9f5cc0
4 changed files with 42 additions and 19 deletions

View File

@ -25,7 +25,7 @@ func NewCompatV1SummariesHandler(summaryService *services.SummaryService) *Compa
}
/*
TODO: support parameters: branches, timeout, writes_only, timezone
TODO: support parameters: project, branches, timeout, writes_only, timezone
https://wakatime.com/developers#summaries
timezone can be specified via an offset suffix (e.g. +02:00) in date strings
*/