codecov
umbrella
Blog
Docs
Changelog
Blog
Docs
Changelog
Overview
Branches
Benchmarks
Runs
Performance History
Latest Results
test: remove orphaned mock in test_list_repos_exception_mid_call GET /repositories mock was left over from list_permissions removal. Nothing calls that URL anymore. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix/bitbucket-repos-permissions-api
1 day ago
remove list_permissions from sync path GET /user/permissions/repositories (the endpoint list_permissions called) was retired by Bitbucket CHANGE-3022. The replacement GET /repositories?role=member is itself deprecated — Bitbucket's new access model is workspace-based. list_permissions existed to discover repos where a user had collaborator access outside of workspace membership. Since Bitbucket is retiring that collaborator model, list_teams() workspace slugs are sufficient — the per-workspace GET /repositories/{workspace} calls in list_repos already cover everything. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix/bitbucket-repos-permissions-api
1 day ago
fix(bitbucket): replace retired CHANGE-3022 endpoints - list_permissions: GET /user/permissions/repositories → GET /repositories?role=member - get_authenticated: GET /user/permissions/repositories → GET /repositories?role=contributor - get_is_admin: workspace UUID → slug in /workspaces/{slug}/permissions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
fix/bitbucket-repos-permissions-api
1 day ago
fix(bitbucket): Adjust workspace parsing for updated API response (#877) * fix(bitbucket): Adjust workspace parsing for updated API response * fix(bitbucket): update test cassettes and assertions for workspace_access response shape The /user/workspaces endpoint returns workspace_access objects with nested workspace_base (slug/uuid only, no name). Update VCR cassettes, integration test assertions, and unit test mock to match actual API structure. Fixes API-E43 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: sentry[bot] <39604003+sentry[bot]@users.noreply.github.com> Co-authored-by: Joe Becher <joe.becher@sentry.io> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
main
3 days ago
fix(bitbucket): update test cassettes and assertions for workspace_access response shape The /user/workspaces endpoint returns workspace_access objects with nested workspace_base (slug/uuid only, no name). Update VCR cassettes, integration test assertions, and unit test mock to match actual API structure. Fixes API-E43 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
seer/fix/bitbucket-workspace-api-parsing
3 days ago
fix(bitbucket): Adjust workspace parsing for updated API response
seer/fix/bitbucket-workspace-api-parsing
3 days ago
Update Bitbucket API URL to use v2 endpoint (#870) * Update Bitbucket API URL to use v2 endpoint * Fix Bitbucket adapter to use api_url in api() Co-authored-by: Joe Becher <drazisil-codecov@users.noreply.github.com> * fix(tests): update VCR cassettes for Bitbucket API base URL change Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * trigger CI * fix(bitbucket): migrate from retired cross-workspace API to workspace-scoped endpoints Bitbucket retired GET /user/permissions/workspaces on April 14, 2026 (CHANGE-3022). Replace with GET /user/workspaces for list_teams and GET /workspaces/{slug}/permissions for get_is_admin. Updates VCR cassettes to match new response shapes. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> * fix(bitbucket): filter get_is_admin by user+permission to avoid pagination issues The new /workspaces/{slug}/permissions endpoint returns all members, not just the current user. Use q= filter to scope results, eliminating pagination risk and simplifying the response check to bool(values). Also fix stale unit test mock URL and response shape for list_teams endpoint change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> --------- Co-authored-by: Cursor Agent <cursoragent@cursor.com> Co-authored-by: Joe Becher <drazisil-codecov@users.noreply.github.com> Co-authored-by: Claude Sonnet 4.6 <noreply@anthropic.com>
main
3 days ago
fix(bitbucket): filter get_is_admin by user+permission to avoid pagination issues The new /workspaces/{slug}/permissions endpoint returns all members, not just the current user. Use q= filter to scope results, eliminating pagination risk and simplifying the response check to bool(values). Also fix stale unit test mock URL and response shape for list_teams endpoint change. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
drazisil-codecov-patch-1
3 days ago
Latest Branches
CodSpeed Performance Gauge
0%
fix(bitbucket): replace retired CHANGE-3022 API endpoints
#883
1 day ago
d237ed7
fix/bitbucket-repos-permissions-api
CodSpeed Performance Gauge
0%
fix(bitbucket): Adjust workspace parsing for updated API response
#877
3 days ago
9912498
seer/fix/bitbucket-workspace-api-parsing
CodSpeed Performance Gauge
0%
Update Bitbucket API URL to use v2 endpoint
#870
3 days ago
d4c7db3
drazisil-codecov-patch-1
© 2026 CodSpeed Technology
Home
Terms
Privacy
Docs