gitlab-time-tracker
gitlab-time-tracker copied to clipboard
SQLite Output
This Pull Request implements a sqlite
output. It basically creates the tables according to the scheme, and additionally:
- extracts
milestones
into amilestones
table - extracts
labels
into alabels
table, and linked to issues / merge requests usinglabel_groups
- creates statistics as VIEWs (
view_time_per_user
andview_time_stats
)