QualInsight / qualinsight-plugins-sonarqube-badges

Plugin for SonarQube that generates badges displaying information about a project's or view's quality.
GNU Lesser General Public License v3.0
110 stars 141 forks source link

Add the capability on using period parameter on measure #73

Open willypt opened 6 years ago

willypt commented 6 years ago

Right now, measure API doesn't support period. However, we found that period leaks are pretty useful especially if you want to track code coverage or vulnerabilities.

Having them accessible by badges would be amazing. To use, just append &period= on the request in measure bagdes.

Here are some examples I've baked screen shot 2017-09-11 at 1 13 32 pm screen shot 2017-09-11 at 1 13 21 pm screen shot 2017-09-11 at 1 13 43 pm

👍 amazing plugin! Really helps documentation where accessing Sonarqube from Webservices results in CORS 😄

JlccX commented 6 years ago

Hello guys. What values are allowed to use with period ?

http://myserver.com/api/badges/gate?key=myApp&metric=coverage&period=?