-
Notifications
You must be signed in to change notification settings - Fork 22
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
Support use of Gource custom log output #6
Comments
I was thinking something like this |
@asos-jamesinnes Might be worth taking a look at my fork: https://gitlab.com/Cartoonman/Envisaged-Redux (Github mirror: https://github.com/Cartoonman/Envisaged-Redux) Currently the logic I use for multi-repo setup is that you can provide a directory that contains repositories, and it will add each one and do all of the work needed to merge them into one for Gource. It does not currently do recursive searches and will only search a depth of 1 for repos. It can however recurse through submodules if any repos have them if specified to. A custom log input file is a good idea and is certainly worth adding later on. |
@Cartoonman Looks like you have some nice improvements over in your fork. |
@Cartoonman I really like what you've done. I am always struggling to find time to work on this stuff, if you are interested here are some other things you might want to consider adding https://gist.github.com/jamesbrink/6c07ca0f406387dd5dc05ef93fafe265 These were some quick nasty scripts to do things like quad view layouts.. i would use them as a reference nothing more as they don't support scaling resolutions. I am going to try to find some time to dig into your fork but high level skim looks awesome! |
I have a large number of repos for which I can create a combined custom gource log however I am currently unable to pass this to the envisaged container.
We have the option to mount a local repository on container creation instead of providing a repo url so there could also be the option to mount a local file combo.log for processing instead.
Gource GitHub Wiki: Visualizing Multiple Repositories
The text was updated successfully, but these errors were encountered: