fabric8-services / fabric8-wit

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

Assign number to new areas/iterations and allow searching by it #2311

Closed kwk closed 5 years ago

kwk commented 5 years ago

Existing iterations and areas are not touched and won't have a number assigned to them. This will come in a later change.

This is a code-only change to proof that it is backwards compatible.

See https://openshift.io/openshiftio/Openshift_io/plan/detail/618

Most of the code in this change comes from this PR which was later revered: https://github.com/fabric8-services/fabric8-wit/pull/2311

codecov[bot] commented 5 years ago

Codecov Report

Merging #2311 into master will increase coverage by 0.07%. The diff coverage is 91.83%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2311      +/-   ##
==========================================
+ Coverage   70.09%   70.17%   +0.07%     
==========================================
  Files         174      175       +1     
  Lines       16796    16843      +47     
==========================================
+ Hits        11773    11819      +46     
- Misses       3889     3891       +2     
+ Partials     1134     1133       -1
Impacted Files Coverage Δ
space/space.go 69.64% <ø> (ø) :arrow_up:
iteration/iteration.go 64.83% <100%> (+0.19%) :arrow_up:
controller/area.go 92.3% <100%> (+0.04%) :arrow_up:
area/area.go 74.5% <100%> (+0.25%) :arrow_up:
controller/iteration.go 78.38% <100%> (+0.05%) :arrow_up:
workitem/expression_compiler.go 81.17% <100%> (ø) :arrow_up:
numbersequence/human_friendly_number.go 90.69% <90.69%> (ø)
controller/workitem.go 78.83% <0%> (+0.56%) :arrow_up:

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 87bf305...98103f1. Read the comment docs.