Skip to content

fix: populate missing RepoUrl in CiCDPipelineCommit#7210

Merged
klesh merged 1 commit into
apache:mainfrom
mr-ks:fix-7193
May 30, 2024
Merged

fix: populate missing RepoUrl in CiCDPipelineCommit#7210
klesh merged 1 commit into
apache:mainfrom
mr-ks:fix-7193

Conversation

@mr-ks
Copy link
Copy Markdown
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
Copy Markdown
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
Copy Markdown
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
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

Development

Successfully merging this pull request may close these issues.

[Bug][Dora-Cahnge_lead_time_calculator] incorrect linking of commits to deployments when using azuredevops and webhook

2 participants