[1/3] fauxton commit: updated refs/heads/master to f4ff1c5

2015-11-20 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 915ca9463 -> f4ff1c5f6 cors: Fix timing issue for slow connections If the conenction was slow you could enabble cors and change options, but cors was not enabled yet in the backend PR: #578 PR-URL: https://github.com/apache/couch

[2/3] fauxton commit: updated refs/heads/master to f4ff1c5

2015-11-20 Thread robertkowalski
cors: remove dead code PR: #578 PR-URL: https://github.com/apache/couchdb-fauxton/pull/578 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/0500da8a Tree: http://git-wip-us.apac

[2/2] fauxton commit: updated refs/heads/master to c5c6f1c

2015-11-17 Thread robertkowalski
cors: minor formatting fixes Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/c5c6f1c2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/c5c6f1c2 Diff: http://git-wip-us.apache.org/repos/asf/

[1/2] fauxton commit: updated refs/heads/master to c5c6f1c

2015-11-17 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 2bd911539 -> c5c6f1c21 fix cors validation for hosts with no tld - allow ips and things like: http://localhost:3000 - normalize urls in case a path is given by removing the path note: in general the validation should be done i

fauxton commit: updated refs/heads/master to e6a3514

2015-10-30 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5fcb06539 -> e6a351437 add a wizard for setting up a cluster how to test: set the port in `exports.couch` to a node that will handle the setup (the "setup-node"): ``` exports.couch = 'http://localhost:15984/'; ``` if you change

fauxton commit: updated refs/heads/master to a45d280

2015-10-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 0e1333bf9 -> a45d28014 prepare React 14 update updates `this.getDOMNode()` or `this.refs.foo.getDOMNode()` calls inside of `React.createClass` to `findDOMNode` PR: #563 PR-URL: https://github.com/apache/couchdb-fauxton/pull/563 R

couchdb commit: updated refs/heads/master to 45a6c5d

2015-10-24 Thread robertkowalski
Repository: couchdb Updated Branches: refs/heads/master 63e885908 -> 45a6c5dd7 add react-bootstrap license Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/45a6c5dd Tree: http://git-wip-us.apache.org/repos/asf/couchdb/t

fauxton commit: updated refs/heads/master to fd89698

2015-10-23 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 537853e2f -> fd8969801 remove doc-editor check i quite often run into the problem where i want to copy the json of an existing doc for testing. i copy the whole json, click "new doc" and have toremoev the _rev in order to save it.

[2/2] fauxton commit: updated refs/heads/master to 537853e

2015-10-22 Thread robertkowalski
move tests into describe block PR: #564 PR-URL: https://github.com/apache/couchdb-fauxton/pull/564 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1252d107 Tree: http://git-wip-

[1/2] fauxton commit: updated refs/heads/master to 537853e

2015-10-22 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master b7dd66cea -> 537853e2f do not check "all docs selected" if collection is loading empty / loading collections should not display the check PR: #564 PR-URL: https://github.com/apache/couchdb-fauxton/pull/564 Reviewed-By: Benjamin K

fauxton commit: updated refs/heads/master to b76355f

2015-10-21 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 230e5f74e -> b76355f30 run all the tests Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b76355f3 Tree: http://git-wip-us.apache.org/repos

[1/4] fauxton commit: updated refs/heads/master to 246057e

2015-10-21 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 852d6ae59 -> 246057e64 http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/246057e6/assets/less/variables.less -- diff --git a/assets/less/variables.less b

[3/4] fauxton commit: updated refs/heads/master to 246057e

2015-10-21 Thread robertkowalski
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/246057e6/app/addons/documents/tests/nightwatch/bulkSelect.js -- diff --git a/app/addons/documents/tests/nightwatch/bulkSelect.js b/app/addons/documents/tests/nightwatch/b

[4/4] fauxton commit: updated refs/heads/master to 246057e

2015-10-21 Thread robertkowalski
implement table layout option - refactor header - create new bulk-select component PR: #543 PR-URL: https://github.com/apache/couchdb-fauxton/pull/543 Reviewed-By: Benjamin Keen Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://g

[2/4] fauxton commit: updated refs/heads/master to 246057e

2015-10-21 Thread robertkowalski
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/246057e6/assets/js/libs/react-bootstrap.js -- diff --git a/assets/js/libs/react-bootstrap.js b/assets/js/libs/react-bootstrap.js new file mode 100644 index 000..caef2

[3/6] fauxton commit: updated refs/heads/master to 42b9fa4

