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

Support use of Gource custom log output #6

Open
james-innes opened this issue Jan 21, 2020 · 4 comments
Open

Support use of Gource custom log output #6

james-innes opened this issue Jan 21, 2020 · 4 comments

Comments

@james-innes
Copy link

james-innes commented Jan 21, 2020

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

@james-innes
Copy link
Author

I was thinking something like this

@Cartoonman
Copy link

Cartoonman commented Feb 17, 2020

@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.

@james-innes
Copy link
Author

@Cartoonman Looks like you have some nice improvements over in your fork.
Envisaged supports a mounted volume containing multiple repos.
There will be cases in which people would like to create the commit log themselves.
For example using authenticated Azure Repos: docker-gource-azure-repos
In the mean time I am simply using docker-gource-mesa

@jamesbrink
Copy link
Member

@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!

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

No branches or pull requests

3 participants