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

fix: populate missing RepoUrl in CiCDPipelineCommit #7210

Merged
merged 1 commit into from
May 30, 2024

Conversation

mr-ks
Copy link
Contributor

@mr-ks mr-ks commented Mar 23, 2024

Summary

The enrichPrevSuccessDeploymentCommits task of the dora plugin relies on cicd_deployment_commits.repo_url to fetch all successful deployments in a given project. Deployments without a specified repo_url will not be included in the subsequent calculation steps. Which will lead to problems in the form of #7193.

This PR populates the missing repo_urlcolumn by joining _tool_azuredevops_go_builds and _tool_azuredevops_go_repos in the convertApiBuilds task of the Azure DevOps Go plugin.

Does this close any open issues?

Not sure if this closes #7193 but is definitely related

@klesh
Copy link
Contributor

klesh commented May 24, 2024

@mr-ks Hi, this seems to be a legit fix to me, would you like to rebase it so I can merge it? Thanks.

@dosubot dosubot bot added the size:S This PR changes 10-29 lines, ignoring generated files. label May 30, 2024
@mr-ks
Copy link
Contributor Author

mr-ks commented May 30, 2024

@klesh, done. Thanks for the reminder

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label May 30, 2024
@klesh klesh merged commit 20fc1e2 into apache:main May 30, 2024
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.
Projects
None yet
2 participants