Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/priority-sorter-plugin
  Commit: b4743a6b21d00e1d23b858c3edad13c2155b8da2
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/b4743a6b21d00e1d23b858c3edad13c2155b8da2
  Author: emsa23 <[email protected]>
  Date:   2013-12-20 (Fri, 20 Dec 2013)

  Changed paths:
    A src/test/java/jenkins/advancedqueue/test/MultipleMatchJobGroupTest.java
    A 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/config.xml
    A 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/jenkins.advancedqueue.PriorityConfiguration.xml
    A 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/jenkins.advancedqueue.PrioritySorterConfiguration.xml

  Log Message:
  -----------
  [TEST] [JENKINS-21103] Added test case 

Added testcase for JENKINS-21103: 
"Priorities are assigned top down by first match" 
does not work correctly


  Commit: 0eb964f1c96dced4e1afd66efae16a82fee5ae70
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/0eb964f1c96dced4e1afd66efae16a82fee5ae70
  Author: emsa23 <[email protected]>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/sorter/QueueItemCache.java

  Log Message:
  -----------
  The key must not be part of the value in a WeakHashMap


  Commit: aad90ea08afbd1b5cc92d45fb5b2ec45f34c7568
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/aad90ea08afbd1b5cc92d45fb5b2ec45f34c7568
  Author: emsa23 <[email protected]>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    A src/main/java/jenkins/advancedqueue/ItemTransitionLogger.java
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java
    M src/main/java/jenkins/advancedqueue/PriorityConfigurationCallback.java
    M src/main/java/jenkins/advancedqueue/sorter/AdvancedQueueSorter.java
    M 
src/main/java/jenkins/advancedqueue/sorter/AdvancedQueueSorterQueueListener.java
    M src/main/java/jenkins/advancedqueue/sorter/ItemInfo.java

  Log Message:
  -----------
  [JENKINS-21119] Extend loggning to show assigned priority

 * Refactored to include more information in the ItemCache.
 * Refactored to use specific transition methods rather than setter.
 * Added ItemTransitionLogger to log events in the Queue.


  Commit: 71feaacbf3d5ef223736206eb26cc003caf3a894
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/71feaacbf3d5ef223736206eb26cc003caf3a894
  Author: emsa23 <[email protected]>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge remote-tracking branch 'jenkinsci/master'


  Commit: f93866220fd8cb3f5404638d03926d487a41bc47
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/f93866220fd8cb3f5404638d03926d487a41bc47
  Author: emsa23 <[email protected]>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/sorter/QueueItemCache.java

  Log Message:
  -----------
  Synchronized the QueueItemCache

Synchronized the QueueItemCache to avoid
ConcurrentModification and other side effects.


  Commit: be471da350088de0e232699f1f081c2d4938d7c1
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/be471da350088de0e232699f1f081c2d4938d7c1
  Author: emsa23 <[email protected]>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/sorter/ItemInfo.java

  Log Message:
  -----------
  Made ItemInfo comparable


  Commit: 1255d603e57bd73dfe2d14e7f9d4696cf8677395
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/1255d603e57bd73dfe2d14e7f9d4696cf8677395
  Author: emsa23 <[email protected]>
  Date:   2013-12-21 (Sat, 21 Dec 2013)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/sorter/QueueItemCache.java

  Log Message:
  -----------
  Added method to get a sorted list of all items.

Added method to get a sorted list of all items,
this also includes Blocked Items.

The method will return a sorted set of all known 
and active Items.


  Commit: d684e37ba5ea9387b5f6e9369df806260ddb4113
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/d684e37ba5ea9387b5f6e9369df806260ddb4113
  Author: emsa23 <[email protected]>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/jenkins.advancedqueue.PriorityConfiguration.xml

  Log Message:
  -----------
  Updated JobGroup id now:1 was:0


  Commit: 6d8ae691d4111366baccdad1625af727f8c2eb4b
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/6d8ae691d4111366baccdad1625af727f8c2eb4b
  Author: emsa23 <[email protected]>
  Date:   2013-12-31 (Tue, 31 Dec 2013)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/ItemTransitionLogger.java
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java
    M src/main/java/jenkins/advancedqueue/PriorityConfigurationCallback.java
    M src/main/java/jenkins/advancedqueue/sorter/ItemInfo.java

  Log Message:
  -----------
  [JENKINS-21119] Extend loggning to show assigned priority

