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

refactor: Replace CacheServiceManager (DEV-1798) #2503

Merged
merged 2 commits into from Mar 3, 2023

Conversation

seakayone
Copy link
Collaborator

@seakayone seakayone commented Mar 3, 2023

…Handler

Pull Request Checklist

Task Description/Number

Issue Number: DEV-1798

Basic Requirements

Please check if your PR fulfills the following requirements:

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • fix: represents bug fixes
  • refactor: represents production code refactoring
  • feat: represents a new feature
  • docs: documentation changes (no production code change)
  • chore: maintenance tasks (no production code change)
  • test: all about tests: adding, refactoring tests (no production code change)
  • other... Please describe:

Does this PR introduce a breaking change?

  • Yes
  • No
  • Maybe (not 100% sure => check with FE)

Does this PR change client-test-data?

  • Yes (don't forget to update the JS-LIB team about the change)
  • No

@seakayone seakayone self-assigned this Mar 3, 2023
@seakayone seakayone changed the title refactor: Replace CacheServiceManager with CacheServiceRequestMessage… refactor: Replace CacheServiceManager (DEV-1798) Mar 3, 2023
@linear
Copy link

linear bot commented Mar 3, 2023

@seakayone seakayone marked this pull request as ready for review March 3, 2023 15:25
@codecov
Copy link

codecov bot commented Mar 3, 2023

Codecov Report

Patch coverage: 0.23% and project coverage change: -76.60 ⚠️

Comparison is base (e2dcd43) 86.67% compared to head (2992930) 10.08%.

Additional details and impacted files
@@             Coverage Diff             @@
##             main    #2503       +/-   ##
===========================================
- Coverage   86.67%   10.08%   -76.60%     
===========================================
  Files         287      287               
  Lines       29669    29903      +234     
===========================================
- Hits        25716     3015    -22701     
- Misses       3953    26888    +22935     
Impacted Files Coverage Δ
...c/main/scala/org/knora/webapi/core/AppRouter.scala 0.00% <0.00%> (-100.00%) ⬇️
...la/org/knora/webapi/core/actors/RoutingActor.scala 0.00% <0.00%> (-96.16%) ⬇️
...tore/triplestoremessages/TriplestoreMessages.scala 18.18% <ø> (-62.88%) ⬇️
...esponder/standoffmessages/StandoffMessagesV1.scala 0.00% <ø> (-75.00%) ⬇️
...s/v1/responder/valuemessages/ValueMessagesV1.scala 0.00% <ø> (-69.40%) ⬇️
...ora/webapi/responders/v1/StandoffResponderV1.scala 0.00% <0.00%> (-36.67%) ⬇️
...knora/webapi/responders/v1/ValuesResponderV1.scala 0.00% <0.00%> (-93.10%) ⬇️
...ora/webapi/responders/v2/OntologyResponderV2.scala 0.00% <0.00%> (-91.87%) ⬇️
...rg/knora/webapi/responders/v2/ontology/Cache.scala 0.00% <ø> (-98.39%) ⬇️
...pi/responders/v2/ontology/CardinalityHandler.scala 0.00% <0.00%> (-76.48%) ⬇️
... and 213 more

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@seakayone seakayone force-pushed the wip/remove-CacheServiceManager-from-RoutingActor branch from 1af31bc to 8c4c3b7 Compare March 3, 2023 15:31
@seakayone seakayone merged commit 843d31d into main Mar 3, 2023
@seakayone seakayone deleted the wip/remove-CacheServiceManager-from-RoutingActor branch March 3, 2023 17:18
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.

None yet

3 participants