nteract / bookstore

📚 Notebook storage and publishing workflows for the masses
https://bookstore.readthedocs.io
BSD 3-Clause "New" or "Revised" License
201 stars 23 forks source link

Fs cloning api handler #163

Closed mpacer closed 4 years ago

mpacer commented 4 years ago

This adds the handler needed to get file system cloning to work.

I will create a separate PR just for adding the handler to the routes and testing the routes.

NB: This is a bit of a bigger PR, but I didn't want to submit a PR for functionality without tests for that functionality.

codecov[bot] commented 4 years ago

Codecov Report

Merging #163 into master will decrease coverage by 1.15%. The diff coverage is 66.66%.

@@           Coverage Diff            @@
##           master   #163      +/-   ##
========================================
- Coverage   81.15%    80%   -1.16%     
========================================
  Files          10     10              
  Lines         467    505      +38     
========================================
+ Hits          379    404      +25     
- Misses         88    101      +13
codecov[bot] commented 4 years ago

Codecov Report

Merging #163 into master will increase coverage by 1.41%. The diff coverage is 100%.

@@            Coverage Diff             @@
##           master     #163      +/-   ##
==========================================
+ Coverage   81.15%   82.57%   +1.41%     
==========================================
  Files          10       10              
  Lines         467      505      +38     
==========================================
+ Hits          379      417      +38     
  Misses         88       88