fauxton commit: updated refs/heads/master to 2e770d6

2016-12-23 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 2a3dccaf4 -> 2e770d66b rip and replace zeroclipboard with clipboardjs PR: #825 PR-URL: https://github.com/apache/couchdb-fauxton/pull/825 Reviewed-By: Robert Kowalski Project:

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

2016-12-14 Thread robertkowalski
don't throw if permissions addon isn't loaded PR: #822 PR-URL: https://github.com/apache/couchdb-fauxton/pull/822 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-12-14 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 25630f4e4 -> 1e5e8567f update redux PR: #822 PR-URL: https://github.com/apache/couchdb-fauxton/pull/822 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo

fauxton commit: updated refs/heads/master to 25630f4

2016-12-13 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 258ec71fb -> 25630f4e4 Redux: Permissions - Use Redux for Flux flow Integrates Redux into CouchDB Fauxton to softmigrate our stores to Redux. Removes the Backbone models and introduces testing with Jest. Additional Highlights:

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

2016-12-08 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 2cec2e4d9 -> a231a4e4a http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a231a4e4/app/addons/styletests/styletests.react.jsx -- diff --git

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

2016-12-08 Thread robertkowalski
Move to all React This removes the last parts of backbone.layout manager. We now have a single React entry point. PR: #820 PR-URL: https://github.com/apache/couchdb-fauxton/pull/820 Reviewed-By: Robert Kowalski Project:

documentation commit: updated refs/heads/master to fec0893

2016-11-30 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master c58e360bb -> fec089351 Document stable and update query parameters CouchDB-3063 adds 2 new query parameters when querying views. This commit adds API documentation for these and a note in the performance guide around when

documentation commit: updated refs/heads/master to c58e360

2016-11-30 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master 77b5d1d63 -> c58e360bb Fixing type error PR: #84 PR-URL: https://github.com/apache/couchdb-documentation/pull/84 Reviewed-By: Robert Kowalski Project:

documentation commit: updated refs/heads/master to 77b5d1d

2016-11-30 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master 4810d1c63 -> 77b5d1d63 Tiny 127 address fix Just removed a 0 to make the address more "normal" PR: #85 PR-URL: https://github.com/apache/couchdb-documentation/pull/85 Reviewed-By: Robert Kowalski

documentation commit: updated refs/heads/master to 4810d1c

2016-11-30 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master 74da74bda -> 4810d1c63 More command cleanup PR: #86 PR-URL: https://github.com/apache/couchdb-documentation/pull/86 Reviewed-By: Robert Kowalski Project:

documentation commit: updated refs/heads/master to 74da74b

2016-11-30 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master 2993ccb86 -> 74da74bda Fixed the transposition of the version or erlang PR: #87 PR-URL: https://github.com/apache/couchdb-documentation/pull/87 Reviewed-By: Robert Kowalski Project:

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

2016-11-30 Thread robertkowalski
tests: add jest for testing Adds Jest for testing. Right now it runs in parallel to our old test setup. The idea is that we can use the faster, simpler testing for all new stuff and all refactored elements. To run jest, simply run: `npm run jest` PR: #815 PR-URL:

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

2016-11-30 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 14224ea7e -> ae5070b43 tests: port helperSpec to jest our first jest based tests :) PR: #815 PR-URL: https://github.com/apache/couchdb-fauxton/pull/815 Reviewed-By: garren smith Project:

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

2016-11-29 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master dd5eb4978 -> e53deb5d9 increase window size and login in wait time this seems to make the test more stable PR: #813 PR-URL: https://github.com/apache/couchdb-fauxton/pull/813 Reviewed-By: Robert Kowalski

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

2016-11-29 Thread robertkowalski
encodeding url path for database name with special characters PR: #813 PR-URL: https://github.com/apache/couchdb-fauxton/pull/813 Reviewed-By: Robert Kowalski Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

fauxton commit: updated refs/heads/master to 4924a1e