2015-10-19 Thread robertkowalski
fix comma spacing PR: #560 PR-URL: https://github.com/apache/couchdb-fauxton/pull/560 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/44a476fc Tree: http://git-wip-us.apache.org

[1/6] fauxton commit: updated refs/heads/master to 42b9fa4

2015-10-19 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 1468b1d07 -> 42b9fa406 semicolon spacing PR: #560 PR-URL: https://github.com/apache/couchdb-fauxton/pull/560 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip

[5/6] fauxton commit: updated refs/heads/master to 42b9fa4

2015-10-19 Thread robertkowalski
fix jsx style issues PR: #560 PR-URL: https://github.com/apache/couchdb-fauxton/pull/560 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/d2d98bd9 Tree: http://git-wip-us.apache.

[4/6] fauxton commit: updated refs/heads/master to 42b9fa4

2015-10-19 Thread robertkowalski
unify jshint and jscs use the modern eslint to replace jshint and jscs - faster checks as everything is done in one run - style testing for jsx files PR: #560 PR-URL: https://github.com/apache/couchdb-fauxton/pull/560 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/as

[6/6] fauxton commit: updated refs/heads/master to 42b9fa4

2015-10-19 Thread robertkowalski
enable react stylechecks PR: #560 PR-URL: https://github.com/apache/couchdb-fauxton/pull/560 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/42b9fa40 Tree: http://git-wip-us.apa

[2/6] fauxton commit: updated refs/heads/master to 42b9fa4

2015-10-19 Thread robertkowalski
fix missing semicolons and style PR: #560 PR-URL: https://github.com/apache/couchdb-fauxton/pull/560 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/901d0060 Tree: http://git-wi

couchdb-nmo git commit: "Deployment"

2015-10-18 Thread robertkowalski
b/api/nmo-activetasks.html new file mode 100644 index 000..b008ad0 --- /dev/null +++ b/api/nmo-activetasks.html @@ -0,0 +1,73 @@ + + + + + nmo Manual & Documentation + + + +https://github.com/robertkowalski/nmo";>https://camo.githubusercontent.com/567c3a48d796e2fc06

couch-replicator commit: updated refs/heads/master to 3ce7857

2015-10-18 Thread robertkowalski
Repository: couchdb-couch-replicator Updated Branches: refs/heads/master e58f535ca -> 3ce785710 revert cdf8949 (couch_util:rfc1123_date) this got fixed in R14B02 as OTP-9087 COUCHDB-627 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.

fauxton commit: updated refs/heads/master to 1468b1d

2015-10-16 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 0c98393b3 -> 1468b1d07 add license file, fix author prop Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/1468b1d0 Tree: http://git-wip-us.

chttpd commit: updated refs/heads/master to e18ceaf

2015-10-08 Thread robertkowalski
Repository: couchdb-chttpd Updated Branches: refs/heads/master 976e68ab2 -> e18ceafe0 remove dead code i keep running into this but it is not used anywhere PR: #79 PR-URL: https://github.com/apache/couchdb-chttpd/pull/79 Reviewed-By: Robert Newson Project: http://git-wip-us.apache.org/repo

fauxton commit: updated refs/heads/master to c7f09aa

2015-10-07 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master b539e8ba6 -> c7f09aad3 make code for getting safe doc ids reusable this puts the tools for getting a safe id for a doc into a shared location. part of https://github.com/apache/couchdb-fauxton/pull/543 PR: #552 PR-URL: https://g

[4/4] fauxton commit: updated refs/heads/master to ebd9ced

2015-10-01 Thread robertkowalski
convert api bar to react - delete superfluous snowflake css - use headertoggle button Conflicts: app/addons/fauxton/templates/api_bar.html assets/less/fauxton.less PR: #535 PR-URL: https://github.com/apache/couchdb-fauxton/pull/535 Reviewed-By: Benjamin Keen Project: http:/

[1/4] fauxton commit: updated refs/heads/master to ebd9ced

2015-10-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 283daa92a -> ebd9ced89 rename queryoptions file we don't use camel case for file names PR: #535 PR-URL: https://github.com/apache/couchdb-fauxton/pull/535 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/

[3/4] fauxton commit: updated refs/heads/master to ebd9ced

2015-10-01 Thread robertkowalski
fix loading of zeroclipboard the swf was not loaded when no change to the element happened, e.g. a static element. additionally add a simple callback function to confirm a copy PR: #535 PR-URL: https://github.com/apache/couchdb-fauxton/pull/535 Reviewed-By: Benjamin Keen Project: http://git-w

