Skip to content

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

Merged
merged 6 commits into from
Sep 6, 2024
Merged

feat(gitlab): collect child pipelines #8009

merged 6 commits into from
Sep 6, 2024

Conversation

d4x1
Copy link
Contributor

@d4x1 d4x1 commented Sep 6, 2024

⚠️ Pre Checklist

Please complete ALL items in this checklist, and remove before submitting

  • I have read through the Contributing Documentation.
  • I have added relevant tests.
  • I have added relevant documentation.
  • I will add labels to the PR, such as 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

image

child pipelines in tool layer

image

image

child pipelines in domain layer

image

Other Information

Any other information that is important to this PR.

@dosubot dosubot bot added the size:L This PR changes 100-499 lines, ignoring generated files. label Sep 6, 2024
@d4x1 d4x1 self-assigned this Sep 6, 2024
@d4x1 d4x1 added the pr-type/bug-fix This PR fixes a bug label Sep 6, 2024
@dosubot dosubot bot added component/plugins This issue or PR relates to plugins pr-type/feature-development This PR is to develop a new feature labels Sep 6, 2024
@d4x1 d4x1 changed the title Collect child pipelines in gitlab plugin feat(gitlab): collect child pipelines in gitlab plugin Sep 6, 2024
@d4x1 d4x1 changed the title feat(gitlab): collect child pipelines in gitlab plugin feat(gitlab): collect child pipelines Sep 6, 2024
}

func (*addIsChildToPipelines240906) Version() uint64 {
return 20240531110339
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0906?

Copy link
Contributor Author

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.

Copy link
Contributor

@abeizn abeizn left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Sep 6, 2024
@abeizn abeizn merged commit 3ce50cb into main Sep 6, 2024
11 checks passed
@abeizn abeizn deleted the dev-9 branch September 6, 2024 08:05
github-actions bot pushed a commit that referenced this pull request Sep 6, 2024
* 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
Copy link
Contributor

github-actions bot commented Sep 6, 2024

🤖 Target: #release-v1.0 cherry pick finished successfully 🎉!

@github-actions github-actions bot added the bot/auto-cherry-pick-completed auto cherry pick completed label Sep 6, 2024
d4x1 added a commit that referenced this pull request Sep 6, 2024
* 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]>
@MarcViola
Copy link

Hi,
I tested this fix but unfortunately it doesn't resolve the issue. I can provide more information if you tell me what you need to have.
Thanks.

@d4x1
Copy link
Contributor Author

d4x1 commented Oct 15, 2024

Hi, I tested this fix but unfortunately it doesn't resolve the issue. I can provide more information if you tell me what you need to have. Thanks.

@MarcViola Please submit a new issue and describe it in detail.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bot/auto-cherry-pick-completed auto cherry pick completed component/plugins This issue or PR relates to plugins lgtm This PR has been approved by a maintainer needs-cherrypick-v1.0 pr-type/bug-fix This PR fixes a bug pr-type/feature-development This PR is to develop a new feature size:L This PR changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug][GiLab] child pipelines are not collected
3 participants