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 1cf34f44 feat: update github basic dashboard (#2329)
new 733b58b1 refactor(tapd): add e2e for task
new ae2de2e4 refactor(tapd): add e2e for bug&task&story commit
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/{worklog_test.go => bugs_commit_test.go} | 59 ++++++++++----------
.../raw_tables/_raw_tapd_api_bug_changelogs.csv | 26 ++++-----
.../e2e/raw_tables/_raw_tapd_api_bug_commits.csv | 11 ++++
plugins/tapd/e2e/raw_tables/_raw_tapd_api_bugs.csv | 6 +-
.../tapd/e2e/raw_tables/_raw_tapd_api_stories.csv | 12 ++--
.../raw_tables/_raw_tapd_api_story_changelogs.csv | 32 +++++------
.../e2e/raw_tables/_raw_tapd_api_story_commits.csv | 25 ++++-----
.../raw_tables/_raw_tapd_api_task_changelogs.csv | 34 ++++++------
.../e2e/raw_tables/_raw_tapd_api_task_commits.csv | 21 +++++++
.../tapd/e2e/raw_tables/_raw_tapd_api_worklogs.csv | 32 +++++------
.../_tool_tapd_bug_changelog_items.csv | 26 ++++-----
.../snapshot_tables/_tool_tapd_bug_changelogs.csv | 26 ++++-----
.../tapd/e2e/snapshot_tables/_tool_tapd_bugs.csv | 6 +-
.../e2e/snapshot_tables/_tool_tapd_stories.csv | 12 ++--
.../_tool_tapd_story_changelog_items.csv | 36 ++++++------
.../_tool_tapd_story_changelogs.csv | 32 +++++------
.../snapshot_tables/_tool_tapd_story_commits.csv | 24 ++++++++
.../_tool_tapd_task_changelog_items.csv | 64 +++++++++++-----------
.../snapshot_tables/_tool_tapd_task_changelogs.csv | 34 ++++++------
.../e2e/snapshot_tables/_tool_tapd_worklogs.csv | 16 ------
.../tapd/e2e/snapshot_tables/changelogs_bug.csv | 26 ++++-----
.../tapd/e2e/snapshot_tables/changelogs_story.csv | 36 ++++++------
.../tapd/e2e/snapshot_tables/changelogs_task.csv | 64 +++++++++++-----------
.../e2e/snapshot_tables/issue_commits_story.csv | 2 +
.../tapd/e2e/snapshot_tables/issue_worklogs.csv | 16 ------
plugins/tapd/e2e/snapshot_tables/issues_bug.csv | 2 +-
plugins/tapd/e2e/snapshot_tables/issues_story.csv | 12 ++--
.../{worklog_test.go => stories_commit_test.go} | 59 ++++++++++----------
.../e2e/{worklog_test.go => tasks_commit_test.go} | 61 +++++++++++----------
plugins/tapd/tasks/bug_commit_converter.go | 4 +-
plugins/tapd/tasks/story_commit_converter.go | 7 +--
plugins/tapd/tasks/task_commit_converter.go | 4 +-
32 files changed, 431 insertions(+), 396 deletions(-)
copy plugins/tapd/e2e/{worklog_test.go => bugs_commit_test.go} (66%)
create mode 100644 plugins/tapd/e2e/raw_tables/_raw_tapd_api_task_commits.csv
create mode 100644
plugins/tapd/e2e/snapshot_tables/_tool_tapd_story_commits.csv
create mode 100644 plugins/tapd/e2e/snapshot_tables/issue_commits_story.csv
copy plugins/tapd/e2e/{worklog_test.go => stories_commit_test.go} (65%)
copy plugins/tapd/e2e/{worklog_test.go => tasks_commit_test.go} (65%)