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

Replace AnnotatePaths in metadata commands #6128

Merged
merged 1 commit into from
Oct 30, 2021
Merged

Conversation

mih
Copy link
Member

@mih mih commented Oct 29, 2021

This is the second-to-last stop to finally resolve #3368

There is only a minimal behavior change: A rather peculiar reporting
behavior, where metadata of the "nearest" available dataset is chosen
when no explicit dataset is given.

This has no practical value and would complicate this temporary fix
substantially. This whole stuff only needs to last until metalad is
fully functional.

This is the second-to-last stop to finally fix datalad#3368

There is only a minimal behavior change: A rather peculiar reporting
behavior, where metadata of the "nearest" available dataset is chosen
when no explicit dataset is given.

This has no practical value and would complicate this temporary fix
substantially. This whole stuff only needs to last until metalad is
fully functional.
@yarikoptic yarikoptic added the semver-minor Increment the minor version when merged label Oct 29, 2021
@mih mih mentioned this pull request Oct 29, 2021
15 tasks
Copy link
Member

@bpoldrack bpoldrack left a comment

Choose a reason for hiding this comment

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

Looks right to me.
Will wait for the tests to finish, though.

@codecov
Copy link

codecov bot commented Oct 29, 2021

Codecov Report

Merging #6128 (1fdd64d) into master (9f699b0) will decrease coverage by 0.92%.
The diff coverage is 96.29%.

❗ Current head 1fdd64d differs from pull request most recent head e02203f. Consider uploading reports for the commit e02203f to get more accurate results
Impacted file tree graph

@@            Coverage Diff             @@
##           master    #6128      +/-   ##
==========================================
- Coverage   89.82%   88.89%   -0.93%     
==========================================
  Files         317      317              
  Lines       42399    42397       -2     
==========================================
- Hits        38083    37689     -394     
- Misses       4316     4708     +392     
Impacted Files Coverage Δ
datalad/metadata/tests/test_aggregation.py 99.06% <ø> (-0.02%) ⬇️
datalad/interface/annotate_paths.py 83.61% <94.73%> (+0.70%) ⬆️
datalad/metadata/aggregate.py 75.07% <100.00%> (+0.14%) ⬆️
datalad/metadata/metadata.py 89.42% <100.00%> (+0.06%) ⬆️
datalad/version.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/wtf.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/addurls.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/no_annex.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/add_readme.py 0.00% <0.00%> (-100.00%) ⬇️
datalad/plugin/check_dates.py 0.00% <0.00%> (-100.00%) ⬇️
... and 65 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 9f699b0...e02203f. Read the comment docs.

@mih
Copy link
Member Author

mih commented Oct 29, 2021

Thanks @bpoldrack

Will merge tomorrow

@mih mih merged commit f7e89af into datalad:master Oct 30, 2021
@mih mih deleted the rf-metadata-ap branch October 30, 2021 05:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
semver-minor Increment the minor version when merged
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Retire annotate_paths()
3 participants