This is an automated email from the ASF dual-hosted git repository.

warren pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    from 2232551a refactor(tapd): add e2e for story
     new 5e576496 e2e on tapd bug_changelog
     new a10d0251 e2e on tapd bug/story/task_changelog

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:
 .../{iterations_test.go => bug_changelog_test.go}  | 92 +++++++++-------------
 .../_tool_tapd_bug_changelog_items.csv             | 14 ++++
 .../snapshot_tables/_tool_tapd_bug_changelogs.csv  | 14 ++++
 .../_tool_tapd_story_changelog_items.csv           | 19 +++++
 .../_tool_tapd_story_changelogs.csv                | 17 ++++
 .../_tool_tapd_task_changelog_items.csv            | 33 ++++++++
 .../snapshot_tables/_tool_tapd_task_changelogs.csv | 18 +++++
 .../tapd/e2e/snapshot_tables/changelogs_bug.csv    | 14 ++++
 .../tapd/e2e/snapshot_tables/changelogs_story.csv  | 19 +++++
 .../tapd/e2e/snapshot_tables/changelogs_task.csv   | 33 ++++++++
 ...{iterations_test.go => story_changelog_test.go} | 90 +++++++++------------
 .../{iterations_test.go => task_changelog_test.go} | 91 ++++++++++-----------
 plugins/tapd/tasks/bug_changelog_converter.go      |  6 +-
 plugins/tapd/tasks/story_changelog_converter.go    |  6 +-
 plugins/tapd/tasks/task_changelog_converter.go     |  6 +-
 15 files changed, 311 insertions(+), 161 deletions(-)
 copy plugins/tapd/e2e/{iterations_test.go => bug_changelog_test.go} (58%)
 create mode 100644 
plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_changelog_items.csv
 create mode 100644 
plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_changelogs.csv
 create mode 100644 
plugins/tapd/e2e/snapshot_tables/_tool_tapd_story_changelog_items.csv
 create mode 100644 
plugins/tapd/e2e/snapshot_tables/_tool_tapd_story_changelogs.csv
 create mode 100644 
plugins/tapd/e2e/snapshot_tables/_tool_tapd_task_changelog_items.csv
 create mode 100644 
plugins/tapd/e2e/snapshot_tables/_tool_tapd_task_changelogs.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/changelogs_bug.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/changelogs_story.csv
 create mode 100644 plugins/tapd/e2e/snapshot_tables/changelogs_task.csv
 copy plugins/tapd/e2e/{iterations_test.go => story_changelog_test.go} (59%)
 copy plugins/tapd/e2e/{iterations_test.go => task_changelog_test.go} (59%)

Reply via email to