This is an automated email from the ASF dual-hosted git repository.
warren pushed a change to branch release-v0.14
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from dc229d5b fix: cherry pick The SQL is missing the connection_id filter
in the ON clause
new 507d56c8 fix(tapd): add std value for status changelogs
new 589826f4 fix(tapd): set assigneeId only when assigneeName is valid
new f691100e fix(tapd): set sprint status to std
The 3 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/tapd/e2e/bug_changelog_test.go | 46 ++++++++++++++++++++++
.../raw_tables/_raw_tapd_api_story_changelogs.csv | 4 +-
.../snapshot_tables/_tool_tapd_bug_labels_bug.csv | 42 ++++++++++----------
.../_tool_tapd_story_changelog_items.csv | 2 +-
.../tapd/e2e/snapshot_tables/board_issues_bug.csv | 40 +++++++++----------
.../e2e/snapshot_tables/board_issues_story.csv | 40 +++++++++----------
.../tapd/e2e/snapshot_tables/board_issues_task.csv | 30 +++++++-------
.../e2e/snapshot_tables/issue_changelogs_story.csv | 16 ++++----
plugins/tapd/e2e/snapshot_tables/sprints.csv | 22 +++++------
plugins/tapd/e2e/story_changelog_test.go | 44 +++++++++++++++++++++
plugins/tapd/models/bug_status.go | 24 ++++++++++-
plugins/tapd/models/story_status.go | 12 ++++++
plugins/tapd/tasks/bug_changelog_converter.go | 16 +++++++-
plugins/tapd/tasks/bug_converter.go | 25 ++++++------
plugins/tapd/tasks/bug_extractor.go | 25 +-----------
plugins/tapd/tasks/iteration_converter.go | 10 ++++-
plugins/tapd/tasks/shared.go | 36 ++++++++++++++---
plugins/tapd/tasks/story_changelog_converter.go | 15 +++++++
plugins/tapd/tasks/story_converter.go | 6 ++-
plugins/tapd/tasks/story_extractor.go | 29 +++-----------
plugins/tapd/tasks/task_changelog_converter.go | 19 +++++++++
plugins/tapd/tasks/task_converter.go | 6 ++-
22 files changed, 339 insertions(+), 170 deletions(-)