feat: add service locator API initial draft#230
Merged
nathanklick merged 11 commits intomainfrom Aug 3, 2023
Merged
Conversation
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
…s out more of the locator API Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
…act loader Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Signed-off-by: Nathan Klick <nathan@swirldslabs.com>
Codecov Report
Additional details and impacted files@@ Coverage Diff @@
## main #230 +/- ##
============================================
- Coverage 56.70% 54.68% -2.03%
- Complexity 144 219 +75
============================================
Files 36 47 +11
Lines 723 1046 +323
Branches 73 129 +56
============================================
+ Hits 410 572 +162
- Misses 281 424 +143
- Partials 32 50 +18
|
|
SonarCloud Quality Gate failed.
|
leninmehedy
approved these changes
Aug 3, 2023
jeromy-cannon
approved these changes
Aug 3, 2023
swirlds-automation
added a commit
that referenced
this pull request
Aug 4, 2023
## [0.5.0](v0.4.0...v0.5.0) (2023-08-04) ### Features * add CI pipeline tests for network node helm installation ([#228](#228)) ([3e665f3](3e665f3)) * add service locator API initial draft ([#230](#230)) ([1e81f65](1e81f65)) * for the hedera-network Helm chart set the minimum Kubernetes server version ([#231](#231)) ([de9aceb](de9aceb)) ### Bug Fixes * use reasonable defaults for the per node configuration in the values.yaml file ([#229](#229)) ([92032f9](92032f9)) * resolves the issues caused by the environment variable not being passed to the service scripts ([#235](#235)) ([022b03d](022b03d))
Contributor
|
🎉 This PR is included in version 0.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
Contributor
|
🎉 This PR is included in version 0.5.0 🎉 The release is available on GitHub release Your semantic-release bot 📦🚀 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
This pull request changes the following:
Related Issues