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

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


 discard 6f69774e1 feat(config-ui): hidden signout when token does not exist 
(#4942)
    omit 2bd370152 feat(config-ui): adjust the config-ui about cognito (#4933)
    omit b208d75ad feat(configui): support cognito (#4928)
    omit 4a9a97e26 feat(framework): backend support cognito (#4926)
     add 49fc227c6 Refactor Chage Lead Time - Step 5: enrich 
cicd_deployment_commits.prev_success_deployment_commit_id (#4922)
     add a32c81156 fix: the jql time zone issue (#4932)
     add 16f329efe fix: customize refers to the code of jira (#4936)
     add 2a932ec19 chore: update bug report template to include v0.16.0 (#4937)
     add 70202f3b1 Refactor Change Lead Time - Step 6: refactor deployment 
commits diff (#4931)
     add dd56715ee Bitbucket fix (#4900)
     add 375f5e13d feat(framework): backend support cognito (#4926)
     add 25906cbb3 feat(configui): support cognito (#4928)
     add bae5319b8 feat(config-ui): adjust the config-ui about cognito (#4933)
     add 187262977 feat(config-ui): hidden signout when token does not exist 
(#4942)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (6f69774e1)
            \
             N -- N -- N   refs/heads/cloud-service-be-cognito (187262977)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .github/ISSUE_TEMPLATE/bug-report.yml              |   1 +
 backend/core/models/common/base.go                 |   8 +
 ...icd_deployment.go => cicd_deployment_commit.go} |   0
 backend/helpers/pluginhelper/api/batch_save.go     |   8 +-
 .../helpers/pluginhelper/api/batch_save_divider.go |  17 +-
 .../pluginhelper/api/batch_save_divider_test.go    |   9 +-
 backend/helpers/pluginhelper/api/data_enricher.go  | 124 +++++++++++++
 ...{pipeline_steps_test.go => deployments_test.go} |  44 +++--
 .../plugins/bitbucket/e2e/pipeline_steps_test.go   |  40 ++++-
 .../raw_tables/_raw_bitbucket_api_deployments.csv  |  18 ++
 .../_raw_bitbucket_api_pipeline_steps.csv          |  26 +++
 .../raw_tables/_raw_bitbucket_api_pipelines.csv    |  23 ++-
 .../_tool_bitbucket_deployments.csv                |  25 ++-
 .../_tool_bitbucket_pipeline_steps.csv             |  48 ++---
 .../snapshot_tables/_tool_bitbucket_pipelines.csv  |  22 +--
 .../e2e/snapshot_tables/cicd_pipelines.csv         |  22 +--
 .../bitbucket/e2e/snapshot_tables/cicd_tasks.csv   |  35 ++--
 ...230411_add_RepoId_field_pipelinestep_tables.go} |  14 +-
 .../migrationscripts/archived/pipeline_step.go     |  11 +-
 .../bitbucket/models/migrationscripts/register.go  |   1 +
 backend/plugins/bitbucket/models/pipeline_step.go  |   1 +
 .../bitbucket/tasks/pipeline_steps_collector.go    |   2 +-
 .../bitbucket/tasks/pipeline_steps_convertor.go    |   5 +-
 .../bitbucket/tasks/pipeline_steps_extractor.go    |   1 +
 backend/plugins/customize/api/blueprint.go         |   6 +-
 ....go => prev_deployment_commit_enricher_test.go} |  34 ++--
 .../cicd_deployment_commits_after.csv              |  17 ++
 .../cicd_deployment_commits_before.csv             |  17 ++
 .../project_mapping.csv                            |   0
 .../cicd_deployment_commits_before_enrich.csv      |  16 ++
 backend/plugins/dora/impl/impl.go                  |   1 +
 .../dora/tasks/deployment_commits_generator.go     |   4 +-
 .../dora/tasks/prev_deployment_commit_enricher.go  | 106 +++++++++++
 backend/plugins/jira/tasks/issue_collector.go      |  34 ++--
 backend/plugins/jira/tasks/issue_collector_test.go |  93 ++++++++++
 .../cicd_deployment_commits.csv                    |   7 +
 .../commit_parents.csv                             |   2 +
 .../commits_diffs.csv                              |   0
 .../finished_commits_diffs.csv                     |   0
 .../project_mapping.csv                            |   4 +-
 .../repo_commits.csv                               |   3 +
 ...diff_test.go => deployment_commit_diff_test.go} |  21 ++-
 .../e2e/raw_tables/cicd_pipeline_commits.csv       |   6 -
 .../refdiff/e2e/raw_tables/cicd_pipelines.csv      |   6 -
 .../plugins/refdiff/e2e/raw_tables/cicd_tasks.csv  |   6 -
 backend/plugins/refdiff/impl/impl.go               |   2 +-
 backend/plugins/refdiff/refdiff.go                 |  11 +-
 .../tasks/deployment_commit_diff_calculator.go     | 175 ++++++++++++++++++
 .../project_deployment_commit_diff_calculator.go   | 195 ---------------------
 49 files changed, 873 insertions(+), 398 deletions(-)
 rename backend/core/models/domainlayer/devops/{cicd_deployment.go => 
cicd_deployment_commit.go} (100%)
 create mode 100644 backend/helpers/pluginhelper/api/data_enricher.go
 copy backend/plugins/bitbucket/e2e/{pipeline_steps_test.go => 
deployments_test.go} (68%)
 create mode 100644 
backend/plugins/bitbucket/e2e/raw_tables/_raw_bitbucket_api_deployments.csv
 create mode 100644 
backend/plugins/bitbucket/e2e/raw_tables/_raw_bitbucket_api_pipeline_steps.csv
 copy 
backend/plugins/bitbucket/models/migrationscripts/{20221013_add_deployment_tables.go
 => 20230411_add_RepoId_field_pipelinestep_tables.go} (71%)
 copy backend/plugins/dora/e2e/{connect_incident_to_deploy_test.go => 
prev_deployment_commit_enricher_test.go} (57%)
 create mode 100644 
backend/plugins/dora/e2e/prev_success_deployment_commit/cicd_deployment_commits_after.csv
 create mode 100644 
backend/plugins/dora/e2e/prev_success_deployment_commit/cicd_deployment_commits_before.csv
 copy backend/plugins/dora/e2e/{raw_tables => 
prev_success_deployment_commit}/project_mapping.csv (100%)
 create mode 100644 
backend/plugins/dora/e2e/raw_tables/cicd_deployment_commits_before_enrich.csv
 create mode 100644 
backend/plugins/dora/tasks/prev_deployment_commit_enricher.go
 create mode 100644 backend/plugins/jira/tasks/issue_collector_test.go
 create mode 100644 
backend/plugins/refdiff/e2e/deployment_commit_diff/cicd_deployment_commits.csv
 rename backend/plugins/refdiff/e2e/{raw_tables => 
deployment_commit_diff}/commit_parents.csv (74%)
 rename backend/plugins/refdiff/e2e/{snapshot_tables => 
deployment_commit_diff}/commits_diffs.csv (100%)
 rename backend/plugins/refdiff/e2e/{snapshot_tables => 
deployment_commit_diff}/finished_commits_diffs.csv (100%)
 rename backend/plugins/refdiff/e2e/{raw_tables => 
deployment_commit_diff}/project_mapping.csv (53%)
 rename backend/plugins/refdiff/e2e/{raw_tables => 
deployment_commit_diff}/repo_commits.csv (77%)
 rename backend/plugins/refdiff/e2e/{project_deployment_commit_diff_test.go => 
deployment_commit_diff_test.go} (68%)
 delete mode 100644 
backend/plugins/refdiff/e2e/raw_tables/cicd_pipeline_commits.csv
 delete mode 100644 backend/plugins/refdiff/e2e/raw_tables/cicd_pipelines.csv
 delete mode 100644 backend/plugins/refdiff/e2e/raw_tables/cicd_tasks.csv
 create mode 100644 
backend/plugins/refdiff/tasks/deployment_commit_diff_calculator.go
 delete mode 100644 
backend/plugins/refdiff/tasks/project_deployment_commit_diff_calculator.go

Reply via email to