Skip to content

Commit

Permalink
Hotfix/2.26.2 (#3881)
Browse files Browse the repository at this point in the history
* fix indexer service dependency [skip ci]

Signed-off-by: Artem Buslaev <[email protected]>
(cherry picked from commit 001ffda)

* fix docker running

Signed-off-by: Artem Buslaev <[email protected]>
(cherry picked from commit 6e573e8)

* bump versions

Signed-off-by: Artem Buslaev <[email protected]>

* [skip ci] Add swagger.yaml

* GITBOOK-198: Added indexer command to launch

* GITBOOK-199: Updated roadmap

(cherry picked from commit f613d29)

* GITBOOK-200: Updated Roadmap till jan2025

(cherry picked from commit f13a595)

---------

Signed-off-by: Artem Buslaev <[email protected]>
Co-authored-by: envision-ci-agent <[email protected]>
Co-authored-by: prernaa.agarwal <[email protected]>
  • Loading branch information
3 people authored Jul 12, 2024
1 parent 3994551 commit 4b96a35
Show file tree
Hide file tree
Showing 31 changed files with 303 additions and 88 deletions.
6 changes: 3 additions & 3 deletions ai-service/package.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
{
"name": "ai-service",
"version": "2.26.1",
"version": "2.26.2",
"main": "dist/app.js",
"license": "Apache-2.0",
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
Expand Down
6 changes: 3 additions & 3 deletions analytics-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -82,5 +82,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 3 additions & 3 deletions api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
"@fastify/formbody": "^7.4.0",
"@fastify/multipart": "^8.2.0",
"@fastify/static": "^7.0.0",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/jwt": "^10.0.3",
Expand Down Expand Up @@ -88,5 +88,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
2 changes: 1 addition & 1 deletion api-tests/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "api-tests",
"version": "2.26.1",
"version": "2.26.2",
"description": "API Tests",
"main": "index.js",
"type": "module",
Expand Down
6 changes: 3 additions & 3 deletions auth-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@meeco/cryppo": "^2.0.2",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
Expand Down Expand Up @@ -79,5 +79,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
4 changes: 2 additions & 2 deletions common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"@azure/identity": "^3.2.2",
"@azure/keyvault-secrets": "^4.7.0",
"@google-cloud/secret-manager": "^4.2.2",
"@guardian/interfaces": "^2.26.1",
"@guardian/interfaces": "^2.26.2",
"@hashgraph/sdk": "2.46.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -88,5 +88,5 @@
"test:stability": "mocha tests/stability.test.js"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 6 additions & 0 deletions docs/guardian/global-indexer/indexer-user-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,12 @@ For example ‘Project Description’ will find all entities which include ‘Pr

To find an exact phrase you need to use double quotes, e.g. type something like ‘“Project Description”’. Words can be excluded by typing ‘-’ symbol in the request. All searched entities have metadata in Hedera messages, search looks at policy message IDs, schema names, schema message IDs, VC/VP document content/values, schema properties, schema field names, etc…

To launch the Indexer, please run the following command in the root of the folder:

```
docker compose -f "docker-compose-indexer.yml" up -d --build
```

### Landing page includes following information:

* _Registries_, _Methodologies_, _Total Documents_, _Total Issuance_. All cards are clickable. Also there is an ability to check charts with count and date.
Expand Down
257 changes: 236 additions & 21 deletions docs/guardian/readme/roadmap.md

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion frontend/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -74,5 +74,5 @@
"test": "ng test",
"watch": "ng build --watch --configuration development --output-path ../www-data"
},
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 3 additions & 3 deletions guardian-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@hashgraph/sdk": "2.46.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "^2.0.2",
Expand Down Expand Up @@ -99,5 +99,5 @@
"test:stability": "mocha tests/stability.test.mjs"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 3 additions & 3 deletions indexer-api-gateway/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@
},
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@indexer/interfaces": "^2.22.0",
"@indexer/common": "^2.22.0",
"@indexer/interfaces": "^2.26.2",
"@indexer/common": "^2.26.2",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
Expand Down Expand Up @@ -83,5 +83,5 @@
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml"
},
"type": "module",
"version": "2.22.0"
"version": "2.26.2"
}
2 changes: 1 addition & 1 deletion indexer-common/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,5 @@
"test:stability": "mocha tests/stability.test.js"
},
"type": "module",
"version": "2.22.0"
"version": "2.26.2"
}
2 changes: 1 addition & 1 deletion indexer-frontend/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"name": "indexer-frontend",
"version": "2.22.0",
"version": "2.26.2",
"scripts": {
"ng": "ng",
"start": "ng serve --proxy-config ./proxy.conf.json",
Expand Down
9 changes: 1 addition & 8 deletions indexer-frontend/proxy.conf.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,5 @@
"pathRewrite": {
"/ws": ""
}
},
"/openai/*": {
"target": "http://localhost:3021/",
"secure": false,
"ws": true,
"logLevel": "debug",
"changeOrigin": true
}
}
}
4 changes: 2 additions & 2 deletions indexer-frontend/proxy.docker.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"/api/v1/*": {
"target": "http://api-gateway:3002/",
"target": "http://api-gateway:3021/",
"secure": false,
"logLevel": "debug",
"changeOrigin": true,
Expand All @@ -10,7 +10,7 @@
}
},
"/ws/*": {
"target": "http://api-gateway:3002/",
"target": "http://api-gateway:3021/",
"secure": false,
"ws": true,
"logLevel": "debug",
Expand Down
2 changes: 1 addition & 1 deletion indexer-interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,5 @@
"prepack": "npm run build"
},
"type": "module",
"version": "2.22.0"
"version": "2.26.2"
}
9 changes: 5 additions & 4 deletions indexer-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@elastic/elasticsearch": "^8.12.2",
"@indexer/common": "^2.22.0",
"@indexer/interfaces": "^2.22.0",
"@indexer/common": "^2.26.2",
"@indexer/interfaces": "^2.26.2",
"mongodb": "6.5.0",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
Expand All @@ -21,7 +21,8 @@
"jszip": "^3.10.1",
"module-alias": "^2.2.2",
"reflect-metadata": "^0.1.13",
"rxjs": "^7.8.1"
"rxjs": "^7.8.1",
"imurmurhash": "^0.1.4"
},
"description": "",
"devDependencies": {
Expand Down Expand Up @@ -59,5 +60,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.22.0"
"version": "2.26.2"
}
4 changes: 2 additions & 2 deletions indexer-web-proxy/configs/default.conf
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ server {
server_name localhost;

location /api/v1 {
proxy_pass http://indexer-api-gateway:3002$request_uri_api;
proxy_pass http://indexer-api-gateway:3021$request_uri_api;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
Expand All @@ -25,7 +25,7 @@ server {
}

location /api-docs/v1/ {
proxy_pass http://indexer-api-gateway:3002/api-docs/;
proxy_pass http://indexer-api-gateway:3021/api-docs/;
proxy_set_header Host $host;
proxy_set_header X-Forwarded-For $proxy_add_x_forwarded_for;
proxy_set_header X-Real-IP $remote_addr;
Expand Down
6 changes: 3 additions & 3 deletions indexer-worker-service/package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@indexer/interfaces": "^2.22.0",
"@indexer/common": "^2.22.0",
"@indexer/interfaces": "^2.26.2",
"@indexer/common": "^2.26.2",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
"@nestjs/microservices": "^9.4.1",
Expand Down Expand Up @@ -55,5 +55,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.22.0"
"version": "2.26.2"
}
2 changes: 1 addition & 1 deletion interfaces/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,5 @@
"test": "echo \"Error: no test specified\" && exit 1"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 3 additions & 3 deletions logger-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
Expand Down Expand Up @@ -57,5 +57,5 @@
"watch": "nodemon src/index.ts"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
4 changes: 2 additions & 2 deletions mrv-sender/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/common": "^2.26.2",
"@transmute/credentials-context": "0.7.0-unstable.80",
"@transmute/did-context": "0.7.0-unstable.80",
"@transmute/ed25519-signature-2018": "0.7.0-unstable.80",
Expand Down Expand Up @@ -44,5 +44,5 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 3 additions & 3 deletions notification-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@mikro-orm/core": "6.2.2",
"@mikro-orm/mongodb": "6.2.2",
"@nestjs/common": "^9.4.1",
Expand Down Expand Up @@ -56,5 +56,5 @@
"watch": "nodemon src/index.ts"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"indexer-service",
"indexer-worker-service"
],
"version": "2.26.1",
"version": "2.26.2",
"devDependencies": {
"detect-secrets": "^1.0.6"
},
Expand Down
6 changes: 3 additions & 3 deletions policy-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"image-size": "1.0.2"
},
"dependencies": {
"@guardian/common": "2.26.1",
"@guardian/interfaces": "2.26.1",
"@guardian/common": "2.26.2",
"@guardian/interfaces": "2.26.2",
"@hashgraph/sdk": "2.46.0",
"@mattrglobal/jsonld-signatures-bbs": "^1.1.2",
"@meeco/cryppo": "2.0.2",
Expand Down Expand Up @@ -100,5 +100,5 @@
"test:stability": "mocha tests/stability.test.js"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
6 changes: 3 additions & 3 deletions queue-service/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
"author": "Envision Blockchain Solutions <[email protected]>",
"dependencies": {
"@filebase/client": "^0.0.5",
"@guardian/common": "^2.26.1",
"@guardian/interfaces": "^2.26.1",
"@guardian/common": "^2.26.2",
"@guardian/interfaces": "^2.26.2",
"@hashgraph/sdk": "2.34.1",
"@nestjs/common": "^9.4.1",
"@nestjs/core": "^9.4.1",
Expand Down Expand Up @@ -66,5 +66,5 @@
},
"type": "module",
"types": "dist/index.d.ts",
"version": "2.26.1"
"version": "2.26.2"
}
2 changes: 1 addition & 1 deletion swagger-analytics.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.26.1
version: 2.26.2
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down
2 changes: 1 addition & 1 deletion swagger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11547,7 +11547,7 @@ info:
the heart of the Guardian solution is a sophisticated Policy Workflow Engine
(PWE) that enables applications to offer a requirements-based tokenization
implementation.
version: 2.26.1
version: 2.26.2
contact:
name: API developer
url: https://envisionblockchain.com
Expand Down
2 changes: 1 addition & 1 deletion topic-viewer/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,5 @@
"start": "node dist/index.js"
},
"type": "module",
"version": "2.26.1"
"version": "2.26.2"
}
Loading

0 comments on commit 4b96a35

Please sign in to comment.