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

[incubator-devlake] branch main updated (8c70f906 -> 1ce353fe)

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 8c70f906 feat(gitlab): add dora support and unit test
     add 3f7e58e6 fix: update enrichTasksEnv
     add 11401bbc fix: update enrichTasksEnv
     add a34f0505 fix: update enrichTasksEnv
     add 7cafe5d9 fix: update enrichTasksEnv
     add 640fc67d fix: update enrichTasksEnv
     add 1ce353fe fix: update enrichTasksEnv

No new revisions were added by this update.

Summary of changes:
 plugins/dora/dora.go                               |  8 ++++-
 .../dora/e2e/calculate_change_lead_time_test.go    |  9 ++---
 plugins/dora/e2e/connect_issue_deploy_test.go      | 13 +++----
 plugins/dora/e2e/env_enricher_test.go              |  5 +--
 plugins/dora/e2e/snapshot_tables/issues.csv        |  6 ++--
 .../dora/e2e/snapshot_tables/lake_cicd_tasks.csv   | 42 +++++++++++-----------
 plugins/dora/e2e/snapshot_tables/pull_requests.csv |  4 +--
 plugins/dora/impl/impl.go                          |  1 +
 plugins/dora/tasks/change_lead_time_calculator.go  | 14 ++++----
 plugins/dora/tasks/cicd_task_env_enricher.go       | 34 ++++++++++++------
 plugins/dora/tasks/issue_deploy_connector.go       |  7 ++--
 plugins/dora/tasks/task_data.go                    | 15 ++++++--
 12 files changed, 96 insertions(+), 62 deletions(-)