|
||||||||
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-issues+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Code changed in jenkins
User: Ingmar Kellner
Path:
.gitignore
pom.xml
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer.java
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/model/SonargraphMetrics.java
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly
src/main/webapp/html/html-appendMetrics.html
src/main/webapp/html/html-replaceMetrics.html
src/test/projects/single-module/crm-domain-example/target.maven/.gitignore
src/test/projects/single-module/crm-domain-example/target.maven/maven-archiver/.gitignore
http://jenkins-ci.org/commit/sonargraph-plugin/0096253371a5ab7b8784b21abc0e6c94c6c242ba
Log:
JENKINS-26360: Sonargraph Plugin. Configurable metrics are now appending or replacing default charts in the advanced configuration area. Use List instead of Set to preserve the ordering. Exclude ACD, RACD, NCCD, because we only use the "highest" value. Escape path config values, because they might contain blanks.