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 missing fields to PipelineObjectAttributes #176

Merged
merged 2 commits into from
Jul 17, 2023

Conversation

finkandreas
Copy link
Contributor

Some fields in PipelineObjectAttributes were missing. Reference: https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#pipeline-events

Specifically I am interested in the IID field, which is the internal id, and it is the only way to do a GraphQL query for pipelines. It supports only to query by IID.

Some fields in PipelineObjectAttributes were missing.
Reference: https://docs.gitlab.com/ee/user/project/integrations/webhook_events.html#pipeline-events

Specifically I am interested in the `IID` field, which is the internal id, and it is the only way to do a GraphQL query for pipelines. It supports only to query by IID.
@coveralls
Copy link

coveralls commented Jul 4, 2023

Coverage Status

coverage: 88.639% (-1.1%) from 89.716% when pulling 674148f on finkandreas:patch-1 into 69430a8 on go-playground:master.

@robinlieb
Copy link
Member

Hi @finkandreas,
could you please also add the properties in the testdata/gitlab/pipeline-event.json?

@robinlieb robinlieb merged commit ef5260a into go-playground:master Jul 17, 2023
7 checks passed
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