Skip to content

Commit

Permalink
Merge pull request #276 from kuzzleio/2-stable
Browse files Browse the repository at this point in the history
2.0.3
  • Loading branch information
jenow authored Dec 4, 2020
2 parents 33427e7 + 3e33f04 commit 696f673
Show file tree
Hide file tree
Showing 15 changed files with 1,731 additions and 506 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hooks:
before:
after:
template: default
expected: ^Kuzzle Server configuration as JSON string: .*$
expected: ^(Kuzzle Server configuration as JSON string:)

sdk: go
version: 1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hooks:
before:
after:
template: default
expected: ^(Last Kuzzle Stats as JSON string:) {("connections":{.*}),("ongoingRequests":{.*}),("completedRequests":{.*}),("failedRequests":{.*}),("timestamp":[0-9]{13})}$
expected: ^(Last Kuzzle Stats as JSON string:)

sdk: go
version: 1
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ hooks:
before:
after:
template: default
expected: ^(Kuzzle Stats as JSON string:) {"hits":\[({"connections":{.*},"ongoingRequests":{.*},"completedRequests":{.*},"failedRequests":{.*},"timestamp":[0-9]{13}}(,)*)*\],"total":[0-9]+}$
expected: ^(Kuzzle Stats as JSON string:)

sdk: go
version: 1
3 changes: 2 additions & 1 deletion .doc/2/controllers/server/info/snippets/info.test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ hooks:
before:
after:
template: default
expected: "^Kuzzle Server information as JSON string: {\"serverInfo\":{\"kuzzle\":{\"version\":\"[0-9]\\.[0-9]\\.[0-9]\",\"api\":{.*"
expected: ^(Kuzzle Server information as JSON string:)

sdk: go
version: 1
1 change: 1 addition & 0 deletions .doc/2/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ order: 1
title: GOLANG SDK v2.x
description: GOLANG SDK v2.x
---
<RedirectToFirstChild />
60 changes: 0 additions & 60 deletions .doc/doc.sh

This file was deleted.

3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
.idea
.vscode
main.go
vendor

# Custom test file
test.go
Expand All @@ -19,4 +20,4 @@ internal/wrappers/kcore_wrap\.o
*.a

.doc/framework
node_modules/
node_modules/
Loading

0 comments on commit 696f673

Please sign in to comment.