Support for "SparkleShare repos"
Created by: liob
Hi,
The SparkleShare client sends a message to a notification server when he pushes. The notification server then notifies other clients that are subscribed to that repository. This enables the other clients to pull the changes within seconds after changes to the repository were made instead of pulling every 10 minutes.
There is a gitolite hook (https://github.com/hbons/sparkleshare-git-hook/blob/master/post-update), however it would be nice to have a simple checkbox in the reposetory administration view of gitolite which one could check to let gitlab send the announcement to the notification server.
The purpose of the gitolite hook or the propoesed feature extension for gitlab is the more convinient colaboration with users using the native git client versus users using the SparkleShare client.