2016-11-21 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5ffee6255 -> 4924a1e0f Handle trailing question marks when building URLs for views PR: #808 PR-URL: https://github.com/apache/couchdb-fauxton/pull/808 Reviewed-By: Robert Kowalski Project:

documentation commit: updated refs/heads/master to 2993ccb

2016-11-17 Thread robertkowalski
Repository: couchdb-documentation Updated Branches: refs/heads/master 52a2879fa -> 2993ccb86 Spelling error fix: fauxuton to fauxton PR: #89 PR-URL: https://github.com/apache/couchdb-documentation/pull/89 Reviewed-By: Robert Kowalski Project:

fauxton commit: updated refs/heads/master to 757b44b

2016-11-17 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master ff25441bc -> 757b44b0c travis: its node_js, not node Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/757b44b0 Tree:

fauxton commit: updated refs/heads/master to b245c6d

2016-11-15 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 89f57a453 -> b245c6d20 db-list: expose elements to make them reusable PR: #806 PR-URL: https://github.com/apache/couchdb-fauxton/pull/806 Reviewed-By: Ryan Millay Project:

fauxton commit: updated refs/heads/master to 6cb7eaa

2016-11-03 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master a5e962ec5 -> 6cb7eaa22 Revert "fix flaky nw test" This reverts commit e118d93b285fb9a17a2a4623142ded7088ed31ee. had to revert as other cascading issues appeared in the sidebar. Project:

fauxton commit: updated refs/heads/master to a5e962e

2016-11-03 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 0db3f7bdb -> a5e962ec5 redux: delete unused store i was just about to convert our first module to redux, turns out it doesn't need a store right now. so i deleted the store. PR: #799 PR-URL:

fauxton commit: updated refs/heads/master to bb920c6

2016-11-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master e118d93b2 -> bb920c60f add script to create/delete a lot dbs this is useful to create a lot of dbs for testing and later to get rid of them PR: #791 PR-URL: https://github.com/apache/couchdb-fauxton/pull/791 Reviewed-By: garren

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

2016-10-31 Thread robertkowalski
add failing test This reverts commit ceccc8e46be797304ba89a2fd1e2275531a2a08e. PR: #782 PR-URL: https://github.com/apache/couchdb-fauxton/pull/782 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

fauxton commit: updated refs/heads/master to 13a26d9

2016-10-20 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master b25361925 -> 13a26d986 Tweaked CSS for more hover consistency and UX PR: #790 PR-URL: https://github.com/apache/couchdb-fauxton/pull/790 Reviewed-By: Robert Kowalski Project:

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

2016-10-18 Thread robertkowalski
making the full database name visible on hover PR: #788 PR-URL: https://github.com/apache/couchdb-fauxton/pull/788 Reviewed-By: Robert Kowalski Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-10-18 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 76636829e -> b25361925 updating overflow behavior for db name This closes 3189 PR: #788 PR-URL: https://github.com/apache/couchdb-fauxton/pull/788 Reviewed-By: Robert Kowalski Project:

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

2016-10-14 Thread robertkowalski
table-view: don't cut off long property fields in dropdown Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/65be07d9 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/65be07d9 Diff:

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

2016-10-14 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5a8a3fb43 -> d6837062a chore: remove broken transition the transition wasn't working. actually transitions are bad as many couchdb users access fauxton using a remote desktop, which then starts to lag / stutter. Project:

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

2016-10-14 Thread robertkowalski
dropdowns: fix color for selected item the item already selected was rendering black, which is not a good idea on a black background :) Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/eeaa6c61 Tree:

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

2016-10-14 Thread robertkowalski
Merge branch 'width-table-dropdown' Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/d6837062 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/d6837062 Diff:

fauxton commit: updated refs/heads/master to 5a8a3fb

2016-10-14 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master a06c64884 -> 5a8a3fb43 react-select: disable cache react-select caches the results which leads to database names appearing in the list of document names after you opened the dropdown on the _all_dbs page. PR: #785 PR-URL:

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

2016-10-13 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master fd758c015 -> a06c64884 add tests for encoding issue Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a06c6488 Tree:

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

