[GitHub] realulim commented on issue #749: 2.1.0 crashes if peruser = true

2017-08-16 Thread git
realulim commented on issue #749: 2.1.0 crashes if peruser = true URL: https://github.com/apache/couchdb/issues/749#issuecomment-322976258 It's line 236 in my default.ini, which is unchanged from the download. After commenting it out, CouchDB starts up and my test suite works. I haven't

[GitHub] wonderfuljamesjin commented on issue #755: Age time calculate results are not updated in the couchdb view

2017-08-16 Thread git
wonderfuljamesjin commented on issue #755: Age time calculate results are not updated in the couchdb view URL: https://github.com/apache/couchdb/issues/755#issuecomment-322963527 hi @wohali thanks, and what do you mean it is not a bug with CouchDB?

[GitHub] wohali closed issue #755: Age time calculate results are not updated in the couchdb view

2017-08-16 Thread git
wohali closed issue #755: Age time calculate results are not updated in the couchdb view URL: https://github.com/apache/couchdb/issues/755 This is an automated message from the Apache Git Service. To respond to the

[GitHub] wohali commented on issue #755: Age time calculate results are not updated in the couchdb view

2017-08-16 Thread git
wohali commented on issue #755: Age time calculate results are not updated in the couchdb view URL: https://github.com/apache/couchdb/issues/755#issuecomment-322961786 This is not a bug with CouchDB. Please take your question to our us...@couchdb.apache.org mailing list. You can

[GitHub] wonderfuljamesjin opened a new issue #755: Age time calculate results are not updated in the couchdb view

2017-08-16 Thread git
wonderfuljamesjin opened a new issue #755: Age time calculate results are not updated in the couchdb view URL: https://github.com/apache/couchdb/issues/755 Hi I need calculate the time age days based on the couchdb document : doc.lastupdate with current day, I defined the couchdb

[GitHub] wohali commented on issue #749: 2.1.0 crashes if peruser = true

2017-08-16 Thread git
wohali commented on issue #749: 2.1.0 crashes if peruser = true URL: https://github.com/apache/couchdb/issues/749#issuecomment-322913763 We nave a possible workaround for @realulim @rasdaniil . Can you try removing this line from your `default.ini` file? ```

[GitHub] iilyak closed pull request #746: Log additional information on crashes from rexi

2017-08-16 Thread git
iilyak closed pull request #746: Log additional information on crashes from rexi URL: https://github.com/apache/couchdb/pull/746 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] chewbranca commented on issue #746: Log additional information on crashes from rexi

2017-08-16 Thread git
chewbranca commented on issue #746: Log additional information on crashes from rexi URL: https://github.com/apache/couchdb/pull/746#issuecomment-322909158 +1 This is an automated message from the Apache Git Service. To

[GitHub] realulim commented on issue #749: 2.1.0 crashes if peruser = true

2017-08-16 Thread git
realulim commented on issue #749: 2.1.0 crashes if peruser = true URL: https://github.com/apache/couchdb/issues/749#issuecomment-322888251 I'm having the same issue, but without docker. Compiled from sources, ensured that I have a working CouchDB (via an integration test suite) and can

[GitHub] wohali commented on issue #949: No list of databases shown in IE 11

2017-08-16 Thread git
wohali commented on issue #949: No list of databases shown in IE 11 URL: https://github.com/apache/couchdb-fauxton/issues/949#issuecomment-322888009 Can confirm everything is fine in Chrome. We don't do testing on IE so I'm unsurprised it's broken in IE11...as always we're happy to

[GitHub] bagguley commented on issue #949: No list of databases shown in IE 11

2017-08-16 Thread git
bagguley commented on issue #949: No list of databases shown in IE 11 URL: https://github.com/apache/couchdb-fauxton/issues/949#issuecomment-322855569 ~@wohali Are you serious? You're not sure how much effort to put into this? CouchDB is now unusable unless you install Firefox because

[GitHub] wohali commented on issue #749: 2.1.0 crashes if peruser = true

2017-08-16 Thread git
wohali commented on issue #749: 2.1.0 crashes if peruser = true URL: https://github.com/apache/couchdb/issues/749#issuecomment-322884228 We need more time to investigate this one. Reopening until we have time to do so. This

[GitHub] rasdaniil opened a new issue #749: 2.1.0 crashes if peruser = true