[2/4] fauxton commit: updated refs/heads/master to ebd9ced

2015-10-01 Thread robertkowalski
refactor header buttons, fix minor issues this unifies two of our 4 snowflake headerbutton implementations. the elements used are our standart headerbuttons. once the api-url button is converted we can delete a lot of additional custom css. - convert add-db button - convert query-option-tray b

couchdb-nmo git commit: fix docs

2015-09-30 Thread robertkowalski
Repository: couchdb-nmo Updated Branches: refs/heads/master 22ca5e0c2 -> a8d0b23d7 fix docs - fix broken documentation for commands - back to 72 char limit for manpages / help in terminal PR: #4 PR-URL: https://github.com/apache/couchdb-nmo/pull/4 Reviewed-By: garren smith Project: http:

Git Push Summary

2015-09-18 Thread robertkowalski
Repository: couchdb-fauxton Updated Tags: refs/tags/v1.0.3 [created] f2f335a72

couchdb-setup git commit: fix enable_cluster_http for admin-party clusters

2015-09-18 Thread robertkowalski
Repository: couchdb-setup Updated Branches: refs/heads/master bdb8a0c19 -> 647ffbc4a fix enable_cluster_http for admin-party clusters PR: #7 PR-URL: https://github.com/apache/couchdb-setup/pull/7 Reviewed-By: Robert Newson Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo C

couchdb-setup git commit: fix enable_cluster_http for admin-party clusters

2015-09-16 Thread robertkowalski
Repository: couchdb-setup Updated Branches: refs/heads/wizard-admin.party f60e1d400 -> e8d32fe42 (forced update) fix enable_cluster_http for admin-party clusters Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/com

[1/2] couchdb-setup git commit: fix enable_cluster_http for admin-party clusters

2015-09-10 Thread robertkowalski
Repository: couchdb-setup Updated Branches: refs/heads/wizard-admin.party [created] 20ac682c0 fix enable_cluster_http for admin-party clusters Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/2d3da674 Tree:

[2/2] couchdb-setup git commit: fix badarg error

2015-09-10 Thread robertkowalski
fix badarg error Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/20ac682c Tree: http://git-wip-us.apache.org/repos/asf/couchdb-setup/tree/20ac682c Diff: http://git-wip-us.apache.org/repos/asf/couchdb-setup/diff

fauxton commit: updated refs/heads/master to 24953b2

2015-09-10 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 227e68bc4 -> 24953b293 use FauxtonAPI.url helper covered by the attachment selenium test PR: #520 PR-URL: https://github.com/apache/couchdb-fauxton/pull/520 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/rep

fauxton commit: updated refs/heads/master to 227e68b

2015-09-10 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 8cd744acb -> 227e68bc4 increase timeout for notifications We might redefine the way notifications work in the future, but it might be also vaporware, so I'm fixing the timeout for the near future. This closes COUCHDB-2692 PR: #5

fauxton commit: updated refs/heads/master to 1c8d86e

2015-09-03 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master b5affe12a -> 1c8d86e75 allow custom csp header PR: #514 PR-URL: https://github.com/apache/couchdb-fauxton/pull/514 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://g

fauxton commit: updated refs/heads/master to b5affe1

2015-09-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master be90e4ccd -> b5affe12a use a stricter way to determine if db exists avoids false positives like fauxton-seleniumtest2 code is covered by the testsuite itself :) PR: #513 PR-URL: https://github.com/apache/couchdb-fauxton/pull/513

fauxton commit: updated refs/heads/master to be90e4c

2015-09-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 01650f62c -> be90e4ccd remove broken notifications they don't notificate any more, and they would flood couchdb-dev if they would work. PR: #511 PR-URL: https://github.com/apache/couchdb-fauxton/pull/511 Reviewed-By: garren smith

fauxton commit: updated refs/heads/master to 01650f6

2015-09-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5f52818fd -> 01650f62c fix login/logout with IE disable caching for IE which prevents IE from logging in/out. as IE starts to add cachebust-get-parameters when we disable ajax- caching, i had to adjust the dev-server. PR: #509 P

couchdb commit: updated refs/heads/master to 999f710

2015-08-29 Thread robertkowalski
Repository: couchdb Updated Branches: refs/heads/master d56f2fc4f -> 999f71025 remove duplicated THANKS-file was renamed to CONTRIBUTORS.in, but readded by a merge Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/999f7

[4/5] fauxton commit: updated refs/heads/master to d138e01

