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

feat: add the notificationAccount #1602

Merged
merged 4 commits into from
Dec 26, 2023
Merged

Conversation

luhaoling
Copy link
Contributor

@luhaoling luhaoling commented Dec 25, 2023


🔍 What type of PR is this?

👀 What this PR does / why we need it:

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

🅰 Which issue(s) this PR fixes:

Fixes #1582

📝 Special notes for your reviewer:

🎯 Describe how to verify it

📑 Additional documentation e.g., RFC, notion, Google docs, usage docs, etc.:

Copy link
Contributor

sweep-ai bot commented Dec 25, 2023

Apply Sweep Rules to your PR?

  • Apply: All new business logic should have corresponding unit tests.
  • Apply: Refactor large functions to be more modular.
  • Apply: Add docstrings to all functions and file headers.

Copy link

codecov bot commented Dec 25, 2023

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (de451d4) 5.15% compared to head (0540746) 5.15%.

Files Patch % Lines
pkg/common/http/http_client.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main   #1602      +/-   ##
========================================
- Coverage   5.15%   5.15%   -0.01%     
========================================
  Files         42      42              
  Lines       3761    3762       +1     
========================================
  Hits         194     194              
- Misses      3556    3557       +1     
  Partials      11      11              

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

@kubbot
Copy link
Member

kubbot commented Dec 25, 2023

Bot detected the issue body's language is not English, translate it automatically. 👯👭🏻🧑‍🤝‍🧑👫🧑🏿‍🤝‍🧑🏻👩🏾‍🤝‍👨🏿👬🏿


Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (de451d4) 5.15% compared to head (22da04b) 5.15%.

Files Patch % Lines
pkg/common/http/http_client.go 0.00% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##            main   #1602      +/-   ##
========================================
- Coverage   5.15%   5.15%   -0.01%     
========================================
  Files         42      42              
  Lines       3761    3762       +1     
========================================
  Hits         194     194              
- Misses      3556    3557       +1     
  Partials      11      11              

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

@cubxxw
Copy link
Contributor

cubxxw commented Dec 25, 2023

Could you please take a look at the CICD error and resolve it? Thank you!

@@ -53,6 +53,11 @@ type friendServer struct {
RegisterCenter registry.SvcDiscoveryRegistry
}

func (s *friendServer) UpdateFriends(ctx context.Context, req *pbfriend.UpdateFriendsReq) (*pbfriend.UpdateFriendsResp, error) {
//TODO implement me
Copy link
Contributor

Choose a reason for hiding this comment

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

TODO ?

internal/rpc/user/user.go Show resolved Hide resolved
@cubxxw cubxxw added this pull request to the merge queue Dec 26, 2023
Merged via the queue into openimsdk:main with commit 7389639 Dec 26, 2023
25 checks passed
@github-actions github-actions bot added this to the v3.1 milestone Dec 26, 2023
@openimsdk openimsdk locked and limited conversation to collaborators Dec 26, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
size/L Denotes a PR that changes 100-499 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Feature: Add the system notification account
4 participants