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

feat: Add dependency injections to all remaining command classes #1714

Draft
wants to merge 17 commits into
base: main
Choose a base branch
from

Conversation

Ivo-Yankov
Copy link
Contributor

Description

This pull request changes the following:

  • TBD

Related Issues

  • Closes #
  • Related to #

Pull request (PR) checklist

  • This PR added tests (unit, integration, and/or end-to-end)
  • This PR updated documentation
  • This PR added no TODOs or commented out code
  • This PR has no breaking changes
  • Any technical debt has been documented as a separate issue and linked to this PR
  • Any package.json changes have been explained to and approved by a repository manager
  • All related issues have been linked to this PR
  • All changes in this PR are included in the description
  • When this PR merges the commits will be squashed and the title will be used as the commit message, the 'commit message guidelines' below have been followed

Testing

  • This PR added unit tests
  • This PR added integration/end-to-end tests
  • These changes required manual testing that is documented below
  • Anything not tested is documented

The following manual testing was done:

  • TBD

The following was not tested:

  • TBD
Commit message guidelines We use 'Conventional Commits' to ensure that our commit messages are easy to read, follow a consistent format, and for automated release note generation. Please follow the guidelines below when writing your commit messages:
  1. BREAKING CHANGE: a commit that has a footer BREAKING CHANGE:, or appends a ! after the type/scope, introduces a breaking API change (correlating with MAJOR in Semantic Versioning). A BREAKING CHANGE can be part of commits of any type. NOTE: currently breaking changes will only bump the MAJOR version.
  2. The title is prefixed with one of the following:
Prefix Description Semantic Version Update Captured in Release Notes
feat: a new feature MINOR Yes
fix: a bug fix PATCH Yes
perf: performance PATCH Yes
refactor: code change that isn't feature or fix none No
test: adding missing tests none No
docs: changes to documentation none Yes
build: changes to build process none No
ci: changes to CI configuration none No
style: formatting, missing semi-colons, etc none No
chore: updating grunt tasks etc; no production code change none No

Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
…ning-command-classes

# Conflicts:
#	src/core/middlewares.ts
#	src/index.ts
#	test/e2e/integration/commands/init.test.ts
#	test/helpers/command-invoker.ts
#	test/unit/commands/network.test.ts
Signed-off-by: Ivo Yankov <[email protected]>
@Ivo-Yankov Ivo-Yankov self-assigned this Mar 25, 2025
Signed-off-by: Ivo Yankov <[email protected]>
Copy link
Contributor

github-actions bot commented Mar 25, 2025

Unit Test Results - Linux

24 tests  ±0   24 ✅ ±0   0s ⏱️ ±0s
13 suites ±0    0 💤 ±0 
 1 files   ±0    0 ❌ ±0 

Results for commit 1deeac9. ± Comparison against base commit 61f369c.

♻️ This comment has been updated with latest results.

Copy link
Contributor

github-actions bot commented Mar 25, 2025

Unit Test Results - Windows

  1 files  ±0   68 suites   - 2   4s ⏱️ -1s
287 tests  - 3  287 ✅  - 3  0 💤 ±0  0 ❌ ±0 
292 runs   - 3  292 ✅  - 3  0 💤 ±0  0 ❌ ±0 

Results for commit 1deeac9. ± Comparison against base commit 61f369c.

This pull request removes 3 tests.
should throw an error if accountManager is not provided ‑ NodeCommand unit tests constructor error handling should throw an error if accountManager is not provided
should throw an error if keyManager is not provided ‑ NodeCommand unit tests constructor error handling should throw an error if keyManager is not provided
should throw an error if platformInstaller is not provided ‑ NodeCommand unit tests constructor error handling should throw an error if platformInstaller is not provided

♻️ This comment has been updated with latest results.

Signed-off-by: Ivo Yankov <[email protected]>
…ning-command-classes

# Conflicts:
#	src/core/dependency-injection/container-init.ts
#	src/core/dependency-injection/inject-tokens.ts
#	src/core/middlewares.ts
#	src/index.ts
#	test/helpers/command-invoker.ts
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
…ning-command-classes

# Conflicts:
#	src/commands/base.ts
#	src/commands/explorer.ts
#	src/commands/init.ts
#	src/commands/mirror-node.ts
#	src/commands/network.ts
#	src/commands/node/index.ts
#	src/commands/relay.ts
#	src/core/command-handler.ts
#	src/core/dependency-injection/container-init.ts
#	src/index.ts
#	test/e2e/commands/account.test.ts
#	test/e2e/commands/dual-cluster-full.test.ts
#	test/e2e/integration/commands/init.test.ts
#	test/helpers/command-invoker.ts
#	test/test-util.ts
#	test/unit/commands/cluster.test.ts
Signed-off-by: Ivo Yankov <[email protected]>
Signed-off-by: Ivo Yankov <[email protected]>
…o-all-remaining-command-classes

# Conflicts:
#	src/commands/base.ts
#	src/commands/relay.ts
#	src/core/dependency-injection/container-init.ts
#	src/index.ts
#	test/e2e/integration/commands/init.test.ts
#	test/unit/commands/cluster.test.ts
#	test/unit/commands/network.test.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant