You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by va...@apache.org on 2017/03/08 02:03:53 UTC

[1/3] documentation commit: updated refs/heads/master to b22d319

Repository: couchdb-documentation
Updated Branches:
  refs/heads/master a05f0289a -> b22d31952


Grammar and an inaccuracy.


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/5ea71106
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/5ea71106
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/5ea71106

Branch: refs/heads/master
Commit: 5ea71106d54275ff224e26013f40be1a2afd3765
Parents: a05f028
Author: Lyn Headley <la...@gmail.com>
Authored: Sat Dec 17 06:46:41 2016 -0800
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:00:21 2017 -0500

----------------------------------------------------------------------
 src/maintenance/compaction.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/5ea71106/src/maintenance/compaction.rst
----------------------------------------------------------------------
diff --git a/src/maintenance/compaction.rst b/src/maintenance/compaction.rst
index ca707a6..c5b7a69 100644
--- a/src/maintenance/compaction.rst
+++ b/src/maintenance/compaction.rst
@@ -17,8 +17,8 @@ Compaction
 ==========
 
 The `compaction` operation is the way to reduce disk space usage by removing
-unused and old data from database or view index files. This operation is a very
-similar to the `vacuum` (`SQLite`_ ex.) available for other database management
+unused and old data from database or view index files. This operation is very
+similar to the `vacuum` (`SQLite`_ ex.) operation available for other database management
 systems.
 
 .. _SQLite: http://www.sqlite.org/lang_vacuum.html
@@ -112,7 +112,7 @@ Note that ``compaction_running`` field is ``true`` indicating that compaction
 is actually running. To track the compaction progress you may query the
 :get:`_active_tasks </_active_tasks>` resource::
 
-    curl http://localhost:5984/my_db
+    curl http://localhost:5984/_active_tasks
 
 .. code-block:: http
 


[2/3] documentation commit: updated refs/heads/master to b22d319

Posted by va...@apache.org.
Fix line length to make check passes


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/48f9e953
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/48f9e953
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/48f9e953

Branch: refs/heads/master
Commit: 48f9e953a2ca18f5424adbd9360de53d7446887d
Parents: 5ea7110
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Mar 7 21:03:28 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:03:28 2017 -0500

----------------------------------------------------------------------
 src/maintenance/compaction.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/couchdb-documentation/blob/48f9e953/src/maintenance/compaction.rst
----------------------------------------------------------------------
diff --git a/src/maintenance/compaction.rst b/src/maintenance/compaction.rst
index c5b7a69..3f6ec64 100644
--- a/src/maintenance/compaction.rst
+++ b/src/maintenance/compaction.rst
@@ -18,8 +18,8 @@ Compaction
 
 The `compaction` operation is the way to reduce disk space usage by removing
 unused and old data from database or view index files. This operation is very
-similar to the `vacuum` (`SQLite`_ ex.) operation available for other database management
-systems.
+similar to the `vacuum` (`SQLite`_ ex.) operation available for other database
+management systems.
 
 .. _SQLite: http://www.sqlite.org/lang_vacuum.html
 


[3/3] documentation commit: updated refs/heads/master to b22d319

Posted by va...@apache.org.
Merge branch 'pr/95'

Closes #95


Project: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/repo
Commit: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/commit/b22d3195
Tree: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/tree/b22d3195
Diff: http://git-wip-us.apache.org/repos/asf/couchdb-documentation/diff/b22d3195

Branch: refs/heads/master
Commit: b22d319529fc8080780e76a0f19992fe8e29ce6d
Parents: a05f028 48f9e95
Author: Nick Vatamaniuc <va...@apache.org>
Authored: Tue Mar 7 21:03:38 2017 -0500
Committer: Nick Vatamaniuc <va...@apache.org>
Committed: Tue Mar 7 21:03:38 2017 -0500

----------------------------------------------------------------------
 src/maintenance/compaction.rst | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)
----------------------------------------------------------------------