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 request: Allow gitlab and codeberg, and gitea and so on. #11

Closed
Kreijstal opened this issue Dec 10, 2024 · 6 comments
Closed

Feature request: Allow gitlab and codeberg, and gitea and so on. #11

Kreijstal opened this issue Dec 10, 2024 · 6 comments

Comments

@Kreijstal
Copy link

Kreijstal commented Dec 10, 2024

Allow gitlab and codeberg, and gitea and so on.

Doable, correct?

@cyclotruc
Copy link
Owner

Absolutely, we should be able to handle any git provider via url

At the moment my focus is mostly on open source ones
If you could provide some links to example open-source repos on those platforms It would greatly help me implement this

@Kreijstal
Copy link
Author

@cyclotruc
Copy link
Owner

Thank you very much for that list!
I'll see what I can do very soon :)

@cyclotruc cyclotruc added the suggestion New feature or request label Dec 13, 2024
@cyclotruc cyclotruc changed the title allow gitlab and codeberg, and gitea and so on. Feature request: Allow gitlab and codeberg, and gitea and so on. Dec 16, 2024
@Rikkraan
Copy link

Rikkraan commented Dec 17, 2024

Adding https://about.gitea.com to the list as well

@cyclotruc cyclotruc added the planned This will be implemented label Dec 17, 2024
@cyclotruc
Copy link
Owner

I just merged a PR to do this: #34

For now it only handles pasting links in the form, not the url trick since I can't guess which domain users come from.
This behavior might need to be improved in the future

@filipchristiansen
Copy link
Collaborator

filipchristiansen commented Jan 10, 2025

This PR improves this: #117. Support for GitHub, GitLab, Bitbucket, and Gitea for now. It also supports the URL trick by iteratively guessing the correct domain for a given user/repo.

Currently no support for the following:

  • codeberg.org/arpadbuermen/VACASK
  • gitlab.winehq.org/wine/wine
  • gitlab.gnome.org/World/Rust/poppler-rs
  • salsa.debian.org/public
  • cygwin.com/git.html
  • savannah.gnu.org/git/?group=coreutils

@Rikkraan @cyclotruc

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

No branches or pull requests

4 participants