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: upgrade eslint config away from abandoned plugin #643

Merged
merged 10 commits into from
Oct 4, 2024

Conversation

jeromy-cannon
Copy link
Contributor

@jeromy-cannon jeromy-cannon commented Oct 3, 2024

Description

This pull request changes the following:

  • upgrade eslint config away from abandoned plugin
  • fixed lots of eslint errors and warnings
  • fix bug causing update readme to run twice in pull requests

Related Issues

Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
@jeromy-cannon jeromy-cannon self-assigned this Oct 3, 2024
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Copy link
Contributor

github-actions bot commented Oct 3, 2024

Unit Test Results - Linux

  1 files  ±0   19 suites  ±0   27s ⏱️ -1s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
145 runs  ±0  145 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit cb07d69. ± Comparison against base commit ae8d8bb.

♻️ This comment has been updated with latest results.

@jeromy-cannon jeromy-cannon changed the title fix: upgrade eslint config away from dead project fix: upgrade eslint config away from abandoned plugin Oct 3, 2024
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Copy link
Contributor

github-actions bot commented Oct 3, 2024

Unit Test Results - Windows

  1 files  ±0   19 suites  ±0   55s ⏱️ -7s
119 tests ±0  119 ✅ ±0  0 💤 ±0  0 ❌ ±0 
145 runs  ±0  145 ✅ ±0  0 💤 ±0  0 ❌ ±0 

Results for commit cb07d69. ± Comparison against base commit ae8d8bb.

♻️ This comment has been updated with latest results.

@jeromy-cannon jeromy-cannon marked this pull request as ready for review October 3, 2024 20:58
@jeromy-cannon jeromy-cannon requested review from a team and leninmehedy as code owners October 3, 2024 20:58
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Copy link
Contributor

github-actions bot commented Oct 3, 2024

E2E Test Report

0 tests  ±0   0 ✅ ±0   0s ⏱️ ±0s
0 suites ±0   0 💤 ±0 
0 files   ±0   0 ❌ ±0 

Results for commit 4a6fcc3. ± Comparison against base commit 9b17937.

♻️ This comment has been updated with latest results.

Copy link

Coverage summary from Codacy

See diff coverage on Codacy

Coverage variation Diff coverage
-0.12% (target: -1.00%) 100.00%
Coverage variation details
Coverable lines Covered lines Coverage
Common ancestor commit (9b17937) 4232 3379 79.84%
Head commit (4a6fcc3) 4237 (+5) 3378 (-1) 79.73% (-0.12%)

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 (#643) 40 40 100.00%

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

Copy link

codecov bot commented Oct 3, 2024

Codecov Report

Attention: Patch coverage is 95.96774% with 5 lines in your changes missing coverage. Please review.

Project coverage is 79.52%. Comparing base (9b17937) to head (4a6fcc3).

Files with missing lines Patch % Lines
src/core/k8.mjs 71.42% 2 Missing ⚠️
src/commands/node.mjs 98.00% 1 Missing ⚠️
src/core/helm.mjs 85.71% 1 Missing ⚠️
src/core/keytool.mjs 83.33% 1 Missing ⚠️
Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #643      +/-   ##
==========================================
- Coverage   79.65%   79.52%   -0.14%     
==========================================
  Files          42       42              
  Lines        5068     5069       +1     
  Branches      783      705      -78     
==========================================
- Hits         4037     4031       -6     
- Misses       1030     1037       +7     
  Partials        1        1              
Files with missing lines Coverage Δ
src/commands/account.mjs 68.62% <100.00%> (ø)
src/commands/cluster.mjs 58.46% <100.00%> (ø)
src/commands/init.mjs 80.35% <100.00%> (ø)
src/commands/mirror_node.mjs 66.66% <100.00%> (ø)
src/commands/network.mjs 69.31% <100.00%> (ø)
src/commands/node/configs.mjs 100.00% <ø> (ø)
src/commands/node/tasks.mjs 91.33% <100.00%> (ø)
...re/dependency_managers/helm_dependency_manager.mjs 90.47% <100.00%> (ø)
...dependency_managers/keytool_dependency_manager.mjs 69.13% <100.00%> (ø)
src/core/key_manager.mjs 80.89% <100.00%> (ø)
... and 8 more

Impacted file tree graph

JeffreyDallas
JeffreyDallas previously approved these changes Oct 3, 2024
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
Signed-off-by: Jeromy Cannon <jeromy@swirldslabs.com>
@jeromy-cannon jeromy-cannon merged commit 84d3dc5 into main Oct 4, 2024
26 of 32 checks passed
@jeromy-cannon jeromy-cannon deleted the 00630-eslint branch October 4, 2024 06:19
swirlds-automation added a commit that referenced this pull request Oct 4, 2024
## [0.31.0](v0.30.1...v0.31.0) (2024-10-04)

### Features

* Add '--mirror-node-version' flag to override default mirror node version ([#616](#616)) ([e4932c4](e4932c4))
* add quiet flag ([#621](#621)) ([b068c8f](b068c8f))
* convert hugo docs workflow calls to use Taskfile task ([#642](#642)) ([ae8d8bb](ae8d8bb))
* ensured user-provided values file takes precedence over solo-generated values ([#615](#615)) ([1b0ffc9](1b0ffc9))
* **logging:** Add the new custom process output class and inject it into the default list renderer options ([#622](#622)) ([efa1783](efa1783))
* separate commands for solo node delete ([#597](#597)) ([b251276](b251276))
* Separate network upgrade and freeze from node update/add/delete command ([#628](#628)) ([9b17937](9b17937))

### Bug Fixes

* Direct calling of node stop and start commands ([#636](#636)) ([7749b04](7749b04))
* **docs:** resolve issues due to npx in taskfile for the custom-network-config example ([038e6df](038e6df))
* jsdoc failed but ci job not failed ([#608](#608)) ([3f838f6](3f838f6))
* specify jvm env variables explicitly for local profile ([#405](#405)) ([3db7e08](3db7e08))
* **tests:** start Kind cluster on demand if not having a kube config errors ([#624](#624)) ([538e40d](538e40d))
* upgrade eslint config away from abandoned plugin ([#643](#643)) ([84d3dc5](84d3dc5))
@swirlds-automation
Copy link
Contributor

🎉 This PR is included in version 0.31.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
Labels
Projects
None yet
3 participants