Skip to content

WorkspaceService fixes / Personal notifications#127

Merged
das-Abroxas merged 38 commits intodevfrom
feat/version2.0rework
Oct 16, 2023
Merged

WorkspaceService fixes / Personal notifications#127
das-Abroxas merged 38 commits intodevfrom
feat/version2.0rework

Conversation

@das-Abroxas
Copy link
Copy Markdown
Contributor

This update includes the final feature implementations and bugfixes in preparation for the ArunaServer 2.0.0-rc.1 release.

Features:

  • Cache does not remove objects anymore on deletion
  • Implement persistent notifications for users including tests
  • Added partly implemented DataProxyService mock to test environment

Bugfixes:

  • WorkspaceService SQL queries
  • WorksapceService tests

das-Abroxas and others added 30 commits September 28, 2023 13:36
The remove object function now behaves analog to the database delete
object and only sets the objects status to 'Deleted' instead of
removing it from the cache.
These are functions regarding personal notifications which are stored
persistently in the database. These notifications can only be pulled and
acknowledged by the users themselves.
Registered users are now able to create tokens without specific
intent for direct communication with Dataproxies.
@das-Abroxas das-Abroxas added the enhancement New feature or request label Oct 16, 2023
@das-Abroxas das-Abroxas requested review from St4NNi and lfbrehm October 16, 2023 06:50
@das-Abroxas das-Abroxas self-assigned this Oct 16, 2023
@codecov
Copy link
Copy Markdown

codecov Bot commented Oct 16, 2023

Codecov Report

Attention: 129 lines in your changes are missing coverage. Please review.

Comparison is base (9226988) 46.93% compared to head (02a83d6) 52.31%.
Report is 2 commits behind head on dev.

Additional details and impacted files
@@            Coverage Diff             @@
##              dev     #127      +/-   ##
==========================================
+ Coverage   46.93%   52.31%   +5.37%     
==========================================
  Files          69       70       +1     
  Lines       10028    10320     +292     
==========================================
+ Hits         4707     5399     +692     
+ Misses       5321     4921     -400     
Files Coverage Δ
src/database/dsls/mod.rs 100.00% <ø> (ø)
src/database/enums.rs 78.12% <100.00%> (+0.95%) ⬆️
src/grpc/authorization.rs 97.24% <100.00%> (+0.02%) ⬆️
src/grpc/hooks.rs 0.00% <ø> (ø)
src/grpc/workspaces.rs 0.00% <ø> (ø)
src/middlelayer/create_db_handler.rs 73.45% <100.00%> (+0.23%) ⬆️
src/middlelayer/token_db_handler.rs 29.11% <100.00%> (+29.11%) ⬆️
src/middlelayer/workspace_db_handler.rs 92.26% <100.00%> (+92.26%) ⬆️
src/main.rs 0.67% <0.00%> (ø)
src/search/meilisearch_client.rs 45.14% <0.00%> (-6.89%) ⬇️
... and 9 more

... and 13 files with indirect coverage changes

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Copy Markdown
Member

@lfbrehm lfbrehm left a comment

Choose a reason for hiding this comment

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

LGTM

@das-Abroxas das-Abroxas marked this pull request as ready for review October 16, 2023 11:45
@das-Abroxas das-Abroxas merged commit 2d45ae8 into dev Oct 16, 2023
@St4NNi St4NNi deleted the feat/version2.0rework branch October 20, 2023 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants