Skip to content

feat: add Database::deleteUserSessions and Database::deleteAnonymousSessions#335

Merged
rancoud merged 2 commits intomasterfrom
feat/add-delete-user-sessions
Mar 28, 2026
Merged

feat: add Database::deleteUserSessions and Database::deleteAnonymousSessions#335
rancoud merged 2 commits intomasterfrom
feat/add-delete-user-sessions

Conversation

@rancoud
Copy link
Copy Markdown
Owner

@rancoud rancoud commented Mar 26, 2026

Description

  • add Database::deleteUserSessions() for removing all sessions attached to a specific user.
  • add Database::deleteAnonymousSessions() for removing all sessions not attached to a user.

@codecov
Copy link
Copy Markdown

codecov bot commented Mar 26, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (0ae1de0) to head (b52cfa6).
⚠️ Report is 1 commits behind head on master.

Additional details and impacted files
@@             Coverage Diff             @@
##              master      #335   +/-   ##
===========================================
  Coverage     100.00%   100.00%           
- Complexity       186       190    +4     
===========================================
  Files             11        11           
  Lines            563       574   +11     
===========================================
+ Hits             563       574   +11     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@rancoud rancoud changed the title feat: add Database::deleteUserSessions feat: add Database::deleteUserSessions and Database::deleteAnonymousSessions Mar 28, 2026
@rancoud rancoud merged commit 5b81a58 into master Mar 28, 2026
4 checks passed
@rancoud rancoud deleted the feat/add-delete-user-sessions branch March 28, 2026 11:45
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