This is an automated email from the ASF dual-hosted git repository.
zhangliang2022 pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 22ebdd31 feat(tapd): add bug status last step
add af71e393 feat(tapd): add type mapping (#3344)
No new revisions were added by this update.
Summary of changes:
plugins/tapd/e2e/stories_test.go | 1 +
plugins/tapd/impl/impl.go | 2 +
..._init_tables.go => 20221009_add_init_tables.go} | 5 ++-
.../migrationscripts/archived/workitem_type.go | 44 ++++++++++++++++++++++
plugins/tapd/models/workitem_type.go | 44 ++++++++++++++++++++++
plugins/tapd/tasks/shared.go | 37 ++++++++++++++++++
plugins/tapd/tasks/story_extractor.go | 32 +++++++++-------
plugins/tapd/tasks/story_status_extractor.go | 2 +-
plugins/tapd/tasks/task_data.go | 24 +++++++++---
...ory_collector.go => workitem_type_collector.go} | 26 ++++++-------
...ory_extractor.go => workitem_type_extractor.go} | 20 +++++-----
11 files changed, 193 insertions(+), 44 deletions(-)
rename plugins/tapd/models/migrationscripts/{20220714_add_init_tables.go =>
20221009_add_init_tables.go} (97%)
create mode 100644
plugins/tapd/models/migrationscripts/archived/workitem_type.go
create mode 100644 plugins/tapd/models/workitem_type.go
copy plugins/tapd/tasks/{story_category_collector.go =>
workitem_type_collector.go} (73%)
copy plugins/tapd/tasks/{story_category_extractor.go =>
workitem_type_extractor.go} (78%)