Skip to content
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

Conversation

petermetz
Copy link
Contributor

@petermetz petermetz commented Sep 5, 2020

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

@petermetz
Copy link
Contributor Author

Depends on #275

petermetz added a commit to petermetz/cacti that referenced this pull request Sep 5, 2020
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>
Copy link
Contributor

@jonathan-m-hamilton jonathan-m-hamilton left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@takeutak
Copy link
Contributor

Could we discuss this component again at next week's Contributors' meeting?
I would like to discuss with you especially about the API processing of shutdown in components.

@petermetz
Copy link
Contributor Author

Could we discuss this component again at next week's Contributors' meeting?
I would like to discuss with you especially about the API processing of shutdown in components.

@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)

Copy link
Contributor

@takeutak takeutak left a 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>
@petermetz petermetz force-pushed the feat/common/servers-utility-class-260--267 branch from d3563b7 to d7fadb2 Compare September 17, 2020 19:40
@petermetz petermetz merged commit ad01dee into hyperledger-cacti:master Sep 17, 2020
@petermetz petermetz deleted the feat/common/servers-utility-class-260--267 branch September 17, 2020 19:54
petermetz added a commit to petermetz/cacti that referenced this pull request Sep 18, 2020
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>
petermetz added a commit to petermetz/cacti that referenced this pull request Oct 1, 2020
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>
petermetz added a commit to petermetz/cacti that referenced this pull request Oct 2, 2020
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>
petermetz added a commit to petermetz/cacti that referenced this pull request Oct 6, 2020
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>
petermetz added a commit to petermetz/cacti that referenced this pull request Oct 7, 2020
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>
petermetz added a commit that referenced this pull request Oct 7, 2020
Also fixes the issues in the fabric all in one image
with file path typos, docker sock mounting, etc.

Fixes #252

Depends on #275
Depends on #276
Depends on #277

Signed-off-by: Peter Somogyvari <peter.somogyvari@accenture.com>
ryjones pushed a commit that referenced this pull request Feb 1, 2023
Go Modules Local Build Change
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
API_Server enhancement New feature or request
Projects
None yet
3 participants