2016-10-13 Thread robertkowalski
Fix database id escaping (make safeURLName idempotent) PR: #784 PR-URL: https://github.com/apache/couchdb-fauxton/pull/784 Reviewed-By: Robert Kowalski Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

fauxton commit: updated refs/heads/master to fd758c0

2016-10-06 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master a16edae68 -> fd758c015 devserver: readd/fix csp header The CSP headers were not set, as directly interacting with express in `webpack-dev-server` to set the headers does not work. PR: #783 PR-URL:

fauxton commit: updated refs/heads/master to a16edae

2016-10-05 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master b404b07c8 -> a16edae68 pin velocity react to 1.1.6 Array.prototype.includes breaks our phantom tests Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

fauxton commit: updated refs/heads/master to b404b07

2016-09-30 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 6fbf911a0 -> b404b07c8 breadcrumbs: readd css fix readd missing commit Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b404b07c Tree:

fauxton commit: updated refs/heads/master to 6fbf911

2016-09-30 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 73a90d213 -> 6fbf911a0 react: breadcrumbs reactify former "breadcrumb"-area. PR: #765 PR-URL: https://github.com/apache/couchdb-fauxton/pull/765 Reviewed-By: garren smith Project:

fauxton commit: updated refs/heads/master to ceccc8e

2016-09-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master ad3a0d751 -> ceccc8e46 Revert "add failing test" This reverts commit 73d574e10ed5dfb0ee7a9efcef86df5b4e54b762. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-09-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 9c69f1cb2 -> ad3a0d751 add failing test Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/73d574e1 Tree:

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

2016-09-28 Thread robertkowalski
add build status badge Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/ad3a0d75 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/ad3a0d75 Diff:

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

2016-09-28 Thread robertkowalski
add failing test PR: #778 PR-URL: https://github.com/apache/couchdb-fauxton/pull/778 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/7e7a601f Tree:

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

2016-09-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 175546946 -> 9c69f1cb2 doc editor: fix ambiguous routing given you created a design doc called `_design/conflicts` it would match with the route for the conflict browser and not with the document editor. PR: #778 PR-URL:

fauxton commit: updated refs/heads/master to 1755469

2016-09-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 717512f5f -> 175546946 views: remove fauxton side check for js warnings / errors these should be checked in one single place, the database. this way we don't have to maintain two separate whitelists for errors. PR: #780 PR-URL:

fauxton commit: updated refs/heads/master to 0a13f5d

2016-09-27 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 809c46a88 -> 0a13f5dca remove update sequence from db list right now the update sequence display is broken. they also make no sense in a clustered setup. this patch removes them test-wise. we can readd them if there is a lot

couchdb commit: updated refs/heads/rebar3 to 57637d4

2016-09-27 Thread robertkowalski
Repository: couchdb Updated Branches: refs/heads/rebar3 [created] 57637d473 wip Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/57637d47 Tree: http://git-wip-us.apache.org/repos/asf/couchdb/tree/57637d47 Diff:

couchdb commit: updated refs/heads/master to 0929b3d

2016-09-27 Thread robertkowalski
Repository: couchdb Updated Branches: refs/heads/master 9add02fa8 -> 0929b3dd6 license: remove spin.js Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/0929b3dd Tree:

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

2016-09-27 Thread robertkowalski
remove spinner all views except replication are react based now PR: #772 PR-URL: https://github.com/apache/couchdb-fauxton/pull/772 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-09-27 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 1dba30e81 -> 809c46a88 try to harden test PR: #772 PR-URL: https://github.com/apache/couchdb-fauxton/pull/772 Reviewed-By: garren smith Project:

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

2016-09-27 Thread robertkowalski
remove spin.js lib PR: #772 PR-URL: https://github.com/apache/couchdb-fauxton/pull/772 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/1347b9ab Tree:

fauxton commit: updated refs/heads/master to 26adff3

2016-09-14 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master a3605ee84 -> 26adff3b0 backbone: delete dead code PR: #773 PR-URL: https://github.com/apache/couchdb-fauxton/pull/773 Reviewed-By: garren smith Project:

[1/2] fauxton commit: updated refs/heads/dead-backbone to ec1139d

2016-09-14 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/dead-backbone [created] ec1139d36 remove spinner all views except replication are react based now Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

[2/2] fauxton commit: updated refs/heads/dead-backbone to ec1139d

2016-09-14 Thread robertkowalski
remove spin.js lib Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/ec1139d3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/ec1139d3 Diff:

fauxton commit: updated refs/heads/master to ed9aa3c

2016-09-13 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 4f633e508 -> ed9aa3ced Update readme - Update outdated parts on grunt - fix uppercase written npm to lowercase - don't encourage dangerous sudo usage PR: #770 PR-URL: https://github.com/apache/couchdb-fauxton/pull/770

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

2016-09-13 Thread robertkowalski
react config: fix small issues Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/4f633e50 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/4f633e50 Diff:

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

2016-09-13 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master e51775b8a -> 4f633e508 react: port config section to react PR: #750 PR-URL: https://github.com/apache/couchdb-fauxton/pull/750 Reviewed-By: Robert Kowalski Project:

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

2016-09-06 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 34df1bf39 -> eb48fdbe0 2.0 release: simplify copy, include zeroclipboard ZeroClipboard.swf was not included in previous builds. Additionally simplify copy instructions. PR: #768 PR-URL:

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

2016-09-06 Thread robertkowalski
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/249f48d7/test/mocha/mocha.js -- diff --git a/test/mocha/mocha.js b/test/mocha/mocha.js deleted file mode 100755 index a55115a..000 --- a/test/mocha/mocha.js +++

[1/2] couchdb commit: updated refs/heads/master to 18534cb

2016-09-06 Thread robertkowalski
Repository: couchdb Updated Branches: refs/heads/master d976a2936 -> 18534cb5a http://git-wip-us.apache.org/repos/asf/couchdb/blob/18534cb5/LICENSE -- diff --git a/LICENSE b/LICENSE index 9dba515..19cc6e7 100644 --- a/LICENSE

[3/3] fauxton commit: updated refs/heads/license to a57e97c

2016-09-05 Thread robertkowalski
remove unused deps Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/a57e97c7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/a57e97c7 Diff:

[1/3] fauxton commit: updated refs/heads/license to a57e97c

2016-09-05 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/license [created] a57e97c7b add license headers Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/d2cbf107 Tree:

[2/3] fauxton commit: updated refs/heads/license to a57e97c

2016-09-05 Thread robertkowalski
http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/blob/a57e97c7/test/mocha/mocha.js -- diff --git a/test/mocha/mocha.js b/test/mocha/mocha.js deleted file mode 100755 index a55115a..000 --- a/test/mocha/mocha.js +++

[2/6] fauxton commit: updated refs/heads/fix-deps to e35eacf

2016-09-04 Thread robertkowalski
cleanup package.json - remove invalid / unused parts - put scripts section to top so people opening it in an editor can see possible scripts immediately Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

[1/6] fauxton commit: updated refs/heads/fix-deps to e35eacf

2016-09-04 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/fix-deps [created] e35eacf75 fix repo url Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/85a9f2e0 Tree:

[4/6] fauxton commit: updated refs/heads/fix-deps to e35eacf

2016-09-04 Thread robertkowalski
readd prepublish check Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/377b5c61 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/377b5c61 Diff:

[5/6] fauxton commit: updated refs/heads/fix-deps to e35eacf

2016-09-04 Thread robertkowalski
optimize gitignore Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/17b694c6 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/17b694c6 Diff:

[3/6] fauxton commit: updated refs/heads/fix-deps to e35eacf

2016-09-04 Thread robertkowalski
cleanup Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/959e465a Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/959e465a Diff:

couchdb commit: updated refs/heads/master to eeab832

2016-09-02 Thread robertkowalski
Repository: couchdb Updated Branches: refs/heads/master fd1a8d0cc -> eeab83242 remove papaparse from license file Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/eeab8324 Tree:

fauxton commit: updated refs/heads/master to 34df1bf

