Branch: refs/heads/master
Home: https://github.com/jenkinsci/git-plugin
Commit: 8cdb1e0d839dee49b84dc71a4a3420199fe90f26
https://github.com/jenkinsci/git-plugin/commit/8cdb1e0d839dee49b84dc71a4a3420199fe90f26
Author: rsandell <[email protected]>
Date: 2022-03-15 (Tue, 15 Mar 2022)
Changed paths:
M README.adoc
A images/git-security-configuration.png
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
A src/main/java/jenkins/plugins/git/GitHooksConfiguration.java
M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
A src/main/resources/jenkins/plugins/git/GitHooksConfiguration/config.jelly
A
src/main/resources/jenkins/plugins/git/GitHooksConfiguration/help-allowedOnAgents.html
A
src/main/resources/jenkins/plugins/git/GitHooksConfiguration/help-allowedOnController.html
A src/test/java/hudson/plugins/git/GitHooksTest.java
A src/test/java/jenkins/plugins/git/GitHooksConfigurationTest.java
Log Message:
-----------
Disable local git hooks by default.
And added a configuration to enable them again if needed.
Commit: 9b2694d9518ce54e61bbee0044d0f55feca22e64
https://github.com/jenkinsci/git-plugin/commit/9b2694d9518ce54e61bbee0044d0f55feca22e64
Author: Robert Sandell <[email protected]>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M README.adoc
Log Message:
-----------
Update README.adoc
Co-authored-by: James Nord <[email protected]>
Commit: ee3da2b63ad0c2851c535010749f7db6b6295011
https://github.com/jenkinsci/git-plugin/commit/ee3da2b63ad0c2851c535010749f7db6b6295011
Author: rsandell <[email protected]>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Optimize imports
Commit: c1399bb49e8737bff0d08767022792dd2732af1a
https://github.com/jenkinsci/git-plugin/commit/c1399bb49e8737bff0d08767022792dd2732af1a
Author: rsandell <[email protected]>
Date: 2022-03-16 (Wed, 16 Mar 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Debug bash
Commit: a6aa7d44651ec57e8b3a445d6b9e9697c9b8d1e9
https://github.com/jenkinsci/git-plugin/commit/a6aa7d44651ec57e8b3a445d6b9e9697c9b8d1e9
Author: Mark Waite <[email protected]>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Merge branch 'master' into disablehooks
Commit: 8c5bf5cb7ab4b4fa31ec6583cc4d0f42c6c45299
https://github.com/jenkinsci/git-plugin/commit/8c5bf5cb7ab4b4fa31ec6583cc4d0f42c6c45299
Author: Mark Waite <[email protected]>
Date: 2022-03-21 (Mon, 21 Mar 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Do not run tests in parallel
James Nord recommends that parallel testing be the choice of the user
and that it be run through an argument to the mvn command rather than
configuring it in the pom file.
Since there is a report that the tests fail when forked on Windows,
let's follow the recommendation from James and require the user to
choose to run parallel tests by command line argument.
I don't see the test failure consistently on my Windows computers, but
have seen it at least once on them.
Commit: a68f7b572d4f0883fc14057c13053b100fc12984
https://github.com/jenkinsci/git-plugin/commit/a68f7b572d4f0883fc14057c13053b100fc12984
Author: rsandell <[email protected]>
Date: 2022-04-01 (Fri, 01 Apr 2022)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/git/GitSCM.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/git-plugin into disablehooks
Commit: aa1f962ca10af5f6598265b543098ea4ecfd0ec2
https://github.com/jenkinsci/git-plugin/commit/aa1f962ca10af5f6598265b543098ea4ecfd0ec2
Author: rsandell <[email protected]>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Skip the flaky test on windows
Commit: 83f18957877fda1d0fc9e0c26899d86c32d55a33
https://github.com/jenkinsci/git-plugin/commit/83f18957877fda1d0fc9e0c26899d86c32d55a33
Author: Mark Waite <[email protected]>
Date: 2022-04-04 (Mon, 04 Apr 2022)
Changed paths:
M CONTRIBUTING.adoc
Log Message:
-----------
Merge branch 'master' into disablehooks
Commit: 3aad6a2ae88567743e8c2bf935bb82a1b39f6e00
https://github.com/jenkinsci/git-plugin/commit/3aad6a2ae88567743e8c2bf935bb82a1b39f6e00
Author: rsandell <[email protected]>
Date: 2022-04-05 (Tue, 05 Apr 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Turn it all off for Jenkins CI Windows
Commit: 8be7b004f976c9e241c120437fe5010924cec898
https://github.com/jenkinsci/git-plugin/commit/8be7b004f976c9e241c120437fe5010924cec898
Author: rsandell <[email protected]>
Date: 2022-04-06 (Wed, 06 Apr 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Reintroduce forkCount
But in a way that makes it easier to change from the commandline
Commit: ecd3d1fbd0b3d8d6b53dff9b9772122e675ddab8
https://github.com/jenkinsci/git-plugin/commit/ecd3d1fbd0b3d8d6b53dff9b9772122e675ddab8
Author: rsandell <[email protected]>
Date: 2022-05-24 (Tue, 24 May 2022)
Changed paths:
M Jenkinsfile
M README.adoc
M pom.xml
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/hudson/plugins/git/extensions/GitSCMExtension.java
M src/test/java/hudson/plugins/git/GitSCMUnitTest.java
A src/test/java/hudson/plugins/git/Security2478Test.java
M src/test/java/hudson/plugins/git/extensions/GitSCMExtensionTest.java
M
src/test/java/hudson/plugins/git/extensions/impl/PruneStaleTagPipelineTest.java
M src/test/java/jenkins/plugins/git/GitSampleRepoRule.java
M
src/test/java/jenkins/plugins/git/GlobalLibraryWithModernJCasCCompatibilityTest.java
M
src/test/java/org/jenkinsci/plugins/gittagmessage/AbstractGitTagMessageExtensionTest.java
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/git-plugin into disablehooks
Commit: 235e5b61ec7a7d4893e0cd6c74f97fe89b1375f3
https://github.com/jenkinsci/git-plugin/commit/235e5b61ec7a7d4893e0cd6c74f97fe89b1375f3
Author: rsandell <[email protected]>
Date: 2022-05-25 (Wed, 25 May 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Fix timeout when testing using newer core versions
Commit: 983263535719713cb4d11a96572895c804a53e89
https://github.com/jenkinsci/git-plugin/commit/983263535719713cb4d11a96572895c804a53e89
Author: rsandell <[email protected]>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Reason for deleting file fails
Commit: 53e7191b5db726a37fa392f14773e710a2bd1549
https://github.com/jenkinsci/git-plugin/commit/53e7191b5db726a37fa392f14773e710a2bd1549
Author: rsandell <[email protected]>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M pom.xml
Log Message:
-----------
Merge branch 'master' of github.com:jenkinsci/git-plugin into disablehooks
Commit: 4025e8e8242f437c078eec23d15716f48831465f
https://github.com/jenkinsci/git-plugin/commit/4025e8e8242f437c078eec23d15716f48831465f
Author: rsandell <[email protected]>
Date: 2022-05-30 (Mon, 30 May 2022)
Changed paths:
M src/test/java/hudson/plugins/git/GitHooksTest.java
Log Message:
-----------
Adapt test to latest pipeline groovy
Commit: e35b6452f8df3e967d1fc866ee189d0f24d6ed60
https://github.com/jenkinsci/git-plugin/commit/e35b6452f8df3e967d1fc866ee189d0f24d6ed60
Author: Mark Waite <[email protected]>
Date: 2022-07-27 (Wed, 27 Jul 2022)
Changed paths:
M README.adoc
A images/git-security-configuration.png
M pom.xml
M src/main/java/hudson/plugins/git/GitSCM.java
M src/main/java/jenkins/plugins/git/AbstractGitSCMSource.java
A src/main/java/jenkins/plugins/git/GitHooksConfiguration.java
M src/main/java/jenkins/plugins/git/GitSCMFileSystem.java
A src/main/resources/jenkins/plugins/git/GitHooksConfiguration/config.jelly
A
src/main/resources/jenkins/plugins/git/GitHooksConfiguration/help-allowedOnAgents.html
A
src/main/resources/jenkins/plugins/git/GitHooksConfiguration/help-allowedOnController.html
A src/test/java/hudson/plugins/git/GitHooksTest.java
A src/test/java/jenkins/plugins/git/GitHooksConfigurationTest.java
Log Message:
-----------
Merge pull request #1237 from jenkinsci/disablehooks
Disable local git hooks by default.
Compare:
https://github.com/jenkinsci/git-plugin/compare/d7c3f01ac5c7...e35b6452f8df
--
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].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/git-plugin/push/refs/heads/master/d7c3f0-e35b64%40github.com.