[jira] [Closed] (COUCHDB-2404) Add sidebar to Compaction docs page

2015-01-14 Thread Ben Keen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Keen closed COUCHDB-2404. - > Add sidebar to Compaction docs page > --- > > Key: COUCHDB

[jira] [Resolved] (COUCHDB-2404) Add sidebar to Compaction docs page

2015-01-14 Thread Ben Keen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2404?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Keen resolved COUCHDB-2404. --- Resolution: Fixed This has been completed. I'll create a separate ticket for the Permissions page.

[GitHub] couchdb-fauxton pull request: Fix for failing nightwatch test

2015-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/228 --- 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 featur

[GitHub] couchdb-fauxton pull request: Fix for failing nightwatch test

2015-01-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/228#issuecomment-70032272 Merging since Travis confirmed it's now working. --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well.

[GitHub] couchdb-couch pull request: Add a configurable timeout for get_pro...

2015-01-14 Thread mikewallace1979
Github user mikewallace1979 commented on the pull request: https://github.com/apache/couchdb-couch/pull/31#issuecomment-70009332 > How about to reuse couch_util:get_value(<<"timeout">>, QueryConfig) for get_proc call? I'd sort of assumed that we wouldn't want to use the same t

[GitHub] couchdb-couch pull request: Add a configurable timeout for get_pro...

2015-01-14 Thread mikewallace1979
Github user mikewallace1979 commented on the pull request: https://github.com/apache/couchdb-couch/pull/31#issuecomment-70008468 > get_proc_timeout is good name for internals, but for configuration it should be more user friendly and explain what exactly it controls. Exposing knowledg

[GitHub] couchdb-couch pull request: Add a configurable timeout for get_pro...

2015-01-14 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/31#issuecomment-69979880 How about to reuse `couch_util:get_value(<<"timeout">>, QueryConfig)` for `get_proc` call? --- If your project is set up for it, you can reply to this email and hav

[GitHub] couchdb-documentation pull request: no, you can't use emit() in a ...

2015-01-14 Thread millette
GitHub user millette opened a pull request: https://github.com/apache/couchdb-documentation/pull/13 no, you can't use emit() in a list function. You can merge this pull request into a Git repository by running: $ git pull https://github.com/millette/couchdb-documentation patch

[GitHub] couchdb-couch pull request: Add a configurable timeout for get_pro...

2015-01-14 Thread kxepal
Github user kxepal commented on the pull request: https://github.com/apache/couchdb-couch/pull/31#issuecomment-69976435 `get_proc_timeout` is good name for internals, but for configuration it should be more user friendly and explain what exactly it controls. Exposing knowledge of gen_

[jira] [Commented] (COUCHDB-2425) Exceptions in couch_proc_manager:new_proc/1 leave dangling couch_query_servers