2016-09-02 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master e79955110 -> 34df1bf39 remove unused dependency papaparse Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/34df1bf3 Tree:

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

2016-09-01 Thread robertkowalski
allow setting amount of decimals PR: #757 PR-URL: https://github.com/apache/couchdb-fauxton/pull/757 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-09-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 700557539 -> e79955110 fix list style type appearing in active tasks PR: #757 PR-URL: https://github.com/apache/couchdb-fauxton/pull/757 Reviewed-By: Michelle Phung Project:

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

2016-09-01 Thread robertkowalski
tabs: minor style updates - make font for selected tab bold - don't highlight tab content on hover if tab is selected - inccrease space between tabs to 5px - reset margin applied from bootstrap PR: #757 PR-URL: https://github.com/apache/couchdb-fauxton/pull/757 Reviewed-By: Michelle Phung

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

2016-09-01 Thread robertkowalski
given the tray is not open do not fire tray events to close PR: #757 PR-URL: https://github.com/apache/couchdb-fauxton/pull/757 Reviewed-By: Michelle Phung Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

fauxton commit: updated refs/heads/master to da1b45b

2016-08-18 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 2f9df630e -> da1b45bf5 React Breadcrumbs port: let mango use the new header PR: #763 PR-URL: https://github.com/apache/couchdb-fauxton/pull/763 Reviewed-By: garren smith Project:

fauxton commit: updated refs/heads/master to 7308368

2016-07-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 6a618ebda -> 7308368d0 remove polling feature there is no real world use case for watching the changes feed in production. as the feature has a bug, we decided removing it would make more sense. PR: #755 PR-URL:

fauxton commit: updated refs/heads/master to 6a618eb

2016-07-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 8bb5be380 -> 6a618ebda testsuite: autocheck if document/db appears after creation make sure that at least one request is successful right after the creation of the database. PR: #754 PR-URL:

fauxton commit: updated refs/heads/master to c5fc701

2016-07-12 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 9cf388a82 -> c5fc7018a display not exist error just on 404 just in case of a 404 the notification "The document does not exist" is relevant. PR: #743 PR-URL: https://github.com/apache/couchdb-fauxton/pull/743 Reviewed-By: garren

[5/7] fauxton commit: updated refs/heads/master to 73521f1

2016-07-04 Thread robertkowalski
Breadcrumbs React port: refactor clone-doc action - use helper function for docId sanitizing - move clone-doc-action out of route ofbject - delete route-event `duplicateDoc` - fix issue where breadcrumb header was not updating after clone PR: #732 PR-URL:

[6/7] fauxton commit: updated refs/heads/master to 73521f1

2016-07-04 Thread robertkowalski
changes from review PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 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/18d08e96 Tree:

[1/7] fauxton commit: updated refs/heads/master to 73521f1

2016-07-04 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 5be261085 -> 73521f15c add fix for functional components PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith Project:

[7/7] fauxton commit: updated refs/heads/master to 73521f1

2016-07-04 Thread robertkowalski
Breadcrumbs React port: remove unused classname PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

[2/7] fauxton commit: updated refs/heads/master to 73521f1

2016-07-04 Thread robertkowalski
Breadcrumbs React port: fix & delete broken tests - fixes race conditions in tests where the global singleton `FauxtonAPI` was monkey patched later in other modules, but `fauxton/base.js` wasn't loaded - deletes tests that messed with references / monkey patching and did not add much

[4/7] fauxton commit: updated refs/heads/master to 73521f1

2016-07-04 Thread robertkowalski
Breadcrumbs React port: cleanup Clean up un-needed, not used link properties. They would link in a breadcrumb system which supports links. PR: #732 PR-URL: https://github.com/apache/couchdb-fauxton/pull/732 Reviewed-By: garren smith Project:

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

2016-06-28 Thread robertkowalski
add codemod to fix eslint's "space-in-parens"-rule the codemod fixes the issues found by eslint PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-06-28 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 968f714f2 -> 5be261085 linter: add space-in-parens-rule PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 Reviewed-By: garren smith Project:

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

