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

Support 202405 #90

Merged
merged 2 commits into from
Jun 20, 2024
Merged

Support 202405 #90

merged 2 commits into from
Jun 20, 2024

Conversation

vegu
Copy link
Contributor

@vegu vegu commented Jun 18, 2024

fixes #88

also relocked poetry which updated some of the linting tools, resulting in some whitespace fixes

Client.update_all() method to update all objects in the database - this existed in v1 and has now been readded
@vegu vegu requested a review from grizz June 18, 2024 12:18
Copy link

codecov bot commented Jun 18, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.69%. Comparing base (aa00fd7) to head (f30fb54).

Additional details and impacted files
@@            Coverage Diff             @@
##           master      #90      +/-   ##
==========================================
+ Coverage   82.66%   82.69%   +0.03%     
==========================================
  Files          16       16              
  Lines        1073     1075       +2     
==========================================
+ Hits          887      889       +2     
  Misses        186      186              

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

@grizz grizz merged commit ba9add6 into master Jun 20, 2024
20 checks passed
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.

docs need updating to reflect some api changes to the Client.update_all() call
3 participants