Skip to content

Fixes #4967 updates provider-apis#4996

Merged
sergeibbb merged 3 commits intomainfrom
debt/provider-apis
Feb 23, 2026
Merged

Fixes #4967 updates provider-apis#4996
sergeibbb merged 3 commits intomainfrom
debt/provider-apis

Conversation

@eamodio
Copy link
Member

@eamodio eamodio commented Feb 21, 2026

Fixes #4967

Summary

  • Switches out deprecated method in provider-apis
  • Updates provider-apis dependency

Test plan

  • Verify integration provider API calls still work correctly
  • Ensure Bitbucket Server models are updated appropriately

 - Switches out deprecated method
@augmentcode
Copy link

augmentcode bot commented Feb 21, 2026

🤖 Augment PR Summary

Summary: Updates @gitkraken/provider-apis to v0.40.0 and adjusts Bitbucket integration wiring for the updated workspace API.
Also: Extends pull request normalization/models to include a description field where required.

🤖 Was this summary useful? React with 👍 or 👎

Copy link

@augmentcode augmentcode bot left a comment

Choose a reason for hiding this comment

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

Review completed. 1 suggestions posted.

Fix All in Augment

Comment augment review to trigger a new review at any time.

Renames some related methods from "getForUser" to "getForCurrentUser".

(#4967, #4996)
Removes a redundant check for user workspaces within the Bitbucket
integration. This streamlines resource retrieval by allowing subsequent
API calls to proceed even if the user has no directly associated
workspaces, avoiding premature exits.

(#4967, #4996, also relates to: #4047, #4119, 37d31d8)
@sergeibbb sergeibbb merged commit 86919ec into main Feb 23, 2026
6 checks passed
sergeibbb added a commit that referenced this pull request Feb 23, 2026
Renames some related methods from "getForUser" to "getForCurrentUser".

(#4967, #4996)
@sergeibbb sergeibbb deleted the debt/provider-apis branch February 23, 2026 13:57
@nikolay-1986 nikolay-1986 self-assigned this Feb 24, 2026
d13 pushed a commit that referenced this pull request Feb 26, 2026
Renames some related methods from "getForUser" to "getForCurrentUser".

(#4967, #4996)
d13 pushed a commit that referenced this pull request Feb 26, 2026
Removes a redundant check for user workspaces within the Bitbucket
integration. This streamlines resource retrieval by allowing subsequent
API calls to proceed even if the user has no directly associated
workspaces, avoiding premature exits.

(#4967, #4996, also relates to: #4047, #4119, 37d31d8)
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.

Stop using deprecated Bitbucket function of the provider API library

3 participants