-
Notifications
You must be signed in to change notification settings - Fork 121
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
Prototype GitLab support for webhooks #58
Comments
Please check this knative/eventing-contrib#382 |
Thanks for the pointer @vincent-pli - that's a huge pull request :-o |
Will start looking at this after I finish #362 which will give us a client we can use to talk to different git providers. |
I have a very hacked together proof-of-concept for some of this: My Changes:
Not verified:
|
Prototyped - implemented and delivered |
GitLab is a popular source control system that many users will wish to integrate with Tekton via webhooks. We currently use the Knative GitHub Event Source which does not support GitLab. This issue is part of Epic #42 which is ranked lower than Epic #40, 'Stop using Knative for webhooks.' Ideally #40 should be progressed before this issue - in particular, we need a clear design for
This issue should focus on the GitLab-specific work that must be performed in all cases:
User this issue, develop a working prototype that:
git push
The text was updated successfully, but these errors were encountered: