-
Notifications
You must be signed in to change notification settings - Fork 4
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
feat: add gitlab provider #22
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that personal token, and group token can we chosen for support for now.
- write test
- add docs
- edit values.yaml, give context for new git provider
add to main.go
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
need to enable the following setting for local web hooks in the cluster:
admin > network > outbound > Allow requests to the local network from webhooks and integrations
0d09c44
to
7142da3
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good, left some comments
955313d
to
8f57832
Compare
still need to do tests on them, not sure if working
will now start tests
ab97593
to
a01ee2c
Compare
@@ -5,57 +5,59 @@ The helm chart populates them using [values.yaml](https://github.com/quickube/pi | |||
|
|||
### Git | |||
|
|||
* GIT_PROVIDER |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please review the changes in this file
docs/getting_started/installation.md
Outdated
@@ -1,6 +1,6 @@ | |||
## Installation | |||
|
|||
You must deploy Piper to a cluster with a pre-existing Argo Workflows deployment. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
please review this file
@@ -27,6 +27,15 @@ var workflowTranslationToBitbucketMap = map[string]string{ | |||
"Error": "STOPPED", |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@omri2001 agree, can you do it ?
Any idea when this is available? Looking to test this out in our environment |
Pull Request
Description
Add support for GitLab as a provider