sourcebot-dev / sourcebot

Blazingly fast code search 🏎️ Deployed as a single Docker image 📦 Search million+ lines of code in your GitHub, GitLab, and Gitea repositories 🪄 MIT licensed ✅
https://sourcebot.dev/
MIT License
1.15k stars 36 forks source link

FR: Support indexing code hosted on a local Bitbucket instance #14

Open gburiola opened 1 month ago

gburiola commented 1 month ago

https://confluence.atlassian.com/bitbucketserver

KonradStanski commented 1 day ago

Does anyone know an example of a public bitcuket repo I could take a look at? That way I can add the integration testing against some public instance. Alternatively if someone has a private one they're willing to give me some auth credentials for testing purposes lmk.

KonradStanski commented 1 day ago

https://bitbucket.org/atlassian/workspace/repositories/ Would this be an example? Or is this their cloud product and you are interested in self hosted only? Perhaps for testing we need to set up: https://confluence.atlassian.com/bitbucketserver/bitbucket-installation-guide-867338382.html

eddyg commented 22 hours ago

Bitbucket Data Center and Cloud are two very different things. They have their similarities, but there are significant differences.

This request is specifically for Data Center instances.

The Bitbucket Data Center API is documented here: Bitbucket v9.3 API.

As you noted, you can spin-up your own developer instance of Bitbucket Data Center using Atlassian's Docker image.

brendan-kellam commented 15 hours ago

Thanks for inquiring @KonradStanski

@eddyg This is useful information thanks. It's pretty unfortunate that they have two offerings with almost the same name 😅

I need to read more into it, but my hope is that Data Center & Cloud have a shared api interface so that we don't need to care about which one the user is using.