Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature req: radicle backend support #3480

Open
nergdron opened this issue Mar 5, 2024 · 1 comment
Open

feature req: radicle backend support #3480

nergdron opened this issue Mar 5, 2024 · 1 comment
Labels

Comments

@nergdron
Copy link

nergdron commented Mar 5, 2024

hi drone folks,

any thoughts on adding radicle git support? I use drone for everything I do, and am likely to convert to using radicle in the next few months, would really love it if I could still keep the tight drone integration, rather than running something else just as a bridge.

@bradrydzewski
Copy link

There are some pre-requisites for integrating a third party provider with Drone, which I discuss here: #3251 (comment)

The first step to supporting a new Git provider is to add support to these libraries:

You can see a similar pull request here where someone added Gitee support:

Although we do not have any plans to add Gitee support at this time, we would happily accept pull requests from the community that adds these capabilities.

Also note that third party integrations must provide oauth logins, oauth cloning and a series of API endpoints for integrating with Drone (get repository list, get repository, get file, get commit, get branch, etc). A provider that cannot meet the base requirements cannot be integrated with Drone.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants