-
Notifications
You must be signed in to change notification settings - Fork 132
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* use json request limit Signed-off-by: simvalery <[email protected]> Signed-off-by: simvalery <[email protected]> * disable built-in body-parser Signed-off-by: simvalery <[email protected]> Signed-off-by: simvalery <[email protected]> * fix grid common sorting Signed-off-by: artembuslaev <[email protected]> * disable sorting for not text columns Signed-off-by: artembuslaev <[email protected]> * fix Signed-off-by: artembuslaev <[email protected]> * bump version Signed-off-by: simvalery <[email protected]> Signed-off-by: simvalery <[email protected]> * GITBOOK-357: added descriptions Signed-off-by: simvalery <[email protected]> * GITBOOK-359: added Schema and Policy definition * fixed publishing same schema version Signed-off-by: artembuslaev <[email protected]> --------- Signed-off-by: simvalery <[email protected]> Signed-off-by: artembuslaev <[email protected]> Co-authored-by: artembuslaev <[email protected]> Co-authored-by: prernaa.agarwal <[email protected]>
- Loading branch information
1 parent
86106a9
commit 2aeaa5f
Showing
101 changed files
with
347 additions
and
217 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.13.0", | ||
"@guardian/interfaces": "^2.13.0", | ||
"@guardian/common": "^2.13.1", | ||
"@guardian/interfaces": "^2.13.1", | ||
"@nestjs/common": "^9.4.1", | ||
"@nestjs/core": "^9.4.1", | ||
"@nestjs/microservices": "^9.4.1", | ||
|
@@ -63,5 +63,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml" | ||
}, | ||
"version": "2.13.0" | ||
"version": "2.13.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ | |
}, | ||
"author": "Envision Blockchain Solutions <[email protected]>", | ||
"dependencies": { | ||
"@guardian/common": "^2.13.0", | ||
"@guardian/interfaces": "^2.13.0", | ||
"@guardian/common": "^2.13.1", | ||
"@guardian/interfaces": "^2.13.1", | ||
"@mikro-orm/core": "~5.7.7", | ||
"@mikro-orm/mongodb": "~5.7.7", | ||
"@nestjs/common": "^9.4.1", | ||
|
@@ -53,5 +53,5 @@ | |
"start": "node dist/index.js", | ||
"test": "mocha tests/**/*.test.js --reporter mocha-junit-reporter --reporter-options mochaFile=../test_results/ui-service.xml" | ||
}, | ||
"version": "2.13.0" | ||
"version": "2.13.1" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.