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

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

commit 36706db90da1526a731e67b0485fd841265aaaed
Merge: 7589f6b12 e573b465d
Author: d4x1 <[email protected]>
AuthorDate: Fri Sep 6 15:23:13 2024 +0800

    Merge branch 'main' into dev-9

 .../models/domainlayer/devops/cicd_pipeline.go     |   1 +
 .../20240906_add_is_child_to_cicd_pipelines.go     |  52 +++++++++
 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 +-
 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 +
 .../styled.ts => hooks/use-outside-click.ts}       |  22 ++--
 .../{project/detail/styled.ts => app/app.tsx}      |  25 ++++-
 .../{project/detail/styled.ts => app/index.ts}     |  10 +-
 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 -----------------
 .../styled.ts => general-settings/index.tsx}       |  22 +++-
 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 +++++++++++++++++++++
 .../routes/project/{detail => layout}/styled.ts    |  52 ++++++++-
 .../webhooks-panel.tsx => webhook/index.tsx}       |  60 +++++-----
 config-ui/src/utils/request.ts                     |  23 ++--
 29 files changed, 580 insertions(+), 271 deletions(-)

Reply via email to