2015-01-14 Thread Mike Wallace (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277502#comment-14277502 ] Mike Wallace commented on COUCHDB-2425: --- I went ahead with a timeout for the get_p

[jira] [Commented] (COUCHDB-2425) Exceptions in couch_proc_manager:new_proc/1 leave dangling couch_query_servers

2015-01-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277496#comment-14277496 ] ASF GitHub Bot commented on COUCHDB-2425: - GitHub user mikewallace1979 opened a

[jira] [Commented] (COUCHDB-2425) Exceptions in couch_proc_manager:new_proc/1 leave dangling couch_query_servers

2015-01-14 Thread ASF GitHub Bot (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277498#comment-14277498 ] ASF GitHub Bot commented on COUCHDB-2425: - GitHub user mikewallace1979 opened a

[GitHub] couchdb-couch pull request: Add a configurable timeout for get_pro...

2015-01-14 Thread mikewallace1979
GitHub user mikewallace1979 opened a pull request: https://github.com/apache/couchdb-couch/pull/31 Add a configurable timeout for get_proc calls Previously the gen_server calls to couch_proc_manager/get_proc used a timeout of infinity. There are multiple places in the couch_p

[GitHub] couchdb pull request: Add config variable for get_proc_timeout

2015-01-14 Thread mikewallace1979
GitHub user mikewallace1979 opened a pull request: https://github.com/apache/couchdb/pull/297 Add config variable for get_proc_timeout This commit adds the couchdb/get_proc_timeout config variable to default.ini. This is used by couch_query_servers when getting a reference to

[GitHub] couchdb-fauxton pull request: Fix for failing nightwatch test

2015-01-14 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/228 Fix for failing nightwatch test You can merge this pull request into a Git repository by running: $ git pull https://github.com/benkeen/couchdb-fauxton nw-test-fix Alternatively you

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/couchdb-fauxton/pull/227 --- 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 featur

[jira] [Created] (COUCHDB-2543) Two bugs with full page doc editor

2015-01-14 Thread Ben Keen (JIRA)
Ben Keen created COUCHDB-2543: - Summary: Two bugs with full page doc editor Key: COUCHDB-2543 URL: https://issues.apache.org/jira/browse/COUCHDB-2543 Project: CouchDB Issue Type: Bug Securi

[jira] [Assigned] (COUCHDB-2542) Cleanup: remove old Ace editor "crimson" theme

2015-01-14 Thread Ben Keen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Keen reassigned COUCHDB-2542: - Assignee: Ben Keen > Cleanup: remove old Ace editor "crimson" theme > -

[jira] [Updated] (COUCHDB-2542) Cleanup: remove old Ace editor "crimson" theme

2015-01-14 Thread Ben Keen (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Ben Keen updated COUCHDB-2542: -- Summary: Cleanup: remove old Ace editor "crimson" theme (was: Cleanup: remove old Crimson Ace editor

[jira] [Created] (COUCHDB-2542) Cleanup: remove old Crimson Ace editor

2015-01-14 Thread Ben Keen (JIRA)
Ben Keen created COUCHDB-2542: - Summary: Cleanup: remove old Crimson Ace editor Key: COUCHDB-2542 URL: https://issues.apache.org/jira/browse/COUCHDB-2542 Project: CouchDB Issue Type: Improvement

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/227#issuecomment-69953473 I'll create one right now. Thanks @robertkowalski! --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/227#issuecomment-69953637 Woot! :D --- 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 featu

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/227#issuecomment-69953411 +1 would you create a follow up ticket for the cleanup or should i create one? --- If your project is set up for it, you can reply to this email

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/227#issuecomment-69953482 (just plus +1 if the build is green) :D --- 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: Include new Ace theme in bundle

2015-01-14 Thread benkeen
Github user benkeen commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/227#issuecomment-69952977 Good question. Yes - it's acting as a default right now. Down the road once all editor locations have been confirmed & updated, it'll be removed. --- If your p

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/227#issuecomment-69952834 question: do we then still need `assets/js/libs/ace/theme-crimson_editor.js` that's also in that file? --- If your project is set up for it, you can repl

[GitHub] couchdb-fauxton pull request: Include new Ace theme in bundle

2015-01-14 Thread benkeen
GitHub user benkeen opened a pull request: https://github.com/apache/couchdb-fauxton/pull/227 Include new Ace theme in bundle The new Ace editor theme needs to be explicitly included in the generated bundle file. You can merge this pull request into a Git repository by running:

[jira] [Commented] (COUCHDB-2425) Exceptions in couch_proc_manager:new_proc/1 leave dangling couch_query_servers

2015-01-14 Thread Mike Wallace (JIRA)
[ https://issues.apache.org/jira/browse/COUCHDB-2425?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14277130#comment-14277130 ] Mike Wallace commented on COUCHDB-2425: --- Pondering whether this issue could be fix

[GitHub] couchdb-couch-replicator pull request: Encode seq before sending r...

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

[GitHub] couchdb-couch-replicator pull request: Encode seq before sending r...

2015-01-14 Thread rnewson
Github user rnewson commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/3#issuecomment-69914867 oh, this happened ages ago in 363093f480fb5df6e337c9de308f0be9b31da783, derp. --- If your project is set up for it, you can reply to this email and have

Re: [GitHub] couchdb-fauxton pull request: Adding React into Fauxton

2015-01-14 Thread Alexander Fedorenchik
Regards, Alex. > 14 янв. 2015 г., в 13:45, robertkowalski написал(а): > > Github user robertkowalski commented on a diff in the pull request: > >https://github.com/apache/couchdb-fauxton/pull/216#discussion_r22928942 > >--- Diff: app/addons/documents/actiontypes.js --- >@@ -0,0 +

[GitHub] couchdb-couch-replicator pull request: Encode seq before sending r...

2015-01-14 Thread rnewson
Github user rnewson commented on the pull request: https://github.com/apache/couchdb-couch-replicator/pull/3#issuecomment-69912288 +1, I'll try to get to this today unless you beat me to it. --- If your project is set up for it, you can reply to this email and have your reply appear

[GitHub] couchdb-fauxton pull request: Adding React into Fauxton

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/216#discussion_r22934313 --- Diff: app/addons/documents/actions.js --- @@ -0,0 +1,164 @@ +// Licensed under the Apache License, Version 2.0 (the "License"); you may

[GitHub] couchdb-fauxton pull request: Adding React into Fauxton

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/216#issuecomment-69911892 there are still error-containers: https://github.com/apache/couchdb-fauxton/pull/216#discussion-diff-22875951 --- If your project is set up for it, you c

[GitHub] couchdb-fauxton pull request: Adding React into Fauxton

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on the pull request: https://github.com/apache/couchdb-fauxton/pull/216#issuecomment-69911614 double click on a design-doc: sidebar/navbar is not visible and size of the editor is too small ![bildschirmfoto 2015-01-14 um 13 50 45](https://

[GitHub] couchdb-fauxton pull request: Adding React into Fauxton

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/216#discussion_r22928942 --- Diff: app/addons/documents/actiontypes.js --- @@ -0,0 +1,24 @@ +// use this file except in compliance with the License. You may obtain

[GitHub] couchdb-fauxton pull request: Adding React into Fauxton

2015-01-14 Thread robertkowalski
Github user robertkowalski commented on a diff in the pull request: https://github.com/apache/couchdb-fauxton/pull/216#discussion_r22928906 --- Diff: app/addons/documents/components.react.jsx --- @@ -0,0 +1,473 @@ +define([ + "app", --- End diff -- missing lice

[BLOG] The CouchDB Weekly News is out

2015-01-14 Thread Lena Reinhard
Hi everyone, with its first issue in 2015, this week’s CouchDB Weekly News is out: http://blog.couchdb.org/2015/01/13/couchdb-weekly-news-january-13-2015/ Thanks to Garren, Jan, Andy, Akshat and Ingo for submitting content. We want to ask you to help us promote the News, this is also a way to