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

♻️ Frontend: Notifications cleanup #4004

Merged

Conversation

GitHK
Copy link
Contributor

@GitHK GitHK commented Mar 21, 2023

What do these changes do?

This is a followup of #3937

  • ♻️ refactors backend parts
  • ✨ adds tests for alle 3 endpoints
  • ♻️ user notification lists cannot grow to more than 10 per user

Related issue/s

How to test

Checklist

  • Unit tests for the changes exist
  • Runs in the swarm

@GitHK GitHK self-assigned this Mar 21, 2023
@GitHK GitHK added a:webserver issue related to the webserver service changelog:♻️refactor labels Mar 21, 2023
@GitHK GitHK added this to the Mithril milestone Mar 21, 2023
@codecov
Copy link

codecov bot commented Mar 21, 2023

Codecov Report

Merging #4004 (49c7cff) into master (b91f344) will decrease coverage by 7.8%.
The diff coverage is 100.0%.

Impacted file tree graph

@@            Coverage Diff            @@
##           master   #4004      +/-   ##
=========================================
- Coverage    85.9%   78.1%    -7.8%     
=========================================
  Files         899     394     -505     
  Lines       38757   20345   -18412     
  Branches      849     137     -712     
=========================================
- Hits        33302   15906   -17396     
+ Misses       5233    4390     -843     
+ Partials      222      49     -173     
Flag Coverage Δ
integrationtests 61.9% <58.8%> (+<0.1%) ⬆️
unittests 83.8% <100.0%> (+0.4%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
...rc/simcore_service_webserver/user_notifications.py 100.0% <100.0%> (ø)
...er/src/simcore_service_webserver/users_handlers.py 96.2% <100.0%> (+29.6%) ⬆️

... and 607 files with indirect coverage changes

@GitHK GitHK marked this pull request as ready for review March 21, 2023 10:54
@GitHK GitHK enabled auto-merge (squash) March 22, 2023 09:35
@codeclimate
Copy link

codeclimate bot commented Mar 23, 2023

Code Climate has analyzed commit 49c7cff and detected 0 issues on this pull request.

View more on Code Climate.

@sonarcloud
Copy link

sonarcloud bot commented Mar 23, 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.1% 0.1% Duplication

@GitHK GitHK merged commit 46c8263 into ITISFoundation:master Mar 23, 2023
@GitHK GitHK deleted the pr-osparc-user-notifications-followup branch March 23, 2023 08:44
@GitHK GitHK added the t:maintenance Some planned maintenance work label Mar 30, 2023
@pcrespov pcrespov changed the title ♻️ Notifications cleanup ♻️ Frontend: Notifications cleanup Apr 3, 2023
@matusdrobuliak66 matusdrobuliak66 mentioned this pull request Apr 4, 2023
25 tasks
@matusdrobuliak66 matusdrobuliak66 mentioned this pull request Apr 20, 2023
26 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a:webserver issue related to the webserver service t:maintenance Some planned maintenance work
Projects
None yet
Development

Successfully merging this pull request may close these issues.

followup cleanup PR to 3937
5 participants