nickva opened a new pull request #537: Expose replicator scheduler feature in 
the API
URL: https://github.com/apache/couchdb/pull/537
 
 
   That was the intent all along, just forgot to enable before the merge.
   
   ## Testing recommendations
   
   Start a 3 node dev cluster.  Query any of the node's top level API:
   ```
   http http://adm:pass@localhost:15984
   
   {
       "couchdb": "Welcome",
       "features": [
           "scheduler"
       ],
       "vendor": {
           "name": "The Apache Software Foundation"
       },
       "version": "2.1.0-a9ad3429e"
   }
   ```
   
   
   - [x] Code is written and works correctly;
   - [x] Changes are covered by tests: there is a features tests in chttpd
   - [ ] Documentation reflects the changes: will make a separate PR for docs 
repo
   
 
----------------------------------------------------------------
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