2015-08-28 Thread robertkowalski
remove superfluous JSON.parse call always request JSON, the current call will crash when the response is already json encoded PR: #504 PR-URL: https://github.com/apache/couchdb-fauxton/pull/504 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Comm

[2/5] fauxton commit: updated refs/heads/master to d138e01

2015-08-28 Thread robertkowalski
fix changes url PR: #504 PR-URL: https://github.com/apache/couchdb-fauxton/pull/504 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b6ce6fcc Tree: http://git-wip-us.apache.org/r

[1/5] fauxton commit: updated refs/heads/master to d138e01

2015-08-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 825bbfc42 -> d138e0197 fix url for resources PR: #504 PR-URL: https://github.com/apache/couchdb-fauxton/pull/504 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git

[5/5] fauxton commit: updated refs/heads/master to d138e01

2015-08-28 Thread robertkowalski
fix permission urls PR: #504 PR-URL: https://github.com/apache/couchdb-fauxton/pull/504 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/7c7c94d2 Tree: http://git-wip-us.apache.o

[3/5] fauxton commit: updated refs/heads/master to d138e01

2015-08-28 Thread robertkowalski
fix mango url PR: #504 PR-URL: https://github.com/apache/couchdb-fauxton/pull/504 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/7a58327a Tree: http://git-wip-us.apache.org/rep

fabric commit: updated refs/heads/master to 140bcfa

2015-08-27 Thread robertkowalski
Repository: couchdb-fabric Updated Branches: refs/heads/master 42a67d0a0 -> 140bcfacb add clusterwide compaction for dbs PRs: https://github.com/apache/couchdb-fabric/pull/27 https://github.com/apache/couchdb-chttpd/pull/62 COUCHDB-2492 PR: #27 PR-URL: https://github.com/apache/couchdb-fabri

chttpd commit: updated refs/heads/master to 994f132

2015-08-27 Thread robertkowalski
Repository: couchdb-chttpd Updated Branches: refs/heads/master 129cdf934 -> 994f132fd add clusterwide compaction for dbs PRs: https://github.com/apache/couchdb-chttpd/pull/62 https://github.com/apache/couchdb-fabric/pull/27 COUCHDB-2492 PR: #62 PR-URL: https://github.com/apache/couchdb-chttp

[3/4] chttpd commit: updated refs/heads/2492-compaction to 3b50727

2015-08-27 Thread robertkowalski
readd errors for tbd view compaction Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/78c6f70f Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/78c6f70f Diff: http://git-wip-us.apache.org/repos

[4/4] chttpd commit: updated refs/heads/2492-compaction to 3b50727

2015-08-27 Thread robertkowalski
fix intendation Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/3b507275 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/3b507275 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/d

[2/4] chttpd commit: updated refs/heads/2492-compaction to 3b50727

2015-08-27 Thread robertkowalski
changes from review Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/dc3c8dd6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/tree/dc3c8dd6 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-chtt

[1/4] chttpd commit: updated refs/heads/2492-compaction to 3b50727

2015-08-27 Thread robertkowalski
Repository: couchdb-chttpd Updated Branches: refs/heads/2492-compaction [created] 3b507275d add clusterwide compaction for dbs COUCHDB-2492 Project: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-chttpd/commit/0648df6b Tree:

fauxton commit: updated refs/heads/master to 79ab3b6

2015-08-25 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 20efb08b9 -> 79ab3b68c Used brand colours so we can style them downstream PR: #503 PR-URL: https://github.com/apache/couchdb-fauxton/pull/503 Reviewed-By: Robert Kowalski Project: http://git-wip-us.apache.org/repos/asf/couchdb-

[2/3] fauxton commit: updated refs/heads/master to 3610716

2015-08-15 Thread robertkowalski
Refactor code - use early returns - fix formatting PR: #497 PR-URL: https://github.com/apache/couchdb-fauxton/pull/497 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/665aa49c

[3/3] fauxton commit: updated refs/heads/master to 3610716

2015-08-15 Thread robertkowalski
fix removeHeaderLink function `_.first` returns the first element of an array. PR: #497 PR-URL: https://github.com/apache/couchdb-fauxton/pull/497 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couch

[1/3] fauxton commit: updated refs/heads/master to 3610716

2015-08-15 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 438dd32f1 -> 361071675 csrf: add CSRF indicator adds a small indicator to the sidebar if we are protected against CSRF. to test, comment `res.setHeader('x-couchdb-csrf-valid', 'true');` in `tasks/couchserver.js` and browse withou

