This is an automated email from the ASF dual-hosted git repository.
likyh pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 2c166b8b fix: import variants constant in data transforms
new b805c4fa feat: enable converter for github_graphql
new 73883815 fix: fix bug for github_graphql when language is empty
new 767ad465 fix: confirm all graphql task finish
new 2927e3ce feat: save query vars into raw_table.input
new 7463a9fb fix: set username/id to empty when github user is nil
new db184634 fix: skip when enrichGithubPrComment not found PR
The 6 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
plugins/github/tasks/comment_extractor.go | 22 ++++++++-----
plugins/github/tasks/event_extractor.go | 36 +++++++++++-----------
.../github/tasks/pr_review_comment_extractor.go | 30 +++++++++++-------
plugins/github/tasks/pr_review_extractor.go | 24 +++++++++------
plugins/github_graphql/plugin_main.go | 16 ++++++++++
plugins/github_graphql/tasks/pr_collector.go | 25 +++++++++------
plugins/github_graphql/tasks/repo_collector.go | 6 +++-
plugins/helper/graphql_async_client.go | 5 ++-
plugins/helper/graphql_collector.go | 6 +++-
services/pipeline.go | 4 +--
10 files changed, 112 insertions(+), 62 deletions(-)