-
Notifications
You must be signed in to change notification settings - Fork 160
[FEATURE] Bitbucket Cloud support #134
Copy link
Copy link
Closed
Labels
acceptedDeprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.enhancementDeprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.
Milestone
Metadata
Metadata
Assignees
Labels
acceptedDeprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use status/accepted. Kept for issue history; will be removed in milestone 0.10.0.enhancementDeprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.Deprecated: use type/feature. Kept for issue history; will be removed in milestone 0.10.0.
Summary
APM currently supports GitHub and Azure DevOps as package sources. Bitbucket Cloud is another widely used platform.
Scope
workspace/repoinstead ofowner/repoImplementation approach
This will be addressed via generic git URL support in #72 rather than a Bitbucket-specific API integration. Supporting
https://bitbucket.org/workspace/repo.gitas a dependency reference inapm.ymlavoids the need for Bitbucket REST API v2 integration and handles theworkspace/repoconvention naturally.Authentication works via standard git credential helpers (SSH keys, credential managers) — no
BITBUCKET_APM_TOKENenv var needed.Parent issue
Part of #72 — Generic git URL support and optional output override