-
-
Notifications
You must be signed in to change notification settings - Fork 849
Support Gitlab (and other github-like backends) #419
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
Comments
Related with #416 |
I'll follow this issue and #416 because it would be a great improvement to this project. I suggest also another idea, I also tried this tool, it serves the same purpose as yours but it uses a different approach to generate changelog entries. If a generic concept of entry provider is added to this tool to abstract the differences between Github/Gitlab/Bitbucket it would be great to also have a sort of LocalEntryProvider class that parse changelog entries directly from git log using the regexp approach, i.e. something like
and so on. What do you think? |
This issue has not been touched for quite some time. If not, would it be possible to add some detail as to what needs changing? EDIT: Is it "as simple" as adding a new fetcher? |
This feature is ready in #657 In case if you don't want to wait: I can add you as owners there, so we can even make a separate gem for GitLab for now. p.s. hmm. looks that we have to rename this project after this merge 😉 |
@skywinder an alternative to renaming the project would be to extract the common code in a changelog-generator project and have both the github and gitlab one depend on it? |
Exactly. that's what I'm going to do soon. |
What is the status of this? |
@martijnsenden hi, it's a frozen. 🥶 |
It's been almost 4 years. Is GitLab support on the roadmap? |
Hi,
How hard would it be to have a pluggable backend to switch from github to gitlab if desired?
I guess most of the logic behind github-changelog-generator is not github specific but solely relies on the fact that there is issues, PR, tags on them and so on.
Gogs could be another candidate for that.
I would like to help, but I'm not very familiar with Ruby so I really couldn't handle the refactoring needed to have this pluggable architecture I think…
See also https://gitlab.com/gitlab-org/gitlab-ce/issues/15345 for the need, already expressed at gitlab (without so much news for some time).
The text was updated successfully, but these errors were encountered: