Skip to content

Commit

Permalink
Merge pull request #83 from weaviate/activate_deactivate_tenants_support
Browse files Browse the repository at this point in the history
Activate deactivate tenants support
  • Loading branch information
aliszka authored Aug 17, 2023
2 parents bef1734 + b4e6ef4 commit 122db2a
Show file tree
Hide file tree
Showing 16 changed files with 351 additions and 20 deletions.
2 changes: 1 addition & 1 deletion ci/docker-compose-azure-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
ports:
- 8081:8081
restart: on-failure:0
Expand Down
4 changes: 2 additions & 2 deletions ci/docker-compose-cluster.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
weaviate-node-1:
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
restart: on-failure:0
ports:
- "8087:8080"
Expand All @@ -25,7 +25,7 @@ services:
- '8080'
- --scheme
- http
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
ports:
- 8088:8080
- 6061:6060
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-okta-cc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
ports:
- 8082:8082
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-okta-users.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
ports:
- 8083:8083
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-openai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ services:
- '8086'
- --scheme
- http
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
ports:
- 8086:8086
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose-wcs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ services:
- --scheme
- http
- --write-timeout=600s
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
ports:
- 8085:8085
restart: on-failure:0
Expand Down
2 changes: 1 addition & 1 deletion ci/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
version: '3.4'
services:
weaviate:
image: semitechnologies/weaviate:1.20.0
image: semitechnologies/weaviate:1.21.0-rc.1
restart: on-failure:0
ports:
- "8080:8080"
Expand Down
189 changes: 189 additions & 0 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
"lint:fix": "npm run lint -- --fix",
"format": "prettier --write --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'",
"format:check": "prettier --check --no-error-on-unmatched-pattern '**/*.{ts,js}' '!dist/**'",
"prepare": "husky install"
"prepare": "husky install",
"schema": "./tools/refresh_schema.sh"
},
"repository": {
"type": "git",
Expand Down Expand Up @@ -68,6 +69,7 @@
"husky": "^8.0.3",
"jest": "^29.4.3",
"lint-staged": "^13.2.0",
"openapi-typescript": "^5.4.1",
"prettier": "^2.8.4",
"ts-jest": "^29.0.5",
"tsup": "^6.7.0",
Expand Down
Loading

0 comments on commit 122db2a

Please sign in to comment.