This is an automated email from the ASF dual-hosted git repository.
abeizn pushed a change to branch release-v0.14
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
from 8d8aade1 fix: update change lead time (#3410)
new fb705f28 fix(tapd): modify json tag for workflow id
new 806387a6 fix(tapd): fix minor issues
The 2 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:
.../e2e/raw_tables/_raw_tapd_api_story_bugs.csv | 24 ++++++++--------
.../raw_tables/_raw_tapd_api_workitem_types.csv | 5 ++++
.../snapshot_tables/_tool_tapd_workitem_types.csv | 5 ++++
.../e2e/{company_test.go => workitem_type_test.go} | 32 ++++++++++++----------
..._init_tables.go => 20221013_add_init_tables.go} | 2 +-
.../migrationscripts/archived/workitem_type.go | 6 +++-
plugins/tapd/models/story_bug.go | 2 +-
plugins/tapd/models/workitem_type.go | 8 ++++--
plugins/tapd/tasks/shared.go | 14 ++++------
plugins/tapd/tasks/task_data.go | 8 ++----
10 files changed, 61 insertions(+), 45 deletions(-)
create mode 100644 plugins/tapd/e2e/raw_tables/_raw_tapd_api_workitem_types.csv
create mode 100644
plugins/tapd/e2e/snapshot_tables/_tool_tapd_workitem_types.csv
copy plugins/tapd/e2e/{company_test.go => workitem_type_test.go} (76%)
rename plugins/tapd/models/migrationscripts/{20221009_add_init_tables.go =>
20221013_add_init_tables.go} (99%)