not-nexus / shelf

REST API for AWS S3 meant to be an interface to immutable artifact storage.
MIT License
8 stars 3 forks source link

Changing the prune tool to remove individual artifacts. #109

Closed GoogilyBoogily closed 7 years ago

GoogilyBoogily commented 7 years ago

The prune-search-index script now essentially does only the removal part of the update-search-index script. Also made some other changes to make some bulk_update functions more flexible to allow passing in which search update function should be used.

codecov-io commented 7 years ago

Codecov Report

Merging #109 into develop will not change coverage. The diff coverage is 100%.

Impacted file tree graph

@@          Coverage Diff           @@
##           develop   #109   +/-   ##
======================================
  Coverage      100%   100%           
======================================
  Files           74     73    -1     
  Lines         2014   2013    -1     
======================================
- Hits          2014   2013    -1
Impacted Files Coverage Δ
shelf/search/update_manager.py 100% <ø> (ø) :arrow_up:
shelf/bulk_update/container.py 100% <100%> (ø) :arrow_up:
shelf/bucket_update/utils.py 100% <100%> (ø) :arrow_up:
shelf/bulk_update/utils.py 100% <100%> (ø) :arrow_up:
shelf/bulk_update/runner.py 100% <100%> (ø) :arrow_up:
shelf/bucket_update/search_updater.py 100% <100%> (ø) :arrow_up:

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 ea59703...709fd2c. Read the comment docs.