You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@couchdb.apache.org by garrensmith <gi...@git.apache.org> on 2017/02/20 11:53:26 UTC

[GitHub] couchdb-fauxton pull request #858: Replication from local

GitHub user garrensmith opened a pull request:

    https://github.com/apache/couchdb-fauxton/pull/858

    Replication from local

    

You can merge this pull request into a Git repository by running:

    $ git pull https://github.com/garrensmith/couchdb-fauxton replication-from-local

Alternatively you can review and apply these changes as the patch at:

    https://github.com/apache/couchdb-fauxton/pull/858.patch

To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:

    This closes #858
    
----
commit d98cefc2cba10b9d408e70b9ebdb89318c2bad99
Author: Nolan Lawson <no...@gmail.com>
Date:   2017-02-18T16:01:31Z

    don't encode username/pass unless necessary

commit 6a41304cfa96960a0a358918fd8826ac7e984cab
Author: Garren Smith <ga...@gmail.com>
Date:   2017-02-20T11:52:35Z

    Add test for replication without password
    
    This extends Nolan's work and adds a test to prove its working

----


---
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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #858: Replication from local

Posted by millayr <gi...@git.apache.org>.
Github user millayr commented on the issue:

    https://github.com/apache/couchdb-fauxton/pull/858
  
    +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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton pull request #858: Replication from local

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith closed the pull request at:

    https://github.com/apache/couchdb-fauxton/pull/858


---
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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #858: Replication from local

Posted by nolanlawson <gi...@git.apache.org>.
Github user nolanlawson commented on the issue:

    https://github.com/apache/couchdb-fauxton/pull/858
  
    Well, I probably should have tested this before saying :+1:. \U0001f605 It actually breaks worse than before. Attempting to replicate from `http://examples.cloudant.com/animaldb` to a new local DB `animaldb` results in a replicator document looking like this:
    
    ```json
    {
      "source": {
        "headers": {},
        "url": "http://examples.cloudant.com/animaldb"
      },
      "target": {
        "headers": {},
        "url": "http://localhost:6984/animaldb"
      },
      "create_target": true
    }
    ```
    
    I'll open a PR to fix it.


---
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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #858: Replication from local

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith commented on the issue:

    https://github.com/apache/couchdb-fauxton/pull/858
  
    Thanks merged.


---
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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #858: Replication from local

Posted by nolanlawson <gi...@git.apache.org>.
Github user nolanlawson commented on the issue:

    https://github.com/apache/couchdb-fauxton/pull/858
  
    LGTM, looking forward to replication working for pouchdb server!


---
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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---

[GitHub] couchdb-fauxton issue #858: Replication from local

Posted by garrensmith <gi...@git.apache.org>.
Github user garrensmith commented on the issue:

    https://github.com/apache/couchdb-fauxton/pull/858
  
    Oh no. That's frustrating.�
    
    All misspelling thanks to my iPhone.
    
    
    
    
    On Mon, Feb 20, 2017 at 8:24 PM +0200, "Nolan Lawson" <no...@github.com> wrote:
    
    
    
    
    
    
    
    
    
    
    
    
    Well, I probably should have tested this before saying \U0001f44d. \U0001f605 It actually breaks worse than before. Attempting to replicate from http://examples.cloudant.com/animaldb to a new local DB animaldb results in a replicator document looking like this:
    {
      "source": {
        "headers": {},
        "url": "http://examples.cloudant.com/animaldb"
      },
      "target": {
        "headers": {},
        "url": "http://localhost:6984/animaldb"
      },
      "create_target": true
    }
    
    
    I'll open a PR to fix it.
    
    
    
    \u2014
    You are receiving this because you modified the open/close state.
    Reply to this email directly, view it on GitHub, or mute the thread.
    
    
      
      
    
    
    
    
    
    
    
    
    



---
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 wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastructure@apache.org or file a JIRA ticket
with INFRA.
---