datatogether / task_mgmt

Service for managing & executing archiving tasks written in Golang
https://task-mgmt.archivers.space
GNU Affero General Public License v3.0
2 stars 1 forks source link

Create a collection from a gist of urls #18

Closed b5 closed 7 years ago

b5 commented 7 years ago

Add a task that allows creation of a collection from a gist of urls the gist requires a file called urls.txt be defined, and be one-url-per-line. an optional collection.json sets the title, description, and url properties of the collection.

codecov[bot] commented 7 years ago

Codecov Report

Merging #18 into master will decrease coverage by 1.37%. The diff coverage is 8.63%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #18      +/-   ##
==========================================
- Coverage   16.55%   15.18%   -1.38%     
==========================================
  Files          11       19       +8     
  Lines         586     1212     +626     
==========================================
+ Hits           97      184      +87     
- Misses        478     1000     +522     
- Partials       11       28      +17
Impacted Files Coverage Δ
accept_tasks.go 0% <0%> (ø) :arrow_up:
repo.go 44.21% <66.66%> (ø) :arrow_up:
taskdefs/gist/catalog_from_gist.go 7.4% <7.4%> (ø)
tasks/task_requests.go 0% <0%> (ø)
source/source.go 23.63% <0%> (ø)
tasks/task.go 6.48% <0%> (ø)
tasks/progress.go 0% <0%> (ø)
source/sources.go 40.54% <0%> (ø)
tasks/tasks.go 43.58% <0%> (ø)
... and 1 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 6432ee9...a6e5c87. Read the comment docs.