This is an automated email from the ASF dual-hosted git repository. abeizn pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git
commit 0f9c5a49c8ab0d777185f9c600e119676fb55891 Author: Yingchu Chen <[email protected]> AuthorDate: Wed Jun 22 23:23:23 2022 +0800 refactor(tapd): add e2e for bug&task&story commit --- plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_commits.csv | 1 + plugins/tapd/e2e/snapshot_tables/_tool_tapd_task_commits.csv | 1 + plugins/tapd/e2e/snapshot_tables/issue_commits_bug.csv | 1 + plugins/tapd/e2e/snapshot_tables/issue_commits_task.csv | 1 + 4 files changed, 4 insertions(+) diff --git a/plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_commits.csv b/plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_commits.csv new file mode 100644 index 00000000..2d4a4eb2 --- /dev/null +++ b/plugins/tapd/e2e/snapshot_tables/_tool_tapd_bug_commits.csv @@ -0,0 +1 @@ +connection_id,id,user_id,hook_user_name,commit_id,workspace_id,message,path,web_url,hook_project_name,ref,ref_status,git_env,file_commit,commit_time,created,bug_id,created_at,updated_at,_raw_data_params,_raw_data_table,_raw_data_id,_raw_data_remark diff --git a/plugins/tapd/e2e/snapshot_tables/_tool_tapd_task_commits.csv b/plugins/tapd/e2e/snapshot_tables/_tool_tapd_task_commits.csv new file mode 100644 index 00000000..508ec142 --- /dev/null +++ b/plugins/tapd/e2e/snapshot_tables/_tool_tapd_task_commits.csv @@ -0,0 +1 @@ +connection_id,id,user_id,hook_user_name,commit_id,workspace_id,message,path,web_url,hook_project_name,ref,ref_status,git_env,file_commit,commit_time,created,task_id,created_at,updated_at,_raw_data_params,_raw_data_table,_raw_data_id,_raw_data_remark diff --git a/plugins/tapd/e2e/snapshot_tables/issue_commits_bug.csv b/plugins/tapd/e2e/snapshot_tables/issue_commits_bug.csv new file mode 100644 index 00000000..97a7448e --- /dev/null +++ b/plugins/tapd/e2e/snapshot_tables/issue_commits_bug.csv @@ -0,0 +1 @@ +issue_id,commit_sha,_raw_data_params,_raw_data_table,_raw_data_id,_raw_data_remark diff --git a/plugins/tapd/e2e/snapshot_tables/issue_commits_task.csv b/plugins/tapd/e2e/snapshot_tables/issue_commits_task.csv new file mode 100644 index 00000000..97a7448e --- /dev/null +++ b/plugins/tapd/e2e/snapshot_tables/issue_commits_task.csv @@ -0,0 +1 @@ +issue_id,commit_sha,_raw_data_params,_raw_data_table,_raw_data_id,_raw_data_remark
