You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by ab...@apache.org on 2022/06/22 08:15:09 UTC

[incubator-devlake] branch main updated (a10d0251 -> 9314be5b)

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 a10d0251 e2e on tapd bug/story/task_changelog
     add 9314be5b refactor(tapd): add e2e for bug

No new revisions were added by this update.

Summary of changes:
 plugins/tapd/e2e/{stories_test.go => bugs_test.go} | 147 ++++++++++++---------
 .../e2e/snapshot_tables/_tool_tapd_bug_labels.csv  |   1 +
 .../tapd/e2e/snapshot_tables/_tool_tapd_bugs.csv   |  21 +++
 .../snapshot_tables/_tool_tapd_iteration_bugs.csv  |  21 +++
 .../snapshot_tables/_tool_tapd_workspace_bugs.csv  |  21 +++
 .../tapd/e2e/snapshot_tables/board_issues_bug.csv  |  21 +++
 .../e2e/snapshot_tables/board_issues_story.csv     |  40 +++---
 ...issue_labels_story.csv => issue_labels_bug.csv} |   0
 plugins/tapd/e2e/snapshot_tables/issues_bug.csv    |  21 +++
 plugins/tapd/e2e/snapshot_tables/issues_story.csv  |  40 +++---
 .../tapd/e2e/snapshot_tables/sprint_issues_bug.csv |  21 +++
 .../e2e/snapshot_tables/sprint_issues_story.csv    |  40 +++---
 plugins/tapd/tasks/bug_converter.go                |  17 ++-
 plugins/tapd/tasks/story_converter.go              |   6 +-
 14 files changed, 288 insertions(+), 129 deletions(-)
 copy plugins/tapd/e2e/{stories_test.go => bugs_test.go} (71%)
 create mode 100644 plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_labels.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/_tool_tapd_bugs.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/_tool_tapd_iteration_bugs.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/_tool_tapd_workspace_bugs.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/board_issues_bug.csv
 copy plugins/tapd/e2e/snapshot_tables/{issue_labels_story.csv => issue_labels_bug.csv} (100%)
 create mode 100644 plugins/tapd/e2e/snapshot_tables/issues_bug.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/sprint_issues_bug.csv