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 archive type detection for .tgz annex keys #518

Merged
merged 2 commits into from
Oct 26, 2023

Conversation

mih
Copy link
Member

@mih mih commented Oct 26, 2023

This seems to be at least as sensible as .tar.

Closes #517

This seems to be at least as sensible as `.tar`.

Closes datalad#517
@mih mih added the semver-patch PR implies patch-level version increment (API stable) label Oct 26, 2023
@mih mih added this to the 1.0.3 milestone Oct 26, 2023
@codecov
Copy link

codecov bot commented Oct 26, 2023

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (1f7d9f5) 92.43% compared to head (202fec4) 92.46%.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #518      +/-   ##
==========================================
+ Coverage   92.43%   92.46%   +0.03%     
==========================================
  Files         128      128              
  Lines        9606     9612       +6     
  Branches     1040     1042       +2     
==========================================
+ Hits         8879     8888       +9     
+ Misses        703      700       -3     
  Partials       24       24              
Files Coverage Δ
datalad_next/types/archivist.py 100.00% <100.00%> (ø)
datalad_next/types/tests/test_archivist.py 100.00% <100.00%> (ø)

... and 1 file with indirect coverage changes

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

@mih mih merged commit 29a25fb into datalad:main Oct 26, 2023
9 checks passed
@mih mih deleted the archivist-tgz branch October 26, 2023 18:18
@mih mih modified the milestones: 1.0.3, 1.1 Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-patch PR implies patch-level version increment (API stable)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

archivist special remote: add support for tar archives with .tgz extension
1 participant