Branch: refs/heads/master
Home: https://github.com/jenkinsci/mask-passwords-plugin
Commit: 292a54d3bb5859bca88364ff0bde2dd61f71e18f
https://github.com/jenkinsci/mask-passwords-plugin/commit/292a54d3bb5859bca88364ff0bde2dd61f71e18f
Author: Mads Nielsen <[email protected]>
Date: 2016-09-02 (Fri, 02 Sep 2016)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.java
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
[JENKINS-25735] Credentials can now be masked.
There is a bug in the implemetation of the isMasked(String paramValueClassName)
method.
Simply put, the paramvalue (Specific class to mask) would never match the class
of the getValue() method. For instance when using reflection the
CredentialParameterDefinition getDefaultParameterValue() value, we get the
return type to be ParameterValue...that is incorrect since the method returns a
CredentialsParameterValue, which is the class name we use to check agains
'Credentials'.
Commit: 8b71ffee601454228fe3e4d7cedc02db34e9c920
https://github.com/jenkinsci/mask-passwords-plugin/commit/8b71ffee601454228fe3e4d7cedc02db34e9c920
Author: Oleg Nenashev <[email protected]>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.java
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
[JENKINS-25735] - Revert formatting changes
Commit: 02fc70ae96ddacff8e3bb55307d8300d73cf7a88
https://github.com/jenkinsci/mask-passwords-plugin/commit/02fc70ae96ddacff8e3bb55307d8300d73cf7a88
Author: Oleg Nenashev <[email protected]>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
[JENKINS-25735] - Also check createValue(StaplerRequest) in
MaskPasswordsConfig
Commit: 6c1829d7a6a152cff0422d58ba11612acd928e5a
https://github.com/jenkinsci/mask-passwords-plugin/commit/6c1829d7a6a152cff0422d58ba11612acd928e5a
Author: Oleg Nenashev <[email protected]>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
Prevent concurrent access issues when invoking MaskPasswordConfig#isMasked()
Commit: c27cd39c94968c4d1cb9d76c10726d07cb9c50c8
https://github.com/jenkinsci/mask-passwords-plugin/commit/c27cd39c94968c4d1cb9d76c10726d07cb9c50c8
Author: Oleg Nenashev <[email protected]>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M README.md
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.java
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
A
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConsoleLogFilter.java
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsOutputStream.java
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.properties
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/config.jelly
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/config.properties
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/global.jelly
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/global.properties
A
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/help-globalVarMaskEnabledGlobally.html
A
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/help-globalVarMaskRegexes.html
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/help-globalVarPasswordPairs.html
M
src/main/resources/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper/help.html
A
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsURLEncodingTest.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsWorkflowTest.java
Log Message:
-----------
Merge branch 'master' into JENKINS-25735
Commit: 0ddf7b331c9d895152ad374aaea74af72cf549d4
https://github.com/jenkinsci/mask-passwords-plugin/commit/0ddf7b331c9d895152ad374aaea74af72cf549d4
Author: Oleg Nenashev <[email protected]>
Date: 2016-11-30 (Wed, 30 Nov 2016)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
[JENKINS-25735] - Clarify the comment
Commit: 753efdd1fdf511c10138f0b3d260d19ce92662dc
https://github.com/jenkinsci/mask-passwords-plugin/commit/753efdd1fdf511c10138f0b3d260d19ce92662dc
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsWorkflowTest.java
A
src/test/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterTest.java
Log Message:
-----------
[JENKINS-41955] - Relocate the unit test to a separate class
Commit: 1cbfffaf08f062bee75b6b5fb710f4ff9579d288
https://github.com/jenkinsci/mask-passwords-plugin/commit/1cbfffaf08f062bee75b6b5fb710f4ff9579d288
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/test/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterTest.java
Log Message:
-----------
[JENKINS-41955] - Explicitly ensure that PasswordParameter is eligible for
masking
Commit: c499cefb2aac4bc17965e78d6d36e49eec42a9eb
https://github.com/jenkinsci/mask-passwords-plugin/commit/c499cefb2aac4bc17965e78d6d36e49eec42a9eb
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
Merge branch 'JENKINS-25735' into JENKINS-41955-mask-passwords
Commit: 391f3a944333dae4dcdb933d05e659d4bd484757
https://github.com/jenkinsci/mask-passwords-plugin/commit/391f3a944333dae4dcdb933d05e659d4bd484757
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
[JENKINS-41955] - Introduce checks of all available API methods
Commit: ffd1d9b867904937b8e718575b6b5e1b9eb6133b
https://github.com/jenkinsci/mask-passwords-plugin/commit/ffd1d9b867904937b8e718575b6b5e1b9eb6133b
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.java
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
M
src/main/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterDefinition.java
M
src/test/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterTest.java
Log Message:
-----------
[JENKINS-25737, JENKINS-41955] - Rework the broken PasswordParameterValue
handling approach
Commit: d3d8c23e099f8b503b2af375105f5ffc03fad9c3
https://github.com/jenkinsci/mask-passwords-plugin/commit/d3d8c23e099f8b503b2af375105f5ffc03fad9c3
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsURLEncodingTest.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsWorkflowTest.java
M
src/test/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterTest.java
Log Message:
-----------
[JENKINS-25735] [JENKINS-41955] - Tests should invalidate caches where
possible
Commit: 3d57fab2af5d3016e9bfd19eacca60095f744811
https://github.com/jenkinsci/mask-passwords-plugin/commit/3d57fab2af5d3016e9bfd19eacca60095f744811
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
A
src/test/java/com/michelin/cio/hudson/plugins/integrations/CorePasswordParameterTest.java
A
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordConfigTests.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsURLEncodingTest.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsWorkflowTest.java
M
src/test/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterTest.java
Log Message:
-----------
[JENKINS-25735] [JENKINS-41995] - Create more tests
Commit: 0a73ebe8af0602cacdfa277df66f2685879a08a0
https://github.com/jenkinsci/mask-passwords-plugin/commit/0a73ebe8af0602cacdfa277df66f2685879a08a0
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
M
src/test/java/com/michelin/cio/hudson/plugins/integrations/CorePasswordParameterTest.java
Log Message:
-----------
[JENKINS-25735] - Always allow hudson.model.Passwordparameter and its children
Commit: 590e5df2b5ddae474d191079e40ae127f3cb984b
https://github.com/jenkinsci/mask-passwords-plugin/commit/590e5df2b5ddae474d191079e40ae127f3cb984b
Author: Oleg Nenashev <[email protected]>
Date: 2017-03-16 (Thu, 16 Mar 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
Log Message:
-----------
[JENKINS-25735] - Make FindBugs happy & improve diagnostics
Commit: bd5f530db9c5275313de247dfd3c8957a88222a6
https://github.com/jenkinsci/mask-passwords-plugin/commit/bd5f530db9c5275313de247dfd3c8957a88222a6
Author: Oleg Nenashev <[email protected]>
Date: 2017-04-07 (Fri, 07 Apr 2017)
Changed paths:
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsBuildWrapper.java
M
src/main/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsConfig.java
M
src/main/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterDefinition.java
A
src/test/java/com/michelin/cio/hudson/plugins/integrations/CorePasswordParameterTest.java
A
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordConfigTests.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsURLEncodingTest.java
M
src/test/java/com/michelin/cio/hudson/plugins/maskpasswords/MaskPasswordsWorkflowTest.java
A
src/test/java/com/michelin/cio/hudson/plugins/passwordparam/PasswordParameterTest.java
Log Message:
-----------
Merge pull request #12 from oleg-nenashev/JENKINS-25735-41955-mask-passwords
[JENKINS-25735, JENKINS-41955, etc.] Improve masking of passwords in the plugin
Compare:
https://github.com/jenkinsci/mask-passwords-plugin/compare/93abe61816c3...bd5f530db9c5
--
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.