Branch: refs/heads/master
Home: https://github.com/jenkinsci/github-plugin
Commit: 5aeec4fea480cbf1f029e0dc226388209392fa86
https://github.com/jenkinsci/github-plugin/commit/5aeec4fea480cbf1f029e0dc226388209392fa86
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M pom.xml
Log Message:
-----------
[JENKINS-24702] add deps to migrate to credentials-plugin
instead of own plain token usage
Commit: b322d95c0456078be4a7ed9b4152e1991e666f25
https://github.com/jenkinsci/github-plugin/commit/b322d95c0456078be4a7ed9b4152e1991e666f25
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
A src/main/java/org/jenkinsci/plugins/github/GitHubPlugin.java
A src/main/java/org/jenkinsci/plugins/github/config/GitHubPluginConfig.java
A src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java
A
src/main/java/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator.java
A src/main/java/org/jenkinsci/plugins/github/deprecated/Credential.java
A src/main/java/org/jenkinsci/plugins/github/migration/Migrator.java
A src/main/resources/org/jenkinsci/plugins/github/GitHubPlugin/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/config.groovy
Log Message:
-----------
[JENKINS-24702] new configuration point in global github-plugin
- with credentials usage
- with migrator from old gh-push-trigger descriptor config options to new
gh-plugin
- with bean class to store deprecated creds (used only for migration)
Commit: 456cc65b76a8f0fc5bc5fb75f2cb1fbc4bb73a78
https://github.com/jenkinsci/github-plugin/commit/456cc65b76a8f0fc5bc5fb75f2cb1fbc4bb73a78
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/com/cloudbees/jenkins/GitHubPushTrigger.java
Log Message:
-----------
use slf4j logger in gh-push-trigger class
Commit: 7b69cf4ac692abebb08977a3b4c776844e0e0749
https://github.com/jenkinsci/github-plugin/commit/7b69cf4ac692abebb08977a3b4c776844e0e0749
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/com/cloudbees/jenkins/GitHubRepositoryName.java
Log Message:
-----------
use slf4j logger in gh-repo-name
+ reformat some code
+ add getters for fields
Commit: fa7e64a7c59cf9b0553dcab33e90aeeca236b459
https://github.com/jenkinsci/github-plugin/commit/fa7e64a7c59cf9b0553dcab33e90aeeca236b459
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/com/cloudbees/jenkins/GitHubRepositoryName.java
Log Message:
-----------
use commons-lang3 to generate hash code, to string and equals for gh-repo-name
Commit: 808eeafe02b59d06b5c05c02082ffbac0c9c39ef
https://github.com/jenkinsci/github-plugin/commit/808eeafe02b59d06b5c05c02082ffbac0c9c39ef
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/com/cloudbees/jenkins/Cleaner.java
R src/main/java/com/cloudbees/jenkins/Credential.java
M src/main/java/com/cloudbees/jenkins/GitHubPushTrigger.java
M src/main/java/com/cloudbees/jenkins/GitHubRepositoryName.java
M src/main/java/com/cloudbees/jenkins/GitHubWebHook.java
M src/main/java/org/jenkinsci/plugins/github/webhook/WebhookManager.java
R src/main/resources/com/cloudbees/jenkins/Credential/config.jelly
R src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/global.jelly
R src/test/java/com/cloudbees/jenkins/GitHubPushTriggerConfigSubmitTest.java
M src/test/java/org/jenkinsci/plugins/github/webhook/WebhookManagerTest.java
R
src/test/resources/com/cloudbees/jenkins/GitHubPushTriggerConfigSubmitTest/com.cloudbees.jenkins.GitHubPushTrigger.xml
R
src/test/resources/com/cloudbees/jenkins/GitHubPushTriggerConfigSubmitTest/config.xml
Log Message:
-----------
[JENKINS-24702] remove usage of old configs
cleanup all gh-push-trigger descriptor related lines
Commit: c6609b8b04a241e7800f431c48d465e023047626
https://github.com/jenkinsci/github-plugin/commit/c6609b8b04a241e7800f431c48d465e023047626
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
A src/test/java/com/cloudbees/jenkins/GlobalConfigSubmitTest.java
A
src/test/java/org/jenkinsci/plugins/github/config/GitHubPluginConfigTest.java
A
src/test/java/org/jenkinsci/plugins/github/config/GitHubServerConfigTest.java
A src/test/java/org/jenkinsci/plugins/github/migration/MigratorTest.java
A
src/test/java/org/jenkinsci/plugins/github/test/GitHubServerConfigMatcher.java
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateCredentials/com.cloudbees.jenkins.GitHubPushTrigger.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateCredentials/config.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateHookUrl/com.cloudbees.jenkins.GitHubPushTrigger.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateHookUrl/config.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldNotThrowExcMailformedHookUrlInOldConfig/com.cloudbees.jenkins.GitHubPushTrigger.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldNotThrowExcMailformedHookUrlInOldConfig/config.xml
Log Message:
-----------
[JENKINS-24702] add tests for new credentials usage code
- for migration process
- for changes in hooks
- for configuration logic
Commit: cec7468a97bcca2abf5aca3b45fb433a712e37a3
https://github.com/jenkinsci/github-plugin/commit/cec7468a97bcca2abf5aca3b45fb433a712e37a3
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java
R src/main/resources/com/cloudbees/jenkins/Credential/help-apiUrl.html
R src/main/resources/com/cloudbees/jenkins/Credential/help-password.html
R src/main/resources/com/cloudbees/jenkins/Credential/help-username.html
R src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/help-auto.jelly
R
src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/help-hookUrl.jelly
R
src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/help-manual.jelly
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-additional.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-overrideHookUrl.jelly
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help.jelly
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-credentialsId.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-custom.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-manageHooks.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help.html
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/help.html
M
src/test/java/org/jenkinsci/plugins/github/config/GitHubPluginConfigTest.java
M
src/test/java/org/jenkinsci/plugins/github/config/GitHubServerConfigTest.java
M src/test/java/org/jenkinsci/plugins/github/webhook/WebhookManagerTest.java
Log Message:
-----------
add help files to new credentials UI
- change dontManageHooks=false to manageHooks=true
Commit: 2851a1d84e01f17b58dc267ada0a1c7777dd6a33
https://github.com/jenkinsci/github-plugin/commit/2851a1d84e01f17b58dc267ada0a1c7777dd6a33
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java
M src/main/resources/org/jenkinsci/plugins/github/GitHubPlugin/config.groovy
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-additional.html
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help.jelly
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-manageHooks.html
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help.html
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/config.groovy
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/help.html
M
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateCredentials/config.xml
M
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateHookUrl/config.xml
M
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldNotThrowExcMailformedHookUrlInOldConfig/config.xml
Log Message:
-----------
newline at the end of help files
Commit: 71cdab4318bd0b82f9ac31051507d7062e4924bf
https://github.com/jenkinsci/github-plugin/commit/71cdab4318bd0b82f9ac31051507d7062e4924bf
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/config.groovy
Log Message:
-----------
get help file by descriptor method call instead of string
Commit: 758676cdc172c7c7ba70a1f2429341c9811df3fc
https://github.com/jenkinsci/github-plugin/commit/758676cdc172c7c7ba70a1f2429341c9811df3fc
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help.jelly
Log Message:
-----------
make visible btn "reregister hooks" all the time, but move it to advanced
also fix some phrases in javadocs and help
Commit: 2176fd6b3fae5272c47856fed6ecf7fb6a32afc6
https://github.com/jenkinsci/github-plugin/commit/2176fd6b3fae5272c47856fed6ecf7fb6a32afc6
Author: Kirill Merkushev <[email protected]>
Date: 2015-08-10 (Mon, 10 Aug 2015)
Changed paths:
M src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java
M src/main/java/org/jenkinsci/plugins/github/migration/Migrator.java
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/config.groovy
R
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-custom.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-customApiUrl.html
M
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/config.groovy
M
src/test/java/org/jenkinsci/plugins/github/config/GitHubServerConfigTest.java
Log Message:
-----------
rename field "custom" to "customApiUrl"
Commit: bb047ff1fdb37bac036e66b10b1f6ab2462ff541
https://github.com/jenkinsci/github-plugin/commit/bb047ff1fdb37bac036e66b10b1f6ab2462ff541
Author: Kanstantsin Shautsou <[email protected]>
Date: 2015-08-11 (Tue, 11 Aug 2015)
Changed paths:
M pom.xml
M src/main/java/com/cloudbees/jenkins/Cleaner.java
R src/main/java/com/cloudbees/jenkins/Credential.java
M src/main/java/com/cloudbees/jenkins/GitHubPushTrigger.java
M src/main/java/com/cloudbees/jenkins/GitHubRepositoryName.java
M src/main/java/com/cloudbees/jenkins/GitHubWebHook.java
A src/main/java/org/jenkinsci/plugins/github/GitHubPlugin.java
A src/main/java/org/jenkinsci/plugins/github/config/GitHubPluginConfig.java
A src/main/java/org/jenkinsci/plugins/github/config/GitHubServerConfig.java
A
src/main/java/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator.java
A src/main/java/org/jenkinsci/plugins/github/deprecated/Credential.java
A src/main/java/org/jenkinsci/plugins/github/migration/Migrator.java
M src/main/java/org/jenkinsci/plugins/github/webhook/WebhookManager.java
R src/main/resources/com/cloudbees/jenkins/Credential/config.jelly
R src/main/resources/com/cloudbees/jenkins/Credential/help-apiUrl.html
R src/main/resources/com/cloudbees/jenkins/Credential/help-password.html
R src/main/resources/com/cloudbees/jenkins/Credential/help-username.html
R src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/global.jelly
R src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/help-auto.jelly
R
src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/help-hookUrl.jelly
R
src/main/resources/com/cloudbees/jenkins/GitHubPushTrigger/help-manual.jelly
A src/main/resources/org/jenkinsci/plugins/github/GitHubPlugin/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-additional.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help-overrideHookUrl.jelly
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubPluginConfig/help.jelly
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-credentialsId.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-customApiUrl.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help-manageHooks.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubServerConfig/help.html
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/config.groovy
A
src/main/resources/org/jenkinsci/plugins/github/config/GitHubTokenCredentialsCreator/help.html
R src/test/java/com/cloudbees/jenkins/GitHubPushTriggerConfigSubmitTest.java
A src/test/java/com/cloudbees/jenkins/GlobalConfigSubmitTest.java
A
src/test/java/org/jenkinsci/plugins/github/config/GitHubPluginConfigTest.java
A
src/test/java/org/jenkinsci/plugins/github/config/GitHubServerConfigTest.java
A src/test/java/org/jenkinsci/plugins/github/migration/MigratorTest.java
A
src/test/java/org/jenkinsci/plugins/github/test/GitHubServerConfigMatcher.java
M src/test/java/org/jenkinsci/plugins/github/webhook/WebhookManagerTest.java
R
src/test/resources/com/cloudbees/jenkins/GitHubPushTriggerConfigSubmitTest/com.cloudbees.jenkins.GitHubPushTrigger.xml
R
src/test/resources/com/cloudbees/jenkins/GitHubPushTriggerConfigSubmitTest/config.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateCredentials/com.cloudbees.jenkins.GitHubPushTrigger.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateCredentials/config.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateHookUrl/com.cloudbees.jenkins.GitHubPushTrigger.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldMigrateHookUrl/config.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldNotThrowExcMailformedHookUrlInOldConfig/com.cloudbees.jenkins.GitHubPushTrigger.xml
A
src/test/resources/org/jenkinsci/plugins/github/migration/MigratorTest/shouldNotThrowExcMailformedHookUrlInOldConfig/config.xml
Log Message:
-----------
Merge pull request #65 from lanwen/creds
[JENKINS-24702] Migration to credentials instead of plain token usage
Compare:
https://github.com/jenkinsci/github-plugin/compare/a5a2f976b2e6...bb047ff1fdb3
--
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.