This is an automated email from the ASF dual-hosted git repository.
likyh pushed a change to branch release-v0.14
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from f691100e fix(tapd): set sprint status to std
new d5e1f213 feat: enable converter for github_graphql
new cb92da02 fix: fix bug for github_graphql when language is empty
new 992c0744 fix: confirm all graphql task finish
new d415e7a2 feat: save query vars into raw_table.input
new 36e9d99d fix: set username/id to empty when github user is nil
new 96559007 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(-)