[jenkinsci/kubernetes-cd-plugin] ff5338: Fix PVC cannot be applyed after PVC is bound (#119)

2019-12-18 Thread runzexia
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: ff53383ca6188562b5de358961e318e84fd9b03a
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/ff53383ca6188562b5de358961e318e84fd9b03a
  Author: runzexia 
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java

  Log Message:
  ---
  Fix PVC cannot be applyed after PVC is bound (#119)

Signed-off-by: runzexia 


-- 
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/kubernetes-cd-plugin/push/refs/heads/dev/e37903-ff5338%40github.com.


[jenkinsci/kubernetes-cd-plugin] e37903: fix client version update (#118)

2019-12-18 Thread runzexia
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: e37903754ac7fbcff7e33f3ee3276d7e556b0be0
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/e37903754ac7fbcff7e33f3ee3276d7e556b0be0
  Author: runzexia 
  Date:   2019-12-19 (Thu, 19 Dec 2019)

  Changed paths:
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java

  Log Message:
  ---
  fix client version update (#118)

There are some changes in the parameter order after the client upgrade. The 
previous changes missed this part.

Signed-off-by: runzexia 


-- 
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/kubernetes-cd-plugin/push/refs/heads/dev/2b3a91-e37903%40github.com.


[jenkinsci/kubernetes-cd-plugin] 2b3a91: add rbac resource、networking ingress support (#117)

2019-12-17 Thread runzexia
  Branch: refs/heads/dev

  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin

  Commit: 2b3a915c5e992c288c95d733e135dfacb1deb102

  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/2b3a915c5e992c288c95d733e135dfacb1deb102

  Author: runzexia 

  Date:   2019-12-18 (Wed, 18 Dec 2019)



  Changed paths:

M README.md

M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceUpdaterMap.java

M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java

M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceUpdateMonitor.java

M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java

M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceUpdateMonitor.java



  Log Message:

  ---

  add rbac resource、networking ingress support (#117)



Signed-off-by: runzexia 





-- 
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/kubernetes-cd-plugin/push/refs/heads/dev/035659-2b3a91%40github.com.


[jenkinsci/kubernetes-cd-plugin] 035659: bump to kubernetes client 7.0.0 (#116)

2019-12-16 Thread runzexia
  Branch: refs/heads/dev
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: 035659a2b7451aced624ebe7977102cfc18ab157
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/035659a2b7451aced624ebe7977102cfc18ab157
  Author: runzexia 
  Date:   2019-12-17 (Tue, 17 Dec 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/microsoft/jenkins/kubernetes/command/DeploymentCommand.java
M src/main/java/com/microsoft/jenkins/kubernetes/util/CommonUtils.java
M src/main/java/com/microsoft/jenkins/kubernetes/util/Constants.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/util/KubernetesJsonUtils.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/KubernetesClientWrapper.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceUpdaterMap.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceUpdateMonitor.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceUpdateMonitor.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta2ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta2ResourceUpdateMonitor.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V2alpha1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V2alpha1ResourceUpdateMonitor.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V2beta1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V2beta1ResourceUpdateMonitor.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V2beta2ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V2beta2ResourceUpdateMonitor.java
M 
src/main/java/io/kubesphere/jenkins/kubernetes/generated/KubernetesModelClasses.java
M src/main/script/KubernetesModelClassesGen.groovy
M 
src/test/java/com/microsoft/jenkins/kubernetes/command/DeploymentCommandTest.java

  Log Message:
  ---
  bump to kubernetes client 7.0.0 (#116)

Signed-off-by: runzexia 


-- 
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/kubernetes-cd-plugin/push/refs/heads/dev/076e4b-035659%40github.com.


[jenkinsci/kubernetes-cd-plugin] e66817: use groovy to generate class & use static method t...

2019-07-15 Thread runzexia
  Branch: refs/heads/migrate_sdk
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: e66817b12b028cd4c71b3c0a65ee25cf84d3bfc9
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/e66817b12b028cd4c71b3c0a65ee25cf84d3bfc9
  Author: runzexia 
  Date:   2019-07-15 (Mon, 15 Jul 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/microsoft/jenkins/kubernetes/KubernetesDeployContext.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/command/DeploymentCommand.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ExtensionV1beta1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/KubernetesClientWrapper.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ResourceUpdaterMap.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java
A 
src/main/java/io/kubesphere/jenkins/kubernetes/generated/KubernetesModelClasses.java
A src/main/script/KubernetesModelClassesGen.groovy

  Log Message:
  ---
  use groovy to generate class & use static method to init model map (#87)

* use groovy to generate class & use static method to init model map

Signed-off-by: runzexia 

* rm unused import

Signed-off-by: runzexia 

* enable check style

Signed-off-by: runzexia 

* update checkstype config

Signed-off-by: runzexia 

* resource update map store Updater Pair

Signed-off-by: runzexia 

* update class generated

* fix checkstype

* fix findbugs

* update kubernetes client sdk version for 
https://github.com/kubernetes-client/java/pull/334

* regenerate code

* use hpi plugin 3.6 for https://github.com/jenkinsci/maven-hpi-plugin/pull/104

* update plugin pom for https://github.com/cloudbees/maven-license-plugin/pull/5

* rm duplicate

* fix comment


-- 
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/kubernetes-cd-plugin/push/refs/heads/migrate_sdk/d19ceb-e66817%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 6fa2b7: Create a developer documentation page

2019-06-28 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 6fa2b7a1f2d6af96c9bbb2d65238f23c07be095a
  
https://github.com/jenkinsci/role-strategy-plugin/commit/6fa2b7a1f2d6af96c9bbb2d65238f23c07be095a
  Author: Oleg Nenashev 
  Date:   2019-06-29 (Sat, 29 Jun 2019)

  Changed paths:
M README.md
A docs/DEVELOPER.md

  Log Message:
  ---
  Create a developer documentation page


  Commit: c91fa5eae58a359b1af3a9aacc58076509f8a671
  
https://github.com/jenkinsci/role-strategy-plugin/commit/c91fa5eae58a359b1af3a9aacc58076509f8a671
  Author: runzexia 
  Date:   2019-06-29 (Sat, 29 Jun 2019)

  Changed paths:
M README.md
A docs/DEVELOPER.md

  Log Message:
  ---
  Merge pull request #88 from jenkinsci/dev_docs

Create a developer documentation page


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/5ea1f9d20edc...c91fa5eae58a

-- 
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/role-strategy-plugin/push/refs/heads/master/5ea1f9-c91fa5%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 4139ac: Add a cache to newMatchingRoleMap

2019-06-27 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 4139acd366ae1e0756eb5fe5ec37c4eef958b466
  
https://github.com/jenkinsci/role-strategy-plugin/commit/4139acd366ae1e0756eb5fe5ec37c4eef958b466
  Author: Abhyudaya Sharma 
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Add a cache to newMatchingRoleMap

Since the newMatchingRoleMap is called for every ACL request and a lot
of permissions are checked for a project when the home page loads, having
a cache avoids checking regular expressions again for every time permission
checks are called for a given Item.


  Commit: 86d94bd9efc5b49929d237fd7c8dbc54bff8164e
  
https://github.com/jenkinsci/role-strategy-plugin/commit/86d94bd9efc5b49929d237fd7c8dbc54bff8164e
  Author: Abhyudaya Sharma 
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Add items to the cache


  Commit: 4846f65db80b3177080b7b21715892734f8d7410
  
https://github.com/jenkinsci/role-strategy-plugin/commit/4846f65db80b3177080b7b21715892734f8d7410
  Author: Abhyudaya Sharma 
  Date:   2019-06-20 (Thu, 20 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Invalidate cache on adding and removing role

* cleanup JavaDoc for newMatchingRoleMap
* remove unused private method
* cleanup unAssignRole


  Commit: b267c97359aca9a2944898721e76c38532721265
  
https://github.com/jenkinsci/role-strategy-plugin/commit/b267c97359aca9a2944898721e76c38532721265
  Author: Abhyudaya Sharma 
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Expire cache entries after 1 hour


  Commit: 7eb9afe84ece2d78a9b9e632209037d0245cdebd
  
https://github.com/jenkinsci/role-strategy-plugin/commit/7eb9afe84ece2d78a9b9e632209037d0245cdebd
  Author: Abhyudaya Sharma 
  Date:   2019-06-21 (Fri, 21 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Rename `itemName` to `itemNamePrefix`


  Commit: 1f9a783ce74c84c766419e212ce6bea54015ff1e
  
https://github.com/jenkinsci/role-strategy-plugin/commit/1f9a783ce74c84c766419e212ce6bea54015ff1e
  Author: Abhyudaya Sharma 
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Increase max cache size to 2048 objects


  Commit: 474e172daf9688aee36fd53370972cab17bdafa0
  
https://github.com/jenkinsci/role-strategy-plugin/commit/474e172daf9688aee36fd53370972cab17bdafa0
  Author: runzexia 
  Date:   2019-06-27 (Thu, 27 Jun 2019)

  Changed paths:
M src/main/java/com/michelin/cio/hudson/plugins/rolestrategy/RoleMap.java

  Log Message:
  ---
  Merge pull request #81 from AbhyudayaSharma/new-matching-rolemap-cache

Performance: Cache RoleMaps produced by `RoleMap#newMatchingRoleMap()`


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/245e04a1ac76...474e172daf96

-- 
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/role-strategy-plugin/push/refs/heads/master/245e04-474e17%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 03cac6: Add Release reference badges to the README

2019-06-24 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 03cac69b4b89e25d31e3b1aa44282c820a912201
  
https://github.com/jenkinsci/role-strategy-plugin/commit/03cac69b4b89e25d31e3b1aa44282c820a912201
  Author: Oleg Nenashev 
  Date:   2019-06-24 (Mon, 24 Jun 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Add Release reference badges to the README


  Commit: 245e04a1ac7657fa2674c4ccfd789f29c3e9ec50
  
https://github.com/jenkinsci/role-strategy-plugin/commit/245e04a1ac7657fa2674c4ccfd789f29c3e9ec50
  Author: runzexia 
  Date:   2019-06-25 (Tue, 25 Jun 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Merge pull request #84 from jenkinsci/badges

Add Release reference badges to the README


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/0ba670deed6d...245e04a1ac76

-- 
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/role-strategy-plugin/push/refs/heads/master/0ba670-245e04%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] ecf675: Bump up Plugin POM to 3.46

2019-06-18 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: ecf675cd565d8eef915405f05ab5f967cbb3b8fe
  
https://github.com/jenkinsci/role-strategy-plugin/commit/ecf675cd565d8eef915405f05ab5f967cbb3b8fe
  Author: Abhyudaya Sharma 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M pom.xml
M src/test/java/jmh/BenchmarkRunner.java

  Log Message:
  ---
  Bump up Plugin POM to 3.46


  Commit: 411b5b5a7799f08ab182b4fbeea5ad7e62321a29
  
https://github.com/jenkinsci/role-strategy-plugin/commit/411b5b5a7799f08ab182b4fbeea5ad7e62321a29
  Author: runzexia 
  Date:   2019-06-18 (Tue, 18 Jun 2019)

  Changed paths:
M pom.xml
M src/test/java/jmh/BenchmarkRunner.java

  Log Message:
  ---
  Merge pull request #80 from AbhyudayaSharma/plugin-pom-3.46

Bump up Plugin POM to 3.46


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/2ce1b5ad0373...411b5b5a7799

-- 
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/role-strategy-plugin/push/refs/heads/master/2ce1b5-411b5b%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] daf684: Remove all files moved to Jenkins Test Harness

2019-06-16 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: daf68452563d8e00b8297bc8190a2982ea5f3620
  
https://github.com/jenkinsci/role-strategy-plugin/commit/daf68452563d8e00b8297bc8190a2982ea5f3620
  Author: Abhyudaya Sharma 
  Date:   2019-06-14 (Fri, 14 Jun 2019)

  Changed paths:
M Jenkinsfile
M pom.xml
R src/test/java/jmh/BenchmarkFinder.java
M src/test/java/jmh/BenchmarkRunner.java
R src/test/java/jmh/JmhBenchmark.java
R src/test/java/jmh/JmhBenchmarkState.java
M src/test/java/jmh/benchmarks/CascBenchmark.java
M src/test/java/jmh/benchmarks/FolderAccessBenchmark.java
M src/test/java/jmh/benchmarks/MaliciousRegexBenchmark.java
M src/test/java/jmh/benchmarks/PermissionBenchmark.java
M src/test/java/jmh/benchmarks/RoleMapBenchmark.java
M src/test/java/jmh/benchmarks/WebClientBenchmark.java
M src/test/java/jmh/casc/CascJmhBenchmarkState.java

  Log Message:
  ---
  Remove all files moved to Jenkins Test Harness

* Use runBenchmarks in Jenkinsfile


  Commit: 1b5bc0f54df3ff7d8746df5739e88c36467c4b39
  
https://github.com/jenkinsci/role-strategy-plugin/commit/1b5bc0f54df3ff7d8746df5739e88c36467c4b39
  Author: Abhyudaya Sharma 
  Date:   2019-06-15 (Sat, 15 Jun 2019)

  Changed paths:
M src/test/java/jmh/JmhJenkinsRule.java
M src/test/java/jmh/benchmarks/MaliciousRegexBenchmark.java
M src/test/java/jmh/benchmarks/WebClientBenchmark.java

  Log Message:
  ---
  Merge branch 'master' into jth2


  Commit: 2ce1b5ad0373387fcfd4b26b688087c261283957
  
https://github.com/jenkinsci/role-strategy-plugin/commit/2ce1b5ad0373387fcfd4b26b688087c261283957
  Author: runzexia 
  Date:   2019-06-16 (Sun, 16 Jun 2019)

  Changed paths:
M Jenkinsfile
M pom.xml
R src/test/java/jmh/BenchmarkFinder.java
M src/test/java/jmh/BenchmarkRunner.java
R src/test/java/jmh/JmhBenchmark.java
R src/test/java/jmh/JmhBenchmarkState.java
M src/test/java/jmh/benchmarks/CascBenchmark.java
M src/test/java/jmh/benchmarks/FolderAccessBenchmark.java
M src/test/java/jmh/benchmarks/MaliciousRegexBenchmark.java
M src/test/java/jmh/benchmarks/PermissionBenchmark.java
M src/test/java/jmh/benchmarks/RoleMapBenchmark.java
M src/test/java/jmh/benchmarks/WebClientBenchmark.java
M src/test/java/jmh/casc/CascJmhBenchmarkState.java

  Log Message:
  ---
  Merge pull request #79 from AbhyudayaSharma/jth2

Use JMH framework from Jenkins Test Harness


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/b9a736642c92...2ce1b5ad0373

-- 
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/role-strategy-plugin/push/refs/heads/master/b9a736-2ce1b5%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 8abce1: Add Folder benchmark based on Straber's configuration

2019-06-01 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 8abce199039b6b0322b626c5987ed170aa1ffeb9
  
https://github.com/jenkinsci/role-strategy-plugin/commit/8abce199039b6b0322b626c5987ed170aa1ffeb9
  Author: Abhyudaya Sharma 
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
M src/test/java/jmh/benchmarks/CascBenchmark.java
A src/test/java/jmh/benchmarks/FolderAccessBenchmark.java

  Log Message:
  ---
  Add Folder benchmark based on Straber's configuration


  Commit: f22007ee14f44dc0f21b246eb1a9c5e6939c4724
  
https://github.com/jenkinsci/role-strategy-plugin/commit/f22007ee14f44dc0f21b246eb1a9c5e6939c4724
  Author: Abhyudaya Sharma 
  Date:   2019-05-30 (Thu, 30 May 2019)

  Changed paths:
M src/test/java/jmh/benchmarks/FolderAccessBenchmark.java

  Log Message:
  ---
  Benchmark Checking Permissions for all Items as done by Jenkins Core


  Commit: 40bb8d2afe3d74d725520b712339f37de135acf9
  
https://github.com/jenkinsci/role-strategy-plugin/commit/40bb8d2afe3d74d725520b712339f37de135acf9
  Author: runzexia 
  Date:   2019-06-01 (Sat, 01 Jun 2019)

  Changed paths:
M src/test/java/jmh/benchmarks/CascBenchmark.java
A src/test/java/jmh/benchmarks/FolderAccessBenchmark.java

  Log Message:
  ---
  Merge pull request #71 from AbhyudayaSharma/folder-benchmark

Add Folder benchmark based on Straber's configuration


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/0780a4e03eba...40bb8d2afe3d

-- 
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/role-strategy-plugin/push/refs/heads/master/0780a4-40bb8d%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 1bf8d7: Add hasPermission benchmarks for 100, 200 and 500 ...

2019-06-01 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 1bf8d745fe8096536a0cfe50cc8a70b0db92bc88
  
https://github.com/jenkinsci/role-strategy-plugin/commit/1bf8d745fe8096536a0cfe50cc8a70b0db92bc88
  Author: Abhyudaya Sharma 
  Date:   2019-05-29 (Wed, 29 May 2019)

  Changed paths:
M src/test/java/jmh/benchmarks/PermissionBenchmark.java
M src/test/java/jmh/benchmarks/RoleMapBenchmark.java

  Log Message:
  ---
  Add hasPermission benchmarks for 100, 200 and 500 roles

Also remove the redundant @Setup annotation on overridden setup()


  Commit: 0780a4e03eba771a109aa5fe040bcf9693f7feb0
  
https://github.com/jenkinsci/role-strategy-plugin/commit/0780a4e03eba771a109aa5fe040bcf9693f7feb0
  Author: runzexia 
  Date:   2019-06-01 (Sat, 01 Jun 2019)

  Changed paths:
M src/test/java/jmh/benchmarks/PermissionBenchmark.java
M src/test/java/jmh/benchmarks/RoleMapBenchmark.java

  Log Message:
  ---
  Merge pull request #70 from AbhyudayaSharma/multiple-roles-benchmark

Add hasPermission benchmarks for 100, 200 and 500 roles


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/37857162653e...0780a4e03eba

-- 
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/role-strategy-plugin/push/refs/heads/master/378571-0780a4%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] f3318a: Remove duplicate PermissionAssert.java

2019-05-28 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: f3318ab72235e3b66d55a92ea764a1e0c392f7a9
  
https://github.com/jenkinsci/role-strategy-plugin/commit/f3318ab72235e3b66d55a92ea764a1e0c392f7a9
  Author: Abhyudaya Sharma 
  Date:   2019-05-29 (Wed, 29 May 2019)

  Changed paths:
R src/test/java/jmh/PermissionAssert.java
M src/test/java/jmh/benchmarks/CascBenchmark.java

  Log Message:
  ---
  Remove duplicate PermissionAssert.java


  Commit: e61185f199800dec933509c87c6fc7f8eb240ed4
  
https://github.com/jenkinsci/role-strategy-plugin/commit/e61185f199800dec933509c87c6fc7f8eb240ed4
  Author: runzexia 
  Date:   2019-05-29 (Wed, 29 May 2019)

  Changed paths:
R src/test/java/jmh/PermissionAssert.java
M src/test/java/jmh/benchmarks/CascBenchmark.java

  Log Message:
  ---
  Merge pull request #68 from AbhyudayaSharma/remove-duplicate

Remove duplicate PermissionAssert.java


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/4f14c0a4c06d...e61185f19980

-- 
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/role-strategy-plugin/push/refs/heads/master/4f14c0-e61185%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/kubernetes-cd-plugin] d19ceb: mark google package to avoid LinkageError (#81)

2019-05-28 Thread runzexia
  Branch: refs/heads/migrate_sdk
  Home:   https://github.com/jenkinsci/kubernetes-cd-plugin
  Commit: d19cebb32b54240809d69c833e75c04c61c0d498
  
https://github.com/jenkinsci/kubernetes-cd-plugin/commit/d19cebb32b54240809d69c833e75c04c61c0d498
  Author: runzexia 
  Date:   2019-05-28 (Tue, 28 May 2019)

  Changed paths:
M pom.xml
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/ExtensionV1beta1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1ResourceManager.java
M 
src/main/java/com/microsoft/jenkins/kubernetes/wrapper/V1beta1ResourceManager.java

  Log Message:
  ---
  mark google package to avoid LinkageError (#81)

Signed-off-by: runzexia 


-- 
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/kubernetes-cd-plugin/push/refs/heads/migrate_sdk/988b08-d19ceb%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 5bb448: Create LICENSE.md

2019-05-25 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 5bb4489da2a092337ea3231894204501f7c29dd1
  
https://github.com/jenkinsci/role-strategy-plugin/commit/5bb4489da2a092337ea3231894204501f7c29dd1
  Author: Oleg Nenashev 
  Date:   2019-05-25 (Sat, 25 May 2019)

  Changed paths:
A LICENSE.md

  Log Message:
  ---
  Create LICENSE.md


  Commit: 20d7e88a5cf1605614e527927e5f65055695d99d
  
https://github.com/jenkinsci/role-strategy-plugin/commit/20d7e88a5cf1605614e527927e5f65055695d99d
  Author: Oleg Nenashev 
  Date:   2019-05-25 (Sat, 25 May 2019)

  Changed paths:
M README.md

  Log Message:
  ---
  Remove license and maintainers from README, add links to changelog instead


  Commit: 6b0297fe2d780f22e8c228c3b7d86318c1d39fb2
  
https://github.com/jenkinsci/role-strategy-plugin/commit/6b0297fe2d780f22e8c228c3b7d86318c1d39fb2
  Author: runzexia 
  Date:   2019-05-25 (Sat, 25 May 2019)

  Changed paths:
A LICENSE.md
M README.md

  Log Message:
  ---
  Merge pull request #64 from jenkinsci/license

Cleanup the readme page


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/ae621b8338ec...6b0297fe2d78

-- 
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/role-strategy-plugin/push/refs/heads/master/ae621b-6b0297%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/role-strategy-plugin] 6446e8: Make jenkins2.sh executable

2019-05-20 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/role-strategy-plugin
  Commit: 6446e86fee6b4358b19d86dfd74b354edd8ca679
  
https://github.com/jenkinsci/role-strategy-plugin/commit/6446e86fee6b4358b19d86dfd74b354edd8ca679
  Author: Abhyudaya Sharma 
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
M src/test/performance/jenkins2.sh

  Log Message:
  ---
  Make jenkins2.sh executable


  Commit: 557c67f1c1252cbf5fe7e345035341f0e9e65f64
  
https://github.com/jenkinsci/role-strategy-plugin/commit/557c67f1c1252cbf5fe7e345035341f0e9e65f64
  Author: Abhyudaya Sharma 
  Date:   2019-05-13 (Mon, 13 May 2019)

  Changed paths:
M src/test/performance/Dockerfile
M src/test/performance/Makefile
M src/test/performance/jenkins2.sh
M src/test/performance/plugins.txt

  Log Message:
  ---
  Cleanup slowdown configuration


  Commit: 9be1efb9fa753cd03a15eeace483f85b8c31c24c
  
https://github.com/jenkinsci/role-strategy-plugin/commit/9be1efb9fa753cd03a15eeace483f85b8c31c24c
  Author: Abhyudaya Sharma 
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
M src/test/performance/jenkins2.sh

  Log Message:
  ---
  Remove debug check

There is no need to check if the DEBUG variable is set as the script
calls jenkins.sh in the parent Dockerfile which performs exactly the
same thing.


  Commit: 627b353063308da22fdeed4193929c6be484f4b2
  
https://github.com/jenkinsci/role-strategy-plugin/commit/627b353063308da22fdeed4193929c6be484f4b2
  Author: Abhyudaya Sharma 
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
M src/test/performance/README.md

  Log Message:
  ---
  Update README.md


  Commit: 90be26416e58a637e79100bf6f5f53f9e02e07ce
  
https://github.com/jenkinsci/role-strategy-plugin/commit/90be26416e58a637e79100bf6f5f53f9e02e07ce
  Author: Abhyudaya Sharma 
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
M 
src/test/performance/init_scripts/src/main/groovy/scripts/ProductionFolder.groovy

  Log Message:
  ---
  Make Regex even slower


  Commit: 25fb75eb207d1ddcff686f26e8bc9a6b89b9f4e3
  
https://github.com/jenkinsci/role-strategy-plugin/commit/25fb75eb207d1ddcff686f26e8bc9a6b89b9f4e3
  Author: Abhyudaya Sharma 
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
M src/test/performance/Dockerfile

  Log Message:
  ---
  Cleanup unused arg


  Commit: 73b9f328b82767fdf3bd75c0b060769448094f61
  
https://github.com/jenkinsci/role-strategy-plugin/commit/73b9f328b82767fdf3bd75c0b060769448094f61
  Author: runzexia 
  Date:   2019-05-20 (Mon, 20 May 2019)

  Changed paths:
M src/test/performance/Dockerfile
M src/test/performance/Makefile
M src/test/performance/README.md
M 
src/test/performance/init_scripts/src/main/groovy/scripts/ProductionFolder.groovy
M src/test/performance/jenkins2.sh
M src/test/performance/plugins.txt

  Log Message:
  ---
  Merge pull request #62 from AbhyudayaSharma/slowdown-config-cleanup

[JENKINS-57422] Slowdown config cleanup


Compare: 
https://github.com/jenkinsci/role-strategy-plugin/compare/6fd82e0c56ff...73b9f328b827

-- 
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/role-strategy-plugin/push/refs/heads/master/6fd82e-73b9f3%40github.com.
For more options, visit https://groups.google.com/d/optout.


[jenkinsci/configuration-as-code-plugin] d4460c: update kubernetes-helm docs (#802)

2019-03-27 Thread runzexia
  Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/configuration-as-code-plugin
  Commit: d4460c8ae2eeae8e62effbc7b737f60a671084ed
  
https://github.com/jenkinsci/configuration-as-code-plugin/commit/d4460c8ae2eeae8e62effbc7b737f60a671084ed
  Author: runzexia 
  Date:   2019-03-28 (Thu, 28 Mar 2019)

  Changed paths:
M demos/kubernetes-helm/README.md

  Log Message:
  ---
  update kubernetes-helm docs (#802)


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