Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/jenkins
  Commit: 638ceb2316df86e724e537cd7ed0b5e4f263e315
      
https://github.com/jenkinsci/jenkins/commit/638ceb2316df86e724e537cd7ed0b5e4f263e315
  Author: Andres Rodriguez <[email protected]>
  Date:   2016-01-29 (Fri, 29 Jan 2016)

  Changed paths:
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/model/View.java
    M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
    M core/src/main/resources/hudson/model/ComputerSet/sidepanel.jelly
    M core/src/main/resources/hudson/model/View/ajaxBuildQueue.jelly
    M core/src/main/resources/jenkins/widgets/BuildQueueWidget/index.groovy
    M core/src/main/resources/lib/hudson/queue.jelly
    M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  -----------
  [JENKINS-32517] Deprecate Queue#getApproximateItemsQuickly

Now that the item list is obtained lock-free the cache is no longer needed.
Besides, the cache could be returning invalid results for requests with 
different authorization to the one that cached the result (in any case this 
invalid result is transient).


  Commit: 95043db718b3a725add208b2ebce1b277485fa86
      
https://github.com/jenkinsci/jenkins/commit/95043db718b3a725add208b2ebce1b277485fa86
  Author: Stephen Connolly <[email protected]>
  Date:   2016-02-04 (Thu, 04 Feb 2016)

  Changed paths:
    M core/src/main/java/hudson/model/Queue.java
    M core/src/main/java/hudson/model/View.java
    M core/src/main/java/hudson/widgets/BuildHistoryWidget.java
    M core/src/main/resources/hudson/model/ComputerSet/sidepanel.jelly
    M core/src/main/resources/hudson/model/View/ajaxBuildQueue.jelly
    M core/src/main/resources/jenkins/widgets/BuildQueueWidget/index.groovy
    M core/src/main/resources/lib/hudson/queue.jelly
    M test/src/test/java/hudson/model/QueueTest.java

  Log Message:
  -----------
  Merge pull request #1991 from andresrc/JENKINS-32517

[JENKINS-32517] Deprecate Queue#getApproximateItemsQuickly


Compare: 
https://github.com/jenkinsci/jenkins/compare/dc2c64e85926...95043db718b3

-- 
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/d/optout.

Reply via email to