-
Notifications
You must be signed in to change notification settings - Fork 355
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
[JENKINS-43507] Migrate Bitbucket Plugin to Traits #53
Merged
Merged
Changes from 19 commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
43b5668
[JENKINS-43433] Adapt to ChangeRequestSCMHead2
stephenc 301f8d0
[JENKINS-43433] Pick up scm api snapshot
stephenc 74b8531
Merge branch 'jenkins-44413' into jenkins-43507
stephenc b8f9be3
[JENKINS-43507] Add endpoints to global configuration
stephenc 3530fca
[JENKINS-43507] Add endpoints tests
stephenc dfd47ff
[JENKINS-43507] Add endpoints to global configuration
stephenc ee67e57
[JENKINS-43507] Tidy up implementation debt in BitbucketApi implement…
stephenc fd9e115
[JENKINS-43507] Align with endpoints expected serverUrls
stephenc 824dfd2
[JENKINS-43507] Add backfill until JENKINS-42443 is available in base…
stephenc 0e1e96a
[JENKINS-43507] Widen types of input parameter
stephenc 88c4be3
[JENKINS-43507] Add source context and request
stephenc 933a75a
[JENKINS-43507] Add navigator context and request
stephenc 8f636d6
[JENKINS-40475] Use a more resilient API call to determine the commit…
stephenc 95aac94
[JENKINS-43507] checkPathExists can take a branch OR a hash
stephenc 50166af
[JENKINS-43507] Add API to derive web links to endpoint configuration
stephenc a4c6bf3
[JENKINS-43507] Switch to trait based configuration
stephenc 71b6cae
[JENKINS-43507] Curses upon you IntelliJ with your "Reformat code" ch…
stephenc 0d083de
[JENKINS-43507] Pick up latest timestamp snapshots
stephenc e0e18b2
[JENKINS-43507] Some code simplification
stephenc b0c72b8
[JENKINS-43507] Address @amuniz code review comments
stephenc 933aae0
[JENKINS-43507] Pick up changes for JENKINS-44891
stephenc 255396d
[JENKINS-43507] Pick up latest -SNAPSHOTs
stephenc 4c80d63
[JENKINS-43507] Minor formatting tweaks
stephenc e0875fa
[JENKINS-43507] Documentation and formatting
stephenc 9b71dd1
[JENKINS-43507] Now is good
stephenc b5f8765
[JENKINS-43507] i18n
stephenc 0874e73
[JENKINS-43507] re-use Throwable.getMessage()
stephenc 23b61e5
[JENKINS-43507] Remove redundant check (only ever called when value i…
stephenc c0cfdd7
[JENKINS-43507] De-duplicate and simplify
stephenc e1b6547
[JENKINS-43507] Remove potential user error
stephenc 103082f
[JENKINS-43507] Fix formatting
stephenc 107f747
[JENKINS-43507] Pick up alpha-1
stephenc ec0fc5b
Merge branch 'master' into jenkins-43507
stephenc 6821f23
[maven-release-plugin] prepare release cloudbees-bitbucket-branch-sou…
stephenc 8b3b9eb
[maven-release-plugin] prepare for next development iteration
stephenc 17541eb
[JENKINS-43507] US people want to spell things incorrectly
stephenc 3fa5f43
[JENKINS-43507] Fix trait drop-down list population
stephenc b9a3016
[JENKINS-43507] Prepare for -alpha-4
stephenc 3c9bb0f
[maven-release-plugin] prepare release cloudbees-bitbucket-branch-sou…
stephenc 6f9a49f
[maven-release-plugin] prepare for next development iteration
stephenc 7ecc02d
[JENKINS-43507] Add missing continue
stephenc b307aaf
Merge branch 'master' into jenkins-43507
stephenc 425d7bd
Merge branch 'master' into jenkins-43507
stephenc ee66530
[JENKINS-43507] Remove (now) useless dependency
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 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.
Is there some real change in dependencies or is it all formatting?
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.
https://github.com/jenkinsci/bitbucket-branch-source-plugin/pull/53/files?w=1 says only version bumps in scm-api, branch-api, git and mercurial plugins