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

Add SyncManager to Web5 Managed Agent #204

Merged
merged 9 commits into from
Sep 1, 2023
Merged

Add SyncManager to Web5 Managed Agent #204

merged 9 commits into from
Sep 1, 2023

Conversation

frankhinek
Copy link
Contributor

@frankhinek frankhinek commented Aug 30, 2023

This PR will:

Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
…rt/stop methods, fix bug in messageExists, add missing await to addMessage() and setWatermark()

Signed-off-by: Frank Hinek <[email protected]>
Signed-off-by: Frank Hinek <[email protected]>
This was linked to issues Aug 30, 2023
@frankhinek frankhinek added the enhancement New feature or request label Aug 30, 2023
Copy link
Contributor

@mistermoe mistermoe left a comment

Choose a reason for hiding this comment

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

🥇

@codecov
Copy link

codecov bot commented Sep 1, 2023

Codecov Report

Merging #204 (49d8826) into main (8204a49) will decrease coverage by 0.86%.
The diff coverage is 73.78%.

@@            Coverage Diff             @@
##             main     #204      +/-   ##
==========================================
- Coverage   90.28%   89.42%   -0.86%     
==========================================
  Files          63       64       +1     
  Lines       11592    12399     +807     
  Branches     1132     1188      +56     
==========================================
+ Hits        10466    11088     +622     
- Misses       1106     1291     +185     
  Partials       20       20              
Components Coverage Δ
api 94.32% <77.50%> (-0.74%) ⬇️
common 95.00% <ø> (ø)
credentials ∅ <ø> (∅)
crypto 94.87% <ø> (ø)
dids 92.16% <ø> (-0.01%) ⬇️
agent 87.80% <76.58%> (-1.38%) ⬇️
identity-agent 59.05% <33.33%> (-1.45%) ⬇️
proxy-agent 58.59% <33.33%> (-1.41%) ⬇️
user-agent 57.36% <33.33%> (-1.32%) ⬇️

@frankhinek frankhinek merged commit 986c5cf into main Sep 1, 2023
This was referenced Sep 1, 2023
@frankhinek frankhinek deleted the sync-manager branch September 1, 2023 00:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add SyncManager to Web5 Managed Agent Make sync configurable
2 participants