Branch: refs/heads/master Home: https://github.com/jenkinsci/github-plugin Commit: ef8d88e4ee7573cd2796c8ff46f62324b19f0024 https://github.com/jenkinsci/github-plugin/commit/ef8d88e4ee7573cd2796c8ff46f62324b19f0024 Author: Kirill Merkushev <lan...@yandex.ru> Date: 2015-10-06 (Tue, 06 Oct 2015)
Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/github/config/GitHubPluginConfig.java M src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java A src/main/java/org/jenkinsci/plugins/github/internal/GitHubClientCacheOps.java M src/main/java/org/jenkinsci/plugins/github/internal/GitHubLoginFunction.java M src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy R src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-clientCacheSize.html M src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/config.groovy A src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-clientCacheSize.html A src/test/java/org/jenkinsci/plugins/github/internal/GitHubClientCacheCleanupTest.java A src/test/java/org/jenkinsci/plugins/github/internal/GitHubClientCacheOpsTest.java A src/test/resources/org/jenkinsci/plugins/github/internal/GitHubClientCacheCleanupTest/user.json Log Message: ----------- separate cache for each server config This change requires java 1.7 to use java.nio as more effective way to operate files. This implementation creates directory with name as hash of each pair <api url+creds>. Redundant dirs removed on each save of global config. Commit: abe3c9be29aabccfc4832c17cca815626936dbc4 https://github.com/jenkinsci/github-plugin/commit/abe3c9be29aabccfc4832c17cca815626936dbc4 Author: Kanstantsin Shautsou <kanstantsin....@gmail.com> Date: 2015-10-06 (Tue, 06 Oct 2015) Changed paths: M pom.xml M src/main/java/org/jenkinsci/plugins/github/config/GitHubPluginConfig.java M src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java A src/main/java/org/jenkinsci/plugins/github/internal/GitHubClientCacheOps.java M src/main/java/org/jenkinsci/plugins/github/internal/GitHubLoginFunction.java M src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy R src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-clientCacheSize.html M src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/config.groovy A src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-clientCacheSize.html A src/test/java/org/jenkinsci/plugins/github/internal/GitHubClientCacheCleanupTest.java A src/test/java/org/jenkinsci/plugins/github/internal/GitHubClientCacheOpsTest.java A src/test/resources/org/jenkinsci/plugins/github/internal/GitHubClientCacheCleanupTest/user.json Log Message: ----------- Merge pull request #93 from lanwen/separate_cache Separate cache for each server config Compare: https://github.com/jenkinsci/github-plugin/compare/de96c1ab90c0...abe3c9be29aa -- 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.