ci-dashboard / gitlab-ci-dashboard

📊 Dashboard for monitoring GitLab CI builds and pipelines for TV
MIT License
111 stars 36 forks source link

FIX #3 #7 #9 for Gitlab API v4 and invalid semver tags #16

Closed marek-ganko closed 4 years ago

marek-ganko commented 4 years ago

FIX #9 bug related with switching to Gitlab API v4 FIX #3 FIX #7 bug related with git tags not compatible with semver

emilianoeloi commented 4 years ago

Codecov Report

Merging #16 into master will increase coverage by 0.17%. The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #16      +/-   ##
==========================================
+ Coverage   63.18%   63.36%   +0.17%     
==========================================
  Files          13       13              
  Lines         364      363       -1     
  Branches       79       79              
==========================================
  Hits          230      230              
+ Misses        113      112       -1     
  Partials       21       21
Impacted Files Coverage Δ
src/utils.js 92.59% <100%> (+3.3%) :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 d5e59c1...d889365. Read the comment docs.

marek-ganko commented 4 years ago

@emilianoeloi Please review, merge and bump the version

TomKearney commented 4 years ago

Hi @emilianoeloi , are there any plans to merge this pull request? I've been using your dashboard, which is great, but I'm also suffering from the same issue and would love to get this fix in!

marek-ganko commented 4 years ago

While waiting for the merge you can use: https://www.npmjs.com/package/gitlab-ci-v4-dashboard In case Emiliano is offline I can fork it under a new project.

TomKearney commented 4 years ago

While waiting for the merge you can use: https://www.npmjs.com/package/gitlab-ci-v4-dashboard In case Emiliano is offline I can fork it under a new project.

Thanks @marek-ganko , that would be great!