Skip to content

Commit

Permalink
Merge pull request #297 from kuzzleio/3.0.0-proposal
Browse files Browse the repository at this point in the history
Release 3.0.0
  • Loading branch information
Yoann-Abbes authored Feb 16, 2021
2 parents 0daf6a5 + a47622e commit 6f198bf
Show file tree
Hide file tree
Showing 349 changed files with 2,850 additions and 1,769 deletions.
2 changes: 1 addition & 1 deletion .ci/doc/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

snippets:
mount: /mnt
path: '.doc/**/*.test.yml'
path: '.doc/**/snippets/*.test.yml'
templates: /mnt/.ci/doc/templates

runners:
Expand Down
15 changes: 6 additions & 9 deletions .ci/doc/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,32 +2,29 @@ version: '3'

services:
kuzzle:
image: kuzzleio/kuzzle:1
image: kuzzleio/kuzzle:2
ports:
- '7512:7512'
- '1883:1883'
cap_add:
- SYS_PTRACE
depends_on:
- redis
- elasticsearch
container_name: kuzzle
environment:
- kuzzle_services__db__client__host=http://elasticsearch:9200
- kuzzle_services__storageEngine__client__node=http://elasticsearch:9200
- kuzzle_services__internalCache__node__host=redis
- kuzzle_services__memoryStorage__node__host=redis
- NODE_END=production
- kuzzle_services__storageEngine__commonMapping__dynamic=true
- NODE_ENV=production

redis:
image: redis:5

elasticsearch:
image: kuzzleio/elasticsearch:5.6.10
image: kuzzleio/elasticsearch:7
ulimits:
nofile: 65536
environment:
- cluster.name=kuzzle
- 'ES_JAVA_OPTS=-Xms256m -Xmx256m'

doc-tests:
image: kuzzleio/snippets-tests
Expand All @@ -48,6 +45,7 @@ services:
image: golang:alpine
volumes:
- ../..:/mnt
- ../..:/go/src/github.com/kuzzleio/sdk-go
- snippets:/var/snippets
command: >
ash -c '
Expand All @@ -59,7 +57,6 @@ services:
github.com/gorilla/websocket \
golang.org/x/tools/cmd/goimports \
golang.org/x/lint/golint;
go get github.com/kuzzleio/sdk-go;
touch /tmp/runner_ready_to_lint;
touch /tmp/runner_is_ready;
tail -f /dev/null
Expand Down

This file was deleted.

75 changes: 0 additions & 75 deletions .doc/2/controllers/document/mCreate/snippets/m-create.go

This file was deleted.

This file was deleted.

23 changes: 0 additions & 23 deletions .doc/2/controllers/document/mDelete/snippets/m-delete.go

This file was deleted.

47 changes: 0 additions & 47 deletions .doc/2/controllers/index/get-auto-refresh/index.md

This file was deleted.

This file was deleted.

This file was deleted.

47 changes: 0 additions & 47 deletions .doc/2/controllers/index/refresh-internal/index.md

This file was deleted.

This file was deleted.

Loading

0 comments on commit 6f198bf

Please sign in to comment.