couch-replicator commit: updated refs/heads/windsor-merge to a85e9b8

2014-08-12 Thread davisp
Repository: couchdb-couch-replicator Updated Branches: refs/heads/windsor-merge 7ff3a52e9 -> a85e9b89b Adjust the restart window The test suite was causing the couch_replicator application to exit due to couch_replicator_manager restaring frequently with the tests changing the replicator_db. T

config commit: updated refs/heads/2073-feature-webmachine-http-engine to 50ea07f

2014-08-12 Thread chewbranca
Repository: couchdb-config Updated Branches: refs/heads/2073-feature-webmachine-http-engine [created] 50ea07fa5 WIP: port to webmachine Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/50ea07fa Tree: http:

couch commit: updated refs/heads/2073-feature-webmachine-http-engine to 223c926

2014-08-12 Thread chewbranca
Repository: couchdb-couch Updated Branches: refs/heads/2073-feature-webmachine-http-engine [created] 223c92690 WIP: port to webmachine Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/223c9269 Tree: http://g

[2/2] couchdb commit: updated refs/heads/windsor-merge to ed4f496

2014-08-12 Thread davisp
Use the correct sequence for replication status The value of source_seq is just what's been seen, not what's actually been stored on the target. We expose through_seq now to show the actual progress. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.or

couch-replicator commit: updated refs/heads/windsor-merge to 7ff3a52

2014-08-12 Thread davisp
Repository: couchdb-couch-replicator Updated Branches: refs/heads/windsor-merge 9640ccf2e -> 7ff3a52e9 Expose current_through_seq in task statuses This lets clients know how far along in the source update sequence we have processed but not necessarily committed. Project: http://git-wip-us.ap

[1/2] couchdb commit: updated refs/heads/windsor-merge to ed4f496

2014-08-12 Thread davisp
Repository: couchdb Updated Branches: refs/heads/windsor-merge 641de3963 -> ed4f4961a Use waitForSeq and task statuses instead of sleeps Further speedups to replication.js. Now runs in 32s on my machine vs. the 1m45s it started at. Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo

couch commit: updated refs/heads/windsor-merge to a651e1d

2014-08-12 Thread davisp
Repository: couchdb-couch Updated Branches: refs/heads/windsor-merge b480af32f -> a651e1dd4 Update the task if any props change This ignores the frequency setting and just updates forcefully on any change to the task properties. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/r

Git Push Summary

2014-08-12 Thread davisp
Repository: couchdb-couch-replicator Updated Branches: refs/heads/windsor-merge 5204eef58 -> 9640ccf2e (forced update)

fauxton commit: updated refs/heads/secondary-indexes to e850b2e

2014-08-12 Thread deathbear
Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes 5125c4f61 -> e850b2e41 Fixed pagination on indexes Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/e850b2e4 Tree: http://git-wi

couchdb commit: updated refs/heads/windsor-merge to 641de39

2014-08-12 Thread davisp
Repository: couchdb Updated Branches: refs/heads/windsor-merge 3c7aa3ff5 -> 641de3963 (forced update) Don't sleep mindlessly for 3s at a time Attempting to compare the source and target update_seq values isn't valid as any document modification on the source will permanently alter the comparis

couchdb commit: updated refs/heads/windsor-merge to 3c7aa3f

2014-08-12 Thread davisp
Repository: couchdb Updated Branches: refs/heads/windsor-merge caba89312 -> 3c7aa3ff5 Don't sleep mindlessly for 3s at a time Attempting to compare the source and target update_seq values isn't valid as any document modification on the source will permanently alter the comparison. This changes

couch-replicator commit: updated refs/heads/windsor-merge to 5204eef

2014-08-12 Thread davisp
Repository: couchdb-couch-replicator Updated Branches: refs/heads/windsor-merge 9640ccf2e -> 5204eef58 Update replication tasks once a second If a replication finishes in less than a second and then sits idle it won't get around to updating its task status until the next event. This change jus

documentation commit: updated refs/heads/master to ff91acf

2014-08-12 Thread kxepal
Repository: couchdb-documentation Updated Branches: refs/heads/master d511e66e2 -> ff91acf23 Fix some typos in replicator.rst Signed-off-by: Alexander Shorin Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-do

couchdb commit: updated refs/heads/windsor-merge to caba893

2014-08-12 Thread davisp
Repository: couchdb Updated Branches: refs/heads/windsor-merge 73ca1f9c5 -> caba89312 Fix race condition in a replicator db test There was a race condition where we could end up grabbing repDoc1 before the replicator manager got around to updating it. Local timespans had this in the 19ms range

fauxton commit: updated refs/heads/secondary-indexes to 5125c4f

2014-08-12 Thread deathbear
Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes 0fc34c0ac -> 5125c4f61 Design doc selector fix pagination fix Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/5125c4f6 Tree: ht

fauxton commit: updated refs/heads/secondary-indexes to 0fc34c0

2014-08-12 Thread deathbear
Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes 0cf7101ed -> 0fc34c0ac footer css updates and alert styling Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/0fc34c0a Tree: http

couchdb commit: updated refs/heads/windsor-merge to 73ca1f9

2014-08-12 Thread davisp
Repository: couchdb Updated Branches: refs/heads/windsor-merge 96e25e6ae -> 73ca1f9c5 Allow tests runs to start at a given file If you're running this using ./dev/run you need to use the -- to stop option processing by ./dev/run like so: ./dev/run -- test/javascript/run --start path/to/fi

[3/3] couch-replicator commit: updated refs/heads/windsor-merge to 9640ccf

2014-08-12 Thread davisp
Fix the owner check for local replicator dbs Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/commit/9640ccf2 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/tree/9640ccf2

