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

abeizn pushed a change to branch post-project-bp
in repository https://gitbox.apache.org/repos/asf/incubator-devlake.git


    omit 8cb199f7e fix: typo
    omit c79ff96c0 fix: lint
    omit dc98f37d9 fix: bp unit test
    omit 3164e3bfb fix: bp unit test
    omit e196948b5 fix: bp unit test and add custom bp by api
    omit c20387cec fix: bp unit test
    omit 869b2e6ac fix: backend assembly bp information
    omit c98d6082d fix: add bp info checker
    omit 9f7c83ba2 fix: post project with blueprint
     add 3973c95ed feat: optional security enhancement (#7451)
     add 2cc08c7ec fix: some bugs for scope config (#7452)
     add 5aac71130 fix: error condition for not related project data scope 
(#7454)
     add d7807f9e6 fix: error id for scope config changed (#7456)
     add 0d032b3d6 fix: incorrect LOC of the first commit in a given time range 
(#7458)
     add 17522da37 fix: post project with blueprint
     add 462405831 fix: add bp info checker
     add 26b0d99c9 fix: backend assembly bp information
     add f68b1d683 fix: bp unit test
     add 5a3ed214c fix: bp unit test and add custom bp by api
     add 676012fdf fix: bp unit test
     add 87232f50b fix: bp unit test
     add b32d41daf fix: lint
     add 26149a04b fix: typo

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (8cb199f7e)
            \
             N -- N -- N   refs/heads/post-project-bp (26149a04b)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 backend/helpers/pluginhelper/api/api_client.go     |  66 ++++++++++++-
 .../helpers/pluginhelper/api/api_client_test.go    |  65 +++++++++++++
 backend/plugins/gitextractor/gitextractor.go       |   2 +-
 .../plugins/gitextractor/parser/clone_gitcli.go    |   7 ++
 .../src/components/action/icon-button/index.tsx    |   8 +-
 .../plugins/components/scope-config-form/index.tsx |   9 +-
 .../src/plugins/components/scope-config/index.tsx  |  27 ++++--
 .../routes/blueprint/connection-detail/index.tsx   |  78 +++-------------
 .../routes/blueprint/connection-detail/table.tsx   | 102 +++++++++++++++++++++
 config-ui/src/routes/connection/connection.tsx     |  19 +++-
 env.example                                        |   9 +-
 11 files changed, 302 insertions(+), 90 deletions(-)
 create mode 100644 backend/helpers/pluginhelper/api/api_client_test.go
 create mode 100644 config-ui/src/routes/blueprint/connection-detail/table.tsx

Reply via email to