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 2021/11/01 18:05:23 UTC

[GitHub] [couchdb] jiahuili430 opened a new pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

jiahuili430 opened a new pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812


   ## Overview
   Using _bulk_docs with "new_edits": false and without _rev responds with 500 Server Error. I understand I should always include _rev into the document, but if I don't, it is a bad request, isn't it?
   
   ## Testing recommendations
   
   <!-- Describe how we can test your changes.
        Does it provides any behaviour that the end users
        could notice? -->
   
   ## Related Issues or Pull Requests
   
   <!-- If your changes affects multiple components in different
        repositories please put links to those issues or pull requests here.  -->
   
   ## Checklist
   
   - [ ] Code is written and works correctly
   - [ ] Changes are covered by tests
   - [ ] Any new configurable parameters are documented in `rel/overlay/etc/default.ini`
   - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] jiahuili430 closed pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

Posted by GitBox <gi...@apache.org>.
jiahuili430 closed pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812






-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva commented on pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

Posted by GitBox <gi...@apache.org>.
nickva commented on pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812#issuecomment-956538796


   We should be able to rely on `_revisions:{start: ..., ids: [...]}` instead and shouldn't necessarily need `_rev`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] jiahuili430 closed pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

Posted by GitBox <gi...@apache.org>.
jiahuili430 closed pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva commented on pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

Posted by GitBox <gi...@apache.org>.
nickva commented on pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812#issuecomment-956538796


   We should be able to rely on `_revisions:{start: ..., ids: [...]}` instead and shouldn't necessarily need `_rev`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] nickva commented on pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

Posted by GitBox <gi...@apache.org>.
nickva commented on pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812#issuecomment-956538796


   We should be able to rely on `_revisions:{start: ..., ids: [...]}` instead and shouldn't necessarily need `_rev`


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



[GitHub] [couchdb] jiahuili430 closed pull request #3812: Using _bulk_docs with new_edits false and without _rev should responds 400 Bad Request

Posted by GitBox <gi...@apache.org>.
jiahuili430 closed pull request #3812:
URL: https://github.com/apache/couchdb/pull/3812


   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscribe@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org