Zakir
Zakir
@yusufsyaifudin It takes effect in version v1.0.0-beta7.
Hi @clement-igonet , don't you consider using the image we already have? https://github.com/apache/incubator-devlake/tags
@ldmoose Thanks a lot, we will fix it in v0.21.0-beta7.
Can you check the character set? SELECT character_set_name, collation_name FROM information_schema.columns WHERE table_schema = 'lake'; And please set CHARACTER_SET_NAME="utf8mb4" and COLLATION_NAME="utf8mb4_bin". related to https://github.com/apache/incubator-devlake/issues/6205
@estefaniasuasti Thanks, very good suggestion, we will revamp it in the v1.0 version. cc @Startrekzky @d4x1
@estefaniasuasti 'the wording is one of its jobs' maybe right, It is executed [here](https://github.com/apache/incubator-devlake/blob/release-v0.19/backend/plugins/gitlab/tasks/job_convertor.go#L106), not in the pipeline extractor
@pramodh-b https://github.com/apache/incubator-devlake/issues/5864 This problem should have been solved long ago. And regardless of whether graphql is enabled or not, this task is actually executed using non-graphql. You may need to...
@pramodh-b I don't mean the frequency of running once a week, I mean that before executing the collectApiPrReviewComments task, a lot of other data such as issues, pull_requests, cicd, etc....
@danieljuhasz93 I'm sorry, this is a [limitation](https://docs.github.com/zh/rest/pulls/pulls?apiVersion=2022-11-28#list-commits-on-a-pull-request) imposed by GitHub itself, and unfortunately, we can't resolve it. Although you can retrieve all commit data through another interface using 'list commits,'...
@pratiyush05 Can you share the status or screenshot of the config-ui?