Warren Chen

Results 42 comments of Warren Chen

According to our discussion from mailing list, `Metrics` to be considered: 1. No. of Builds (Similar to Deployment Frequency- D in DORA, which can be interpreted as the total No....

This issue mentioned two methods to implement rate limit: 1. Directly limit num of api calls per xx time(e.g. one minute), in this way, we don't need to change many...

below contains api link and params description 1. github issue api link: https://docs.github.com/en/github-ae@latest/rest/reference/commits - since: Only show notifications updated after the given time. This is a timestamp in ISO 8601...

API swagger issue: https://github.com/apache/incubator-devlake/issues/2449 @e2corporation Can you add a numeric input for rateLimitPerHour in connection edit page?

Hi @yujng , any update about this issue? I didn't find your email on your personal page, can you please send one to me: [email protected]

@jinzhu2002 Interesting, so right now you can make sure that you can get jira user info by the token, but devlake still return 404?

Right now, jira collection can work successfully.

> Hi @kyleliu1008 From @jinzhu2002 's suggestion, you can modify this file `plugins/jira/apiv2models/user.go` to the below ```go func (u *User) getAccountId() string { if u == nil { return ""...