garrensmith opened a new pull request #1684: Partition feature flag
URL: https://github.com/apache/couchdb/pull/1684
 
 
   ## Overview
   
   Add partition feature flag based off the work of #1682 
   
   ## Testing recommendations
   
   Create something like this in `local.ini`:
   ```
   [feature_flags]
   partitions||* = false
   partitions||allowed* = true
   ```
   
   Then:
   `curl -X PUT http://localhost:5984/not-allowed?partitioned=true` should 
throw an error
   `curl -X PUT http://localhost:5984/allowed-partition?partitioned=true` 
should be created
   
   ## Related Issues or Pull Requests
   
   #1682 and #1656 
   
   ## Checklist
   
   - [x] Code is written and works correctly;
   
   

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to