Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 04d85eb476bdc57eb7ac3c2bb34e91be5b55c487
      
https://github.com/jenkinsci/jenkins/commit/04d85eb476bdc57eb7ac3c2bb34e91be5b55c487
  Author: Christoph Kutzinski <[email protected]>
  Date:   2013-07-06 (Sat, 06 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Job.java
    M core/src/main/java/hudson/model/Result.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
    M test/src/test/java/hudson/model/SimpleJobTest.java

  Log Message:
  -----------
  Loading the last 3 successful builds may be very expensive in certain rare, 
but possible situations (all newer builds failed, only some very old builds 
were successful).
Go only up to 6 build into the past for calculating the estimated duration.
Also take failed builds into account, if we don't find any successful ones.


  Commit: 5ce7ea0f048bb7330ac4ca642812a43e6a49d67b
      
https://github.com/jenkinsci/jenkins/commit/5ce7ea0f048bb7330ac4ca642812a43e6a49d67b
  Author: Christoph Kutzinski <[email protected]>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Job.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java

  Log Message:
  -----------
  fixed typo


  Commit: e77441f6f1483679c600fe29ec2e39d1e36cf1a9
      
https://github.com/jenkinsci/jenkins/commit/e77441f6f1483679c600fe29ec2e39d1e36cf1a9
  Author: Christoph Kutzinski <[email protected]>
  Date:   2013-07-10 (Wed, 10 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Job.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java

  Log Message:
  -----------
  reduce visibility of getEstimatedDurationCandidates to protected


  Commit: 12e9a55c39b0e8db47578fbc9f7ff87cf25fca93
      
https://github.com/jenkinsci/jenkins/commit/12e9a55c39b0e8db47578fbc9f7ff87cf25fca93
  Author: Kohsuke Kawaguchi <[email protected]>
  Date:   2013-07-16 (Tue, 16 Jul 2013)

  Changed paths:
    M core/src/main/java/hudson/model/Job.java
    M core/src/main/java/hudson/model/Result.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSet.java
    M maven-plugin/src/main/java/hudson/maven/MavenModuleSetBuild.java
    M test/src/test/java/hudson/model/SimpleJobTest.java

  Log Message:
  -----------
  Merge pull request #837 from kutzi/estimated-time

[FIXED JENKINS-18196] Change to the estimated duratrion calculation to prevent 
performance issues with lazy build loading


Compare: 
https://github.com/jenkinsci/jenkins/compare/84388823d5c3...12e9a55c39b0

-- 
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 [email protected].
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to