Skip to content
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

Bitbucket use 9.0.0 eap03 #373

Merged
merged 8 commits into from
Jun 5, 2024

Conversation

djansons-atlassian
Copy link
Contributor

@djansons-atlassian djansons-atlassian commented Jun 2, 2024

Re-enabled and fixed Bitbucket func tests

Fixed UserLinkFuncTest#confirmThenRemoveConfirmationFromRegularAccount by removing the SlackLinkUninstallPermissionResourceFilter. Previously, this filter was implementing ResourceFilter, but it didn't have any annotations on any resources to apply it, meaning it was never run. I can't see any resources that need to have this filter applied, so deleting it seems like the way to go. The closest thing I can find is the deleteTeam endpoint, but this is already protected by @SlackLinkAdministerPermission.

Fixed ConfigurationWebTest by passing a URI to the URI builder instead of a URL encoded URI

ssu2-atl and others added 6 commits May 29, 2024 11:02
Done by removing flag that skips bitbucket integration
com.atlassian.util.concurrent is no longer provided by Bitbucket and
io.atlassian.util.concurrent (its replacement and newer version) should be used instead
…installPermissionResourceFilter. Use correct URI builder method in AddQueryParamSlackFunction
@djansons-atlassian djansons-atlassian changed the title Bitbucket use 9.0.0 eap04 Bitbucket use 9.0.0 eap03 Jun 2, 2024
@djansons-atlassian djansons-atlassian requested review from ssu2-atl, mvlasovatl, yevhenhr and ysun-atl and removed request for ssu2-atl June 3, 2024 00:17
ysun-atl
ysun-atl previously approved these changes Jun 3, 2024
bitbucket-slack-server-integration-plugin/pom.xml Outdated Show resolved Hide resolved
@djansons-atlassian djansons-atlassian force-pushed the bitbucket-use-9.0.0-eap03-version-attempt2 branch from c343c93 to 68b2311 Compare June 3, 2024 04:50
<banningExcludes>
<exclude>com.atlassian.security:atlassian-secure-random</exclude>
<exclude>com.atlassian.fugue:fugue</exclude>
<exclude>com.google.code.gson:gson</exclude>
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@djansons-atlassian djansons-atlassian marked this pull request as ready for review June 3, 2024 05:36
@yevhenhr yevhenhr removed the request for review from mvlasovatl June 3, 2024 08:02
@yevhenhr yevhenhr changed the base branch from master to dev June 3, 2024 08:03
@djansons-atlassian djansons-atlassian merged commit ee6d7e5 into dev Jun 5, 2024
19 checks passed
@djansons-atlassian djansons-atlassian deleted the bitbucket-use-9.0.0-eap03-version-attempt2 branch June 5, 2024 23:06
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants