Commit Graph

4 Commits

Author SHA1 Message Date
Paul Spooren 76fca3c766 tracker_import: fix comment_count
When importing comments the per ticket value `comment_count` is not
increased, resulting in wrong numbers in the overview.

This commit increses the `comment_count` for every comment imported.

Fixes: https://todo.sr.ht/~sircmpwn/todo.sr.ht/255

Signed-off-by: Paul Spooren <mail@aparcar.org>
2022-01-26 09:05:00 +01:00
Denis Laxalde 6b683af18e Use datetime.fromisoformat() to parse dates in tracker import
This would allow preserving original time zone information and also
handles negative UTC offset values.
2021-01-18 12:49:20 -05:00
Drew DeVault 2c8901c8ee tracker_import: fix tickets with no events 2020-10-14 13:40:02 -04:00
Drew DeVault fe08cd4447 Implement ticket import 2020-01-09 12:19:44 -05:00