Klesh Wong

Results 656 comments of Klesh Wong

How about the `_tool_github_pull_requests` table? There is a `Time After` under the Sync policy, what was the value of it? Are you sure that there is PR in the period?

The log shows that no PR in the time range, it also explained `fatal: error processing shallow info:` because no commits as well. Please make sure you the repo you...

To clarify, do you mean that you added a bunch of 1-year-old repositories and were able to fetch PRs for a few of them while others were not? Correct me...

Try this: ![image](https://github.com/apache/incubator-devlake/assets/61080/6d78656d-fe66-458f-98a9-38c93e901b2d)

Can you share the request payload from your browser under the Network tab? Please remove any sensitive information before you post but keep the overall structure.

Seems like there are multiple problems to me: 1. http://localhost:4000/api/plugins/github/connections/11/remote-scopes is not responding correctly: it doesn't return repositories under the org. 2. the config-ui is sending `null` to the `PUT...

There are a couple of bugs in the Github App implementation. I suggest that you use tokens as a workaround for the time being, It might take quite a while...

It appears the `libgit2` library we're using has a different diff algorithm compared to GitLab. Unfortunately, this is likely an expected behavior rather than a bug and wouldn't be easily...

I suspect that the ECS is the cause of the problem. According to the document on https://aws.amazon.com/ecs/ , containers are fully managed by AWS, maybe it would put containers to...