-
Notifications
You must be signed in to change notification settings - Fork 608
feat(gitlab): collect child pipelines #8009
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
Conversation
} | ||
|
||
func (*addIsChildToPipelines240906) Version() uint64 { | ||
return 20240531110339 |
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.
0906?
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.
@abeizn Thank you, it's fixed.
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.
lgtm
* feat(gitlab): collect child pipelines * feat(gitlab): add is_child to pipelines * feat(gitlab): add source field to pipelines * feat(gitlab): calculate is_child field in convertor * fix(migration): fix script version number
🤖 Target: #release-v1.0 cherry pick finished successfully 🎉! |
* feat(gitlab): collect child pipelines * feat(gitlab): add is_child to pipelines * feat(gitlab): add source field to pipelines * feat(gitlab): calculate is_child field in convertor * fix(migration): fix script version number Co-authored-by: Lynwee <[email protected]>
Hi, |
@MarcViola Please submit a new issue and describe it in detail. |
pr-type/bug-fix
,pr-type/feature-development
, etc.Summary
What does this PR do?
Collect child pipelines in gitlab plugin
Does this close any open issues?
Closes #8005
Screenshots
Include any relevant screenshots here.
child pipelines in raw layer
child pipelines in tool layer
child pipelines in domain layer
Other Information
Any other information that is important to this PR.