-
Notifications
You must be signed in to change notification settings - Fork 64
Remove git client plugin test exclusions #1541
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
jglick
merged 13 commits into
jenkinsci:master
from
MarkEWaite:remove-git-client-test-exclusions
Nov 3, 2022
+21
−8
Merged
Changes from all commits
Commits
Show all changes
13 commits
Select commit
Hold shift + click to select a range
e6d7d76
Bump git-plugin.version from 4.11.5 to 4.13.0 in /bom-weekly
dependabot[bot] 64419a7
Bump git-client from 3.11.0 to 3.13.0 in /bom-weekly
dependabot[bot] d44c985
Remove git client plugin test exclusions
MarkEWaite 2e6f6cc
Merge branches 'dependabot/maven/bom-weekly/git-plugin.version-4.13.0…
MarkEWaite 9aaea01
Lock git client and git plugin to older versions in 2.332.x
MarkEWaite 2622623
Drop 2.319.x
timja b91a061
Merge branch 'master' into remove-git-client-test-exclusions
MarkEWaite 64d4984
Merge branch 'master' into remove-git-client-test-exclusions
jglick 5edd218
Merge branch 'master' of https://github.com/jenkinsci/bom into drop-2…
jglick ecbd661
Revert "Bump script-security from 1183.v774b_0b_0a_a_451 to 1189.vb_a…
jglick 45697a9
Merge branch 'drop-2.319.x' into remove-git-client-test-exclusions
MarkEWaite e9b28a9
Merge branch 'master' into remove-git-client-test-exclusions
jglick fa87c05
Pin git client 3.12.2 for Jenkins 2.332.x
MarkEWaite File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -13,7 +13,7 @@ | |
| <configuration-as-code-plugin.version>1559.v38a_b_2e3b_6b_b_7</configuration-as-code-plugin.version> | ||
| <data-tables-api.version>1.12.1-4</data-tables-api.version> | ||
| <forensics-api.version>1.15.1</forensics-api.version> | ||
| <git-plugin.version>4.11.5</git-plugin.version> | ||
| <git-plugin.version>4.13.0</git-plugin.version> | ||
| <mina-sshd-api.version>2.9.1-44.v476733c11f82</mina-sshd-api.version> | ||
| <pipeline-model-definition-plugin.version>2.2118.v31fd5b_9944b_5</pipeline-model-definition-plugin.version> | ||
| <pipeline-stage-view-plugin.version>2.27</pipeline-stage-view-plugin.version> | ||
|
|
@@ -343,7 +343,7 @@ | |
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
| <artifactId>git-client</artifactId> | ||
| <version>3.11.0</version> | ||
| <version>3.13.0</version> | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. superseding #1539 |
||
| </dependency> | ||
| <dependency> | ||
| <groupId>org.jenkins-ci.plugins</groupId> | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -12,9 +12,3 @@ org.jenkinsci.plugins.gitclient.FilePermissionsTest | |
|
|
||
| # TODO tends to run out of memory | ||
| org.jenkinsci.plugins.pipeline.modeldefinition.TriggersTest | ||
|
|
||
| # TODO https://github.com/jenkinsci/git-client-plugin/pull/920 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. picking up jenkinsci/git-client-plugin#920 |
||
| org.jenkinsci.plugins.gitclient.CliGitAPIImplTest | ||
| org.jenkinsci.plugins.gitclient.GitClientTest | ||
| org.jenkinsci.plugins.gitclient.JGitAPIImplTest | ||
| org.jenkinsci.plugins.gitclient.JGitApacheAPIImplTest | ||
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
superseding #1536