thomaspoignant / go-feature-flag

GO Feature Flag is a simple, complete and lightweight self-hosted feature flag solution 100% Open Source. 🎛️
https://gofeatureflag.org/
MIT License
1.49k stars 148 forks source link

(feature) Bitbucket retriever #2561

Closed thomaspoignant closed 2 weeks ago

thomaspoignant commented 1 month ago

Requirements

In order to continue GO Feature Flag support to major GIT providers we want to bring the same support as Github and Gitlab for Bitbucket.

To do this, we want to let GO Feature Flag users the possibility to store their configuration files inside Bitbucket. For this, we want to have a Bitbucketretriever that will get the configuration directly from the Azure service.

Things to take in consideration:

An example of PR to add a new retriver https://github.com/thomaspoignant/go-feature-flag/pull/1717/files

CollinsC1O commented 1 month ago

I am applying to this issue via OnlyDust platform.

My background and how it can be leveraged

Hello I'm a front-end and a blockchain developer and will love to work on this

CollinsC1O commented 2 weeks ago

Hello @thomaspoignant. Wanted to ask if there is a bitbucket repository for the test...

CollinsC1O commented 2 weeks ago

The retriever is up, but the test fails regardless of the repo I test it against, it seems like a specific shape of data is expected...

thomaspoignant commented 2 weeks ago

@CollinsC1O You can test your development against this repo.