Klesh Wong

Results 656 comments of Klesh Wong

I am afraid this would affect helm chart and release procedure as well. We need more input about this @matrixji @JorgeGar @d4x1 What do you guys think?

Can't reproduce. ![Image](https://github.com/user-attachments/assets/34fa80e6-6dd9-465c-85a3-2e1e362a35ec) ![Image](https://github.com/user-attachments/assets/71447484-89ec-4b92-9860-e8b770dc08eb) According to the code https://github.com/apache/incubator-devlake/blob/b34d5258dee9d6703df6d2915703323fdaa6c1b5/backend/plugins/github/api/blueprint_v200.go#L126 It would always pick the first token for collecting git data. The error message you posted contains "remote: Support for password...

Can you share screenshots of the connection detail page for those scopes that are NOT inheriting scope config?

@gustavobini I recently finished a PoC of Increment Mode support for JIRA issue changelog extractor and converter. It might be helpful to your aim. https://github.com/apache/incubator-devlake/pull/7394

The problem stems from the `issue_collector` and its Incremental Collection feature. Currently, this feature relies on the `updated_at` timestamp of issues, which unfortunately isn't updated when only labels are changed....

@michelengelen You may check the code: If a subtask uses a stateful helper, it supports Incremental Mode and it would work that way unless you force the Full Sync model:...

@michelengelen Nice work. If the `issue.updated_at` is in fact updated, it should be collected in Incremental Mode. I am not familiar with the `graphql` , can you help check if...

Yes, it does, thanks for the information. Will look into it later.