diff options
author | James Moger <james.moger@gitblit.com> | 2013-01-11 23:50:59 -0500 |
---|---|---|
committer | James Moger <james.moger@gitblit.com> | 2013-01-11 23:50:59 -0500 |
commit | 5316d20e861640867d10405b25cfe75aeca0a34c (patch) | |
tree | eeb9cd87d77171c958c6df55db104a6bac5918f7 /docs | |
parent | 1f82620a088efa2ba3254df1805e229266690673 (diff) | |
download | gitblit-5316d20e861640867d10405b25cfe75aeca0a34c.tar.gz gitblit-5316d20e861640867d10405b25cfe75aeca0a34c.zip |
Fanout service for Sparkleshare clients
Diffstat (limited to 'docs')
-rw-r--r-- | docs/01_features.mkd | 1 | ||||
-rw-r--r-- | docs/04_releases.mkd | 9 |
2 files changed, 9 insertions, 1 deletions
diff --git a/docs/01_features.mkd b/docs/01_features.mkd index 038acd06..fa3efea4 100644 --- a/docs/01_features.mkd +++ b/docs/01_features.mkd @@ -37,6 +37,7 @@ - Git-notes display support
- Submodule support
- Push log based on a hidden, orphan branch refs/gitblit/pushes
+- Fanout PubSub notifications service for self-hosted [Sparkleshare](http://sparkleshare.org) use
- gh-pages display support (Jekyll is not supported)
- Branch metrics (uses Google Charts)
- HEAD and Branch RSS feeds
diff --git a/docs/04_releases.mkd b/docs/04_releases.mkd index 26cbd08b..d77c7326 100644 --- a/docs/04_releases.mkd +++ b/docs/04_releases.mkd @@ -14,7 +14,14 @@ #### additions
-- Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)
+- Fanout PubSub service for self-hosted [Sparkleshare](http://sparkleshare.org) notifications.<br/>
+This service is disabled by default.<br/>
+ **New:** *fanout.bindInterface = localhost*<br/>
+ **New:** *fanout.port = 0*<br/>
+ **New:** *fanout.useNio = true*<br/>
+ **New:** *fanout.connectionLimit = 0*
+- Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)<br/>
+The push log is not currently visible in the ui, but the data will be collected and it will be exposed to the ui in the next release.
- Support for locally and remotely authenticated accounts in LdapUserService and RedmineUserService (issue 183)
- Added Dutch translation (github/kwoot)
|