2017-08-16 Thread git
rasdaniil opened a new issue #749: 2.1.0 crashes if peruser = true URL: https://github.com/apache/couchdb/issues/749 So I've compiled 2.1.0 under docker image. Launched it. Created DBs, switch cors on, set peruser = true in local.ini. Commit, run the newly commited image, couchdb crashes

[GitHub] wohali commented on issue #713: Fauxton doesn't handle well all design docs names (with special characters)

2017-08-16 Thread git
wohali commented on issue #713: Fauxton doesn't handle well all design docs names (with special characters) URL: https://github.com/apache/couchdb/issues/713#issuecomment-322883041 2.1.0 has been released, can you confirm it fixes your issues?

[GitHub] wohali closed issue #741: error "Unauthorized" (401) when loading "_security"-doc

2017-08-16 Thread git
wohali closed issue #741: error "Unauthorized" (401) when loading "_security"-doc URL: https://github.com/apache/couchdb/issues/741 This is an automated message from the Apache Git Service. To respond to the message,

[GitHub] wohali commented on issue #741: error "Unauthorized" (401) when loading "_security"-doc

2017-08-16 Thread git
wohali commented on issue #741: error "Unauthorized" (401) when loading "_security"-doc URL: https://github.com/apache/couchdb/issues/741#issuecomment-322882877 This is a Fauxton bug, so I'm closing it out in apache/couchdb. See the other referenced issues for more info.

[GitHub] davisp commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY

2017-08-16 Thread git
davisp commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY URL: https://github.com/apache/couchdb/pull/754#discussion_r133549058 ## File path: src/couch/src/couch_db_updater.erl ## @@ -1258,6 +1313,7 @@ copy_docs(Db, #db{fd = DestFd}

[GitHub] davisp commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY

2017-08-16 Thread git
davisp commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY URL: https://github.com/apache/couchdb/pull/754#discussion_r133548905 ## File path: src/couch/src/couch_db_updater.erl ## @@ -1034,56 +1041,90 @@ check_md5(_, _) ->

[GitHub] kocolosk commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY

2017-08-16 Thread git
kocolosk commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY URL: https://github.com/apache/couchdb/pull/754#discussion_r133547489 ## File path: src/couch/src/couch_db_updater.erl ## @@ -1258,6 +1313,7 @@ copy_docs(Db, #db{fd =

[GitHub] ksnavely commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY

2017-08-16 Thread git
ksnavely commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY URL: https://github.com/apache/couchdb/pull/754#discussion_r133543459 ## File path: src/couch/src/couch_db_updater.erl ## @@ -1216,7 +1218,7 @@ copy_compact(#comp_st{} =

[GitHub] ksnavely commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY

2017-08-16 Thread git
ksnavely commented on a change in pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY URL: https://github.com/apache/couchdb/pull/754#discussion_r133540363 ## File path: src/couch/src/couch_db_updater.erl ## @@ -1034,56 +1041,90 @@ check_md5(_, _) ->

[GitHub] bagguley commented on issue #949: No list of databases shown in IE 11

2017-08-16 Thread git
bagguley commented on issue #949: No list of databases shown in IE 11 URL: https://github.com/apache/couchdb-fauxton/issues/949#issuecomment-322870025 Hi @garrensmith It wasn't meant aggressively, but just in a completely shocked tone. It works in Edge and Firefox but not in IE

[GitHub] davisp opened a new pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY

2017-08-16 Thread git
davisp opened a new pull request #754: Compactor optimization - PR FOR FEEDBACK ONLY URL: https://github.com/apache/couchdb/pull/754 It occurred to me the other day that we already have the docid tree stored in the original database so the first pass at compaction is wasting a lot of

[GitHub] garrensmith commented on issue #949: No list of databases shown in IE 11

2017-08-16 Thread git
garrensmith commented on issue #949: No list of databases shown in IE 11 URL: https://github.com/apache/couchdb-fauxton/issues/949#issuecomment-322864505 Hi @bagguley, That's a pretty aggressive tone. You are the first person to report it doesn't work on Chrome. Could you provide

[GitHub] bagguley commented on issue #949: No list of databases shown in IE 11

2017-08-16 Thread git
bagguley commented on issue #949: No list of databases shown in IE 11 URL: https://github.com/apache/couchdb-fauxton/issues/949#issuecomment-322855569 @wohali Are you serious? You're not sure how much effort to put into this? CouchDB is now unusable unless you install Firefox because

