-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: download JRE for keytool dependency and allow generation of pfx keys #152
Conversation
Unit Test Results 1 files ± 0 16 suites +2 1m 7s ⏱️ +42s Results for commit 9234e60. ± Comparison against base commit 54efab3. This pull request removes 9 and adds 27 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
7cc1640
to
137fac5
Compare
E2E Test Results53 tests +6 53 ✅ +6 6m 2s ⏱️ + 1m 35s Results for commit 9234e60. ± Comparison against base commit 54efab3. This pull request removes 10 and adds 16 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #152 +/- ##
==========================================
+ Coverage 65.88% 69.13% +3.24%
==========================================
Files 30 32 +2
Lines 2864 3068 +204
Branches 488 473 -15
==========================================
+ Hits 1887 2121 +234
+ Misses 977 947 -30
|
Coverage summary from CodacySee diff coverage on Codacy
Coverage variation details
Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: Diff coverage details
Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: See your quality gate settings Change summary preferencesYou may notice some variations in coverage metrics with the latest Coverage engine update. For more details, visit the documentation |
9493ead
to
7ec3ccb
Compare
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
7ec3ccb
to
cc62591
Compare
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com> # Conflicts: # package-lock.json # package.json # src/commands/node.mjs # src/core/constants.mjs # src/core/helm.mjs # test/e2e/commands/01_node.test.mjs
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
48fdad0
to
587b88d
Compare
237cbc9
to
eed3849
Compare
eed3849
to
29b06ed
Compare
Signed-off-by: Lenin Mehedy <lenin.mehedy@swirldslabs.com>
29b06ed
to
9234e60
Compare
## [0.22.1](v0.22.0...v0.22.1) (2024-03-22) ### Bug Fixes * download JRE for keytool dependency and allow generation of pfx keys ([#152](#152)) ([1d3dcf4](1d3dcf4)) * refactor account initialization and mirror node setup from node command ([#159](#159)) ([b1d1e2d](b1d1e2d)) * solo should use a fixed FST chart version ([#139](#139)) ([b0d5f8b](b0d5f8b)) * update HAProxy UP check to use HAProxy Data Plane API ([#173](#173)) ([a27d1d2](a27d1d2)) * use FST chart version v0.23.0 ([#170](#170)) ([54efab3](54efab3))
🎉 This PR is included in version 0.22.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
semver
package for version parsing instead of "reinventing the wheel".It installs JRE at
~/.solo/bin/jre
andkeytool
will be available at:~/.solo/bin/jre/bin/keytool
Related Issues
TODO