Skip to content

Commit

Permalink
Merge branch 'master' into relation_selection_and_filtering
Browse files Browse the repository at this point in the history
  • Loading branch information
ondratra committed Oct 25, 2021
2 parents f9d6046 + fd03b32 commit 9b33dc6
Show file tree
Hide file tree
Showing 26 changed files with 546 additions and 126 deletions.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package hydra





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package hydra
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,6 @@ The monorepo contains the following sub-packages:
* [Hydra Indexer Gateway](hydra-indexer-gateway.md): GraphQL interface for the Indexer
* [Hydra Processor](hydra-processor.md): Processing part of the pipeline for transforming events into rich business-level objects
* [Hydra Typegen](hydra-typegen.md): A tool for generating typesafe typescript classes for events and extrinsics from the runtime metadata. No more manual deserialization of the event data.
* [Sample Project](https://github.com/dzhelezov/hydra/tree/e71d8145d55183b406ee4ac5a47b4bd089976e6f/packages/sample/README.md): A quickstart Hydra project set up against a publicly available Kusama indexer. Good starting point.
* [Sample Project](packages/sample): A quickstart Hydra project set up against a publicly available Kusama indexer. Good starting point.
* [Docs](https://dzhelezov.gitbook.io/hydra/): In-depth documentation covering the Hydra pipeline and API features, such as full-text search, pagination, extensive filtering and a rich GraphQL dialect defining your schema!

2 changes: 1 addition & 1 deletion lerna.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"packages/*"
],
"npmClient": "yarn",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"useWorkspaces": true,
"command": {
"version": {
Expand Down
26 changes: 26 additions & 0 deletions packages/bn-typeorm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/bn-typeorm





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/bn-typeorm
Expand Down
2 changes: 1 addition & 1 deletion packages/bn-typeorm/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/bn-typeorm",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"description": "TypeORM transformer for BigNumber",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
26 changes: 26 additions & 0 deletions packages/hydra-cli/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/hydra-cli





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/hydra-cli
Expand Down
6 changes: 3 additions & 3 deletions packages/hydra-cli/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joystream/hydra-cli",
"description": "CLI tool for building a Hydra query node",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"author": "metmirr @metmirr joystream @dzhelezov",
"license": "MIT",
"bin": {
Expand Down Expand Up @@ -48,7 +48,7 @@
"@inquirer/input": "^0.0.13-alpha.0",
"@inquirer/password": "^0.0.12-alpha.0",
"@inquirer/select": "^0.0.13-alpha.0",
"@joystream/warthog": "^2.39.0",
"@joystream/warthog": "^2.40.0",
"@oclif/command": "^1.5.20",
"@oclif/config": "^1",
"@oclif/errors": "^1.3.3",
Expand Down Expand Up @@ -80,7 +80,7 @@
"lodash": "^4.17.20",
"pg": "^8.3.2",
"pg-listen": "^1.7.0",
"@joystream/warthog": "^2.39.0",
"@joystream/warthog": "^2.40.0",
"typeorm": "^0.2.31"
},
"devDependencies": {
Expand Down
26 changes: 26 additions & 0 deletions packages/hydra-common/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/hydra-common





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/hydra-common
Expand Down
2 changes: 1 addition & 1 deletion packages/hydra-common/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/hydra-common",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"description": "Common Hydra tools",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand Down
26 changes: 26 additions & 0 deletions packages/hydra-db-utils/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/hydra-db-utils





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/hydra-db-utils
Expand Down
4 changes: 2 additions & 2 deletions packages/hydra-db-utils/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/hydra-db-utils",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"description": "Hydra Database tools",
"main": "lib/index.js",
"types": "lib/index.d.ts",
Expand All @@ -19,7 +19,7 @@
"test": "nyc --extension .ts mocha --timeout 50000 --require ts-node/register --forbid-only \"test/**/*.test.ts\""
},
"dependencies": {
"@joystream/hydra-common": "^3.1.0-alpha.9",
"@joystream/hydra-common": "^3.1.0-alpha.12",
"@types/ioredis": "^4.17.4",
"bn.js": "^5.1.3",
"ioredis": "^4.17.3",
Expand Down
26 changes: 26 additions & 0 deletions packages/hydra-e2e-tests/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/hydra-e2e-tests





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/hydra-e2e-tests
Expand Down
4 changes: 2 additions & 2 deletions packages/hydra-e2e-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@joystream/hydra-e2e-tests",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"private": "true",
"description": "End-to-end tests for Hydra services",
"main": "index.js",
Expand Down Expand Up @@ -32,7 +32,7 @@
"typedi": "^0.8.0"
},
"devDependencies": {
"@joystream/hydra-cli": "^3.1.0-alpha.9",
"@joystream/hydra-cli": "^3.1.0-alpha.12",
"@types/chai": "^4.2.13",
"@types/mocha": "^8.0.3",
"chai": "^4.2.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/hydra-indexer-gateway/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/hydra-indexer-gateway





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/hydra-indexer-gateway
Expand Down
8 changes: 4 additions & 4 deletions packages/hydra-indexer-gateway/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@joystream/hydra-indexer-gateway",
"private": "true",
"version": "3.1.0-alpha.9",
"version": "3.1.0-alpha.12",
"description": "Generated Warthog Project",
"license": "MIT",
"scripts": {
Expand Down Expand Up @@ -41,9 +41,9 @@
"test:watch": "DEBUG= jest --watch"
},
"dependencies": {
"@joystream/bn-typeorm": "^3.1.0-alpha.9",
"@joystream/hydra-common": "^3.1.0-alpha.9",
"@joystream/hydra-db-utils": "^3.1.0-alpha.9",
"@joystream/bn-typeorm": "^3.1.0-alpha.12",
"@joystream/hydra-common": "^3.1.0-alpha.12",
"@joystream/hydra-db-utils": "^3.1.0-alpha.12",
"@types/ioredis": "^4.17.4",
"bn.js": "^5.1.3",
"dotenv": "^8.2.0",
Expand Down
26 changes: 26 additions & 0 deletions packages/hydra-indexer/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,32 @@
All notable changes to this project will be documented in this file.
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.

## 3.1.0-alpha.12 (2021-09-24)


### Bug Fixes

* loadManyToMany undefined fix ([c758740](https://github.com/Joystream/hydra/commit/c7587402e0d1a2b775fc7fc6a19ceb0f6b32d525))



## 3.1.0-alpha.11 (2021-09-17)


### Bug Fixes

* missing websocket dependency fix ([6b23a3d](https://github.com/Joystream/hydra/commit/6b23a3dca5b7009020031fff7642f80c898e5255))



## 3.1.0-alpha.10 (2021-09-09)

**Note:** Version bump only for package @joystream/hydra-indexer





## 3.1.0-alpha.9 (2021-07-09)

**Note:** Version bump only for package @joystream/hydra-indexer
Expand Down
Loading

0 comments on commit 9b33dc6

Please sign in to comment.