Hi, We are currently developing a new extension for gerrit. Its purpose is to visualise change dependencies in a graph. The idea behind this is to simplify the process of finding the first change that has to be accepted. Besides the graph visualisation gives a good project overview at a glance. We named our extension 'GeDeGra' which stands for 'Gerrit Dependency Graph'. The version we publish here now is just a test version and doesn't have all the features planned. Implemented features: - Access to the extension via Top Menu (All > Dependency Graph) - Drawing a graph for all projects with a few interaction possibilities Planned features: - More interaction features wih the graph - Proper standard layout for the visualisaton (Don't worry the current representation will be revised) - User editable limit of nodes to be drawn The extension source is available here: git clone git://git.informatik.uni-erlangen.de/GeDeGra We would be glad about any feedback. If you have any comments or questions regarding this extension do not hesitate to contact us! The next version is planned to be published on friday. This project is part of a practical course from the Friedrich-Alexander University Erlangen-Nuernberg. Regards, the developers: Matthias Schoepe <matthias...@fau.de> Andreas Frembs <andreas...@fau.de>
On Wednesday, March 12, 2014 10:46:24 PM UTC+1, Mark Derricutt wrote:On 13 Mar 2014, at 5:24, Matthias Schöpe wrote:
> We named our extension 'GeDeGra' which stands for 'Gerrit Dependency
> Graph'.
Sounds nice - is there quick screnshot anywhere one can look at?
MarkHi,I made a screenshot of the current layout.
You can see some changes in there that have to be applied (the black ones). The green one is the current status of the git repository. Red ones are outdated.We are currently enhancing the layout to prevent the overlapping like in the screenshot and adding some mouseover information about the changes.Matthias
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
--
--
To unsubscribe, email repo-discuss...@googlegroups.com
More info at http://groups.google.com/group/repo-discuss?hl=en
---
You received this message because you are subscribed to the Google Groups "Repo and Gerrit Discussion" group.
To unsubscribe from this group and stop receiving emails from it, send an email to repo-discuss...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
<gedegra-example.png>
Hi,
Thanks for all your replies!
Just looking at the screenshot, why do you have the initial commit at top?
This is cool, are you are aware of the branch-network plugin?