continuouspipe
continuouspipe copied to clipboard
Support for GitLab repositories
Hi,
ContinuousPipe seem a great CI tool for k8s,
But if you don't use Github, it seem pretty useless for now.
Maybe make it integrable with Gitlab or basic Git server would be a great choice ?
What do you think ?
It works with BitBucket as well. I agree that it would be nice to add more platforms, such as GitLab. As it's working with BitBucket, the good news is that the abstraction layer is already built and "all we need do to" is to build the implementations in here based on the GitHub and BitBucket implementations. Fancy giving a try? :)
Oh nice thing ! So you think I can use it with any Git server without give any GITHUB_TOKEN in .env ? I would give Coutinuouspipe a try !
I'm not a PHP developer so I think I will not able to develop the Gitlab stuffs.. But I will be able to test, give feedback and why not patch small changes.
Thanks
At the moment it's only GitHub or BitBucket, CP wouldn't know how to get your source code otherwise. I see, it would be tricky. Maybe you could create another issue more specific like "GitLab support" to see if multiple people would like to go in this direction? I'd be very happy to help anybody trying to contribute that!
Would "GitLab support" means GitLab.com only or hosted GitLab also?
I use self hosted one but I think it's just about URL's. They expose the same API.
Le 21 févr. 2018 19:54, "C-Duv" [email protected] a écrit :
Would "GitLab support" means GitLab.com only or hosted GitLab also?
— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/continuouspipe/continuouspipe/issues/33#issuecomment-367255290, or mute the thread https://github.com/notifications/unsubscribe-auth/AL1ByewiUXl8eNX13AzVZ8FHEOlCqcecks5tW9nGgaJpZM4SMtnR .
Thanks for the info :)
This looks really nice, I'd be interested in self-hosted gitlab option too!! anyone get any work on this? We are looking at keel as an option (not really the same featureset but overall similar goal) but this looks really very nice in bringing devs into the pipeline!
Nobody is actively working on the GitLab support as far as I know. Would you be able to invest in doing so?
On Wed, 22 May 2019 at 18:25, Roy [email protected] wrote:
This looks really nice, I'd be interested in self-hosted gitlab option too!! anyone get any work on this? We are looking at keel as an option (not really the same featureset but overall similar goal) but this looks really very nice in bringing devs into the pipeline!
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/continuouspipe/continuouspipe/issues/33?email_source=notifications&email_token=AAGEOEKVPFWPDYTD7JTIDLTPWV6YRA5CNFSM4ERS3HI2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODV7X5DY#issuecomment-494894735, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGEOEJDI2F4JINPU2O7N5LPWV6YRANCNFSM4ERS3HIQ .
Considering its PHP, I may be able to throw a bit around... is there any documentation on how repositories work? (high level stuff) so one can understand the overall workflow and what would need to be ported/how etc...
Would GitHub or BitBucket inside the CodeRepository here be "all" that needs to be duplicated https://github.com/continuouspipe/continuouspipe/tree/master/api/src/ContinuousPipe/River/CodeRepository ? I see some more GitHub stuff in api/src/GitHub for example?
Thks!