Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/platformlabeler-plugin
  Commit: 738cd2b7757bb790269fb52136cfd3d9916cca48
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/738cd2b7757bb790269fb52136cfd3d9916cca48
  Author: Markus Winter <m.win...@sap.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M README.md
    A src/main/java/org/jvnet/hudson/plugins/platformlabeler/LabelConfig.java
    M src/main/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCache.java
    A 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetails.java
    M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
    A 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerGlobalConfiguration.java
    A 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerNodeProperty.java
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-architecture.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-architectureName.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-architectureNameVersion.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-name.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-nameVersion.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-version.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerGlobalConfiguration/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerNodeProperty/config.jelly
    R src/main/webapp/help-globalConfig.html
    A 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/ConfigurationTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCacheTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskLsbReleaseTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskReleaseTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskStaticStringTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  -----------
  [JENKINS-17904] allow to configure labels per node

in certain cases one doesn't want to have all the generated labels one
certain nodes.
Additionally add a global configuration for the labels

This might also fix JENKINS-17615.
The problem might be that the Node object gets detroyed and recreated
when a node config changes while the associated Computer is untouched
when the connection itself is unchanged (e.g. just a label change). I
noticed that when chaning the nodeproperty my changes didn't get
reflected. Only after caching the computer it started working.


  Commit: f81c3a4ad570735bc7569e5243eec2ab0d6b1da8
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/f81c3a4ad570735bc7569e5243eec2ab0d6b1da8
  Author: Markus Winter <m.win...@sap.com>
  Date:   2019-10-07 (Mon, 07 Oct 2019)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCache.java

  Log Message:
  -----------
  update method name to better reflect its purpose


  Commit: 25ad69d1dec76067692f274b585ca55de34942d7
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/25ad69d1dec76067692f274b585ca55de34942d7
  Author: Markus Winter <m.win...@sap.com>
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/ConfigurationTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCacheTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskLsbReleaseTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskReleaseTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskStaticStringTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  -----------
  review feedback

use wildcard imports in tests
replace equalTo with is
remove debug output in tests


  Commit: fdcaa57951dba9022da33a902e82d2f7def56b08
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/fdcaa57951dba9022da33a902e82d2f7def56b08
  Author: Markus Winter <m.win...@sap.com>
  Date:   2019-10-08 (Tue, 08 Oct 2019)

  Changed paths:
    M src/main/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCache.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/ConfigurationTest.java

  Log Message:
  -----------
  improve tests

test for actual labels not just the size


  Commit: 61b9b49293ef6fd6cdeb792e2685e055572192dd
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/61b9b49293ef6fd6cdeb792e2685e055572192dd
  Author: Markus Winter <m.win...@sap.com>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M README.md

  Log Message:
  -----------
  improve documentation


  Commit: a1f461d8d2777811dd5b575844f95a9346d1f819
      
https://github.com/jenkinsci/platformlabeler-plugin/commit/a1f461d8d2777811dd5b575844f95a9346d1f819
  Author: Mark Waite <mark.earl.wa...@gmail.com>
  Date:   2019-10-09 (Wed, 09 Oct 2019)

  Changed paths:
    M README.md
    A src/main/java/org/jvnet/hudson/plugins/platformlabeler/LabelConfig.java
    M src/main/java/org/jvnet/hudson/plugins/platformlabeler/NodeLabelCache.java
    A 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetails.java
    M 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTask.java
    A 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerGlobalConfiguration.java
    A 
src/main/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerNodeProperty.java
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-architecture.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-architectureName.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-architectureNameVersion.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-name.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-nameVersion.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/LabelConfig/help-version.html
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerGlobalConfiguration/config.jelly
    A 
src/main/resources/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerNodeProperty/config.jelly
    R src/main/webapp/help-globalConfig.html
    A 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/ConfigurationTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskLsbReleaseTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskReleaseTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskStaticStringTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformDetailsTaskTest.java
    M 
src/test/java/org/jvnet/hudson/plugins/platformlabeler/PlatformLabelerTest.java

  Log Message:
  -----------
  Merge pull request #104 from mawinter69/JENKINS-17904

[JENKINS-17904] Allow to configure labels per node


Compare: 
https://github.com/jenkinsci/platformlabeler-plugin/compare/344501638b19...a1f461d8d277

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/platformlabeler-plugin/push/refs/heads/master/344501-a1f461%40github.com.

Reply via email to