Branch: refs/heads/kohsuke-master
Home: https://github.com/jenkinsci/depgraph-view-plugin
Commit: 9458fb0e068f2aad080db46a891361178aadd957
https://github.com/jenkinsci/depgraph-view-plugin/commit/9458fb0e068f2aad080db46a891361178aadd957
Author: Kohsuke Kawaguchi <[email protected]>
Date: 2012-03-29 (Thu, 29 Mar 2012)
Changed paths:
M pom.xml
M src/main/java/hudson/plugins/depgraph_view/DotStringGenerator.java
Log Message:
-----------
Change the direction of the graph
... from top-to-bottom to left-to-right, since:
1) webapps don't normally scroll horizontally
2) job names can be long and so each node tends to be wider than taller.
This visualization works better.
Commit: bd754f2f4d5491fa1e4f34fc5838a35806a3ed62
https://github.com/jenkinsci/depgraph-view-plugin/commit/bd754f2f4d5491fa1e4f34fc5838a35806a3ed62
Author: Guido Grazioli <[email protected]>
Date: 2020-02-11 (Tue, 11 Feb 2020)
Changed paths:
M src/main/java/hudson/plugins/depgraph_view/DependencyGraphProperty.java
M
src/main/java/hudson/plugins/depgraph_view/model/display/DotStringGenerator.java
M
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.jelly
M
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/global.properties
A
src/main/resources/hudson/plugins/depgraph_view/DependencyGraphProperty/help-graphRankDirection.html
M src/main/resources/index.jelly
Log Message:
-----------
Merge branch 'master' into kohsuke-master, and turn the setting into a
configuration
Compare:
https://github.com/jenkinsci/depgraph-view-plugin/compare/9458fb0e068f%5E...bd754f2f4d54
--
You received this message because you are subscribed to the Google Groups
"Jenkins Commits" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/depgraph-view-plugin/push/refs/heads/kohsuke-master/000000-bd754f%40github.com.