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

SyncAcls: move from added to updated #10

Merged
merged 3 commits into from
Dec 9, 2023
Merged

SyncAcls: move from added to updated #10

merged 3 commits into from
Dec 9, 2023

Conversation

ncode
Copy link
Owner

@ncode ncode commented Dec 9, 2023

  • I've noticed running docker compose that if we have an existing user
    that would be updated, we delete it before. So here we will skip the
    deletion and allow it to be updated in a non-disruptive way
  • Docker compose adds extra instance to test a different flow

- I've noticed running docker compose that if we have an existing user
  that would be updated, we delete it before. So here we will skip the
  delettion and allow it to be updated in a non-disruptive way
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (d90308b) 92.02% compared to head (735fd6d) 93.90%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #10      +/-   ##
==========================================
+ Coverage   92.02%   93.90%   +1.87%     
==========================================
  Files           1        1              
  Lines         163      164       +1     
==========================================
+ Hits          150      154       +4     
+ Misses          9        7       -2     
+ Partials        4        3       -1     

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

@ncode ncode merged commit 3f3aaa5 into main Dec 9, 2023
5 checks passed
@ncode ncode deleted the juliano/update branch December 9, 2023 22:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants