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

fix: started adding a yachli example and taskfile #1132

Merged
merged 62 commits into from
Jan 13, 2025
Merged

fix: started adding a yachli example and taskfile #1132

merged 62 commits into from
Jan 13, 2025

Conversation

jeromy-cannon
Copy link
Contributor

@jeromy-cannon jeromy-cannon commented Jan 9, 2025

Description

This pull request changes the following:

  • added flags for task helper to handle various gke scenarios
  • fixed task helper log message about package.json
  • added task helper dev flag on solo calls to increase logging
  • fixed kubectl port-forward issue
  • added task helper solo freeze restart command
  • rebased Alex's changes in from chore: add jvm algorithm analysis flag for latitude example #1093 to work on his stuff
  • updated solo gke test example to deploy mirror node and json rpc relay and expose external load balancer ip addresses
  • changed certain log statements from debug to info
  • updated mirror node to update cluster setup chart twice if needed so that cert manager and its CRDs are installed in a separate call from the certificate issuers that leverage it
  • increased error handling and logging in account manager and k8 port forward to root cause an issue
  • bumped solo chart to 0.42.4

Related Issues

Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
Signed-off-by: Alex Kuzmin <[email protected]>
@jeromy-cannon jeromy-cannon self-assigned this Jan 9, 2025
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Unit Test Results - Linux

  1 files  ±0   58 suites  ±0   3s ⏱️ ±0s
227 tests ±0  227 ✅ ±0  0 💤 ±0  0 ❌ ±0 
232 runs  ±0  232 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0c7cec7. ± Comparison against base commit 5180a76.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

Unit Test Results - Windows

  1 files  ±0   58 suites  ±0   12s ⏱️ -3s
227 tests ±0  227 ✅ ±0  0 💤 ±0  0 ❌ ±0 
232 runs  ±0  232 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit 0c7cec7. ± Comparison against base commit 5180a76.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Jan 9, 2025

E2E Test Report

 16 files  121 suites   1h 24m 39s ⏱️
258 tests 258 ✅ 0 💤 0 ❌
261 runs  261 ✅ 0 💤 0 ❌

Results for commit 0c7cec7.

♻️ This comment has been updated with latest results.

Copy link

codacy-production bot commented Jan 9, 2025

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
Report missing for 5180a761 63.91%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (5180a76) Report Missing Report Missing Report Missing
Head commit (0c7cec7) 20809 17425 83.74%

Coverage variation is the difference between the coverage for the head and common ancestor commits of the pull request branch: <coverage of head commit> - <coverage of common ancestor commit>

