fabric8-services / fabric8-wit

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

Enables searching of workitems by trackerquery id #2392

Closed DhritiShikhar closed 5 years ago

DhritiShikhar commented 5 years ago

This PR enables searching workitems by trackerquery ID.

[1] Adds Tracker Query table details, alias in expression compiler. [2] Tests for the same

codecov[bot] commented 5 years ago

Codecov Report

Merging #2392 into master will decrease coverage by 0.05%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2392      +/-   ##
==========================================
- Coverage   67.83%   67.77%   -0.06%     
==========================================
  Files         183      183              
  Lines       17963    17970       +7     
==========================================
- Hits        12186    12180       -6     
- Misses       4605     4617      +12     
- Partials     1172     1173       +1
Impacted Files Coverage Δ
workitem/expression_compiler.go 81.55% <100%> (+0.37%) :arrow_up:
remoteworkitem/github.go 77.14% <0%> (-22.86%) :arrow_down:
remoteworkitem/scheduler.go 53.65% <0%> (-7.32%) :arrow_down:
workitem/workitem_repository.go 67.79% <0%> (-0.23%) :arrow_down:

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 b30cc39...d11a89d. Read the comment docs.