From 5316d20e861640867d10405b25cfe75aeca0a34c Mon Sep 17 00:00:00 2001 From: James Moger Date: Fri, 11 Jan 2013 23:50:59 -0500 Subject: Fanout service for Sparkleshare clients --- docs/01_features.mkd | 1 + docs/04_releases.mkd | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'docs') 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.
+This service is disabled by default.
+ **New:** *fanout.bindInterface = localhost*
+ **New:** *fanout.port = 0*
+ **New:** *fanout.useNio = true*
+ **New:** *fanout.connectionLimit = 0* +- Implemented a simple push log based on a hidden, orphan branch refs/gitblit/pushes (issue 177)
+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) -- cgit v1.2.3