[jira] [Resolved] (COUCHDB-3249) Add config to disable index all fields (text indexes)

2016-12-06 Thread Tony Sun (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Tony Sun resolved COUCHDB-3249. --- Resolution: Fixed > Add config to disable index all fields (text indexes) >

[jira] [Commented] (COUCHDB-3249) Add config to disable index all fields (text indexes)

2016-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726764#comment-15726764 ] ASF subversion and git services commented on COUCHDB-3249: -- Commit

[GitHub] couchdb-couch issue #217: Remove use of filename:rootname/1

2016-12-06 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/217 Oh heh, the travis CI check doesn't even include this commit when it runs the tests so I'm just gonna go ahead and ignore that. --- If your project is set up for it, you can reply to this

[GitHub] couchdb-couch issue #217: Remove use of filename:rootname/1

2016-12-06 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/217 And yeah, the couchdb_mrview_tests module failed with a bad response code which didn't happen locally (those are actually in src/couch/test which I ran). Most odd. --- If your project is set

[GitHub] couchdb-couch issue #217: Remove use of filename:rootname/1

2016-12-06 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/217 Here's a micro benchmark that shows a significant speedup for the new version. Between 1,000% and 6,000% depending on whether it actually has to remove the suffix. ```erlang

[jira] [Commented] (COUCHDB-3249) Add config to disable index all fields (text indexes)

2016-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726678#comment-15726678 ] ASF subversion and git services commented on COUCHDB-3249: -- Commit

[jira] [Commented] (COUCHDB-3143) Make Mango's MR index default limit match the docs

2016-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726675#comment-15726675 ] ASF subversion and git services commented on COUCHDB-3143: -- Commit

[jira] [Commented] (COUCHDB-3143) Make Mango's MR index default limit match the docs

2016-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3143?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726676#comment-15726676 ] ASF subversion and git services commented on COUCHDB-3143: -- Commit

[GitHub] couchdb-couch issue #217: Remove use of filename:rootname/1

2016-12-06 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch/pull/217 Oh whoops. I forgot to run the full suite. Just ran couch tests. Will check the full run and also add a benchmark as well. --- If your project is set up for it, you can reply to this email

[jira] [Commented] (COUCHDB-3249) Add config to disable index all fields (text indexes)

2016-12-06 Thread ASF subversion and git services (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726642#comment-15726642 ] ASF subversion and git services commented on COUCHDB-3249: -- Commit

[GitHub] couchdb-couch issue #217: Remove use of filename:rootname/1

2016-12-06 Thread nickva
Github user nickva commented on the issue: https://github.com/apache/couchdb-couch/pull/217 +1 ``` (node1@127.0.0.1)1> couch_util:drop_dot_couch_ext(""). [] (node1@127.0.0.1)2> couch_util:drop_dot_couch_ext("abc"). "abc" (node1@127.0.0.1)3>

[jira] [Commented] (COUCHDB-3251) Remove hot loop usage of filename:rootname/1

2016-12-06 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3251?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15726479#comment-15726479 ] ASF GitHub Bot commented on COUCHDB-3251: - GitHub user davisp opened a pull request:

[GitHub] couchdb-couch pull request #217: Remove use of filename:rootname/1

2016-12-06 Thread davisp
GitHub user davisp opened a pull request: https://github.com/apache/couchdb-couch/pull/217 Remove use of filename:rootname/1 It turns out that filename:rootname/1 is fairly expensive. Given that we call it millions of times when doing database name validation it adds up

[jira] [Created] (COUCHDB-3251) Remove hot loop usage of filename:rootname/1

2016-12-06 Thread Paul Joseph Davis (JIRA)
Paul Joseph Davis created COUCHDB-3251: -- Summary: Remove hot loop usage of filename:rootname/1 Key: COUCHDB-3251 URL: https://issues.apache.org/jira/browse/COUCHDB-3251 Project: CouchDB

[jira] [Commented] (COUCHDB-3239) incorrect ordering of results when using open_revs and latest=true

2016-12-06 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725967#comment-15725967 ] Paul Joseph Davis commented on COUCHDB-3239: Hah, well that'd do it. > incorrect ordering

[jira] [Commented] (COUCHDB-3239) incorrect ordering of results when using open_revs and latest=true

2016-12-06 Thread Will Holley (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725864#comment-15725864 ] Will Holley commented on COUCHDB-3239: -- [~paul.joseph.davis] as shown in COUCHDB-3240, it throws a

[jira] [Commented] (COUCHDB-3239) incorrect ordering of results when using open_revs and latest=true

2016-12-06 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725798#comment-15725798 ] Paul Joseph Davis commented on COUCHDB-3239: With your example specifying the 1-a would be

[GitHub] couchdb-fauxton issue #819: WIP - React component for clipboard

2016-12-06 Thread millayr
Github user millayr commented on the issue: https://github.com/apache/couchdb-fauxton/pull/819 Now to write some tests and remove the remaining zeroclipboard bits... --- 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 #819: WIP - React component for clipboard

2016-12-06 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/819#discussion_r91097379 --- Diff: app/addons/components/components/copy.js --- @@ -0,0 +1,71 @@ +// Licensed under the Apache License, Version 2.0 (the 'License'); you

[GitHub] couchdb-fauxton pull request #819: WIP - React component for clipboard

2016-12-06 Thread millayr
Github user millayr commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/819#discussion_r91097333 --- Diff: app/addons/components/components/copy.js --- @@ -0,0 +1,71 @@ +// Licensed under the Apache License, Version 2.0 (the 'License'); you

[jira] [Commented] (COUCHDB-3239) incorrect ordering of results when using open_revs and latest=true

2016-12-06 Thread Paul Joseph Davis (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725561#comment-15725561 ] Paul Joseph Davis commented on COUCHDB-3239: [~wilhol] Yeah, the docs are pretty bad for

[jira] [Commented] (COUCHDB-3239) incorrect ordering of results when using open_revs and latest=true

2016-12-06 Thread Will Holley (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3239?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15725235#comment-15725235 ] Will Holley commented on COUCHDB-3239: -- Thanks [~paul.joseph.davis]. This isn't breaking anything

[jira] [Created] (COUCHDB-3250) Is the specified port for the _config endpoint incorrect in the official docs?

2016-12-06 Thread Nicholas Outram (JIRA)
Nicholas Outram created COUCHDB-3250: Summary: Is the specified port for the _config endpoint incorrect in the official docs? Key: COUCHDB-3250 URL: https://issues.apache.org/jira/browse/COUCHDB-3250

[jira] [Created] (COUCHDB-3249) Add config to disable index all fields (text indexes)

2016-12-06 Thread Tony Sun (JIRA)
Tony Sun created COUCHDB-3249: - Summary: Add config to disable index all fields (text indexes) Key: COUCHDB-3249 URL: https://issues.apache.org/jira/browse/COUCHDB-3249 Project: CouchDB Issue

[GitHub] couchdb-fauxton issue #818: RFC: Redux

2016-12-06 Thread garrensmith
Github user garrensmith commented on the issue: https://github.com/apache/couchdb-fauxton/pull/818 Wow this is great. I really like it. Do you think you could add a nightwatch test for this? --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-fauxton pull request #819: WIP - React component for clipboard

2016-12-06 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/819#discussion_r91030665 --- Diff: app/addons/components/components/copy.js --- @@ -0,0 +1,71 @@ +// Licensed under the Apache License, Version 2.0 (the 'License');

[GitHub] couchdb-fauxton pull request #819: WIP - React component for clipboard

2016-12-06 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/819#discussion_r91030760 --- Diff: app/addons/components/components/copy.js --- @@ -0,0 +1,71 @@ +// Licensed under the Apache License, Version 2.0 (the 'License');

[GitHub] couchdb-fauxton pull request #819: WIP - React component for clipboard

2016-12-06 Thread garrensmith
Github user garrensmith commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/819#discussion_r91030584 --- Diff: app/addons/components/components/copy.js --- @@ -0,0 +1,71 @@ +// Licensed under the Apache License, Version 2.0 (the 'License');

[GitHub] couchdb-fauxton pull request #820: Reactify

2016-12-06 Thread garrensmith
GitHub user garrensmith opened a pull request: https://github.com/apache/couchdb-fauxton/pull/820 Reactify You can merge this pull request into a Git repository by running: $ git pull https://github.com/garrensmith/couchdb-fauxton reactify Alternatively you can review and