Branch: refs/heads/develop
  Home:   https://github.com/jenkinsci/sonargraph-plugin
  Commit: 5075daf1c0277c221a8edc07d2c4f7dca253d081
      
https://github.com/jenkinsci/sonargraph-plugin/commit/5075daf1c0277c221a8edc07d2c4f7dca253d081
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2014-12-19 (Fri, 19 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/global.jelly

  Log Message:
  -----------
  SG-371 #time 2h Now the version number is supplied by text insteead of being 
selected in a Combobox


  Commit: 717c294ffbfa6ac5655531a92eb36e1d5b39f0c2
      
https://github.com/jenkinsci/sonargraph-plugin/commit/717c294ffbfa6ac5655531a92eb36e1d5b39f0c2
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2014-12-19 (Fri, 19 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java

  Log Message:
  -----------
  SG-371 Improved regular expression to verify version number #resolve


  Commit: 53ba4b7e7e535741d0871afd959e06cbf9861db1
      
https://github.com/jenkinsci/sonargraph-plugin/commit/53ba4b7e7e535741d0871afd959e06cbf9861db1
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java

  Log Message:
  -----------
  SG-372 Improved the regular expression used to validate the path to the 
license.


  Commit: 9723c8b2c660c0e3db503ab082d16a7899b48cef
      
https://github.com/jenkinsci/sonargraph-plugin/commit/9723c8b2c660c0e3db503ab082d16a7899b48cef
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2014-12-22 (Mon, 22 Dec 2014)

  Changed paths:
    R 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/model/ProductVersion.java

  Log Message:
  -----------
  Deleted version enum


  Commit: d52c3d7da8bb58cbb9b1c3e2c6a37057feefbab9
      
https://github.com/jenkinsci/sonargraph-plugin/commit/d52c3d7da8bb58cbb9b1c3e2c6a37057feefbab9
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2014-12-23 (Tue, 23 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractBuildStepDescriptor.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly

  Log Message:
  -----------
  SG-373 #time 2h First attempt to change the UI to support the configuration 
for metrics' charts.


  Commit: a4199ec4ebad2f0072ecd68cbec1f877fc3426d3
      
https://github.com/jenkinsci/sonargraph-plugin/commit/a4199ec4ebad2f0072ecd68cbec1f877fc3426d3
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractBuildStepDescriptor.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    A 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/foundation/StringUtility.java
    A 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric/config.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly

  Log Message:
  -----------
  SG-373 #time 4h Now we can add on demand metrics to be displayed in charts 
but only in the configuration.


  Commit: eea3fc0e69e3cedec19e00771d3d0de83e152951
      
https://github.com/jenkinsci/sonargraph-plugin/commit/eea3fc0e69e3cedec19e00771d3d0de83e152951
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java

  Log Message:
  -----------
  Improved comments to make code more comprehensible.


  Commit: e369b2024952f476fa4a8b1ecb321f66cb105d3d
      
https://github.com/jenkinsci/sonargraph-plugin/commit/e369b2024952f476fa4a8b1ecb321f66cb105d3d
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractBuildStepDescriptor.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly

  Log Message:
  -----------
  SG-373 #time 15m Now the dropdown lists are filled with the available metrics 
to be displayed.


  Commit: fadcc6043f958288c0c82c50183db3f18b629cbb
      
https://github.com/jenkinsci/sonargraph-plugin/commit/fadcc6043f958288c0c82c50183db3f18b629cbb
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java

  Log Message:
  -----------
  SG-373 #time 15m Fixed getter. Now the values are saved and retrieved 
successfully from the configuration page.


  Commit: 512c7703f6474c4b4cc98a0dccdd6725bad07c73
      
https://github.com/jenkinsci/sonargraph-plugin/commit/512c7703f6474c4b4cc98a0dccdd6725bad07c73
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-24 (Wed, 24 Dec 2014)

  Changed paths:
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer/config.jelly

  Log Message:
  -----------
  SG-373 #time 10m Updated jelly template to provide chart configuration also 
in the report analysis.


  Commit: cb3555601f6e613ee5c11690283b8841663a4680
      
https://github.com/jenkinsci/sonargraph-plugin/commit/cb3555601f6e613ee5c11690283b8841663a4680
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer/config.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly

  Log Message:
  -----------
  SG-373 #time 10m Set the minimum of metrics for charts to 1 to ensure that we 
always have charts.


  Commit: 6fa590cc82125d0bed6abd16e7d450e4f86ba817
      
https://github.com/jenkinsci/sonargraph-plugin/commit/6fa590cc82125d0bed6abd16e7d450e4f86ba817
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ConfigParameters.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/foundation/StringUtility.java
    A 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVFileHandler.java
    M 
src/test/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVFileHandlerTest.java

  Log Message:
  -----------
  SG-373 #time 2h Now we save on a CSV file the metrics that are configured to 
be displayed in charts. Stiil to read them and filter (Ongoing work).


  Commit: 34e771384670bd81252a7c9cb7c361102a23e69f
      
https://github.com/jenkinsci/sonargraph-plugin/commit/34e771384670bd81252a7c9cb7c361102a23e69f
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction/index.jelly

  Log Message:
  -----------
  SG-373 #time 2h Now the configuration for charts is effective when displaying 
the SonargraphChartAction.


  Commit: 437a891c801e05e46505cfcffb85feda6cedcdd7
      
https://github.com/jenkinsci/sonargraph-plugin/commit/437a891c801e05e46505cfcffb85feda6cedcdd7
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction/index.jelly

  Log Message:
  -----------
  Removed obsolete code.


  Commit: 162c7515afd06fee38eab01665ffd5fef678202c
      
https://github.com/jenkinsci/sonargraph-plugin/commit/162c7515afd06fee38eab01665ffd5fef678202c
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2014-12-26 (Fri, 26 Dec 2014)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java

  Log Message:
  -----------
  SG-373 #time 2h Fixed architecture violations, fixed unclosed input stream, 
avoided duplicated metrics on controller level. Still to implement UI code.


  Commit: 01ba374fe87a45abdf4811a2f514546f0233fc8e
      
https://github.com/jenkinsci/sonargraph-plugin/commit/01ba374fe87a45abdf4811a2f514546f0233fc8e
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M .gitignore
    M pom.xml
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M src/main/webapp/html/html-version.html
    R src/test/projects/single-module/crm-domain-example/target.maven/.gitignore
    R 
src/test/projects/single-module/crm-domain-example/target.maven/maven-archiver/.gitignore

  Log Message:
  -----------
  Sonargraph Version: Fix major version to 7. Trim whitespace of form 
parameters. Update info text and validation message. Allow absolute paths to be 
specified for pom.xml and Sonargraph system file.


  Commit: eadf38fd0eb72b7959b6f0de3fa7540511d6dbc8
      
https://github.com/jenkinsci/sonargraph-plugin/commit/eadf38fd0eb72b7959b6f0de3fa7540511d6dbc8
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-09 (Fri, 09 Jan 2015)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer/help.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/global.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/help.jelly

  Log Message:
  -----------
  License config: Provide user home dynamically. Update Sonar to SonarQube.


  Commit: 0096253371a5ab7b8784b21abc0e6c94c6c242ba
      
https://github.com/jenkinsci/sonargraph-plugin/commit/0096253371a5ab7b8784b21abc0e6c94c6c242ba
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-12 (Mon, 12 Jan 2015)

  Changed paths:
    M .gitignore
    M pom.xml
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/model/SonargraphMetrics.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly
    A src/main/webapp/html/html-appendMetrics.html
    A src/main/webapp/html/html-replaceMetrics.html
    R src/test/projects/single-module/crm-domain-example/target.maven/.gitignore
    R 
src/test/projects/single-module/crm-domain-example/target.maven/maven-archiver/.gitignore

  Log Message:
  -----------
  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.


  Commit: 0255a949682d9a96e1c098d4b87e5e10119f1072
      
https://github.com/jenkinsci/sonargraph-plugin/commit/0255a949682d9a96e1c098d4b87e5e10119f1072
  Author: esteban <esteban.an...@hello2morrow.com>
  Date:   2015-01-13 (Tue, 13 Jan 2015)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java

  Log Message:
  -----------
  Discarded allowing square brackets in licence path.


  Commit: 6e671501511c108a049115b6b41b105fd7eff27f
      
https://github.com/jenkinsci/sonargraph-plugin/commit/6e671501511c108a049115b6b41b105fd7eff27f
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2015-01-13 (Tue, 13 Jan 2015)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction/index.jelly

  Log Message:
  -----------
  JENKINS-26360: Sonargraph Plugin. Fixed NullPointerExceptions and added 
notification message when the chart configuration displays no charts.


  Commit: 76f25c9e67b20d06aa1bccafe5f05264e18ac6f9
      
https://github.com/jenkinsci/sonargraph-plugin/commit/76f25c9e67b20d06aa1bccafe5f05264e18ac6f9
  Author: Esteban Angee <esteban.an...@hello2morrow.com>
  Date:   2015-01-14 (Wed, 14 Jan 2015)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly

  Log Message:
  -----------
  JENKINS-26360: Sonargraph Plugin. Now the 'Append' options describes the 
default metrics.


  Commit: 8542f1938f858ce169d98da227452b1650c90977
      
https://github.com/jenkinsci/sonargraph-plugin/commit/8542f1938f858ce169d98da227452b1650c90977
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M .gitignore
    M pom.xml
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    A 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ConfigParameters.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/foundation/StringUtility.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/model/SonargraphMetrics.java
    A 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVChartsForMetricsHandler.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVFileHandler.java
    A 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric/config.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphChartAction/index.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer/config.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly
    A src/main/webapp/html/html-appendMetrics.html
    A src/main/webapp/html/html-replaceMetrics.html
    M 
src/test/java/com/hello2morrow/sonargraph/jenkinsplugin/persistence/CSVFileHandlerTest.java
    R src/test/projects/single-module/crm-domain-example/target.maven/.gitignore
    R 
src/test/projects/single-module/crm-domain-example/target.maven/maven-archiver/.gitignore

  Log Message:
  -----------
  Finish SG-373


  Commit: cc63181ff52fa617ae2c0135e71b64318b4a7f83
      
https://github.com/jenkinsci/sonargraph-plugin/commit/cc63181ff52fa617ae2c0135e71b64318b4a7f83
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer/help.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/global.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/help.jelly

  Log Message:
  -----------
  Finish SG-372

Conflicts:
        
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java


  Commit: 9cf37a4e5e35adca53944435dc696f791949c087
      
https://github.com/jenkinsci/sonargraph-plugin/commit/9cf37a4e5e35adca53944435dc696f791949c087
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M .gitignore
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    R 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/model/ProductVersion.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/global.jelly
    M src/main/webapp/html/html-version.html

  Log Message:
  -----------
  Finish SG-372

Conflicts:
        pom.xml
        
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java


  Commit: 5ee176c647cdaa2437dde3a7386b527d67edc368
      
https://github.com/jenkinsci/sonargraph-plugin/commit/5ee176c647cdaa2437dde3a7386b527d67edc368
  Author: Ingmar Kellner <i.kell...@hello2morrow.com>
  Date:   2015-01-16 (Fri, 16 Jan 2015)

  Changed paths:
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/AbstractSonargraphRecorder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/ChartForMetric.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphBuildAnalyzer.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder.java
    M 
src/main/java/com/hello2morrow/sonargraph/jenkinsplugin/model/SonargraphMetrics.java
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportAnalyzer/config.jelly
    M 
src/main/resources/com/hello2morrow/sonargraph/jenkinsplugin/controller/SonargraphReportBuilder/config.jelly

  Log Message:
  -----------
  JENKINS-26360: Sonargraph Plugin. Additional metrics to display:
- Fix typo in getDefaultMetricsAsString() method name.
- Introduce "empty" metric, so that the combo for additional metrics always 
shows a value. This empty value is ignored for the chart generation.
- Show same advanced section in SonargraphReportAnalyzer/config.jelly


Compare: 
https://github.com/jenkinsci/sonargraph-plugin/compare/30c297687bf2...5ee176c647cd

-- 
You received this message because you are subscribed to the Google Groups 
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to jenkinsci-commits+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to