You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by kl...@apache.org on 2022/07/22 08:43:45 UTC

[incubator-devlake] branch main updated (2f43b710 -> 21b029f1)

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

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


    from 2f43b710 feat: run pipeline in independent process (#2569)
     add 21b029f1 `hotfix` config-ui: blueprints service pack 1.0 (QA Bugfixes) (#2534)

No new revisions were added by this update.

Summary of changes:
 config-ui/src/components/Sidebar.jsx               |   2 +-
 .../src/components/blueprints/BlueprintsGrid.jsx   |   2 +-
 .../src/components/blueprints/ConnectionTabs.jsx   |  34 ++-
 .../blueprints/ProviderTransformationSettings.jsx  |   6 +-
 .../src/components/blueprints/WorkflowActions.jsx  |  32 ++-
 .../blueprints/create-workflow/AdvancedJSON.jsx    |   5 +-
 .../blueprints/create-workflow/DataConnections.jsx |  46 ++--
 .../blueprints/create-workflow/DataScopes.jsx      |   7 +-
 .../create-workflow/DataTransformations.jsx        |  31 +--
 .../src/components/pipelines/StageTaskName.jsx     |   2 +-
 .../{.file-headerrc => src/config/environment.js}  |   4 +
 config-ui/src/data/NullBlueprint.js                |   3 +-
 config-ui/src/hooks/useBlueprintManager.jsx        |  35 ++-
 config-ui/src/hooks/useBlueprintValidation.jsx     | 119 ++++++++--
 config-ui/src/hooks/useJIRA.jsx                    |   8 +-
 config-ui/src/hooks/usePipelineValidation.jsx      |  43 ++--
 config-ui/src/images/no-blueprints.svg             |   6 +
 .../src/pages/blueprints/blueprint-detail.jsx      |  19 +-
 .../src/pages/blueprints/create-blueprint.jsx      | 261 +++++++++++++--------
 config-ui/src/pages/blueprints/index.jsx           | 128 +++++-----
 .../pages/configure/connections/AddConnection.jsx  |   6 +-
 .../pages/configure/connections/ConnectionForm.jsx |  54 +++--
 .../pages/configure/connections/EditConnection.jsx |  12 +-
 config-ui/src/pages/configure/settings/github.jsx  |  30 +--
 config-ui/src/pages/configure/settings/jira.jsx    |  21 +-
 config-ui/src/styles/blueprints.scss               |   8 +
 config-ui/src/styles/libraries/blueprint.scss      |   1 +
 27 files changed, 578 insertions(+), 347 deletions(-)
 copy config-ui/{.file-headerrc => src/config/environment.js} (92%)
 create mode 100644 config-ui/src/images/no-blueprints.svg