-
Notifications
You must be signed in to change notification settings - Fork 364
[JENKINS-39355 Follow-up] Unpicking some of the replicated hacks from… #23
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
Merged
Changes from all commits
Commits
Show all changes
18 commits
Select commit
Hold shift + click to select a range
0d5b3a4
[JENKINS-39355 Follow-up] Unpicking some of the replicated hacks from…
stephenc a2da353
[JENKINS-39355 Follow-up] More dead code removed
stephenc 76c087f
[JENKINS-39355 Follow-up] Remove data duplication from BranchSCMHead
stephenc b932be3
[JENKINS-39355 Follow-up] Sync with latest scm-api improvements
stephenc a0adbe0
[JENKINS-39355] Switch to the utility checkInterrupt() method for int…
stephenc 6373fb6
Pick up cloudbees-folders 5.14
stephenc 6899192
[JENKINS-39355 Follow-up] Lots of changes to make this work with the …
stephenc e1f33de
Fix mock
stephenc 74f9d75
Tidy up data migration
stephenc 8d83333
No need to retain author tag
stephenc 7a902d4
Typo
stephenc 99c2d3c
We need the mercurial plugin update too
stephenc 80adc94
Prepare for beta-1
stephenc 93141b3
Pick up 2.6.2-beta-1 of git plugin
stephenc 049155b
Merge branch 'master' into jenkins-39355-follow-up
amuniz 991057b
[JENKINS-39355 Follow-up] Address code review comments
stephenc 604e7b4
remove junk line
stephenc 68a7ec4
Findbugs catches bugs... who knew
stephenc 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| == BitBucket Branch Source Plugin | ||
|
|
||
| === Notes | ||
|
|
||
| * Unlike GitHub, in BitBucket, https://bitbucket.org/site/master/issues/4828/team-admins-dont-have-read-access-to-forks[team admins do not have access to forks]. | ||
| This means that when you have a private repository, or a private fork of a public repository, the team admin will not be able to see the PRs within the fork. | ||
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
Oops, something went wrong.
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.
In general the user configured for scanning needs to have read permission in all repositories intended to be scanned.
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.
Including the forks where a PR to be scanned lives.