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 e43b9d70 fix: remove invalid test case TestReadConfig (#3047)
     new 059f2a9f feat: rename cicd_pipeline_repos to cicd_pipeline_commits
     new 09f4e071 fix: fix some e2e test 1
     new 403f24a2 fix: fix for e2e test 2
     new 05df3d9d fix: fix for dora e2e
     new 6a935de2 feat: add index for cicd_pipeline_commits.repo
     new 510635c8 fix(dora): update dora e2e
     new 39d35503 fix(framework): use repoUrl&repoId instead of repo

The 7 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:
 generator/cmd/create_migration.go                  |   2 +-
 .../cicd_pipeline_commmit.go}                      |  15 +-
 models/domainlayer/devops/cicd_pipeline_repo.go    |  31 ----
 .../20220915_rename_pipeline_commits.go            |  80 +++++++++
 models/migrationscripts/register.go                |   1 +
 .../dora/e2e/calculate_change_lead_time_test.go    |   2 +-
 plugins/dora/e2e/connect_issue_deploy_test.go      |   2 +-
 plugins/dora/e2e/env_enricher_test.go              |   2 +-
 ...ne_repos.csv => lake_cicd_pipeline_commits.csv} |   2 +-
 plugins/dora/tasks/change_lead_time_calculator.go  |   4 +-
 plugins/dora/tasks/cicd_task_env_enricher.go       |   2 +-
 plugins/dora/tasks/issue_deploy_connector.go       |   4 +-
 plugins/github/e2e/cicd_test.go                    | 142 +++++++--------
 ...ipeline_repos.csv => cicd_pipeline_commits.csv} | 196 ++++++++++-----------
 plugins/github/tasks/cicd_pipeline_convertor.go    |  10 +-
 plugins/github/tasks/commit_convertor.go           |   2 +-
 plugins/gitlab/e2e/pipelines_test.go               |  11 +-
 ...ipeline_repos.csv => cicd_pipeline_commits.csv} |  42 ++---
 .../gitlab/e2e/snapshot_tables/cicd_pipelines.csv  |  40 ++---
 plugins/gitlab/tasks/commit_convertor.go           |   2 +-
 plugins/gitlab/tasks/pipeline_convertor.go         |   1 -
 plugins/gitlab/tasks/pipeline_project_convertor.go |  13 +-
 plugins/jenkins/e2e/builds_test.go                 |  13 +-
 .../e2e/snapshot_tables/cicd_pipeline_commits.csv  |   9 +
 .../e2e/snapshot_tables/cicd_pipeline_repos.csv    |   1 -
 .../jenkins/e2e/snapshot_tables/cicd_pipelines.csv |  74 ++++----
 plugins/jenkins/e2e/snapshot_tables/cicd_tasks.csv |  74 ++++----
 plugins/jenkins/tasks/build_cicd_convertor.go      |   2 -
 plugins/jenkins/tasks/build_repo_convertor.go      |  11 +-
 29 files changed, 415 insertions(+), 375 deletions(-)
 copy models/domainlayer/{code/commit_parent.go => 
devops/cicd_pipeline_commmit.go} (70%)
 delete mode 100644 models/domainlayer/devops/cicd_pipeline_repo.go
 create mode 100644 models/migrationscripts/20220915_rename_pipeline_commits.go
 rename plugins/dora/e2e/raw_tables/{lake_cicd_pipeline_repos.csv => 
lake_cicd_pipeline_commits.csv} (98%)
 rename plugins/github/e2e/snapshot_tables/{cicd_pipeline_repos.csv => 
cicd_pipeline_commits.csv} (63%)
 rename plugins/gitlab/e2e/snapshot_tables/{cicd_pipeline_repos.csv => 
cicd_pipeline_commits.csv} (85%)
 create mode 100644 
plugins/jenkins/e2e/snapshot_tables/cicd_pipeline_commits.csv
 delete mode 100644 plugins/jenkins/e2e/snapshot_tables/cicd_pipeline_repos.csv

Reply via email to