gitlab-time-tracker icon indicating copy to clipboard operation
gitlab-time-tracker copied to clipboard

SQLite Output

Open fabianhauser opened this issue 5 years ago • 1 comments

This Pull Request implements a sqlite output. It basically creates the tables according to the scheme, and additionally:

  • extracts milestones into a milestones table
  • extracts labels into a labels table, and linked to issues / merge requests using label_groups
  • creates statistics as VIEWs (view_time_per_user and view_time_stats)

fabianhauser avatar Mar 25 '19 16:03 fabianhauser

Coverage Status

Coverage remained the same at 65.979% when pulling 387ba7dce83eb7617e1169f5a291411eb37cf5ea on fabianhauser:sqlite-output into e059f1fad60ce4f5cc5fc63110906a840bdd49d0 on kriskbx:master.

coveralls avatar Mar 25 '19 16:03 coveralls