-
Notifications
You must be signed in to change notification settings - Fork 45
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
feat: standardize output tree #746
feat: standardize output tree #746
Conversation
Test Results 4 files ± 0 4 suites ±0 4m 42s ⏱️ ±0s Results for commit d0e6820. ± Comparison against base commit 2ed579c. This pull request removes 10 and adds 18 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Code Coverage (Ubuntu)
Minimum allowed coverage is Generated by 🐒 cobertura-action against 759a87e |
Code Coverage (Windows)
Minimum allowed coverage is Generated by 🐒 cobertura-action against 759a87e |
506d693
to
bafaf91
Compare
b6cb78b
to
00aa799
Compare
00aa799
to
759a87e
Compare
759a87e
to
b6e5fd5
Compare
Code Coverage (Ubuntu)
Diff against develop
Results for commit: d0e6820 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
Code Coverage (Windows)
Diff against develop
Results for commit: d0e6820 Minimum allowed coverage is ♻️ This comment has been updated with latest results |
fixes #251, fixes #266, and extends #251 to a general case by standardizing the output tree of all the products with the pattern
/path/to/{title}
, as voted in the pool on #446.Here is how it works for the different kinds of products:
{title}.SAFE
) products:archive_depth
parameter of affected providers is set to 2 inproviders.yml
to delete archive root and intermediate directories while extracting.SAFE
or.nc
) before the zip file extension (e.g..zip
or.tar.gz
): we add#remove_extension
intitle
parameter of affected providers inproviders.yml
to remove the title extension.zip
extension: the extension is removed and in the case of a lone file, a directory with the name of the product title is created to place the file inAwsDownload
plugin: we remove the manual{title}.SAFE
subdirectory creation when building SAFE configurationNotes:
cop_ads
andcop_cds
providers, assets are kept in their state so we may find a zipfile in a directory.