-
Notifications
You must be signed in to change notification settings - Fork 304
feat(fabric-persistence): save discovery results in a database #3837
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
feat(fabric-persistence): save discovery results in a database #3837
Conversation
@outSH The spellchecker caught these: ./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/plugin-ledger-connector-fabric.ts:1989:7 - Unknown word (msps)
./packages/cactus-plugin-ledger-connector-fabric/src/main/typescript/plugin-ledger-connector-fabric.ts:1989:38 - Unknown word (msps)
./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/connector-fabric-baseline.test.ts:930:41 - Unknown word (msps)
./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/connector-fabric-baseline.test.ts:931:54 - Unknown word (msps)
./packages/cactus-plugin-ledger-connector-fabric/src/test/typescript/integration/fabric-v2-2-x/connector-fabric-baseline.test.ts:959:89 - Unknown word (lifcecycle)
./packages/cactus-plugin-persistence-fabric/src/main/typescript/db-client/db-client.ts:22:32 - Unknown word (Msps)
./packages/cactus-plugin-persistence-fabric/src/main/typescript/db-client/db-client.ts:512:39 - Unknown word (Msps)
./packages/cactus-plugin-persistence-fabric/src/main/typescript/db-client/db-client.ts:606:56 - Unknown word (msps)
./packages/cactus-plugin-persistence-fabric/src/test/typescript/integration/persistence-fabrc-postgresql-db-client.test.ts:413:13 - Unknown word (Msps)
./packages/cactus-plugin-persistence-fabric/src/test/typescript/integration/persistence-fabrc-postgresql-db-client.test.ts:414:14 - Unknown word (Msps)
./packages/cactus-plugin-persistence-fabric/src/test/typescript/integration/persistence-fabrc-postgresql-db-client.test.ts:415:25 - Unknown word (Msps)
./packages/cactus-plugin-persistence-fabric/src/test/typescript/integration/persistence-fabric-functional.test.ts:436:45 - Unknown word (msps)
./packages/cactus-plugin-persistence-fabric/src/test/typescript/integration/sample-data.ts:109:3 - Unknown word (msps)
CSpell: Files checked: 1229, Issues found: 13 in 6 files.
ERROR: "spellcheck" exited with 1. |
c93ec8e
to
754b896
Compare
Fixed some minor bugs after doing a complete setup + updated the test insert data |
- Add `Discovery` tab to Fabric App for showing discovered fabric network components by MSP. - Update REAMDE. - Fix responsiveness of main App selection screen. Depends on hyperledger-cacti#3837 Closes hyperledger-cacti#3837 Signed-off-by: Michal Bajer <[email protected]>
- Add `Discovery` tab to Fabric App for showing discovered fabric network components by MSP. - Update REAMDE. - Fix responsiveness of main App selection screen. Depends on hyperledger-cacti#3837 Closes hyperledger-cacti#3554 Signed-off-by: Michal Bajer <[email protected]>
|
🎉 All dependencies have been resolved ! |
- Add `discoverNetwork` function for saving current fabric network structure to the database. - Add `DiscoverNetworkEndpointV1` endpoint for refreshing the discovery results. - Add tests for new functions. Depends on hyperledger-cacti#3726 Closes hyperledger-cacti#3836 Signed-off-by: Michal Bajer <[email protected]>
754b896
to
8a5111d
Compare
🎉 Great news! Looks like all the dependencies have been resolved:
💡 To add or remove a dependency please update this issue/PR description. Brought to you by Dependent Issues (:robot: ). Happy coding! |
@hyperledger-cacti/cacti-maintainers Please have a look in spare time please |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
discoverNetwork
function for saving current fabricnetwork structure to the database.
DiscoverNetworkEndpointV1
endpoint for refreshingthe discovery results.
Depends on #3726
Depends on #3856
Closes #3836
Signed-off-by: Michal Bajer [email protected]
Pull Request Requirements
upstream/main
branch and squashed into single commit to help maintainers review it more efficient and to avoid spaghetti git commit graphs that obfuscate which commit did exactly what change, when and, why.-s
flag when usinggit commit
command. You may refer to this link for more information.Character Limit
A Must Read for Beginners
For rebasing and squashing, here's a must read guide for beginners.