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

[Question][Webhooks] Calculate DORA: Lead Time for Changes using only Webhooks #8285

Open
zjaco13 opened this issue Feb 4, 2025 · 1 comment
Labels
devops Something about CI/CD (devops) type/question This issue is a question

Comments

@zjaco13
Copy link

zjaco13 commented Feb 4, 2025

Question

If I am using something like Gitea as my git backend, which doesn't have its own plugin, is it possible to calculate the DORA Metric for Lead Time for Changes with just the issues and deployments webhooks? From my testing, it seems like it would require pull_requests, which are not implemented in Webhooks yet. Is this something on the roadmap?

@zjaco13 zjaco13 added the type/question This issue is a question label Feb 4, 2025
@dosubot dosubot bot added the devops Something about CI/CD (devops) label Feb 4, 2025
Copy link

dosubot bot commented Feb 4, 2025

Hey @zjaco13! 👋 I'm here to help you with any bugs, questions, or contributions you have. I'll be your friendly bot while you wait for a human maintainer.

Calculating the DORA Metric for Lead Time for Changes in Apache DevLake typically requires data from pull requests, as the calculation involves mapping pull requests to deployed commits and determining the PR Deploy Time [1]. Currently, the Webhooks feature in Apache DevLake does not support pull request data, which is necessary for this calculation. Unfortunately, I couldn't find any information on whether support for pull requests in Webhooks is on the roadmap.

To continue talking to Dosu, mention @dosu.


Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
devops Something about CI/CD (devops) type/question This issue is a question
Projects
None yet
Development

No branches or pull requests

1 participant