-
Notifications
You must be signed in to change notification settings - Fork 286
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
feat(common): Servers utility class #276
feat(common): Servers utility class #276
Conversation
Depends on #275 |
Also fixes the issues in the fabric all in one image with file path typos, docker sock mounting, etc. Fixes hyperledger-cacti#252 Depends on hyperledger-cacti#275 Depends on hyperledger-cacti#276 Depends on hyperledger-cacti#277 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
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
Could we discuss this component again at next week's Contributors' meeting? |
@takeutak Sure, happy to discuss. Please also note: We could also discuss here in the comments. It would be great if we could reduce the average turnaround time for the PRs by not having to wait for the weekly calls with Q/As (I understand sometimes it's a lengthier discussion that is not well suited for comments, but in other cases it ends up being just a few short sentences anyway) |
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
Useful when working with HTTP servers especially for test case authoring where there's a lot of server creation for the purpose of allocating random ports prior to launching an API server instance. Fixes hyperledger-cacti#260 Fixes hyperledger-cacti#267 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
d3563b7
to
d7fadb2
Compare
Also fixes the issues in the fabric all in one image with file path typos, docker sock mounting, etc. Fixes hyperledger-cacti#252 Depends on hyperledger-cacti#275 Depends on hyperledger-cacti#276 Depends on hyperledger-cacti#277 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Also fixes the issues in the fabric all in one image with file path typos, docker sock mounting, etc. Fixes hyperledger-cacti#252 Depends on hyperledger-cacti#275 Depends on hyperledger-cacti#276 Depends on hyperledger-cacti#277 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Also fixes the issues in the fabric all in one image with file path typos, docker sock mounting, etc. Fixes hyperledger-cacti#252 Depends on hyperledger-cacti#275 Depends on hyperledger-cacti#276 Depends on hyperledger-cacti#277 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Also fixes the issues in the fabric all in one image with file path typos, docker sock mounting, etc. Fixes hyperledger-cacti#252 Depends on hyperledger-cacti#275 Depends on hyperledger-cacti#276 Depends on hyperledger-cacti#277 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Also fixes the issues in the fabric all in one image with file path typos, docker sock mounting, etc. Fixes hyperledger-cacti#252 Depends on hyperledger-cacti#275 Depends on hyperledger-cacti#276 Depends on hyperledger-cacti#277 Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
Useful when working with HTTP servers especially for
test case authoring where there's a lot of server
creation for the purpose of allocating random ports
prior to launching an API server instance.
Fixes #260
Fixes #267
Depends on #275
Signed-off-by: Peter Somogyvari peter.somogyvari@accenture.com