[GitHub] couchdb-fauxton pull request: Data importer

2015-09-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/495#discussion_r39382801 --- Diff: app/addons/dataimporter/components.react.jsx --- @@ -0,0 +1,796 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request: Add papaparse.js library

2015-09-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/522#issuecomment-140069363 +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

couchdb-docker git commit: 1.6: expose config dir as a volume again

2015-09-14 Thread klaemo
Repository: couchdb-docker Updated Branches: refs/heads/master e5e33bb6c -> 6374bd653 1.6: expose config dir as a volume again fixes #34 Project: http://git-wip-us.apache.org/repos/asf/couchdb-docker/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-docker/commit/6374bd65 Tree:

[GitHub] couchdb-fauxton pull request: Data importer

2015-09-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/495#discussion_r39383090 --- Diff: app/addons/dataimporter/tests/componentsSpec.react.jsx --- @@ -0,0 +1,114 @@ +// Licensed under the Apache License, Version 2.0

[GitHub] couchdb-couch-replicator pull request: Include originating databas...

2015-09-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-couch-replicator/pull/16 --- 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

[GitHub] couchdb-couch-replicator pull request: Include originating databas...

2015-09-14 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/16#issuecomment-140052820 +1 Nice feature! --- 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

[GitHub] couchdb-fauxton pull request: Data importer

2015-09-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/495#discussion_r39382921 --- Diff: app/addons/dataimporter/components.react.jsx --- @@ -0,0 +1,796 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-fauxton pull request: Data importer

2015-09-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/495#issuecomment-140043355 can you format the code, especially for the components? the look quite different compared to the ones we have right now --- If your project is set up

[jira] [Created] (COUCHDB-2812) Final Mock UIs

2015-09-14 Thread Nishani (JIRA)
Nishani created COUCHDB-2812: - Summary: Final Mock UIs Key: COUCHDB-2812 URL: https://issues.apache.org/jira/browse/COUCHDB-2812 Project: CouchDB Issue Type: Sub-task Security Level:

[jira] [Created] (COUCHDB-2813) Implement the Dashboard Pages

2015-09-14 Thread Nishani (JIRA)
Nishani created COUCHDB-2813: - Summary: Implement the Dashboard Pages Key: COUCHDB-2813 URL: https://issues.apache.org/jira/browse/COUCHDB-2813 Project: CouchDB Issue Type: Sub-task

[GitHub] couchdb-fauxton pull request: Specifying correct params for before...

2015-09-14 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/523 Specifying correct params for before/afterEach The NW docs say the done() callback is the second param, not first. You can merge this pull request into a Git repository by running: $

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-09-14 Thread willholley
Github user willholley commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-140141043 to elaborate, PouchDB is adding query parameters (revs=true, attachments=true) to the request body instead of the query string. --- If your project is set up

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-09-14 Thread willholley
Github user willholley commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-140140779 ah - ignore the above. PouchDB is wrong here (if we're basing this on rcouch). The CouchDB implementation works as expected through the clustered interface.

[GitHub] couchdb-documentation pull request: Fix bashism in Makefile

2015-09-14 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-documentation/pull/30#issuecomment-140208285 @benkeen that's lack of python sphinx: you don't have it installed, so build fails on docs. However, they shouldn't and cannot block Fauxton as they

[GitHub] couchdb-documentation pull request: Fix bashism in Makefile

2015-09-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-documentation/pull/30#issuecomment-140207450 Could this be causing a couchdb installation failure? - Fresh clone of couchdb - run `./configure` - run `make`. Result: ```

[GitHub] couchdb-fauxton pull request: Data importer

2015-09-14 Thread michellephung
Github user michellephung commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/495#discussion_r39450846 --- Diff: app/addons/dataimporter/components.react.jsx --- @@ -0,0 +1,793 @@ +// Licensed under the Apache License, Version 2.0 (the

[GitHub] couchdb-documentation pull request: Fix bashism in Makefile

2015-09-14 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-documentation/pull/30#issuecomment-140207796 @micah ping --- 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

[GitHub] couchdb-documentation pull request: Fix bashism in Makefile

2015-09-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-documentation/pull/30#issuecomment-140209475 I see, thanks @kxepal. --- 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

[jira] [Commented] (COUCHDB-2806) Cannot search for correctly for numbers when using text

2015-09-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14744607#comment-14744607 ] ASF subversion and git services commented on COUCHDB-2806: -- Commit

[jira] [Commented] (COUCHDB-2806) Cannot search for correctly for numbers when using text

2015-09-14 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2806?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=14744609#comment-14744609 ] ASF subversion and git services commented on COUCHDB-2806: -- Commit

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-09-14 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-140161373 @willholley Actually, we all here should use http://developer.couchbase.com/mobile/develop/references/sync-gateway/rest-api/database/post-bulk-get/index.html as

[jira] [Created] (COUCHDB-2814) Atomically Create and Assign Permissions to a Database

2015-09-14 Thread Jordan Counts (JIRA)
Jordan Counts created COUCHDB-2814: -- Summary: Atomically Create and Assign Permissions to a Database Key: COUCHDB-2814 URL: https://issues.apache.org/jira/browse/COUCHDB-2814 Project: CouchDB

[GitHub] couchdb-chttpd pull request: Implement /db/_bulk_get endpoint

2015-09-14 Thread willholley
Github user willholley commented on the pull request: https://github.com/apache/couchdb-chttpd/pull/33#issuecomment-140180282 I have a PouchDB PR with all tests now passing against this implementation. I imagine there are some optimisations that could be done in terms of minimising