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

Add support for gitlab repositories #37

Merged
merged 1 commit into from
Jul 4, 2016
Merged

Conversation

pyrech
Copy link
Owner

@pyrech pyrech commented Jul 1, 2016

Fixes #34

Gitlab instances can now be specified through the gitlab-hosts config parameter. See the documentation to see how to setup it.

"extra": {
"composer-changelogs": {
"gitlab-hosts": [
"gitlab.my-company.org"

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not using already existing composer configuration options like "github-domains" and "gitlab-domains" ?

http://composer.json.jolicode.com/

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hum, I didn't know these options existed.

@kitzberger can you confirm that you are using one of these options in your composer.json when using gitlab repositories?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I haven't heard of that option up until now, so no, so far we're not using it at all. I don't think that I fully understand what "gitlab-domains" is exactly for. The docs refer to it only to be necessary when using the gitlab repository type which we're not doing. We're using a composer repository (Satis) instead.

But maybe @damienalexandre can give some further explanation ;-)

Apart from that does your code work as expected, @pyrech. Thanks for the effort!

Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's really nice to read, thanks for your feedback! 😉

Unless we got any cons, I will merge this PR tomorrow

@pyrech pyrech mentioned this pull request Jul 1, 2016
@pyrech pyrech merged commit cf5ad31 into master Jul 4, 2016
@pyrech pyrech deleted the feature/support-gitlab branch July 4, 2016 11:53
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

Successfully merging this pull request may close these issues.

3 participants