Skip to content

Commit 5d1b86a

Browse files
Upgrade to latest gorm version and generate docs (#57)
1 parent bb2782c commit 5d1b86a

File tree

7 files changed

+373
-127
lines changed

7 files changed

+373
-127
lines changed

build/install_tools.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ set -eux
44
source $(dirname "$0")/env.sh
55

66
GOLNT_VERSION=v1.50.1
7-
GOMRK_VERSION=v0.4.2-0.20230402163522-cc78abbcb570
7+
GOMRK_VERSION=v1.1.0
88
SHFMT_VERSION=v3.6.0
99
TYPOS_VERSION=1.13.6
1010

docs/DOCUMENTATION.md

+360-116
Large diffs are not rendered by default.

go.mod

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ require (
1313
google.golang.org/grpc v1.53.0
1414
google.golang.org/protobuf v1.28.1
1515
gorm.io/driver/postgres v1.4.7
16-
gorm.io/gorm v1.24.5
16+
gorm.io/gorm v1.25.2
1717
)
1818

1919
require (
@@ -30,4 +30,4 @@ require (
3030
gopkg.in/yaml.v3 v3.0.1 // indirect
3131
)
3232

33-
replace gorm.io/gorm => github.com/go-gorm/gorm v1.24.3
33+
replace gorm.io/gorm => github.com/go-gorm/gorm v1.25.2

go.sum

+2-3
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ github.com/creack/pty v1.1.9/go.mod h1:oKZEueFk5CKHvIhNR5MUki03XCEU+Q6VDXinZuGJ3
66
github.com/davecgh/go-spew v1.1.0/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
77
github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c=
88
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
9-
github.com/go-gorm/gorm v1.24.3 h1:i7282zLDl02LqeOfKYIWYeDhqBc1VAY+uFeVjOfFqZ4=
10-
github.com/go-gorm/gorm v1.24.3/go.mod h1:DVrVomtaYTbqs7gB/x2uVvqnXzv0nqjB396B8cG4dBA=
9+
github.com/go-gorm/gorm v1.25.2 h1:+kg2OobcNtV45/aVwqQSbynr+PK9GTeOJFdcvpsTVUg=
10+
github.com/go-gorm/gorm v1.25.2/go.mod h1:L4uxeKpfBml98NYqVqwAdmV1a2nBtAec/cf3fpucW/k=
1111
github.com/golang/protobuf v1.5.0/go.mod h1:FsONVRAS9T7sI+LIUmWTfcYkHO4aIWwzhcaSAoJOfIk=
1212
github.com/google/go-cmp v0.5.5/go.mod h1:v8dTdLbMG2kIc/vJvl+f65V22dbkXbowE6jgT/gNBxE=
1313
github.com/google/go-cmp v0.5.9 h1:O2Tfq5qg4qc4AmwVlvv0oLiVAGB7enBSJ2x2DqQFi38=
@@ -24,7 +24,6 @@ github.com/jackc/pgx/v5 v5.2.0/go.mod h1:Ptn7zmohNsWEsdxRawMzk3gaKma2obW+NWTnKa0
2424
github.com/jackc/puddle/v2 v2.1.2/go.mod h1:2lpufsF5mRHO6SuZkm0fNYxM6SWHfvyFj62KwNzgels=
2525
github.com/jinzhu/inflection v1.0.0 h1:K317FqzuhWc8YvSVlFMCCUb36O/S9MCKRDI7QkRKD/E=
2626
github.com/jinzhu/inflection v1.0.0/go.mod h1:h+uFLlag+Qp1Va5pdKtLDYj+kHp5pxUVkryuEj+Srlc=
27-
github.com/jinzhu/now v1.1.4/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=
2827
github.com/jinzhu/now v1.1.5 h1:/o9tlHleP7gOFmsnYNz3RGnqzefHA47wQpKrrdTIwXQ=
2928
github.com/jinzhu/now v1.1.5/go.mod h1:d3SSVoowX0Lcu0IBviAWJpolVfI5UJVZZ7cO71lE/z8=
3029
github.com/kr/pretty v0.1.0/go.mod h1:dAy3ld7l9f0ibDNOQOHHMYYIIbhfbHSm3C4ZsoJORNo=

pkg/datastore/db_user.go

+2-1
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,11 @@ package datastore
2020

2121
import (
2222
"encoding/json"
23-
"github.com/vmware-labs/multi-tenant-persistence-for-saas/pkg/dbrole"
2423
"hash/fnv"
2524
"os"
2625
"strconv"
26+
27+
"github.com/vmware-labs/multi-tenant-persistence-for-saas/pkg/dbrole"
2728
)
2829

2930
// Specifications for database user.

pkg/protostore/protostore_test.go

+4-4
Original file line numberDiff line numberDiff line change
@@ -705,14 +705,14 @@ func TestProtoStoreMsg_String(t *testing.T) {
705705
assert := assert.New(t)
706706
p := setupDbContext(t, "TestProtoStoreMsg_String")
707707
const id = "some-key"
708-
var cpu = &pb.CPU{Brand: "Intel"}
709-
var md = protostore.Metadata{Id: id, Revision: 10}
710-
var orgId, _ = p.GetAuthorizer().GetOrgFromContext(AmericasPepsiAdminCtx)
708+
cpu := &pb.CPU{Brand: "Intel"}
709+
md := protostore.Metadata{Id: id, Revision: 10}
710+
orgId, _ := p.GetAuthorizer().GetOrgFromContext(AmericasPepsiAdminCtx)
711711
pMsg, err := p.MsgToPersist(AmericasPepsiAdminCtx, id, cpu, md)
712712
if err != nil {
713713
assert.FailNow("Failed to generate ProtoStoreMsg", err)
714714
}
715-
var isJson = func(str string) bool { return len(str) >= 2 && str[0] == '{' && str[len(str)-1] == '}' }
715+
isJson := func(str string) bool { return len(str) >= 2 && str[0] == '{' && str[len(str)-1] == '}' }
716716
for _, pMsgStr := range []string{pMsg.String(), fmt.Sprintf("%+v", pMsg)} {
717717
assert.True(isJson(pMsgStr), "Expected string version of ProtoStoreMsg to be a JSON string")
718718
assert.Contains(pMsgStr, id, "Expected unique ID of ProtoStoreMsg to be printed")

test/data.go

+2
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,10 @@ package test
2020

2121
import (
2222
"encoding/json"
23+
2324
"github.com/google/go-cmp/cmp"
2425
"github.com/google/uuid"
26+
2527
"github.com/vmware-labs/multi-tenant-persistence-for-saas/pkg/authorizer"
2628
)
2729

0 commit comments

Comments
 (0)