You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by "pgj (via GitHub)" <gi...@apache.org> on 2023/05/16 12:42:03 UTC

[GitHub] [couchdb] pgj opened a new pull request, #4602: fix(`mango`): missing parts of the `_index` API

pgj opened a new pull request, #4602:
URL: https://github.com/apache/couchdb/pull/4602

   Many of the requests outside the scope of the `_index` endpoint are not handled gracefully but trigger an internal server error.  Enhance the `_index` handler logic to return proper answers for invalid queries and supply it with more exhaustive integration tests.
   
   Provide documentation for the existing `_index/_bulk_delete` endpoint as it was missing, and mention that the `_design` prefix is not needed when deleting indexes.
   
   This is a follow-up to #4584 and a revisited version of #4514.
   
   ## Checklist
   
   - [ ] Code is written and works correctly
   - [ ] Changes are covered by tests
   - [ ] Documentation changes were made in the `src/docs` folder
   


-- 
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 merged pull request #4602: fix(`mango`): missing parts of the `_index` API

Posted by "nickva (via GitHub)" <gi...@apache.org>.
nickva merged PR #4602:
URL: https://github.com/apache/couchdb/pull/4602


-- 
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