[2/2] config commit: updated refs/heads/master to 60977f8

2016-04-28 Thread chewbranca
Merge branch 'enable-read-concurrency' Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/60977f81 Tree: http://git-wip-us.apache.org/repos/asf/couchdb-config/tree/60977f81 Diff:

[1/2] config commit: updated refs/heads/master to 60977f8

2016-04-28 Thread chewbranca
Repository: couchdb-config Updated Branches: refs/heads/master a2d5ad2ee -> 60977f81d Enable read_concurrency for config ets table Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/4f7d91bf Tree:

config commit: updated refs/heads/enable-read-concurrency to 4f7d91b

2016-04-28 Thread chewbranca
Repository: couchdb-config Updated Branches: refs/heads/enable-read-concurrency [created] 4f7d91bf4 Enable read_concurrency for config ets table Project: http://git-wip-us.apache.org/repos/asf/couchdb-config/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-config/commit/4f7d91bf

[2/2] couch-mrview commit: updated refs/heads/master to e36509b

2016-04-28 Thread eiri
Merge remote branch 'github/pr/44' This closes #44 Signed-off-by: Eric Avdey Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/e36509b2 Tree:

[1/2] couch-mrview commit: updated refs/heads/master to e36509b

2016-04-28 Thread eiri
Repository: couchdb-couch-mrview Updated Branches: refs/heads/master 56b66b483 -> e36509b2d Use couch_file:delete/3 in views cleanup Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch-mrview/commit/7293bfb6

[3/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Move all functions related to file deletion in `couch_file` module Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/f8432a1d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/f8432a1d Diff:

[7/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Rename option `rename_on_delete` to `enable_database_recovery` Since internally we always rename files before deletion due to performance optimization, this option got changed to avoid confusion and clearify the intent. Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit:

[8/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Merge remote branch 'github/pr/161' This closes #161 Signed-off-by: Eric Avdey Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/78f575ec Tree:

[6/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Make couch_server:delete_file response to match couch_file:delete Function `couch_server:delete_file` returns tuples with either `deleted` or `{renamed, Filename}` tags. We don't use this format for anything and it contradicts general notion of `couch_file:delete` to keep response in-line with

[1/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Repository: couchdb-couch Updated Branches: refs/heads/master 636d30ace -> 78f575ec2 Allow to specify context of file deletion Function couch_file:delete/2,3 called on the files both during a user initiated database deletion and database and view compaction. We want the config parameter

[4/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Explicitly update mtime of the renamed files Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/cc30705d Tree: http://git-wip-us.apache.org/repos/asf/couchdb-couch/tree/cc30705d Diff:

[2/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Extend `enable_database_recovery` behaviour to views directories If config option `enable_database_recovery` set to true then during database deletion all its ddoc's directories that hold view files will be renamed in the same fashion as database file, i.e. with added timestamp and suffix

[5/8] couch commit: updated refs/heads/master to 78f575e

2016-04-28 Thread eiri
Add `delete_after_rename` config parameter This config parameter allows to specify if the compaction files must to be deleted right after compaction finished or we want to pospond this until the database restart. If latter, the files will be kept in ".delete" directory renamed to random uuids to

[1/2] couch commit: updated refs/heads/master to 636d30a

2016-04-28 Thread iilyak
Repository: couchdb-couch Updated Branches: refs/heads/master b1127cdf5 -> 636d30ace Undo our character advancement when we fixup We should undo our character advancement after we finish fixup. COUCHDB-1425 Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit:

[2/2] couch commit: updated refs/heads/master to 636d30a

2016-04-28 Thread iilyak
Merge remote branch 'cloudant:1425-fix-character-advancement' This closes #168 Signed-off-by: ILYA Khlopotov Project: http://git-wip-us.apache.org/repos/asf/couchdb-couch/repo Commit: http://git-wip-us.apache.org/repos/asf/couchdb-couch/commit/636d30ac Tree: