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: Gitlab Support #348

Open
entropitor opened this issue Aug 16, 2024 · 2 comments
Open

Feature Request: Gitlab Support #348

entropitor opened this issue Aug 16, 2024 · 2 comments
Labels
enhancement New feature or request

Comments

@entropitor
Copy link

entropitor commented Aug 16, 2024

It would be nice if git-spice also supported creating Merge Requests in GitLab

If it's not supported, it would also already be helpful to allow pushing all branches in the stack after restacking

@abhinav abhinav added the enhancement New feature or request label Aug 16, 2024
@abhinav
Copy link
Owner

abhinav commented Aug 16, 2024

Hello, thanks for the feature request.
While I don't have plans to implement this myself in the near future, I would welcome a PR implementing it, and would be willing to work with the contributor to get the PR merged.

For those looking to add GitLab or other code forges, there's space specifically carved out in the architecture to permit this without intrusive code changes:

All GitHub specific details are implemented in the forge/github package for reference.

@abhinav
Copy link
Owner

abhinav commented Aug 16, 2024

RE: this:

If it's not supported, it would also already be helpful to allow pushing all branches in the stack after restacking

That's possible today! You can use the --no-publish flag of the submit commands to push branches without creating PRs. If you have trouble using that with GitLab or non-GitHub forges, please let me know (preferably in a different issue), and we can get that fixed up.

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

No branches or pull requests

2 participants