[1/2] fauxton commit: updated refs/heads/master to 438dd32

2015-08-11 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master d8c28d98f -> 438dd32f1 csrf: remove mismatch test PR: #496 PR-URL: https://github.com/apache/couchdb-fauxton/pull/496 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http

[2/2] fauxton commit: updated refs/heads/master to 438dd32

2015-08-11 Thread robertkowalski
Revert "csrf: fix tests" This reverts commit 4f0e092a214e11b0460b2bc9dad668b5d2614d12. PR: #496 PR-URL: https://github.com/apache/couchdb-fauxton/pull/496 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos

[3/3] fauxton commit: updated refs/heads/master to f772160

2015-08-10 Thread robertkowalski
csrf: add tests PR: #494 PR-URL: https://github.com/apache/couchdb-fauxton/pull/494 Reviewed-By: Robert Newson Reviewed-By: Garren Smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/f772160a Tree: htt

[2/3] fauxton commit: updated refs/heads/master to f772160

2015-08-10 Thread robertkowalski
csrf: refactor code do not monkey patch the global $.ajax, use a beforeSend hook instead PR: #494 PR-URL: https://github.com/apache/couchdb-fauxton/pull/494 Reviewed-By: Robert Newson Reviewed-By: Garren Smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http:/

[1/3] fauxton commit: updated refs/heads/master to f772160

2015-08-10 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master a6431cc50 -> f772160aa csrf: fix tests when fauxton requests session token & csrf token it handles them as additional data it sends to each ajax request. the testsuite tries to open 5984:/_alldocs and friends in several places ri

couchdb-setup git commit: add failing test

2015-07-31 Thread robertkowalski
Repository: couchdb-setup Updated Branches: refs/heads/wizard-halp [created] 74ac2d3a9 add failing test Project: http://git-wip-us.apache.org/repos/asf/couchdb-setup/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-setup/commit/74ac2d3a Tree: http://git-wip-us.apache.org/repos/asf/

[1/2] fauxton commit: updated refs/heads/master to 390e902

2015-07-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master eb201de75 -> 390e902b3 tests: fix ssl issues don't error when requesting additional resources via https PR: #487 PR-URL: https://github.com/apache/couchdb-fauxton/pull/487 Reviewed-By: Michelle Phung Project: http://git-wip-us

[2/2] fauxton commit: updated refs/heads/master to 390e902

2015-07-28 Thread robertkowalski
grunt: remove grunt-mocha-phantomjs it makes it hard to update phantomjs to a recent version and there is no win for using this second layer of abstraction for us. PR: #487 PR-URL: https://github.com/apache/couchdb-fauxton/pull/487 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.

[2/3] fauxton commit: updated refs/heads/master to 5de1fe6

2015-07-22 Thread robertkowalski
Revert "Detect if we run on a backdoor port" This reverts commit 9ab1292d4e926ecba7c15291a04feb0342b40b21. PR: #480 PR-URL: https://github.com/apache/couchdb-fauxton/pull/480 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-u

[1/3] fauxton commit: updated refs/heads/master to 5de1fe6

2015-07-22 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master c754c6cac -> 5de1fe668 Admin: Fix style issues PR: #480 PR-URL: https://github.com/apache/couchdb-fauxton/pull/480 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://gi

[3/3] fauxton commit: updated refs/heads/master to 5de1fe6

