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 04e4a01d refactor(gitlab): multi conn (#2147)
add 302db528 refactor(config-ui): gitlab multi conn
No new revisions were added by this update.
Summary of changes:
.../src/components/pipelines/ProviderSettings.jsx | 53 +++
config-ui/src/data/Providers.js | 3 +-
config-ui/src/data/integrations.jsx | 2 +-
config-ui/src/hooks/useConnectionManager.jsx | 14 +-
config-ui/src/hooks/usePipelineValidation.jsx | 4 +-
config-ui/src/hooks/useSettingsManager.jsx | 2 +-
.../pages/configure/connections/AddConnection.jsx | 4 +-
.../configure/connections/ConfigureConnection.jsx | 8 +-
.../pages/configure/connections/ConnectionForm.jsx | 6 +-
.../pages/configure/connections/EditConnection.jsx | 2 +-
config-ui/src/pages/configure/settings/gitlab.jsx | 492 +++++++++++----------
config-ui/src/pages/pipelines/create.jsx | 24 +-
12 files changed, 350 insertions(+), 264 deletions(-)