[2/3] couch-replicator commit: updated refs/heads/windsor-merge to 9640ccf

2014-08-12 Thread davisp
Fix return from the changes_reader_cb CouchDB's changes enumerator doesn't support stopping the read midstream so we need to not return a tagged accumulator. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-replicator/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couc

[1/3] couch-replicator commit: updated refs/heads/windsor-merge to 9640ccf

2014-08-12 Thread davisp
Repository: couchdb-couch-replicator Updated Branches: refs/heads/windsor-merge 1b3238023 -> 9640ccf2e Update changes_reader_cb for new Pending field We've added a Pending count to changes messages that gets displayed in replication task statuses. This just ignores that value in the replicatio

couchdb commit: updated refs/heads/windsor-merge to 96e25e6

2014-08-12 Thread davisp
Repository: couchdb Updated Branches: refs/heads/windsor-merge d8f1825fa -> 96e25e6ae Include new replicator_db support script Project: http://git-wip-us.apache.org/repos/asf/couchdb/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb/commit/96e25e6a Tree: http://git-wip-us.apache.org

fauxton commit: updated refs/heads/secondary-indexes to 0cf7101

2014-08-12 Thread deathbear
Repository: couchdb-fauxton Updated Branches: refs/heads/secondary-indexes 3f03cd358 -> 0cf7101ed Working on alert styling Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/0cf7101e Tree: http://git-wip-u

[03/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Link local docs in Fauxton Instead of linking to the latest version online, we link to the docs for the locally installed version. The docs are generated automatically when running make / make install, if you have Sphinx installed. For development, the dev-server will just proxy the request. Pro

[01/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Repository: couchdb-fauxton Updated Branches: refs/heads/backbone.layout-upgrade 753eab5a5 -> 755eb7a75 (forced update) Fix link for new design doc Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b58f61

[13/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Fix changesSpec Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/755eb7a7 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/755eb7a7 Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxt

[05/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Configure zeroclipboard for deployment Move zeroclipboard into its own component. Handle the location of zeroclipboard for Fauxton deployment and Also allow the moviepath to be overriddern for custom deployment locations. Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commi

[10/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Remove comments Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/4c4308dc Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/4c4308dc Diff: http://git-wip-us.apache.org/repos/asf/couchdb-fauxt

[09/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Refactored Layout and View, upgraded to latest LM The Layout object was a simple wrapper over the Layout constructor instead of extending the constructor itself. I've patched this to make it more consistent and removed duplicative methods. I've also removed the tests for `removeView` since that

[08/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Enable RAF and fix 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/53ae8ee3 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/53ae8ee3 Diff: http://git-wip-us.apache.org/repos/asf/couc

[11/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Upgrade backbone.layoutmanager Work off Tim's initial commits and adjust to cater for the use of establish functions in views and routeObjects. We don't want to immediately render the view. We first want any pending promises returned from a routeObjects establish and a view's establish to complete

[02/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Add tests for documents/views-changes Closes COUCHDB-2282 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/4382f43e Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/4382f43e Diff: http://gi

[12/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Fix failing tests and add more 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/b82b8ed5 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/b82b8ed5 Diff: http://git-wip-us.apache.org/re

[07/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Upgrade d3 to version 3.4.11 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b7fc5f44 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/b7fc5f44 Diff: http://git-wip-us.apache.org/repos/asf/

[06/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
remove unneeded z-index Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/79c11d76 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/79c11d76 Diff: http://git-wip-us.apache.org/repos/asf/couch

[04/13] fauxton commit: updated refs/heads/backbone.layout-upgrade to 755eb7a

2014-08-12 Thread garren
Fixes broken icons in firefox This fixes COUCHDB-2288 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/25e74fab Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/25e74fab Diff: http://git-wi

fauxton commit: updated refs/heads/master to b7fc5f4

2014-08-12 Thread garren
Repository: couchdb-fauxton Updated Branches: refs/heads/master 79c11d768 -> b7fc5f444 Upgrade d3 to version 3.4.11 Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/b7fc5f44 Tree: http://git-wip-us.apach

fauxton commit: updated refs/heads/backbone.layout-upgrade to 753eab5

2014-08-12 Thread garren
Repository: couchdb-fauxton Updated Branches: refs/heads/backbone.layout-upgrade 6f4e4f698 -> 753eab5a5 Remove comments Project: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/commit/753eab5a Tree: http://git-wip-us.a

[1/4] fauxton commit: updated refs/heads/backbone.layout-upgrade to 6f4e4f6

2014-08-12 Thread garren
Repository: couchdb-fauxton Updated Branches: refs/heads/backbone.layout-upgrade [created] 6f4e4f698 Refactored Layout and View, upgraded to latest LM The Layout object was a simple wrapper over the Layout constructor instead of extending the constructor itself. I've patched this to make it m

[2/4] fauxton commit: updated refs/heads/backbone.layout-upgrade to 6f4e4f6

2014-08-12 Thread garren
Upgrade backbone.layoutmanager Work off Tim's initial commits and adjust to cater for the use of establish functions in views and routeObjects. We don't want to immediately render the view. We first want any pending promises returned from a routeObjects establish and a view's establish to complete

[3/4] fauxton commit: updated refs/heads/backbone.layout-upgrade to 6f4e4f6

2014-08-12 Thread garren
Fix failing tests and add more 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/5588bbc1 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/5588bbc1 Diff: http://git-wip-us.apache.org/re

[4/4] fauxton commit: updated refs/heads/backbone.layout-upgrade to 6f4e4f6

2014-08-12 Thread garren
Enable RAF and fix 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/6f4e4f69 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-fauxton/tree/6f4e4f69 Diff: http://git-wip-us.apache.org/repos/asf/couc