-
Notifications
You must be signed in to change notification settings - Fork 432
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(api, sql): worker hooks #5980
Conversation
73a9ed6
to
e570210
Compare
CDS Report build-all-cds#16684.2 ✘
|
CDS Report build-all-cds#16684.3 ✘
|
CDS Report build-all-cds#16685.0 ✘
|
@@ -118,3 +117,20 @@ func (c *client) ProjectIntegrationImport(projectKey string, content io.Reader, | |||
} | |||
return pf, nil | |||
} | |||
|
|||
func (c *client) ProjectIntegrationWorkerHooksList(projectKey string, integrationName string) ([]sdk.WorkerHookProjectIntegrationModel, error) { |
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.
List -> GET
Signed-off-by: francois samin <[email protected]>
…), *p, report)` Signed-off-by: francois samin <[email protected]>
Signed-off-by: francois samin <[email protected]>
Signed-off-by: francois samin <[email protected]>
Signed-off-by: francois samin <[email protected]>
Signed-off-by: francois samin <[email protected]>
Signed-off-by: francois samin <[email protected]>
Signed-off-by: francois samin <[email protected]>
1bf95fb
to
b43c698
Compare
CDS Report build-all-cds#16692.0 ✘
|
CDS Report build-all-cds#16692.1 ✘
|
Signed-off-by: francois samin <[email protected]>
CDS Report build-all-cds#16693.0 ✘
|
CDS Report build-all-cds#16693.1 ✘
|
Signed-off-by: francois samin <[email protected]>
CDS Report build-all-cds#16694.0 ✘
|
Kudos, SonarCloud Quality Gate passed! |
No description provided.