whole-tale / girder_wholetale

Girder plugin providing basic Whole Tale functionality
BSD 3-Clause "New" or "Revised" License
3 stars 5 forks source link

Pass versionId to POST /tale/:id/copy #536

Closed Xarthisius closed 2 years ago

Xarthisius commented 2 years ago

Optionally pass versionId, which will restore given version of the Tale for the copy.

How to test?

  1. See https://github.com/whole-tale/wt_versioning/pull/43
codecov[bot] commented 2 years ago

Codecov Report

Merging #536 (6f68070) into master (a817ebb) will increase coverage by 0.00%. The diff coverage is 100.00%.

@@           Coverage Diff           @@
##           master     #536   +/-   ##
=======================================
  Coverage   92.88%   92.89%           
=======================================
  Files          58       58           
  Lines        4556     4557    +1     
=======================================
+ Hits         4232     4233    +1     
  Misses        324      324           
Impacted Files Coverage Δ
server/rest/tale.py 96.44% <100.00%> (ø)
server/tasks/copy_workspace.py 100.00% <100.00%> (ø)
server/tasks/import_tale.py 100.00% <100.00%> (ø)

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 a817ebb...6f68070. Read the comment docs.