New ListKeys API in syncstorage 65/6765/3 v0.8.0
authorPetri Ovaska <petri.ovaska@nokia.com>
Wed, 22 Sep 2021 05:09:53 +0000 (08:09 +0300)
committerPetri Ovaska <petri.ovaska@nokia.com>
Mon, 4 Oct 2021 10:26:09 +0000 (13:26 +0300)
commit5bd649776a32ed03600f5b0f147dbd5596905737
tree8921c4b66a499c5bd2f88bc4910999e21f6c14cc
parent354c65d7e6d9269e62b88b1804443513e55f4889
New ListKeys API in syncstorage

The ListKeys API returns all keys in the given namespace matching
key search pattern.

Also update sdltester -tool to test ListKeys api:
  listkeys
    - List keys in the given namespace matching key search pattern.

Upgraded ci/Dockerfile golang image version tag to 1.16. This is
due to expired Root CA certificates in golang:1.12 image which
result an error when building docker image:
  fatal: unable to access 'https://gopkg.in/tomb.v1/': server
  certificate verification failed. CAfile: none CRLfile: none

Version: 0.8.0

Issue-Id: RIC-110
Signed-off-by: Petri Ovaska <petri.ovaska@nokia.com>
Change-Id: Ic02a3f127934a1e02e01a36c573d035db34dbd6f
ci/Dockerfile
cmd/sdltester/sdltester.go
docs/release-notes.rst
sdl_private_fn_test.go
syncstorage.go
syncstorage_test.go [new file with mode: 0644]