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

chore: Stop processing team events (WPB-4538) #16471

Merged
merged 8 commits into from
Feb 1, 2024

Conversation

thisisamir98
Copy link
Contributor

@thisisamir98 thisisamir98 commented Jan 4, 2024

EpicWPB-4538 [Platform] Stop processing team events

The following team events are deprecated on backend and we need to skip processing them, expect the team.member-leave which we need to keep for backward compatibility.

team.member-join
team.member-leave
team.update
team.member-update

Copy link

codecov bot commented Jan 4, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

❗ No coverage uploaded for pull request base (release/q1-2024@9987687). Click here to learn what that means.

Additional details and impacted files
@@                Coverage Diff                 @@
##             release/q1-2024   #16471   +/-   ##
==================================================
  Coverage                   ?   45.76%           
==================================================
  Files                      ?      745           
  Lines                      ?    24408           
  Branches                   ?     5570           
==================================================
  Hits                       ?    11170           
  Misses                     ?    11820           
  Partials                   ?     1418           

@thisisamir98 thisisamir98 marked this pull request as ready for review January 18, 2024 13:18
@thisisamir98 thisisamir98 requested review from otto-the-bot and a team as code owners January 18, 2024 13:18
@@ -8771,12 +8771,12 @@ __metadata:
linkType: hard

"follow-redirects@npm:^1.15.4":
version: 1.15.4
resolution: "follow-redirects@npm:1.15.4"
version: 1.15.5
Copy link
Contributor

Choose a reason for hiding this comment

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

This change is suspicious 🤔

@thisisamir98 thisisamir98 changed the base branch from dev to release/q1-2024 January 30, 2024 13:07
@thisisamir98 thisisamir98 merged commit 9a22d89 into release/q1-2024 Feb 1, 2024
11 checks passed
@thisisamir98 thisisamir98 deleted the chore/wpb-4538 branch February 1, 2024 12:53
github-actions bot pushed a commit that referenced this pull request Feb 1, 2024
* chore: Stop processing team events (WPB-4538)

* bump core

* add User is not part of the conversation

* add testing

* handle pure MemberLeaveReason.USER_DELETED

* Update src/script/event/preprocessor/EventStorageMiddleware/EventStorageMiddleware.ts

Co-authored-by: Thomas Belin <[email protected]>

* chore: lint

---------

Co-authored-by: Thomas Belin <[email protected]>
otto-the-bot added a commit that referenced this pull request Feb 1, 2024
* chore: Stop processing team events (WPB-4538)

* bump core

* add User is not part of the conversation

* add testing

* handle pure MemberLeaveReason.USER_DELETED

* Update src/script/event/preprocessor/EventStorageMiddleware/EventStorageMiddleware.ts



* chore: lint

---------

Co-authored-by: Amir Ghezelbash <[email protected]>
Co-authored-by: Thomas Belin <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants