This is an automated email from the ASF dual-hosted git repository.
lynwee pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 7d3a79202 Add missing migration script to register.go (#8178)
add 89cdcbade feat: collect Zentao issue-repo-commit from DB (#8185)
No new revisions were added by this update.
Summary of changes:
backend/plugins/zentao/impl/impl.go | 9 +-
.../plugins/zentao/tasks/bug_repo_commits_dbget.go | 187 ++++++++++++++++++++
.../zentao/tasks/story_repo_commits_dbget.go | 192 +++++++++++++++++++++
.../zentao/tasks/task_repo_commits_dbget.go | 187 ++++++++++++++++++++
4 files changed, 569 insertions(+), 6 deletions(-)
create mode 100644 backend/plugins/zentao/tasks/bug_repo_commits_dbget.go
create mode 100644 backend/plugins/zentao/tasks/story_repo_commits_dbget.go
create mode 100644 backend/plugins/zentao/tasks/task_repo_commits_dbget.go