summaryrefslogtreecommitdiffstats
path: root/docs
diff options
context:
space:
mode:
authorJames Moger <james.moger@gitblit.com>2012-08-17 15:17:16 -0400
committerJames Moger <james.moger@gitblit.com>2012-08-17 15:17:16 -0400
commitfee0600989ccc271e3f3b44a06599682698c425f (patch)
tree9593d158915bbb14ffb1c46c9b94943f811e302a /docs
parenteb741abbb84437a08004bac2e219513400d9e56c (diff)
downloadgitblit-fee0600989ccc271e3f3b44a06599682698c425f.tar.gz
gitblit-fee0600989ccc271e3f3b44a06599682698c425f.zip
Optionally cache repository list for improved performance
Diffstat (limited to 'docs')
-rw-r--r--docs/02_rpc.mkd4
-rw-r--r--docs/04_releases.mkd2
2 files changed, 5 insertions, 1 deletions
diff --git a/docs/02_rpc.mkd b/docs/02_rpc.mkd
index 8aa84f5b..6089ac9b 100644
--- a/docs/02_rpc.mkd
+++ b/docs/02_rpc.mkd
@@ -63,7 +63,8 @@ The Gitblit API includes methods for retrieving and interpreting RSS feeds. The
<tr><th>Release</th><th>Protocol Version</th></tr>
<tr><td>Gitblit v0.7.0</td><td>1 (inferred version)</td></tr>
<tr><td>Gitblit v0.8.0</td><td>2</td></tr>
-<tr><td>Gitblit v0.9.0+</td><td>3</td></tr>
+<tr><td>Gitblit v0.9.0 - v1.0.0</td><td>3</td></tr>
+<tr><td>Gitblit v1.1.0+</td><td>4</td></tr>
</tbody>
</table>
@@ -101,6 +102,7 @@ The Gitblit API includes methods for retrieving and interpreting RSS feeds. The
<tr><td>LIST_SETTINGS</td><td>-</td><td><em>admin</em></td><td>1</td><td>-</td><td>ServerSettings (all keys)</td></tr>
<tr><td>EDIT_SETTINGS</td><td>-</td><td><em>admin</em></td><td>1</td><td>Map&lt;String, String&gt;</td><td>-</td></tr>
<tr><td>LIST_STATUS</td><td>-</td><td><em>admin</em></td><td>1</td><td>-</td><td>ServerStatus (see example below)</td></tr>
+<tr><td>CLEAR_REPOSITORY_CACHE</td><td>-</td><td><em>admin</em></td><td>4</td><td>-</td><td>-</td></tr>
</table>
### RPC/HTTP Response Codes
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd
index 624cb53f..5c89d9a4 100644
--- a/docs/04_releases.mkd
+++ b/docs/04_releases.mkd
@@ -25,6 +25,8 @@ If you are updating from an earlier release AND you have indexed branches with t
#### additions
+- Identified repository list is now cached by default to reduce disk io and to improve performance (issue 103)
+ **New:** *git.cacheRepositoryList=true*
- Preliminary bare repository submodule support
**New:** *git.submoduleUrlPatterns=*
- *git.submoduleUrlPatterns* is a space-delimited list of regular expressions for extracting a repository name from a submodule url.