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

Migrated FileService to new design #6240

Merged
merged 4 commits into from Apr 26, 2023
Merged

Conversation

netopyr
Copy link
Contributor

@netopyr netopyr commented Apr 25, 2023

This PR migrates the FileService to the new design. As this service was not implemented, I just had to add the @Override annotation to preHandle().

Signed-off-by: Michael Heinrichs <netopyr@users.noreply.github.com>
@netopyr netopyr added CI:UnitTests Modularization Issues or PRs related to modularization labels Apr 25, 2023
@netopyr netopyr added this to the v0.38 milestone Apr 25, 2023
@netopyr netopyr self-assigned this Apr 25, 2023
@netopyr netopyr requested review from a team, povolev15 and iwsimon as code owners April 25, 2023 05:55
@netopyr netopyr requested a review from timo0 April 25, 2023 05:55
@github-actions
Copy link

github-actions bot commented Apr 25, 2023

Node: Unit Test Results

  1 317 files    1 317 suites   1h 21m 29s ⏱️
97 180 tests 97 173 ✔️ 7 💤 0
98 822 runs  98 815 ✔️ 7 💤 0

Results for commit d0ef6c0.

♻️ This comment has been updated with latest results.

hendrikebbers
hendrikebbers previously approved these changes Apr 25, 2023
@github-actions
Copy link

github-actions bot commented Apr 25, 2023

Node: Integration Test Results

    3 files      3 suites   15m 29s ⏱️
150 tests 150 ✔️ 0 💤 0
151 runs  151 ✔️ 0 💤 0

Results for commit d0ef6c0.

♻️ This comment has been updated with latest results.

@github-actions
Copy link

github-actions bot commented Apr 25, 2023

Node: E2E Test Results

    1 files      1 suites   17m 8s ⏱️
309 tests 309 ✔️ 0 💤 0
327 runs  327 ✔️ 0 💤 0

Results for commit d0ef6c0.

♻️ This comment has been updated with latest results.

@netopyr netopyr linked an issue Apr 25, 2023 that may be closed by this pull request
# Conflicts:
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/dispatcher/MonoTransactionDispatcherTest.java
povolev15
povolev15 previously approved these changes Apr 26, 2023
Copy link
Contributor

@povolev15 povolev15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

# Conflicts:
#	hedera-node/hedera-app/src/test/java/com/hedera/node/app/workflows/dispatcher/MonoTransactionDispatcherTest.java
@sonarcloud
Copy link

sonarcloud bot commented Apr 26, 2023

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
0.0% 0.0% Duplication

@netopyr netopyr merged commit 08513ad into develop Apr 26, 2023
10 of 11 checks passed
@netopyr netopyr deleted the 06178-cross-service-stores-file branch April 26, 2023 14:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Modularization Issues or PRs related to modularization
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make stores of other services available via PreHandleContext
3 participants