You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by GitBox <gi...@apache.org> on 2017/11/20 13:13:47 UTC

[GitHub] garrensmith opened a new pull request #1027: Use PUT endpoint to clone doc

garrensmith opened a new pull request #1027: Use PUT endpoint to clone doc
URL: https://github.com/apache/couchdb-fauxton/pull/1027
 
 
   ## Overview
   
   The COPY doc api doesn't support cloning docs with ID's that need to be
   encoded. So use the PUT command and just create a new doc instead
   
   ## Testing recommendations
   Clone a document and test that it can clone a document. Ideally clone a document that would need to be encoded e.g `encoded/doc`.
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests;
   - [ ] Documentation reflects the changes;
   - [ ] Update [rebar.config.script](https://github.com/apache/couchdb/blob/master/rebar.config.script) with the correct tag once a new Fauxton release is made
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services