ribohe94 / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

Allow live real-time updates #28

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
It would be great if gource could act in "server mode" and listen for
events on a pipe or a socket. It would start by playing the log but when
the log ends, it would wait for further log lines to arrive over the
pipe/socket. This would allow for real-time or near-real-time display of
VCS events.

It would also be useful if this feature would be combined with allowing the
original log to be empty, so you could just start it as a server and have
something else feed events.

Original issue reported on code.google.com by ffage...@gmail.com on 29 Dec 2009 at 2:11

GoogleCodeExporter commented 8 years ago
You can kind of do this now by making a script that implements a service
functionality and prints gource format entries to stdout. ie:

gource-service.pl | gource --log-format custom -

For Gource to do this directly I guess the way to go would be to make a 
subclass of
BaseLog which listens on a specified port.

Original comment by acaudw...@gmail.com on 1 Jan 2010 at 12:22

GoogleCodeExporter commented 8 years ago
+1 for real-time monitoring... it'd be awesome to have this on a HDTV in a 
common
area, and be able to see your teammates commit realtime :)

Original comment by sampost@gmail.com on 7 May 2010 at 4:33

GoogleCodeExporter commented 8 years ago
I would really appreciate this

Original comment by marlin.c...@gmail.com on 28 Nov 2012 at 3:40

GoogleCodeExporter commented 8 years ago
Please make this a thing!

Original comment by luke.v.f...@gmail.com on 28 Mar 2013 at 12:05

GoogleCodeExporter commented 8 years ago
This'd be really cool to have. I'm going to give your service suggestion a go 
when I have some time.

Original comment by nickdgri...@gmail.com on 9 Aug 2013 at 3:48