-
Notifications
You must be signed in to change notification settings - Fork 6
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
feat(typing): send typing indicator events use case and cleanup code pt2. (WPB-4590) #2121
feat(typing): send typing indicator events use case and cleanup code pt2. (WPB-4590) #2121
Conversation
…nd-typing-and-delete
…nd-typing-and-delete
…nd-typing-and-delete
Codecov Report
@@ Coverage Diff @@
## feat/epic-typing-indicator-sender #2121 +/- ##
=======================================================================
- Coverage 58.01% 57.94% -0.07%
Complexity 24 24
=======================================================================
Files 1024 1028 +4
Lines 38257 38321 +64
Branches 3464 3467 +3
=======================================================================
+ Hits 22193 22204 +11
- Misses 14565 14618 +53
Partials 1499 1499
... and 3 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
* chore: test cov * chore: test cov * chore: test cov * chore: test cov * chore: test cov
Datadog ReportAll test runs ✅ 2 Total Test Services: 0 Failed, 0 with New Flaky, 2 Passed Test Services
|
a9a31ee
into
feat/epic-typing-indicator-sender
…-4590) (#2118) * fix: exclude selfuser from typingevents * fix: exclude selfuser from typingevents * fix: coverage for flag check * chore: api configuration for sending typing status * chore: api configuration for sending typing status v0 * chore: api configuration for sending typing status v0 * chore: pr comments * feat: mapper and repo ops * feat: mapper and repo ops * feat: mapper and repo ops * chore: detekt * chore: detekt * chore: tests broken * feat(typing): send typing indicator events use case and cleanup code pt2. (WPB-4590) (#2121) * feat: mapper and repo ops deletion * chore: ip * chore: some fun refactoring, just ideas * chore: some fun refactoring, just ideas * chore: some fun refactoring, just ideas * chore: working base * chore: clear indicators * chore: clear indicators * chore: clear indicators * chore: notes * chore: refactor into new classes splitted * chore: comments cleanup * chore: detekt fixes * Empty-Commit * feat(typing): send typing indicator event tests pt3. (WPB-4590) (#2122) * chore: test cov * chore: test cov * chore: test cov * chore: test cov * chore: test cov
* feat(typing): send typing indicator events networking layer pt1. (WPB-4590) (#2118) * fix: exclude selfuser from typingevents * fix: exclude selfuser from typingevents * fix: coverage for flag check * chore: api configuration for sending typing status * chore: api configuration for sending typing status v0 * chore: api configuration for sending typing status v0 * chore: pr comments * feat: mapper and repo ops * feat: mapper and repo ops * feat: mapper and repo ops * chore: detekt * chore: detekt * chore: tests broken * feat(typing): send typing indicator events use case and cleanup code pt2. (WPB-4590) (#2121) * feat: mapper and repo ops deletion * chore: ip * chore: some fun refactoring, just ideas * chore: some fun refactoring, just ideas * chore: some fun refactoring, just ideas * chore: working base * chore: clear indicators * chore: clear indicators * chore: clear indicators * chore: notes * chore: refactor into new classes splitted * chore: comments cleanup * chore: detekt fixes * Empty-Commit * feat(typing): send typing indicator event tests pt3. (WPB-4590) (#2122) * chore: test cov * chore: test cov * chore: test cov * chore: test cov * chore: test cov * fix: not block delay, to not block send stop * feat: add missing usecase to clear reusing repository * feat: add missing usecase to clear reusing repository
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764
The PR Description
What's new in this PR?
Refactor and split repositories, and create a periodic cleanup of orphaned typing indicators, so we clean those after some time.
Needs releases with:
Testing
Test Coverage (Optional)
In the next PR, pt3.
feat(typing): send typing indicator event tests pt3. (WPB-4590) #2122
I have added automated test to this contribution
PR Post Submission Checklist for internal contributors (Optional)
PR Post Merge Checklist for internal contributors
References
feat(conversation-list): Sort conversations by most emojis in the title #SQPIT-764
.