[jira] [Commented] (COUCHDB-3191) Improve couch_lru performance

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

[GitHub] couchdb-fauxton pull request #787: Updating hover colors for notification ce...

2016-10-17 Thread millayr
GitHub user millayr reopened a pull request: https://github.com/apache/couchdb-fauxton/pull/787 Updating hover colors for notification center to be consistent Updated less files to support proper hover colors for the notification center. Note the "copy" link is technically flash

[GitHub] couchdb-fauxton pull request #787: Updating hover colors for notification ce...

2016-10-17 Thread millayr
Github user millayr closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/787 --- 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

[jira] [Commented] (COUCHDB-3191) Improve couch_lru performance

2016-10-17 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3191?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15583171#comment-15583171 ] ASF GitHub Bot commented on COUCHDB-3191: - Github user davisp commented on the pull request:

[GitHub] couchdb-couch pull request #:

2016-10-17 Thread davisp
Github user davisp commented on the pull request: https://github.com/apache/couchdb-couch/commit/39357ed8102e9ea3367a012ed17c9a0940cdc38f#commitcomment-19457218 Also, this compare view link should maintain current code so anyone can see progress. I'm currently chasing down what I

[GitHub] couchdb-couch pull request #:

2016-10-17 Thread davisp
Github user davisp commented on the pull request: https://github.com/apache/couchdb-couch/commit/39357ed8102e9ea3367a012ed17c9a0940cdc38f#commitcomment-19457203 GitHub is being weird. I wasn't seeing your comment about the bug until I added more commits. And now I can't see your old

[GitHub] couchdb-fauxton pull request #787: Updating hover colors for notification ce...

2016-10-17 Thread millayr
GitHub user millayr opened a pull request: https://github.com/apache/couchdb-fauxton/pull/787 Updating hover colors for notification center to be consistent Updated less files to support proper hover colors for the notification center. Note the "copy" link is technically flash and

[GitHub] couchdb-couch-mrview issue #58: Retry failures in couch_mrview_compactor:rec...

2016-10-17 Thread jaydoane
Github user jaydoane commented on the issue: https://github.com/apache/couchdb-couch-mrview/pull/58 @davisp, thanks for the review. Can you merge this for 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

[GitHub] couchdb-fauxton issue #782: Encoding blerg

2016-10-17 Thread robertkowalski
Github user robertkowalski commented on the issue: https://github.com/apache/couchdb-fauxton/pull/782 ``` this fix for encoded database names also includes a big refactor of the database page, pulling logic out of the views and gets rid of backbone models - no backbone

[GitHub] couchdb-couch-mrview issue #58: Retry failures in couch_mrview_compactor:rec...

2016-10-17 Thread davisp
Github user davisp commented on the issue: https://github.com/apache/couchdb-couch-mrview/pull/58 @jaydoane The ~r is a custom control character I added to couch_log to simplify formatting error terms:

[GitHub] couchdb-chttpd issue #147: Make auth handlers configurable.

2016-10-17 Thread dmunch
Github user dmunch commented on the issue: https://github.com/apache/couchdb-chttpd/pull/147 Agreed. Resulted from a stripped-down copy-and-pasted method. Replaced it with the assertive like you suggested. --- If your project is set up for it, you can reply to this email and have

[GitHub] couchdb-chttpd issue #147: Make auth handlers configurable.

2016-10-17 Thread rnewson
Github user rnewson commented on the issue: https://github.com/apache/couchdb-chttpd/pull/147 just one comment, otherwise looks good to me. will merge after that case clause is looked at. I suspect we just want an assertive `{ok... = parse` there, since there's no recovery clause.

[GitHub] couchdb-chttpd pull request #147: Make auth handlers configurable.

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb-chttpd/pull/147#discussion_r83634499 --- Diff: src/chttpd.erl --- @@ -464,12 +466,37 @@ extract_cookie(#httpd{mochi_req = MochiReq}) -> end. %%% end hack

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r83626753 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r83626974 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[GitHub] couchdb pull request #442: Adds a Snap package build option with: ./configur...

2016-10-17 Thread rnewson
Github user rnewson commented on a diff in the pull request: https://github.com/apache/couchdb/pull/442#discussion_r83626861 --- Diff: configure --- @@ -184,6 +192,85 @@ EOF cat > $rootdir/config.erl << EOF {with_curl, $WITH_CURL}. EOF + +if [ "${WITH_SNAP}"

[jira] [Resolved] (COUCHDB-3121) Updates _changes examples to use the new sequence values

2016-10-17 Thread Will Holley (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-3121?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Will Holley resolved COUCHDB-3121. -- Resolution: Fixed Fix Version/s: 2.0.0 > Updates _changes examples to use the new

[GitHub] couchdb-chttpd pull request #147: Make auth handlers configurable.

2016-10-17 Thread dmunch
GitHub user dmunch opened a pull request: https://github.com/apache/couchdb-chttpd/pull/147 Make auth handlers configurable. Unit tests pass, dev cluster runs. Plus I'm able to use a modified version of couch_jwt_auth. You can merge this pull request into a Git repository by