You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by "likyh (via GitHub)" <gi...@apache.org> on 2023/02/10 06:53:20 UTC

[GitHub] [incubator-devlake] likyh opened a new issue, #4383: [Feature][bitbucket] collect review/approve data from api (from slack)

likyh opened a new issue, #4383:
URL: https://github.com/apache/incubator-devlake/issues/4383

   ### Search before asking
   
   - [X] I had searched in the [issues](https://github.com/apache/incubator-devlake/issues?q=is%3Aissue) and found no similar feature requirement.
   
   
   ### Use case
   
   
   To calculate Lead Time for Change metrics, it takes the first review from the PR. But to get the first review, it uses the PR comments table.
   Bitbucket doesn’t work this way, the comments API doesn’t return the PR reviewers, only the comments themselves.
   So I think it zeros out most of the metrics that could be returned from that (PrPickupTime, PrReviewTime).
   I saw here that the API that returns this data from PR is the endpoint of /pullrequests/{pr_id}/activity, so I thought about creating other tasks that collect, extract and convert this data into comments table, as the DORA calculation accesses that table to get the first review.
    
   
   
   ### Description
   
   _No response_
   
   ### Related issues
   
   _No response_
   
   ### Are you willing to submit a PR?
   
   - [X] Yes I am willing to submit a PR!
   
   ### Code of Conduct
   
   - [X] I agree to follow this project's [Code of Conduct](https://www.apache.org/foundation/policies/conduct)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [incubator-devlake] likyh closed issue #4383: [Feature][bitbucket] collect review/approve data from api (from slack)

Posted by "likyh (via GitHub)" <gi...@apache.org>.
likyh closed issue #4383: [Feature][bitbucket] collect review/approve data from api (from slack)
URL: https://github.com/apache/incubator-devlake/issues/4383


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@devlake.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org