Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow live real-time updates #28

Open
GoogleCodeExporter opened this issue May 2, 2015 · 5 comments
Open

Allow live real-time updates #28

GoogleCodeExporter opened this issue May 2, 2015 · 5 comments

Comments

@GoogleCodeExporter
Copy link

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
Copy link
Author

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

  • Added labels: Type-Enhancement
  • Removed labels: Type-Defect

@GoogleCodeExporter
Copy link
Author

+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
Copy link
Author

I would really appreciate this

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

@GoogleCodeExporter
Copy link
Author

Please make this a thing!

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

@GoogleCodeExporter
Copy link
Author

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant