Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/build-metrics-plugin
  Commit: 3b1025444b648a162f7090ae4fa502d2dfe9d167
      
https://github.com/jenkinsci/build-metrics-plugin/commit/3b1025444b648a162f7090ae4fa502d2dfe9d167
  Author: Yoann Dubreuil <yoann.dubre...@gmail.com>
  Date:   2016-01-27 (Wed, 27 Jan 2016)

  Changed paths:
    M 
src/main/java/jenkins/plugins/build_metrics/BuildMetricsPluginSearchFactory.java

  Log Message:
  -----------
  [JENKINS-32651] Fix calculation of report begin date

Currently, computation is done using Calendar.roll() which is wrong.
roll() only changes a specific unit and doesn't update larger fields.
For example, rolling back 2 week on the first week of a month sets
the calendar week to the last week of the month, which is in the future.
Obviously, when the begin date is in the future, there's nothing in the
report.

Using Calendar.add() with a negative value substracts the right amount
of time from the current time.


  Commit: e13d28d82d02c37fecbf3063adabca67e78c3071
      
https://github.com/jenkinsci/build-metrics-plugin/commit/e13d28d82d02c37fecbf3063adabca67e78c3071
  Author: Yoann Dubreuil <yoann.dubre...@gmail.com>
  Date:   2016-01-27 (Wed, 27 Jan 2016)

  Changed paths:
    A .gitignore
    M pom.xml
    M src/test/java/jenkins/plugins/build_metrics/stats/StatsFactoryTest.java
    M src/test/java/jenkins/plugins/build_metrics/stats/StatsMathTest.java

  Log Message:
  -----------
  [JENKINS-32651] Bump core dependency to 1.509 + fix tests

This is required to build against JDK 7/8


  Commit: a99c4fdb032e5180b99e3b78f8f6048ac4027033
      
https://github.com/jenkinsci/build-metrics-plugin/commit/a99c4fdb032e5180b99e3b78f8f6048ac4027033
  Author: Yoann Dubreuil <ydubre...@users.noreply.github.com>
  Date:   2016-03-07 (Mon, 07 Mar 2016)

  Changed paths:
    A .gitignore
    M pom.xml
    M 
src/main/java/jenkins/plugins/build_metrics/BuildMetricsPluginSearchFactory.java
    M src/test/java/jenkins/plugins/build_metrics/stats/StatsFactoryTest.java
    M src/test/java/jenkins/plugins/build_metrics/stats/StatsMathTest.java

  Log Message:
  -----------
  Merge pull request #3 from ydubreuil/master

Fix calculation of report begin date


Compare: 
https://github.com/jenkinsci/build-metrics-plugin/compare/ba4ef5cad7f0...a99c4fdb032e

-- 
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