Add decision-logging where the decisions taken to 
calculate the priority is more clearly shown.


  Commit: dab0cd456815b888d37c65ba84874d0c6bffd1dd
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/dab0cd456815b888d37c65ba84874d0c6bffd1dd
  Author: emsa23 <[email protected]>
  Date:   2014-01-01 (Wed, 01 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java

  Log Message:
  -----------
  Refactored to break out method getJobGroup(job)


  Commit: 264453c475c719767f904906be059cda5d3bc0f5
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/264453c475c719767f904906be059cda5d3bc0f5
  Author: emsa23 <[email protected]>
  Date:   2014-01-01 (Wed, 01 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/sorter/QueueItemCache.java

  Log Message:
  -----------
  Refactored not to use WeakHashMap


  Commit: 130e0c26408cda7458d2cd02ea2b06cbf9422efd
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/130e0c26408cda7458d2cd02ea2b06cbf9422efd
  Author: emsa23 <[email protected]>
  Date:   2014-01-01 (Wed, 01 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/RunExclusiveThrottler.java

  Log Message:
  -----------
  Refactored to better account for multiple starts of the same Job


  Commit: 376d18e56f2637fc2cf6cc988c91b61b333e1a81
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/376d18e56f2637fc2cf6cc988c91b61b333e1a81
  Author: emsa23 <[email protected]>
  Date:   2014-01-01 (Wed, 01 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java

  Log Message:
  -----------
  [JENKINS-21119] Extend loggning to show assigned priority

Also log the name of the parent MatrixProject for a 
found MatrixConfiguration.


  Commit: 197347bf423ef5303641b9e920c96c47464918e7
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/197347bf423ef5303641b9e920c96c47464918e7
  Author: emsa23 <[email protected]>
  Date:   2014-01-01 (Wed, 01 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/ItemTransitionLogger.java

  Log Message:
  -----------
  [JENKINS-21119] Extend loggning to show assigned priority

Avoid logging twice with fine and finer.


  Commit: 8d41a04f12e9dea313cdffa83ceb86afebf97ba9
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/8d41a04f12e9dea313cdffa83ceb86afebf97ba9
  Author: emsa23 <[email protected]>
  Date:   2014-01-01 (Wed, 01 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java
    M src/main/java/jenkins/advancedqueue/PrioritySorterConfiguration.java
    M 
src/main/resources/jenkins/advancedqueue/PrioritySorterConfiguration/config.jelly

  Log Message:
  -----------
  [JENKINS-21173] Anonymous Users Can Configure Priorities

Optionally only Administrators are now allowed
to edit Job Priorities


  Commit: 035da32a6f7c8146c10064d5d8355c09ef26130f
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/035da32a6f7c8146c10064d5d8355c09ef26130f
  Author: emsa23 <[email protected]>
  Date:   2014-01-02 (Thu, 02 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/ItemTransitionLogger.java
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java

  Log Message:
  -----------
  [JENKINS-21119] Extend loggning to show assigned priority

 * Added missing log when global default priority is used
 * Make sure to log with finer() id log-level is ALL


  Commit: f91ad339fa9896aa374e2f65300b0af107dcea28
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/f91ad339fa9896aa374e2f65300b0af107dcea28
  Author: emsa23 <[email protected]>
  Date:   2014-01-02 (Thu, 02 Jan 2014)

  Changed paths:
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java

  Log Message:
  -----------
  [JENKINS-21103] "Priorities (...) first match" does not work correctly

Since the listener is not called as SYSTEM but rather as a user
I added impersonating for all getPriority() lookups to make
sure that the code can read all Views and all Jobs.


  Commit: f32c042024825ed12e1b814cea7fc08312161f37
      
https://github.com/jenkinsci/priority-sorter-plugin/commit/f32c042024825ed12e1b814cea7fc08312161f37
  Author: emsa23 <[email protected]>
  Date:   2014-01-02 (Thu, 02 Jan 2014)

  Changed paths:
    A src/main/java/jenkins/advancedqueue/ItemTransitionLogger.java
    M src/main/java/jenkins/advancedqueue/PriorityConfiguration.java
    M src/main/java/jenkins/advancedqueue/PriorityConfigurationCallback.java
    M src/main/java/jenkins/advancedqueue/PrioritySorterConfiguration.java
    M src/main/java/jenkins/advancedqueue/RunExclusiveThrottler.java
    M src/main/java/jenkins/advancedqueue/sorter/AdvancedQueueSorter.java
    M 
src/main/java/jenkins/advancedqueue/sorter/AdvancedQueueSorterQueueListener.java
    M src/main/java/jenkins/advancedqueue/sorter/ItemInfo.java
    M src/main/java/jenkins/advancedqueue/sorter/QueueItemCache.java
    M 
src/main/resources/jenkins/advancedqueue/PrioritySorterConfiguration/config.jelly
    A src/test/java/jenkins/advancedqueue/test/MultipleMatchJobGroupTest.java
    A 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/config.xml
    A 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/jenkins.advancedqueue.PriorityConfiguration.xml
    A 
src/test/resources/jenkins/advancedqueue/test/MultipleMatchJobGroupTest/jenkins.advancedqueue.PrioritySorterConfiguration.xml

  Log Message:
  -----------
  Merge pull request #12 from emsa23/master

Towards 2.4


Compare: 
https://github.com/jenkinsci/priority-sorter-plugin/compare/3d3ca1536570...f32c04202482

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