jekader opened a new issue, #8662: URL: https://github.com/apache/incubator-devlake/issues/8662
### 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 I have a pre-existing GitHub connection using the deprecated GitHub API, It is affected by the zero datetime bug which will not get fixed. There is no way of changing the connection to make it use GraphQL - only by re-creating or manually editing the DB. ### Description There is no way of using the GitHub API for new GitHub connections since #7784 however existing connections created on older DevLake versions may still use it and there is no way of changing that from the UI. The old API is deprecated and the code is broken so the proposal is to use GraphQL always even if the DB has `enable_graphql=0` set. Once that is done, the old code can be removed along with the DB field. ### Related issues _No response_ ### Are you willing to submit a PR? - [ ] 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
