-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Summary
Extend the repository analyzer to support Bitbucket as an input source alongside GitHub.
Details
Similar to the GitLab support request (#2), adding Bitbucket would broaden the user base to developers who host code on Bitbucket.
Approach
- Create
engine/projectbridge/input/bitbucket.pyfollowing the same pattern asgithub.py - Extract languages, frameworks, infrastructure signals from Bitbucket's API
- Add
--bitbucket-userCLI flag (mutually exclusive with--github-user) - Normalize output to the same
dev_contextformat the analysis engine expects
References
- GitHub analyzer:
engine/projectbridge/input/github.py - Bitbucket REST API docs
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed