fabric8-services / fabric8-wit

wit stands for Work Item Tracker
http://devdoc.almighty.io/
Apache License 2.0
45 stars 86 forks source link

Parent-Child Relationships in CSV Export #2372

Closed michaelkleinhenz closed 5 years ago

michaelkleinhenz commented 5 years ago

This adds A column _Parent and a column _Childs to the CSV export. The columns are added by default and contain the parent number and the child numbers (if any) of the Work Item represented by the corresponding line.

This implements https://openshift.io/openshiftio/Openshift_io/plan/detail/1147

codecov[bot] commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@bfd2c3d). Click here to learn what that means. The diff coverage is 71.28%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master    #2372   +/-   ##
=========================================
  Coverage          ?   69.86%           
=========================================
  Files             ?      171           
  Lines             ?    17074           
  Branches          ?        0           
=========================================
  Hits              ?    11929           
  Misses            ?     3979           
  Partials          ?     1166
Impacted Files Coverage Δ
controller/search.go 70.37% <67.74%> (ø)
controller/workitem.go 78.19% <72.85%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update bfd2c3d...0497ee4. Read the comment docs.