You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@devlake.apache.org by wa...@apache.org on 2023/03/28 06:12:10 UTC

[incubator-devlake] branch main updated (369e409ca -> 9f94501c0)

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 369e409ca fix(config-ui): some bugs for new transformation (#4793)
     add 9f94501c0 feat: add tapd config ui bp (#4792)

No new revisions were added by this update.

Summary of changes:
 config-ui/src/global.d.ts                          |   2 +-
 config-ui/src/hooks/use-refresh-data.ts            |   1 +
 config-ui/src/layouts/base/styled.ts               |  14 +-
 .../blueprint/connection-add/components/step-1.tsx |   2 +-
 .../pages/blueprint/connection-detail/index.tsx    |   2 +-
 .../pages/blueprint/create/components/step-1.tsx   |   2 +-
 .../src/pages/pipeline/components/task/index.tsx   |   2 +-
 .../components/connection-form/fields/app-id.tsx   |  10 +-
 .../components/connection-form/fields/index.tsx    |   4 +-
 .../components/connection-form/operate/test.tsx    |  14 +-
 .../plugins/components/data-scope-form/index.tsx   |   5 +
 .../components/data-scope-miller-columns/api.ts    |   6 +
 .../components/data-scope-miller-columns/index.tsx |   9 +-
 .../components/transformation-form/index.tsx       |  18 +-
 .../components/transformation-select/index.tsx     |  28 +-
 .../plugins/components/transformation/index.tsx    |  61 +++-
 config-ui/src/plugins/config.ts                    |   2 +-
 .../src/plugins/register/{jira => tapd}/api.ts     |   6 +-
 config-ui/src/plugins/register/tapd/config.tsx     |  10 +-
 config-ui/src/plugins/register/tapd/data-scope.tsx |  89 ++++++
 config-ui/src/plugins/register/tapd/index.ts       |   2 +
 .../src/plugins/register/{jira => tapd}/styled.ts  |   3 +-
 .../src/plugins/register/tapd/transformation.tsx   | 340 +++++++++++++++++++++
 .../plugins/register/{bitbucket => tapd}/types.ts  |   2 +-
 .../src/plugins/register/teambition/config.tsx     |  10 +-
 .../teambition/connection-fields/styled.ts         |   2 +-
 .../teambition/connection-fields/tenant-id.tsx     |   7 +-
 .../teambition/connection-fields/tenant-type.tsx   |  13 +-
 config-ui/src/plugins/register/zentao/config.ts    |   2 +-
 config-ui/src/plugins/types.ts                     |   1 +
 config-ui/src/store/connections/types.ts           |   2 +-
 .../src/store/connections/use-context-value.ts     |   6 +-
 32 files changed, 598 insertions(+), 79 deletions(-)
 copy config-ui/src/plugins/register/{jira => tapd}/api.ts (77%)
 create mode 100644 config-ui/src/plugins/register/tapd/data-scope.tsx
 copy config-ui/src/plugins/register/{jira => tapd}/styled.ts (96%)
 create mode 100644 config-ui/src/plugins/register/tapd/transformation.tsx
 copy config-ui/src/plugins/register/{bitbucket => tapd}/types.ts (97%)