Skip to content

Commit b6dedc7

Browse files
authoredApr 25, 2025··
Add Bitbucket support (#275)
* [wip] add bitbucket schema * wip bitbucket support * add support for pulling bitbucket repos and UI support for bitbucket * fix bitbucket app password auth case * add back support for multiple workspaces and add exclude logic * add branches to bitbucket * add bitbucket server support * add docs for bitbucket and minor nits * doc nits * code rabbit fixes * fix build error * add bitbucket web ui support * misc cleanups and fix ui issues with bitbucket connections * add changelog entry
1 parent 2acb1e5 commit b6dedc7

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+2415
-61
lines changed
 

‎CHANGELOG.md

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99

1010
### Added
1111
- [Sourcebot EE] Added search contexts, user-defined groupings of repositories that help focus searches on specific areas of a codebase. [#273](https://github.com/sourcebot-dev/sourcebot/pull/273)
12+
- Added support for Bitbucket Cloud and Bitbucket Data Center connections. [#275](https://github.com/sourcebot-dev/sourcebot/pull/275)
1213

1314

1415
## [3.0.4] - 2025-04-12

‎docs/docs.json

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@
3131
"docs/connections/overview",
3232
"docs/connections/github",
3333
"docs/connections/gitlab",
34+
"docs/connections/bitbucket-cloud",
35+
"docs/connections/bitbucket-data-center",
3436
"docs/connections/gitea",
3537
"docs/connections/gerrit",
3638
"docs/connections/request-new"

0 commit comments

Comments
 (0)
Please sign in to comment.