Skip to content

Conversation

@pmrowla
Copy link
Contributor

@pmrowla pmrowla commented Apr 5, 2023

  • Ensures that request body is re-used when retrying requests due to auth reasons

Fixes treeverse/dvc#9290

This also fixes a separate issue where exp remove would report that it succeeded even if the git remote rejected the remove. (exp remove will not work in codespaces, as the github token generated for a codespace does not have delete permissions)

@pmrowla pmrowla self-assigned this Apr 5, 2023
@codecov-commenter
Copy link

codecov-commenter commented Apr 5, 2023

Codecov Report

Patch coverage: 45.00% and project coverage change: -1.20 ⚠️

Comparison is base (697b946) 81.19% compared to head (37d4689) 80.00%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #228      +/-   ##
==========================================
- Coverage   81.19%   80.00%   -1.20%     
==========================================
  Files          27       27              
  Lines        3940     3955      +15     
  Branches      692      697       +5     
==========================================
- Hits         3199     3164      -35     
- Misses        623      659      +36     
- Partials      118      132      +14     
Impacted Files Coverage Δ
src/scmrepo/git/backend/dulwich/__init__.py 80.18% <40.00%> (-1.68%) ⬇️
src/scmrepo/git/backend/dulwich/client.py 41.46% <46.66%> (+0.08%) ⬆️

... and 6 files with indirect coverage changes

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 in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@pmrowla pmrowla merged commit 3dc4975 into treeverse:main Apr 5, 2023
@pmrowla pmrowla deleted the dulwich-retry-data branch April 5, 2023 07:12
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.

exp push: breaking in GHA

2 participants