You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@servicecomb.apache.org by li...@apache.org on 2022/09/19 10:47:31 UTC

[servicecomb-kie] branch sync updated (17ab47c -> 8f9fc86)

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

littlecui pushed a change to branch sync
in repository https://gitbox.apache.org/repos/asf/servicecomb-kie.git


 discard 17ab47c  [feat]return the same ID when input the same kvDoc request
     add 12a8ddb  provide CaseSensitive option to ignore case of keys or not (#258)
     add efeb332  add Exist method to determine a key's existence (#259)
     add 8f9fc86  [feat]return the same ID when input the same kvDoc request

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   (17ab47c)
            \
             N -- N -- N   refs/heads/sync (8f9fc86)

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:
 server/datasource/etcd/kv/kv_dao.go |  8 ++++--
 server/datasource/options.go        | 10 +++++++-
 server/service/kv/kv_svc.go         | 13 ++++++++++
 server/service/kv/kv_svc_test.go    | 51 +++++++++++++++++++++++++++++++++++++
 4 files changed, 79 insertions(+), 3 deletions(-)