aspiers / git-deps

git commit dependency analysis tool
GNU General Public License v2.0
298 stars 47 forks source link

allow integration with other git web frontends #23

Open aspiers opened 9 years ago

aspiers commented 9 years ago

This tool would provide the most value when integrated with other web frontends to git. Since the webserving section of the code is so lightweight, this should not be hard to do.

One route might be to keep the existing webserver running on a different port to the other frontend and then embed the graph visualization via <iframe>. However that probably wouldn't allow the tight integration which would deliver most value, e.g. being able to click on a commit in the graph to visit that commit in the frontend. It would also suffer from the restriction of one graph server (and hence TCP port) per repository.

I'd love to hear ideas from web frontend maintainers on this.

aspiers commented 9 years ago

git-arr is another Python web frontend. I just emailed the author.

aspiers commented 9 years ago

https://github.com/FredrikNoren/ungit is another possibility.

mrjcleaver commented 9 years ago

+1 for ungit