2016-06-28 Thread robertkowalski
ollow these steps: + +* npm i -g jscodeshift +* npm install 5to6-codemod +* Replace `./node_modules/5to6-codemod/transforms/amd.js` with https://gist.github.com/robertkowalski/9167d45c0af6b9abdd4b51a09ef4e039 +* run `jscodeshift --extensions=js,jsx -t node_modules/5to6-codemod/transforms/amd.js app/fil

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

2016-06-28 Thread robertkowalski
upgrade eslint @ 2.x PR: #734 PR-URL: https://github.com/apache/couchdb-fauxton/pull/734 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/ad2cbecf Tree:

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

2016-06-27 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master c1fa250dd -> 6583275ad provide debugging help for monkey patched established methods inheritance is so ridiculous. inheritance in javascript is just monkey patching. today i spent 8 hrs to finding a bug where a promise failed

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

2016-06-27 Thread robertkowalski
fix comment PR: #731 PR-URL: https://github.com/apache/couchdb-fauxton/pull/731 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/e8fbed04 Tree:

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

2016-06-13 Thread robertkowalski
add redirect option to router PR: #728 PR-URL: https://github.com/apache/couchdb-fauxton/pull/728 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-06-13 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 39cba4997 -> c74ea9cc4 support disabled state in confirmbutton PR: #728 PR-URL: https://github.com/apache/couchdb-fauxton/pull/728 Reviewed-By: garren smith Project:

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

2016-06-13 Thread robertkowalski
make toggle-button and table-design generally available PR: #728 PR-URL: https://github.com/apache/couchdb-fauxton/pull/728 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-06-07 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master c0c0c1c54 -> a9d5d259a travis: remove leftover from debugging this was added some time ago for debugging, but did not fix the error PR: #725 PR-URL: https://github.com/apache/couchdb-fauxton/pull/725 Reviewed-By: Benjamin Keen

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

2016-06-07 Thread robertkowalski
travis: update node to version 6 PR: #725 PR-URL: https://github.com/apache/couchdb-fauxton/pull/725 Reviewed-By: Benjamin Keen Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

fauxton commit: updated refs/heads/master to 870ab72

2016-06-01 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 2ac9c9336 -> 870ab72f0 remove duplicate license headers PR: #722 PR-URL: https://github.com/apache/couchdb-fauxton/pull/722 Reviewed-By: Benjamin Keen Project:

fauxton commit: updated refs/heads/master to 88b470d

2016-05-25 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 03e0fd557 -> 88b470d44 readd stylecheck to CI, fix style issue PR: #712 PR-URL: https://github.com/apache/couchdb-fauxton/pull/712 Reviewed-By: Benjamin Keen Project:

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

2016-05-24 Thread robertkowalski
create common tablelement create a tab component for all future tabs PR: #714 PR-URL: https://github.com/apache/couchdb-fauxton/pull/714 Reviewed-By: garren smith Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit:

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

2016-05-24 Thread robertkowalski
add TabelementWrapper PR: #714 PR-URL: https://github.com/apache/couchdb-fauxton/pull/714 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/7cead9eb Tree:

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

2016-05-24 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 9ac2d75cd -> 7cead9eb1 add missing license headers PR: #714 PR-URL: https://github.com/apache/couchdb-fauxton/pull/714 Reviewed-By: garren smith Project:

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

2016-04-21 Thread robertkowalski
show conflicts / conflict-count in table-view display a small indicator in table view, given a doc has conflicts PR: #670 PR-URL: https://github.com/apache/couchdb-fauxton/pull/670 Reviewed-By: Benjamin Keen Project:

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

2016-04-21 Thread robertkowalski
Repository: couchdb-fauxton Updated Branches: refs/heads/master 978ae690f -> 3f46050d3 conflict-solving: first pass on revision browser This adds the first iteration of a revision browsing tool for conflicts that is able to diff documents and to select conflicting revs as a winner.

  1   2   3   4   5   6   7   8   9   10   >