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

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


 discard 9b36361d1 feat(config-ui): integrate external code
     add 601d01818 fix: remove gitlab cloud non-own organization repos (#6438)
     add 5057cef47 fix: use streaming for Python->Go RemoteScopes API to 
prevent oversized payloads (#6443)
     add ba51389e4 fix(config-ui): missed default value in sync frequency 
(#6449)
     add c6c5bb1ae fix: no entities specified, use all entities enabled by 
default (#6450)
     add 150d20664 docs: page and pageSize should not be required (#6452) 
(#6453)
     new 0b870bc45 feat(config-ui): integrate external code

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   (9b36361d1)
            \
             N -- N -- N   refs/heads/next (0b870bc45)

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.

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 backend/go.mod                                     | 12 ++++++----
 backend/go.sum                                     | 27 ++++++++++++++--------
 backend/helpers/pluginhelper/api/pipeline_plan.go  |  4 +++-
 backend/plugins/gitlab/api/remote.go               |  6 ++++-
 backend/plugins/gitlab/models/connection.go        |  1 +
 backend/python/pydevlake/pydevlake/ipc.py          |  2 +-
 backend/python/pydevlake/pydevlake/plugin.py       |  8 ++-----
 backend/scripts/build-plugins.sh                   |  6 +++++
 backend/server/api/apikeys/apikeys.go              |  9 ++++----
 backend/server/api/project/project.go              |  4 ++--
 .../services/remote/plugin/remote_scope_api.go     | 26 +++++++++++++++------
 .../detail/components/sync-policy/index.tsx        | 20 +++++++++++-----
 12 files changed, 84 insertions(+), 41 deletions(-)

Reply via email to