This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 6ad98a4a Github blueprint normal mode support (#2331)
new 8cf9d9e6 fix: jira record not found
new 95b97598 fix: jira record not found
new fb67be86 fix: jira record not found and e2e test failed
new 1a8d976e fix: jira record not found and e2e test failed
new 9418c09a fix: jira record not found and e2e test failed
new cfd85d07 fix: jira record not found and e2e test failed
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/commit_stats_collector.go | 8 +-
plugins/github/tasks/commit_stats_extractor.go | 3 +-
plugins/gitlab/tasks/issue_collector.go | 13 +--
plugins/jenkins/e2e/builds_test.go | 7 +-
plugins/jenkins/e2e/jobs_test.go | 10 +-
.../_raw_jenkins_api_builds.csv | 0
.../_raw_jenkins_api_jobs.csv | 0
.../_tool_jenkins_builds.csv | 0
.../e2e/snapshot_tables/_tool_jenkins_jobs.csv | 12 +++
.../e2e/{tables => snapshot_tables}/builds.csv | 0
plugins/jenkins/e2e/snapshot_tables/jobs.csv | 12 +++
plugins/jenkins/e2e/tables/_tool_jenkins_jobs.csv | 12 ---
plugins/jenkins/e2e/tables/jobs.csv | 12 ---
plugins/jira/tasks/issue_collector.go | 6 +-
plugins/refdiff/tasks/refdiff_task_data.go | 3 +-
.../raw_tables/_raw_tapd_api_story_changelogs.csv | 11 --
.../_tool_tapd_story_changelog_items.csv | 11 --
.../_tool_tapd_story_changelogs.csv | 11 --
.../tapd/e2e/snapshot_tables/changelogs_story.csv | 11 --
plugins/tapd/e2e/story_changelog_test.go | 1 +
plugins/tapd/e2e/task_changelog_test.go | 117 ---------------------
plugins/tapd/tasks/bug_changelog_collector.go | 3 +-
plugins/tapd/tasks/bug_collector.go | 3 +-
plugins/tapd/tasks/bug_commit_collector.go | 3 +-
plugins/tapd/tasks/iteration_collector.go | 3 +-
plugins/tapd/tasks/shared.go | 5 +-
plugins/tapd/tasks/story_changelog_collector.go | 8 +-
plugins/tapd/tasks/story_collector.go | 3 +-
plugins/tapd/tasks/story_commit_collector.go | 3 +-
plugins/tapd/tasks/task_changelog_collector.go | 3 +-
plugins/tapd/tasks/task_collector.go | 3 +-
plugins/tapd/tasks/task_commit_collector.go | 3 +-
plugins/tapd/tasks/worklog_collector.go | 3 +-
33 files changed, 76 insertions(+), 227 deletions(-)
rename plugins/jenkins/e2e/{tables => raw_tables}/_raw_jenkins_api_builds.csv
(100%)
rename plugins/jenkins/e2e/{tables => raw_tables}/_raw_jenkins_api_jobs.csv
(100%)
rename plugins/jenkins/e2e/{tables =>
snapshot_tables}/_tool_jenkins_builds.csv (100%)
create mode 100644 plugins/jenkins/e2e/snapshot_tables/_tool_jenkins_jobs.csv
rename plugins/jenkins/e2e/{tables => snapshot_tables}/builds.csv (100%)
create mode 100644 plugins/jenkins/e2e/snapshot_tables/jobs.csv
delete mode 100644 plugins/jenkins/e2e/tables/_tool_jenkins_jobs.csv
delete mode 100644 plugins/jenkins/e2e/tables/jobs.csv
delete mode 100644 plugins/tapd/e2e/task_changelog_test.go