Diff coverage details
Coverable lines Covered lines Diff coverage
Pull request (#1132) 338 216 63.91%

Diff coverage is the percentage of lines that are covered by tests out of the coverable lines that the pull request added or modified: <covered lines added or modified>/<coverable lines added or modified> * 100%

See your quality gate settings    Change summary preferences

Codacy stopped sending the deprecated coverage status on June 5th, 2024. Learn more

Footnotes

  1. Codacy didn't receive coverage data for the commit, or there was an error processing the received data. Check your integration for errors and validate that your coverage setup is correct.

Copy link

codecov bot commented Jan 9, 2025

Codecov Report

Attention: Patch coverage is 63.90533% with 122 lines in your changes missing coverage. Please review.

Project coverage is 83.39%. Comparing base (ed6527b) to head (0c7cec7).
Report is 37 commits behind head on main.

Files with missing lines Patch % Lines
src/commands/mirror_node.ts 14.81% 46 Missing ⚠️
src/core/account_manager.ts 80.97% 43 Missing ⚠️
src/commands/account.ts 0.00% 12 Missing ⚠️
src/commands/network.ts 0.00% 9 Missing ⚠️
src/commands/relay.ts 0.00% 5 Missing ⚠️
src/core/k8.ts 80.95% 4 Missing ⚠️
src/core/yargs_command.ts 0.00% 3 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #1132      +/-   ##
==========================================
- Coverage   83.67%   83.39%   -0.28%     
==========================================
  Files          77       77              
  Lines       20634    20809     +175     
  Branches     1397     1426      +29     
==========================================
+ Hits        17265    17354      +89     
- Misses       3326     3412      +86     
  Partials       43       43              
Files with missing lines Coverage Δ
src/core/helm.ts 98.11% <100.00%> (ø)
src/core/logging.ts 77.71% <100.00%> (+0.12%) ⬆️
src/core/platform_installer.ts 88.12% <100.00%> (+0.03%) ⬆️
src/core/shell_runner.ts 100.00% <100.00%> (+3.22%) ⬆️
version.ts 100.00% <100.00%> (ø)
src/core/yargs_command.ts 30.00% <0.00%> (ø)
src/core/k8.ts 85.44% <80.95%> (-0.34%) ⬇️
src/commands/relay.ts 82.02% <0.00%> (-0.18%) ⬇️
src/commands/network.ts 66.12% <0.00%> (-1.07%) ⬇️
src/commands/account.ts 75.86% <0.00%> (ø)
... and 2 more

... and 14 files with indirect coverage changes

Impacted file tree graph

@jeromy-cannon jeromy-cannon changed the title started adding a yachli example and taskfile fix: started adding a yachli example and taskfile Jan 13, 2025
version.ts Outdated Show resolved Hide resolved
@jeromy-cannon jeromy-cannon marked this pull request as ready for review January 13, 2025 15:57
@jeromy-cannon jeromy-cannon requested review from a team and leninmehedy as code owners January 13, 2025 15:57
@jeromy-cannon jeromy-cannon merged commit 8753723 into main Jan 13, 2025
38 of 41 checks passed
@jeromy-cannon jeromy-cannon deleted the yahcli branch January 13, 2025 16:27
swirlds-automation added a commit that referenced this pull request Jan 13, 2025
## [0.33.0](v0.32.0...v0.33.0) (2025-01-13)

### Features

* add support for genesis throttle configuration ([#1026](#1026)) ([d8903a8](d8903a8))
* enable Blockstreams and uploader ([#1109](#1109)) ([ed6527b](ed6527b))
* inspect existing cluster resources during cluster setup ([#1094](#1094)) ([808516c](808516c))
* production readiness pass custom mirror node postgresql credentials and server address ([#1128](#1128)) ([f8b7e41](f8b7e41))
* support using GCS for backup uploader ([#1130](#1130)) ([5fe2f4e](5fe2f4e))
* update genesis-network.json to add roster entries and more ([#1122](#1122)) ([c27d1d6](c27d1d6))
* Updating solo to leverage changes after moving acme-cluster-issuer and haproxy-ingress out of mirror-node-explorer ([#1079](#1079)) ([7965894](7965894))
* use gcs for stream file storage ([#994](#994)) ([04d5806](04d5806))

### Bug Fixes

* add missing images, fix debug page images ([#1092](#1092)) ([4073d31](4073d31))
* Bug when running `solo cluster connect` after fresh install ([#1123](#1123)) ([1cd0e28](1cd0e28))
* bump solo-charts to 0.42.2 to pull in blockStreams fix ([#1138](#1138)) ([c482895](c482895))
* bump versions of hedera, json rpc relay, and mirror node ([#1147](#1147)) ([0784b46](0784b46))
* clarify how to use nvm ([#1125](#1125)) ([bdc1873](bdc1873))
* commit message of auto update ([#1106](#1106)) ([a3231f9](a3231f9))
* external link rendering ([#1118](#1118)) ([28af1fe](28af1fe))
* file size empty error when throttle file is provided on command line ([#1140](#1140)) ([5180a76](5180a76))
* fixed release artifact version issue and updated readme link ([#1090](#1090)) ([84e6611](84e6611))
* **lease:** reworks the previous fix addressing renewal issues ([#1105](#1105)) ([5edb9c9](5edb9c9))
* should run `npm install` before build ([#1117](#1117)) ([3398875](3398875))
* solo deployment create should use email address in local config if it is already there instead of prompting the user for it ([#1112](#1112)) ([362df60](362df60))
* started adding a yachli example and taskfile ([#1132](#1132)) ([8753723](8753723))
* update to AccountManager._getNodeClient() to parallel node connection setup ([#1091](#1091)) ([4959a12](4959a12))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.33.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.33.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
4 participants