[GitHub] couchdb-nano issue #6: Adding replication using the "_replicator" database

2017-03-02 Thread glynnbird
Github user glynnbird commented on the issue: https://github.com/apache/couchdb-nano/pull/6 ok +1 from me 👍 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and

[GitHub] couchdb-nano issue #6: Adding replication using the "_replicator" database

2017-03-02 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-nano/pull/6 Thanks @carlosduclos I've merged this to master. Could you close this PR. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If

[GitHub] couchdb-fauxton pull request #864: Update replication to work with scheduler...

2017-03-02 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/864 Update replication to work with scheduler api This is to support the new scheduler api that will land in CouchDB soon You can merge this pull request into a Git repository by running:

[GitHub] couchdb-fauxton issue #859: fix replication source/target url

2017-03-02 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/859 @nolanlawson could you close this since we have fixed it in pouchdb-server --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as

[jira] [Created] (COUCHDB-3314) Add an option in doc creation APIs to specify a random value for an initial doc revision

2017-03-02 Thread Mayya Sharipova (JIRA)
Mayya Sharipova created COUCHDB-3314: Summary: Add an option in doc creation APIs to specify a random value for an initial doc revision Key: COUCHDB-3314 URL:

[jira] [Commented] (COUCHDB-3316) Log replicator db name not just doc ids

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15893350#comment-15893350 ] ASF GitHub Bot commented on COUCHDB-3316: - GitHub user nickva opened a pull request:

[jira] [Commented] (COUCHDB-3313) Couchdb 2.0- Unable to create document and access database through java api

2017-03-02 Thread Vartika Jain (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3313?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15893759#comment-15893759 ] Vartika Jain commented on COUCHDB-3313: --- I have edited the question please have a look. I tried to

[jira] [Commented] (COUCHDB-3316) Log replicator db name not just doc ids

2017-03-02 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3316?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15893633#comment-15893633 ] ASF GitHub Bot commented on COUCHDB-3316: - GitHub user nickva opened a pull request:

[GitHub] couchdb-couch pull request #231: Fix `badarith` error in couch_db:get_db_inf...

2017-03-02 Thread nickva
GitHub user nickva opened a pull request: https://github.com/apache/couchdb-couch/pull/231 Fix `badarith` error in couch_db:get_db_info call When folding we account for a previous `null`, `undefined`, or a number. However btree:size/1 returns 0, `nil` or a number.