You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@couchdb.apache.org by robertkowalski <gi...@git.apache.org> on 2015/02/28 23:19:24 UTC

[GitHub] couchdb-fabric pull request: readme: change to couchdb project

GitHub user robertkowalski opened a pull request:

    https://github.com/apache/couchdb-fabric/pull/18

    readme: change to couchdb project

    

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

    $ git pull https://github.com/robertkowalski/couchdb-fabric readme

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

    https://github.com/apache/couchdb-fabric/pull/18.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 #18
    
----
commit f2c165b9b1a3dbd4ba9d1fd6ee7667ea6f65e092
Author: Robert Kowalski <ro...@kowalski.gd>
Date:   2015-02-28T22:18:46Z

    readme: change to couchdb project

----


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

Re: [GitHub] couchdb-fabric pull request: readme: change to couchdb project

Posted by Robert Kowalski <ro...@kowalski.gd>.
good catch, fixed it!

mind taking a second look, so i can rebase it & merge?

On Sat, Feb 28, 2015 at 11:21 PM, kxepal <gi...@git.apache.org> wrote:
> Github user kxepal commented on a diff in the pull request:
>
>     https://github.com/apache/couchdb-fabric/pull/18#discussion_r25561896
>
>     --- Diff: README.md ---
>     @@ -1,24 +1,18 @@
>      ## fabric
>
>     -Fabric is a collection of proxy functions for [CouchDB][1] operations in a cluster.  These functions are used in [BigCouch][2] as the remote procedure endpoints on each of the cluster nodes.
>     +Fabric is a collection of proxy functions for [CouchDB][1] operations in a cluster. These functions are used in CouchDB as the remote procedure endpoints on each of the cluster nodes.
>
>     -For example, creating a database is a straightforward task in standalone CouchDB, but for BigCouch, each node that will store a shard for the database needs to receive and execute a fabric function.  The node handling the request also needs to compile the results from each of the nodes and respond accordingly to the client.
>     +For example, creating a database is a straightforward task in CouchDB 1.x, but for a clustered CouchDB, each node that will store a shard for the database needs to receive and execute a fabric function. The node handling the request also needs to compile the results from each of the nodes and respond accordingly to the client.
>
>     -Fabric is used in conjunction with 'Rexi' which is also an application within BigCouch.
>     +Fabric is used in conjunction with 'Rexi' which is also an application within CouchDB.
>
>      ### Getting Started
>     -Fabric requires R13B03 or higher and can be built with [rebar][6], which comes bundled in the repository.
>     +Fabric requires R13B03 or higher and can be built with [rebar][3], which comes bundled in the repository.
>     --- End diff --
>
>     oh..well, it's not bundled anymore.
>
>
> ---
> 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-fabric pull request: readme: change to couchdb project

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on a diff in the pull request:

    https://github.com/apache/couchdb-fabric/pull/18#discussion_r25561896
  
    --- Diff: README.md ---
    @@ -1,24 +1,18 @@
     ## fabric
     
    -Fabric is a collection of proxy functions for [CouchDB][1] operations in a cluster.  These functions are used in [BigCouch][2] as the remote procedure endpoints on each of the cluster nodes.
    +Fabric is a collection of proxy functions for [CouchDB][1] operations in a cluster. These functions are used in CouchDB as the remote procedure endpoints on each of the cluster nodes.
     
    -For example, creating a database is a straightforward task in standalone CouchDB, but for BigCouch, each node that will store a shard for the database needs to receive and execute a fabric function.  The node handling the request also needs to compile the results from each of the nodes and respond accordingly to the client.
    +For example, creating a database is a straightforward task in CouchDB 1.x, but for a clustered CouchDB, each node that will store a shard for the database needs to receive and execute a fabric function. The node handling the request also needs to compile the results from each of the nodes and respond accordingly to the client.
     
    -Fabric is used in conjunction with 'Rexi' which is also an application within BigCouch.
    +Fabric is used in conjunction with 'Rexi' which is also an application within CouchDB.
     
     ### Getting Started
    -Fabric requires R13B03 or higher and can be built with [rebar][6], which comes bundled in the repository.
    +Fabric requires R13B03 or higher and can be built with [rebar][3], which comes bundled in the repository.
    --- End diff --
    
    oh..well, it's not bundled anymore.


---
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-fabric pull request: readme: change to couchdb project

Posted by robertkowalski <gi...@git.apache.org>.
Github user robertkowalski commented on the pull request:

    https://github.com/apache/couchdb-fabric/pull/18#issuecomment-77245862
  
    merged as 8d4c8ea61502a58dcb881b1dd0c61ced1ab05724


---
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-fabric pull request: readme: change to couchdb project

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

    https://github.com/apache/couchdb-fabric/pull/18


---
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-fabric pull request: readme: change to couchdb project

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-fabric/pull/18#issuecomment-76551520
  
    +1


---
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-fabric pull request: readme: change to couchdb project

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-fabric/pull/18#issuecomment-76600375
  
    LGFM now (:


---
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-fabric pull request: readme: change to couchdb project

Posted by kxepal <gi...@git.apache.org>.
Github user kxepal commented on the pull request:

    https://github.com/apache/couchdb-fabric/pull/18#issuecomment-76600382
  
    squash and merge 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.
---