-
Notifications
You must be signed in to change notification settings - Fork 15
feat: add node logs command #337
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
Conversation
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Unit Test Results - Linux 1 files 19 suites 1m 53s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
E2E Node PFX Kill Add Tests Coverage Report 1 files 1 suites 9m 7s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
E2E Node PEM Stop Add Tests Coverage Report 1 files 1 suites 7m 16s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
Unit Test Results - Windows 1 files 19 suites 1m 53s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
E2E Relay Tests Coverage Report1 files 1 suites 2m 49s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
E2E Mirror Node Tests Coverage Report11 tests 11 ✅ 5m 29s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
E2E Tests Coverage Report55 tests 55 ✅ 3m 58s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
E2E Node Local Build Tests Coverage Report8 tests 8 ✅ 3m 29s ⏱️ Results for commit cc048a6. ♻️ This comment has been updated with latest results. |
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
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 preferencesCodacy will stop sending the deprecated coverage status from June 5th, 2024. Learn more Footnotes
|
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #337 +/- ##
==========================================
- Coverage 82.23% 81.89% -0.35%
==========================================
Files 35 35
Lines 4020 4060 +40
Branches 713 716 +3
==========================================
+ Hits 3306 3325 +19
- Misses 714 735 +21
|
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
Signed-off-by: Jeffrey Tang <[email protected]>
## [0.27.0](v0.26.0...v0.27.0) (2024-06-14) ### Features * add node logs command ([#337](#337)) ([720ee0d](720ee0d)) * node log command also download config.txt and settings.txt ([#342](#342)) ([a8711a8](a8711a8)) ### Bug Fixes * update config to work with new version of hedera-json-rpc-relay ([#316](#316)) ([7974ade](7974ade)) * update default full stack chart version ([#362](#362)) ([a9254c4](a9254c4)) * update default helm chart version ([#378](#378)) ([d3e7a1a](d3e7a1a)) * update the default settings and log4j2 configuration files ([#384](#384)) ([3cad24b](3cad24b))
🎉 This PR is included in version 0.27.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Description
This pull request changes the following:
solo node logs
to download logs to ~/.solo directoryRelated Issues