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

fix(service): make whatsapp no-op #438

Merged
merged 3 commits into from
Oct 25, 2022
Merged

Conversation

nikoksr
Copy link
Owner

@nikoksr nikoksr commented Oct 24, 2022

Description

Make WhatsApp service no-op.

Motivation and Context

As already described in #274 the WhatsApp service is currently in a broken state due to the abandoned client library. Recently the broken service started to block our CI pipeline, hence we're making it a no-op service for the time being. We're already working on the implementation of the new WhatsApp client, hang in there!

How Has This Been Tested?

Ran test suite locally and did a stub implementation.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation (no code change)
  • Refactor (refactoring production code)
  • Other

Checklist:

  • My code follows the code style of this project.
  • I have updated the documentation accordingly.
  • I have added tests to cover my changes.
  • All new and existing tests passed.

Package whatsapp is currently a [ NO-OP ] service! We're sorry for the inconveniences.
We're already working on a fix.

Please read this [1] for more. Thanks!

[1]:#274
@nikoksr nikoksr added affects/docs Improvements or additions to documentation affects/services Issue or PR related to a notification service. labels Oct 24, 2022
@codecov-commenter
Copy link

Codecov Report

Base: 64.34% // Head: 72.18% // Increases project coverage by +7.84% 🎉

Coverage data is based on head (eee98f4) compared to base (ce792a2).
Patch has no changes to coverable lines.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #438      +/-   ##
==========================================
+ Coverage   64.34%   72.18%   +7.84%     
==========================================
  Files          32       30       -2     
  Lines        1091      924     -167     
==========================================
- Hits          702      667      -35     
+ Misses        324      197     -127     
+ Partials       65       60       -5     

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@nikoksr nikoksr merged commit 42649ba into main Oct 25, 2022
@nikoksr nikoksr deleted the fix/make-whatsapp-service-noop branch October 25, 2022 07:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
affects/docs Improvements or additions to documentation affects/services Issue or PR related to a notification service. size/L
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants