[GitHub] janl closed pull request #945: ejson dupes

2017-11-01 Thread GitBox
janl closed pull request #945: ejson dupes URL: https://github.com/apache/couchdb/pull/945 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork), the diff

[GitHub] garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341020934 THanks @popojargo this is a good start. I'm struggling to review it though. There seems a lot of unnecessary changes in

[GitHub] garrensmith commented on issue #1007: Replicate database button not supported

2017-11-01 Thread GitBox
garrensmith commented on issue #1007: Replicate database button not supported URL: https://github.com/apache/couchdb-fauxton/issues/1007#issuecomment-341022613 Hey @popojargo that is correct. If you could fix this, that would be great. Thank you ---

[GitHub] janl closed pull request #949: disable js tests that need the native query server

2017-11-01 Thread GitBox
janl closed pull request #949: disable js tests that need the native query server URL: https://github.com/apache/couchdb/pull/949 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a forei

[GitHub] garrensmith opened a new pull request #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
garrensmith opened a new pull request #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011 Fixed an issue where the _rev was not getting added to the doc so table view could not do bulk deletes ## Checklist - [x]

[GitHub] garrensmith commented on issue #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
garrensmith commented on issue #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011#issuecomment-341053425 @Antonio-Maranhao and @popojargo would you mind reviewing this for me?

[GitHub] garrensmith opened a new pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
garrensmith opened a new pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951 For Get / _index only return the partial_filter_selector for an index if it is set to something other than default ## Checklist -

[GitHub] eiri commented on issue #849: Fix external size bug when seq btree exists

2017-11-01 Thread GitBox
eiri commented on issue #849: Fix external size bug when seq btree exists URL: https://github.com/apache/couchdb/pull/849#issuecomment-341085878 @wohali `seq_indexed` turns on seq btree generation in the views used in `_view_changes`. The feature itself not exposed on API at the moment and

[GitHub] popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341090152 @garrensmith My bad with the white spaces. I am using Webstorm IDE and when I fixed the EsLint error, it automatically f

[GitHub] popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341090152 @garrensmith My bad with the white spaces. I am using Webstorm IDE and when I fixed the EsLint error, it automatically f

[GitHub] Antonio-Maranhao commented on issue #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011#issuecomment-341101006 +1 Thanks for fixing this! This is an automated message f

[GitHub] garrensmith closed pull request #1011: Fix could not bulk delete from table view

2017-11-01 Thread GitBox
garrensmith closed pull request #1011: Fix could not bulk delete from table view URL: https://github.com/apache/couchdb-fauxton/pull/1011 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is

[GitHub] garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341102256 @popojargo the issue here is that have a few unrelated changes all in 1 pr. The package-lock should be in the repo. But

[GitHub] willholley commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
willholley commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148256783 ## File path: src/mango/test/16-index-selectors-test.py ## @@ -161,6 +161,12 @@ def test_saves_partial_

[GitHub] willholley commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
willholley commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148256899 ## File path: src/mango/test/16-index-selectors-test.py ## @@ -264,4 +270,11 @@ def test_text_old_selec

[GitHub] willholley commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
willholley commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148256961 ## File path: src/mango/src/mango_idx_view.erl ## @@ -120,7 +120,7 @@ is_usable(Idx, Selector, SortFiel

[GitHub] garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148257077 ## File path: webpack.config.release.js ## @@ -22,7 +22,7 @@ const settings = requir

[GitHub] garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148255942 ## File path: app/addons/documents/mango/components/ExecutionStats.js ## @@ -122,6 +

[GitHub] garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148256878 ## File path: package-lock.json ## @@ -0,0 +1,8938 @@ +{ + "name": "fauxton", Re

[GitHub] garrensmith commented on a change in pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
garrensmith commented on a change in pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951#discussion_r148258763 ## File path: src/mango/src/mango_idx_view.erl ## @@ -120,7 +120,7 @@ is_usable(Idx, Selector, SortFie

[GitHub] popojargo commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on a change in pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#discussion_r148261410 ## File path: webpack.config.release.js ## @@ -22,7 +22,7 @@ const settings = require(

[GitHub] popojargo opened a new pull request #1012: Fix/remove deprecated proptypes

2017-11-01 Thread GitBox
popojargo opened a new pull request #1012: Fix/remove deprecated proptypes URL: https://github.com/apache/couchdb-fauxton/pull/1012 ## Overview Simply remove React.PropTypes and use prop-types instead due to deprecation warning. ## Checklist - [ ] Code is written and wo

[GitHub] rpiaggio commented on issue #932: Enable temporary views in CouchDB 2.x

2017-11-01 Thread GitBox
rpiaggio commented on issue #932: Enable temporary views in CouchDB 2.x URL: https://github.com/apache/couchdb/issues/932#issuecomment-34125 Thank you @wohali for your quick response. We had not considered using the `_changes` feed for this but after looking at it, it does not se

[GitHub] garrensmith commented on issue #1012: Fix/remove deprecated proptypes

2017-11-01 Thread GitBox
garrensmith commented on issue #1012: Fix/remove deprecated proptypes URL: https://github.com/apache/couchdb-fauxton/pull/1012#issuecomment-341114658 I'll merge once the tests pass This is an automated message from the Apache

[GitHub] dannyroberts commented on issue #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
dannyroberts commented on issue #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192#issuecomment-341118656 Thanks @flimzy, sorry for the sloppiness! My original intention was to correct a few confusing typos, and I ended up ad

[GitHub] flimzy commented on issue #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
flimzy commented on issue #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192#issuecomment-341137179 Content looks good now, thanks for the follow-up. All that remains now is to get the checks to pass. There are some long line

[GitHub] popojargo closed pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo closed pull request #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: A

[GitHub] popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues

2017-11-01 Thread GitBox
popojargo commented on issue #1010: Add polyfill for IE11 and fix IE/Edge layouts issues URL: https://github.com/apache/couchdb-fauxton/pull/1010#issuecomment-341142142 Closing this PR for another cleaner PR This is an automa

[GitHub] popojargo opened a new pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-01 Thread GitBox
popojargo opened a new pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013 ## Overview - Added babel-polyfill to support ES6 functions on browsers that doesn't support them - Fixed layouts problems on IE11 and Edge

[GitHub] wohali commented on issue #932: Enable temporary views in CouchDB 2.x

2017-11-01 Thread GitBox
wohali commented on issue #932: Enable temporary views in CouchDB 2.x URL: https://github.com/apache/couchdb/issues/932#issuecomment-341144874 FYI there is work in progress to add reduce functionality to Mango. Hopefully this will support your needs in the future. -

[GitHub] garrensmith closed pull request #951: Do not always return partial_filter_selector

2017-11-01 Thread GitBox
garrensmith closed pull request #951: Do not always return partial_filter_selector URL: https://github.com/apache/couchdb/pull/951 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a fore

[GitHub] janl opened a new pull request #952: R20 compat for 1.x.x

2017-11-01 Thread GitBox
janl opened a new pull request #952: R20 compat for 1.x.x URL: https://github.com/apache/couchdb/pull/952 mostly 2.x backports from @nickva, thanks! :) This is an automated message from the Apache Git Service. To respond to th

[GitHub] kxepal commented on a change in pull request #952: R20 compat for 1.x.x

2017-11-01 Thread GitBox
kxepal commented on a change in pull request #952: R20 compat for 1.x.x URL: https://github.com/apache/couchdb/pull/952#discussion_r148347880 ## File path: .travis.yml ## @@ -11,13 +11,12 @@ script: - make distcheck language: erlang otp_release: + - 20.0 Review c

[GitHub] drnybble commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-11-01 Thread GitBox
drnybble commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732#issuecomment-341206151 Did this issue exist in 2.0.0.1? I am seeing the same problem when running CouchDB 2.0.0.1 in a native Windows Docker contai

[GitHub] willholley commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace

2017-11-01 Thread GitBox
willholley commented on issue #732: CouchDB 2.1 crashes when a mount point contains whitespace URL: https://github.com/apache/couchdb/issues/732#issuecomment-341207786 @drnybble It's a bug in Erlang 19 (will be fixed in Erlang 21) and any CouchDB version prior to 2.1.1 will be susceptible,

[GitHub] janl closed pull request #952: R20 compat for 1.x.x

2017-11-01 Thread GitBox
janl closed pull request #952: R20 compat for 1.x.x URL: https://github.com/apache/couchdb/pull/952 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull request (from a fork),

[GitHub] popojargo opened a new pull request #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo opened a new pull request #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014 ## Overview Fixed the url for replication ## Testing recommendations 1. Login in Fauxton 2. Click on a database 3. At the top left side

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341222043 @garrensmith or @Antonio-Maranhao , I have fixed the url for the database replication but if I want to provide tests, what should I do (or is it necessa

[GitHub] wohali commented on issue #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
wohali commented on issue #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192#issuecomment-341235898 Since we're pushing forward with a 2.1.1 RC2 today, I'm merging this so I can move the tag and rebuild. -

[GitHub] wohali closed pull request #192: Clean up wording in "Add, then delete" section

2017-11-01 Thread GitBox
wohali closed pull request #192: Clean up wording in "Add, then delete" section URL: https://github.com/apache/couchdb-documentation/pull/192 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this

[GitHub] wohali opened a new pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
wohali opened a new pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please log on Git

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341222043 @garrensmith or @Antonio-Maranhao , I have fixed the url for the database replication but if I want to provide tests, what should I do (or is it necessa

[GitHub] flimzy opened a new pull request #194: Update example replication document to reflect 2.1

2017-11-01 Thread GitBox
flimzy opened a new pull request #194: Update example replication document to reflect 2.1 URL: https://github.com/apache/couchdb-documentation/pull/194 We're still using old (2.0?) replication document examples. This updates it. More to do.

[GitHub] wohali closed pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
wohali closed pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193 This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub an

[GitHub] flimzy commented on a change in pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
flimzy commented on a change in pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193#discussion_r148386714 ## File path: src/whatsnew/2.1.rst ## @@ -46,6 +46,15 @@ Upgrade Notes had been unfortunately misnamed, and has n

[GitHub] flimzy opened a new issue #953: GET /_scheduler returns 405

2017-11-01 Thread GitBox
flimzy opened a new issue #953: GET /_scheduler returns 405 URL: https://github.com/apache/couchdb/issues/953 Observe: ``` $ curl -v -X GET http://admin:abc123@localhost:6002/_scheduler Note: Unnecessary use of -X or --request, GET is already inferred. * Trying ::1... *

[GitHub] davisp commented on issue #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
davisp commented on issue #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193#issuecomment-341248737 Belated +1 This is an automated message from the Apache Git Service. To respond to the

[GitHub] flimzy commented on issue #927: Confusing error message for bad index creation

2017-11-01 Thread GitBox
flimzy commented on issue #927: Confusing error message for bad index creation URL: https://github.com/apache/couchdb/issues/927#issuecomment-341249653 Thanks for the info, @janl. I'm happy to try to tackle this, but don't know if I'll have time in the short term. -

[GitHub] wohali commented on a change in pull request #193: Updates for 2.1.1-RC2

2017-11-01 Thread GitBox
wohali commented on a change in pull request #193: Updates for 2.1.1-RC2 URL: https://github.com/apache/couchdb-documentation/pull/193#discussion_r148392614 ## File path: src/whatsnew/2.1.rst ## @@ -46,6 +46,15 @@ Upgrade Notes had been unfortunately misnamed, and has n

[GitHub] popojargo opened a new pull request #1015: Fix/database creation error feedback

2017-11-01 Thread GitBox
popojargo opened a new pull request #1015: Fix/database creation error feedback URL: https://github.com/apache/couchdb-fauxton/pull/1015 ## Overview When the user attempted to create an invalid database, no feedback was returned. I fixed the js error in order to have a notifi

[GitHub] Antonio-Maranhao commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341284868 @popojargo thanks for the pull request. I think a nightwatch test for that dropdown menu is probably the best approach here. Here's an example

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-01 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341285250 Indeed, I did a nightwatch test for another pr and it seems appropriate. I will a test tonight --

[GitHub] Antonio-Maranhao commented on issue #1015: Fix/database creation error feedback

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1015: Fix/database creation error feedback URL: https://github.com/apache/couchdb-fauxton/pull/1015#issuecomment-341285412 +1 Nice work! This is an automated message from the Apache Git

[GitHub] nickva commented on issue #953: GET /_scheduler returns 405

2017-11-01 Thread GitBox
nickva commented on issue #953: GET /_scheduler returns 405 URL: https://github.com/apache/couchdb/issues/953#issuecomment-341306474 I think the idea was to reserve _scheduler for the future to return replication stats or summary. But it hasn't been implemented yet. Yeah 404 might ma

[GitHub] Antonio-Maranhao commented on issue #1013: Support fauxton on IE10,IE11 and Edge

2017-11-01 Thread GitBox
Antonio-Maranhao commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-341310322 @popojargo @garrensmith Took me some time to get a VM with IE11 but now I'm set. I'll continue looking into this tomorrow. -

[GitHub] garrensmith closed pull request #1014: Fix Replication urls

2017-11-02 Thread GitBox
garrensmith closed pull request #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull reques

[GitHub] garrensmith commented on issue #1014: Fix Replication urls

2017-11-02 Thread GitBox
garrensmith commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341343242 @popojargo just for future reference. Rather don't merge master changes into your PR branch. Rather do a PR. It keeps the branch a little neater.

[GitHub] garrensmith opened a new issue #1016: Update Cluster setup to use Redux

2017-11-02 Thread GitBox
garrensmith opened a new issue #1016: Update Cluster setup to use Redux URL: https://github.com/apache/couchdb-fauxton/issues/1016 The cluster [setup](https://github.com/apache/couchdb-fauxton/tree/master/app/addons/setup) module is a little behind and still uses backbone models and collec

[GitHub] garrensmith commented on issue #1016: Update Cluster setup to use Redux

2017-11-02 Thread GitBox
garrensmith commented on issue #1016: Update Cluster setup to use Redux URL: https://github.com/apache/couchdb-fauxton/issues/1016#issuecomment-341344154 @popojargo I was wondering if you would be interested in working on this. Its quite a nice challenge to work on. I'm happy to collaborat

[GitHub] flimzy closed pull request #194: Update example replication document to reflect 2.1

2017-11-02 Thread GitBox
flimzy closed pull request #194: Update example replication document to reflect 2.1 URL: https://github.com/apache/couchdb-documentation/pull/194 This is an automated message from the Apache Git Service. To respond to the me

[GitHub] seckin206 opened a new issue #954: 1.6.x logging with level none

2017-11-02 Thread GitBox
seckin206 opened a new issue #954: 1.6.x logging with level none URL: https://github.com/apache/couchdb/issues/954 I try to disable logging for a couchdb instance running `v1.6.1`. Documentation (http://docs.couchdb.org/en/1.6.1/config/logging.html) suggested me to set log level to `n

[GitHub] garrensmith closed pull request #1012: Fix/remove deprecated proptypes

2017-11-02 Thread GitBox
garrensmith closed pull request #1012: Fix/remove deprecated proptypes URL: https://github.com/apache/couchdb-fauxton/pull/1012 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign

[GitHub] azul commented on issue #912: Replication fails with 500 in couch 1.6.0

2017-11-02 Thread GitBox
azul commented on issue #912: Replication fails with 500 in couch 1.6.0 URL: https://github.com/apache/couchdb/issues/912#issuecomment-341400591 Thanks for the hint @janl. Had a look at the replication definition: ```json { "source":"tokens_582", "filter":"rotation_filter/not_exp

[GitHub] azul commented on issue #912: Replication fails with 500 in couch 1.6.0

2017-11-02 Thread GitBox
azul commented on issue #912: Replication fails with 500 in couch 1.6.0 URL: https://github.com/apache/couchdb/issues/912#issuecomment-341400591 Thanks for the hint @janl. Had a look at the replication definition: ```json { "source":"tokens_582", "filter":"rotation_filter/not_exp

[GitHub] garrensmith closed pull request #1015: Fix/database creation error feedback

2017-11-02 Thread GitBox
garrensmith closed pull request #1015: Fix/database creation error feedback URL: https://github.com/apache/couchdb-fauxton/pull/1015 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a for

[GitHub] popojargo commented on issue #1014: Fix Replication urls

2017-11-02 Thread GitBox
popojargo commented on issue #1014: Fix Replication urls URL: https://github.com/apache/couchdb-fauxton/pull/1014#issuecomment-341414828 @garrensmith What do you mean? I should create a branch from the upstream instead of syncing my master and branching? --

[GitHub] popojargo commented on issue #1016: Update Cluster setup to use Redux

2017-11-02 Thread GitBox
popojargo commented on issue #1016: Update Cluster setup to use Redux URL: https://github.com/apache/couchdb-fauxton/issues/1016#issuecomment-341415141 @garrensmith Sure, I'll take a loot at it This is an automated message f

[GitHub] popojargo commented on issue #1009: Database creation error feedback

2017-11-02 Thread GitBox
popojargo commented on issue #1009: Database creation error feedback URL: https://github.com/apache/couchdb-fauxton/issues/1009#issuecomment-341415289 Fixed with #1015 This is an automated message from the Apache Git Service

[GitHub] popojargo closed issue #1009: Database creation error feedback

2017-11-02 Thread GitBox
popojargo closed issue #1009: Database creation error feedback URL: https://github.com/apache/couchdb-fauxton/issues/1009 This is an automated message from the Apache Git Service. To respond to the message, please log on GitH

[GitHub] popojargo closed issue #1007: Replicate database button not supported

2017-11-02 Thread GitBox
popojargo closed issue #1007: Replicate database button not supported URL: https://github.com/apache/couchdb-fauxton/issues/1007 This is an automated message from the Apache Git Service. To respond to the message, please log

[GitHub] popojargo commented on issue #1007: Replicate database button not supported

2017-11-02 Thread GitBox
popojargo commented on issue #1007: Replicate database button not supported URL: https://github.com/apache/couchdb-fauxton/issues/1007#issuecomment-341415372 Fixed with #1014 This is an automated message from the Apache Git

[GitHub] eiri opened a new pull request #955: Return error 400 on invalid new_edits value

2017-11-02 Thread GitBox
eiri opened a new pull request #955: Return error 400 on invalid new_edits value URL: https://github.com/apache/couchdb/pull/955 ## Overview End-point `_bulk_docs` crashes if provided with non-boolean value for `new_edits` parameter. This patch changes it to return "Bad Reques

[GitHub] kxepal commented on a change in pull request #955: Return error 400 on invalid new_edits value

2017-11-02 Thread GitBox
kxepal commented on a change in pull request #955: Return error 400 on invalid new_edits value URL: https://github.com/apache/couchdb/pull/955#discussion_r148534989 ## File path: test/javascript/tests/bulk_docs.js ## @@ -110,6 +110,29 @@ couchTests.bulk_docs = function(deb

[GitHub] eiri commented on a change in pull request #955: Return error 400 on invalid new_edits value

2017-11-02 Thread GitBox
eiri commented on a change in pull request #955: Return error 400 on invalid new_edits value URL: https://github.com/apache/couchdb/pull/955#discussion_r148539451 ## File path: test/javascript/tests/bulk_docs.js ## @@ -110,6 +110,29 @@ couchTests.bulk_docs = function(debug

[GitHub] detbetteegern opened a new issue #956: CentOS 7 $releasever is 7Server, so repo described in documentation will not work

2017-11-02 Thread GitBox
detbetteegern opened a new issue #956: CentOS 7 $releasever is 7Server, so repo described in documentation will not work URL: https://github.com/apache/couchdb/issues/956 On: http://docs.couchdb.org/en/latest/install/unix.html#installation-using-the-apache-couchdb-convenience-binary-pac

[GitHub] kxepal commented on a change in pull request #955: Return error 400 on invalid new_edits value

2017-11-02 Thread GitBox
kxepal commented on a change in pull request #955: Return error 400 on invalid new_edits value URL: https://github.com/apache/couchdb/pull/955#discussion_r148548704 ## File path: test/javascript/tests/bulk_docs.js ## @@ -110,6 +110,29 @@ couchTests.bulk_docs = function(deb

[GitHub] eiri closed pull request #955: Return error 400 on invalid new_edits value

2017-11-02 Thread GitBox
eiri closed pull request #955: Return error 400 on invalid new_edits value URL: https://github.com/apache/couchdb/pull/955 This is a PR merged from a forked repository. As GitHub hides the original diff on merge, it is displayed below for the sake of provenance: As this is a foreign pull

[GitHub] wohali commented on issue #956: CentOS 7 $releasever is 7Server, so repo described in documentation will not work

2017-11-02 Thread GitBox
wohali commented on issue #956: CentOS 7 $releasever is 7Server, so repo described in documentation will not work URL: https://github.com/apache/couchdb/issues/956#issuecomment-341483074 We test this ourselves with CentOS 7 and it works just fine. You must be running RHEL which uses 7Serve

[GitHub] wohali commented on issue #194: Update example replication document to reflect 2.1

2017-11-02 Thread GitBox
wohali commented on issue #194: Update example replication document to reflect 2.1 URL: https://github.com/apache/couchdb-documentation/pull/194#issuecomment-341483519 FYI there are a lot of sample documents that will be outdated in the documentation. Perhaps we can consider some s

[GitHub] Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#discussion_r148596177 ## File path: webpack.config.dev.js ## @@ -20,7 +20,7 @@ const settings = require('./tasks/hel

[GitHub] Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#discussion_r148596672 ## File path: webpack.config.dev.js ## @@ -20,7 +20,7 @@ const settings = require('./tasks/hel

[GitHub] Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#discussion_r148596992 ## File path: app/addons/activetasks/components.js ## @@ -388,8 +388,13 @@ export class Active

[GitHub] Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
Antonio-Maranhao commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#discussion_r148596177 ## File path: webpack.config.dev.js ## @@ -20,7 +20,7 @@ const settings = require('./tasks/hel

[GitHub] Antonio-Maranhao commented on issue #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
Antonio-Maranhao commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-341491062 Btw... @popojargo are you planning on fixing Polling slider as well? If not we should open an issue so we don't lose track of it.

[GitHub] garrensmith commented on issue #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
garrensmith commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-341495997 We using Bluebird for promises so we might not need that polyfill. All misspelling thanks to my iPhone. __

[GitHub] popojargo commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
popojargo commented on a change in pull request #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#discussion_r148613993 ## File path: webpack.config.dev.js ## @@ -20,7 +20,7 @@ const settings = require('./tasks/helper')

[GitHub] popojargo commented on issue #1013: Support fauxton on IE10,IE11 and Edge

2017-11-02 Thread GitBox
popojargo commented on issue #1013: Support fauxton on IE10,IE11 and Edge URL: https://github.com/apache/couchdb-fauxton/pull/1013#issuecomment-341508452 @Antonio-Maranhao As for the polling, I think it could be for another issue. This is mostly a problem with the mouse events in IE and doe

[GitHub] flimzy commented on issue #194: Update example replication document to reflect 2.1

2017-11-02 Thread GitBox
flimzy commented on issue #194: Update example replication document to reflect 2.1 URL: https://github.com/apache/couchdb-documentation/pull/194#issuecomment-341520614 > Perhaps we can consider some sort of dynamic generation of these examples with each release... I like that idea.

[GitHub] wohali opened a new pull request #195: Clarify chttpd vs. httpd for bind_address/port

2017-11-02 Thread GitBox
wohali opened a new pull request #195: Clarify chttpd vs. httpd for bind_address/port URL: https://github.com/apache/couchdb-documentation/pull/195 A huge oversight - the last attempt at fixing this didn't catch everything. Couple of minor grammar mistakes fixed, too. --

[GitHub] wohali opened a new pull request #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
wohali opened a new pull request #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957 Our default was previously 10, which is dangerously low. NIST recommends [10,000 iterations](https://pages.nist.gov/800-63-3/sp800-63b.html#sec5). S

[GitHub] wohali closed pull request #195: Clarify chttpd vs. httpd for bind_address/port

2017-11-02 Thread GitBox
wohali closed pull request #195: Clarify chttpd vs. httpd for bind_address/port URL: https://github.com/apache/couchdb-documentation/pull/195 This is an automated message from the Apache Git Service. To respond to the message

[GitHub] davisp opened a new pull request #958: [WIP] Optimize doc updates

2017-11-02 Thread GitBox
davisp opened a new pull request #958: [WIP] Optimize doc updates URL: https://github.com/apache/couchdb/pull/958 ## Overview Optimize document updates by reducing the number of times couch_key_tree:stem/2 is called along with improving the performance of couch_key_tree:stem/2.

[GitHub] davisp commented on issue #958: [WIP] Optimize doc updates

2017-11-02 Thread GitBox
davisp commented on issue #958: [WIP] Optimize doc updates URL: https://github.com/apache/couchdb/pull/958#issuecomment-341568607 ![screen shot 2017-11-02 at 11 39 24 am](https://user-images.githubusercontent.com/19929/32352021-6e1980e8-bfed-11e7-924b-0cb945ba3d0a.png) As promised, h

[GitHub] wohali commented on issue #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
wohali commented on issue #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957#issuecomment-341572184 Looks like the increased iterations is slowing down `dev/run` sufficiently as to break most (but not all!) mango tests on travis. I'll add a worka

[GitHub] rnewson commented on issue #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
rnewson commented on issue #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957#issuecomment-341572839 Until the replicator acquires a session cookie, this seems unwise. Sent from my iPhone > On 2 Nov 2017, at 22:05, Joan Touzet wrot

[GitHub] wohali commented on issue #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
wohali commented on issue #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957#issuecomment-341573554 @rnewson So because the replicator uses basic auth, we want to keep the # of iterations low to improve replication connection performance at the e

[GitHub] rnewson commented on issue #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
rnewson commented on issue #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957#issuecomment-341574324 I'm not happy about it (I did write the original pbkdf2 implementation for couchdb to improve security) but it does feel like a blocker. Can we m

[GitHub] rnewson commented on issue #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
rnewson commented on issue #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957#issuecomment-341574684 separate iteration counts for admins vs not-admins is a good idea and simple to implement. Unfortunately it's a requirement to use admin creds if

[GitHub] wohali commented on issue #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
wohali commented on issue #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957#issuecomment-341575191 OK, I'll close this PR for now and open a new ticket with the idea from above. There's no rush on this, it just occurred to me that I could probab

[GitHub] wohali closed pull request #957: Increase default pbkdf2 iterations to 10k

2017-11-02 Thread GitBox
wohali closed pull request #957: Increase default pbkdf2 iterations to 10k URL: https://github.com/apache/couchdb/pull/957 This is an automated message from the Apache Git Service. To respond to the message, please log on Git

<    1   2   3   4   5   6   7   8   9   10   >