[GitHub] wohali commented on issue #750: couchup replicate issue

2017-08-16 Thread git
wohali commented on issue #750: couchup replicate issue URL: https://github.com/apache/couchdb/issues/750#issuecomment-322821591 Does the problem persist when you leave off the `-f` option? This is an automated message from

[GitHub] lostnet opened a new pull request #959: correct initial fetch() of _security to use credentials (#929)

2017-08-16 Thread git
lostnet opened a new pull request #959: correct initial fetch() of _security to use credentials (#929) URL: https://github.com/apache/couchdb-fauxton/pull/959 ## Overview sends credentials in the fetch of a db's existing _security policy so that it is correctly displayed

[GitHub] wohali commented on issue #753: run mango tests on travis

2017-08-16 Thread git
wohali commented on issue #753: run mango tests on travis URL: https://github.com/apache/couchdb/pull/753#issuecomment-322808874 Thank you @garrensmith ! ? This is an automated message from the Apache Git Service. To

[GitHub] willholley opened a new pull request #958: add query history to Mango UI

2017-08-16 Thread git
willholley opened a new pull request #958: add query history to Mango UI URL: https://github.com/apache/couchdb-fauxton/pull/958 ## Overview Adds a dropdown which shows the previous 5 Mango queries executed against the current database. Query history is persisted

[GitHub] garrensmith closed pull request #753: run mango tests on travis

2017-08-16 Thread git
garrensmith closed pull request #753: run mango tests on travis URL: https://github.com/apache/couchdb/pull/753 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and

[GitHub] garrensmith commented on issue #158: add docs around pagination

2017-08-16 Thread git
garrensmith commented on issue #158: add docs around pagination URL: https://github.com/apache/couchdb-documentation/pull/158#issuecomment-322732799 Merged. Thanks @willholley for the help This is an automated message from

[GitHub] garrensmith closed pull request #158: add docs around pagination

2017-08-16 Thread git
garrensmith closed pull request #158: add docs around pagination URL: https://github.com/apache/couchdb-documentation/pull/158 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] willholley commented on issue #158: add docs around pagination

2017-08-16 Thread git
willholley commented on issue #158: add docs around pagination URL: https://github.com/apache/couchdb-documentation/pull/158#issuecomment-322726059 lgtm This is an automated message from the Apache Git Service. To respond

[GitHub] willholley commented on a change in pull request #158: add docs around pagination

2017-08-16 Thread git
willholley commented on a change in pull request #158: add docs around pagination URL: https://github.com/apache/couchdb-documentation/pull/158#discussion_r133401046 ## File path: src/api/database/find.rst ## @@ -833,6 +832,18 @@ Example of selective retrieval of fields

[GitHub] willholley commented on a change in pull request #158: add docs around pagination

2017-08-16 Thread git
willholley commented on a change in pull request #158: add docs around pagination URL: https://github.com/apache/couchdb-documentation/pull/158#discussion_r133400761 ## File path: src/api/database/find.rst ## @@ -55,8 +55,7 @@ returns an opaque string under the

[GitHub] nicolai86 opened a new pull request #24: Add couchdb 2.1.0 docker image

2017-08-16 Thread git
nicolai86 opened a new pull request #24: Add couchdb 2.1.0 docker image URL: https://github.com/apache/couchdb-docker/pull/24 ## Overview this PR adjusts the `2.0.0` setup to build `2.1.0` ## Testing recommendations ``` $ cd 2.1.0 $ docker build -t 2.1.0 . ```

[GitHub] garrensmith opened a new pull request #158: add docs around pagination

2017-08-16 Thread git
garrensmith opened a new pull request #158: add docs around pagination URL: https://github.com/apache/couchdb-documentation/pull/158 This is an automated message from the Apache Git Service. To respond to the message,

[Jenkins] SUCCESS: CouchDB ยป master #44

2017-08-16 Thread Apache Jenkins Server
Yay, we passed. https://builds.apache.org/job/CouchDB/job/master/44/

[GitHub] garrensmith closed pull request #740: Add Bookmark support for mango json queries

2017-08-16 Thread git
garrensmith closed pull request #740: Add Bookmark support for mango json queries URL: https://github.com/apache/couchdb/pull/740 This is an automated message from the Apache Git Service. To respond to the message, please