2015-07-22 Thread robertkowalski
Just enable config for a "cluster-of-one" Warn users if they run multi node setups. Testing instructions for single node setups, given you usually run a cluster of three nodes: 1. stop couchdb, connect fauxton to a single node, change ``` exports.couch = 'http://localhost:15984/'; ``` in `task

documentation commit: updated refs/heads/master to ff3165a

2015-07-15 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master d1a882017 -> ff3165a5f document /_memberships adds some basic documentation for `/_memberships` with a reference to the setup guide for 2.0 COUCHDB-2591 PR: #21 PR-URL: https://github.com/apache/couchdb-documentation/pull/

couch-replicator commit: updated refs/heads/COUCHDB-2734-header-date to f17c2fd

2015-06-29 Thread robertkowalski
Repository: couchdb-couch-replicator Updated Branches: refs/heads/COUCHDB-2734-header-date [created] f17c2fde9 revert cdf8949 (couch_util:rfc1123_date) this got fixed in R14B02 as OTP-9087 COUCHDB-627 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: htt

couch commit: updated refs/heads/perf-test-1 to 2f30e37

2015-06-29 Thread robertkowalski
Repository: couchdb-couch Updated Branches: refs/heads/perf-test-1 [created] 2f30e3773 Revert "perf: http layer - speedup couchdb version lookup" This reverts commit e19b262d4e5bd5ff1765b22589b8d3eeaac88749. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://gi

[12/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge pull request #114 from omarkj/decode_packet_support Add support for all possible outputs of erlang:decode_packet/3 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/0f639f69 Tree: http://git-wip-us.apache.o

[06/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Get rid of crypto warnings Also should be backwards compatible options back to R14 based on compile macros in rebar Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/6e06bd60 Tree: http://git-wip-us.apache.org/r

[34/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
clean up whitespace and long lines Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/74d6cdc7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/74d6cdc7 Diff: http://git-wip-us.apache.org/repos/asf/

[36/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
turn websocket demo into a simple chat client Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/d253ce86 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/d253ce86 Diff: http://git-wip-us.apache.org

[31/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
add HTML for example Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/ecee927a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/ecee927a Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/

[16/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
update CHANGES for v2.7.0 release Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/8c2e78e6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/8c2e78e6 Diff: http://git-wip-us.apache.org/repos/asf/c

[21/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
fill license details Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/cef20553 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/cef20553 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/

[44/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
COUCHDB-627 - Support all timezones Some timezones are incorrectly handled by OTP's calendar module. The ironic thing is that we only ever need the time in GMT (for HTTP response headers and the log file). This patch duplicates httpd_util:rfc1123_date/0 and /1 but uses universal time everywhere,

[27/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
clean up trailing whitespace Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/c8e3a523 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/c8e3a523 Diff: http://git-wip-us.apache.org/repos/asf/couchd

[38/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge branch 'websocket' Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/1d733834 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/1d733834 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-co

[42/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Allow whitespace in Range headers While investigating basho/webmachine#186 it was noted that a small but non-zero percentage of clients embed whitespace in Range headers. It appears this is valid: >From http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html byte-range-set = 1#( byte-range-s

[01/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Repository: couchdb-couch Updated Branches: refs/heads/COUCHDB-2734-header-date [created] f3e022c0a Merge branch 'html-regr-110' Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/525d8431 Tree: http://git-wip

[04/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge pull request #112 from lemenkov/R16B01 Fix for Erlang R16B01 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/680dba8a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/680dba8a Diff: http://

[15/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge pull request #87 from pmundkur/fix-zero-length-range-response Fix 0-length range responses. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/510766bc Tree: http://git-wip-us.apache.org/repos/asf/couchdb-co

[43/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge pull request #125 from nparry/whitespace_in_range_header Allow whitespace in Range headers Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/8eb1f220 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-cou

[30/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
normalize whitespace Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/8ecae102 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/8ecae102 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/

[17/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Adobe-valid MIME type for crossdomain.xml Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/eef12502 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/eef12502 Diff: http://git-wip-us.apache.org/rep

[24/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
refactor of request/5 function Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/3961edcb Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/3961edcb Diff: http://git-wip-us.apache.org/repos/asf/couc

[11/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
workaround to fix edoc build Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/27410548 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/27410548 Diff: http://git-wip-us.apache.org/repos/asf/couchd

[22/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
tests for websocket handshake and frames parsing Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/2eb1c563 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/2eb1c563 Diff: http://git-wip-us.apache.

[02/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
change stop from cast to call Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/8e3f3dd3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/8e3f3dd3 Diff: http://git-wip-us.apache.org/repos/asf/couch

[28/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
fix compiler warning Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7932aa36 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7932aa36 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/

[40/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge pull request #121 from jj1bdx/jj1bdx-freebsd-testfail-fix Update test/mochiweb_tests.erl Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/a6c22810 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch

[07/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Merge pull request #115 from heroku/R16B01 Crypto leap forward for R16B01+ Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/306bb77d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/306bb77d Diff:

[32/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
add scheme to hixie_handshake Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/55011262 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/55011262 Diff: http://git-wip-us.apache.org/repos/asf/couch

[37/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
fix state bug Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/6ab8d833 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/6ab8d833 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/diff/6a

[48/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
add .rebar/erlcinfo to .gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/7e29740a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/7e29740a Diff: http://git-wip-us.apache.org/repos/asf/c

[18/50] couch commit: updated refs/heads/COUCHDB-2734-header-date to f3e022c

2015-06-29 Thread robertkowalski
Small optimization Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/44bb98f9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/44bb98f9 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-couch/di

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