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

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


    from 7773cc9e7 feat(gitlab): collect child pipelines
     new b0fbdd2f9 feat(gitlab): add is_child to pipelines
     new 7589f6b12 feat(gitlab): add source field to pipelines
     add 29e9b87f9 feat: use new project detail layout (#8002)
     add e573b465d feat(domain): add is_child field to table cicd_pipelines 
(#8006)
     new 36706db90 Merge branch 'main' into dev-9

The 3 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:
 .../models/domainlayer/devops/cicd_pipeline.go     |   1 +
 .../20240906_add_is_child_to_cicd_pipelines.go}    |  26 +++--
 backend/core/models/migrationscripts/register.go   |   1 +
 backend/plugins/bamboo/e2e/plan_build_test.go      |   5 +-
 backend/plugins/circleci/e2e/workflow_test.go      |   2 +-
 backend/plugins/github/e2e/cicd_run_test.go        |   5 +-
 .../plugins/gitlab/e2e/pipelines_detail_test.go    |   5 +-
 ...nees.go => 20240906_add_source_to_pipelines.go} |  41 ++++---
 .../gitlab/models/migrationscripts/register.go     |   1 +
 backend/plugins/gitlab/models/pipeline.go          |   3 +
 .../gitlab/tasks/child_pipeline_collector.go       |   1 -
 .../gitlab/tasks/child_pipeline_extractor.go       |  84 ++++++++++++++
 backend/plugins/gitlab/tasks/job_extractor.go      |   1 -
 .../gitlab/tasks/pipeline_detail_collector.go      |   2 +-
 .../gitlab/tasks/pipeline_detail_extractor.go      |   6 +-
 backend/plugins/gitlab/tasks/pipeline_extractor.go |  25 ++---
 backend/plugins/gitlab/tasks/tag_extractor.go      |   3 +-
 .../plugins/gitlab/tasks/trigger_job_extractor.go  |   1 -
 config-ui/src/api/project/index.ts                 |   2 +-
 config-ui/src/app/routrer.tsx                      | 120 ++++++++++++--------
 config-ui/src/config/paths.ts                      |   2 +-
 config-ui/src/features/connections/slice.ts        |  59 +++++-----
 config-ui/src/hooks/index.ts                       |   1 +
 .../types.ts => hooks/use-outside-click.ts}        |  32 +++---
 .../no-data/index.tsx => routes/app/app.tsx}       |  41 +++----
 config-ui/src/routes/{layout => app}/index.ts      |   2 +-
 config-ui/src/routes/{layout => app}/loader.ts     |   2 +-
 .../routes/blueprint/detail/blueprint-detail.tsx   |   1 -
 config-ui/src/routes/index.ts                      |   1 +
 config-ui/src/routes/layout/index.ts               |   1 -
 config-ui/src/routes/layout/layout.tsx             |  14 +--
 .../index.tsx}                                     |  36 +++---
 config-ui/src/routes/project/detail/index.tsx      |  98 -----------------
 config-ui/src/routes/project/detail/styled.ts      |  26 -----
 .../project/general-settings/index.tsx}            |  33 ++----
 config-ui/src/routes/project/index.ts              |   5 +-
 config-ui/src/routes/project/layout/index.tsx      | 102 +++++++++++++++++
 .../src/routes/project/layout/project-selector.tsx | 122 +++++++++++++++++++++
 .../project/layout}/styled.ts                      |  71 ++++++------
 .../webhooks-panel.tsx => webhook/index.tsx}       |  60 +++++-----
 config-ui/src/utils/request.ts                     |  23 ++--
 41 files changed, 642 insertions(+), 425 deletions(-)
 copy 
backend/{plugins/jira/models/migrationscripts/20230214_remove_issue_stdstorypoint.go
 => core/models/migrationscripts/20240906_add_is_child_to_cicd_pipelines.go} 
(66%)
 copy 
backend/plugins/gitlab/models/migrationscripts/{20240531_add_mr_assignees.go => 
20240906_add_source_to_pipelines.go} (55%)
 create mode 100644 backend/plugins/gitlab/tasks/child_pipeline_extractor.go
 copy config-ui/src/{api/pipeline/types.ts => hooks/use-outside-click.ts} (61%)
 copy config-ui/src/{components/no-data/index.tsx => routes/app/app.tsx} (59%)
 copy config-ui/src/routes/{layout => app}/index.ts (96%)
 rename config-ui/src/routes/{layout => app}/loader.ts (96%)
 rename config-ui/src/routes/project/{detail/settings-panel.tsx => 
additional-settings/index.tsx} (92%)
 delete mode 100644 config-ui/src/routes/project/detail/index.tsx
 delete mode 100644 config-ui/src/routes/project/detail/styled.ts
 copy config-ui/src/{plugins/components/connection-form/fields/styled.ts => 
routes/project/general-settings/index.tsx} (60%)
 create mode 100644 config-ui/src/routes/project/layout/index.tsx
 create mode 100644 config-ui/src/routes/project/layout/project-selector.tsx
 copy config-ui/src/{plugins/register/jira/transformation-fields => 
routes/project/layout}/styled.ts (59%)
 rename config-ui/src/routes/project/{detail/webhooks-panel.tsx => 
webhook/index.tsx} (80%)

Reply via email to