Commit Graph

197 Commits

Author SHA1 Message Date
Dale Wijnand e387d35a43 Fix link to Compatibility notes 2016-02-16 23:18:46 +00:00
Johannes Rudolph d989e8fa01 include space in token in `whatDependsOn` parser for better suggestions, fixes #91 2016-02-10 12:48:00 +01:00
Johannes Rudolph 96aee390df next version 2016-02-01 11:02:29 +01:00
Johannes Rudolph 188a343161
prepare 0.8.2 2016-02-01 11:01:25 +01:00
Johannes Rudolph e551c8f526 Merge pull request #89 from chtefi/patch-1
Use v0.4.16 of dagre-d3 to avoid javascript error
2016-02-01 09:40:29 +01:00
Stéphane Derosiaux b62fcec676 Use v0.4.16 of dagre-d3 to avoid javascript error
When using `dagre-d3` v0.4.10, my browser (Chrome 49) crashes an javascript error and the arrows are not displayed :
```
Uncaught TypeError: t.getTransformToElement is not a function
```
This happens in the function `getCoords` of the library.

Using the latest version v0.4.16 of dagre-d3 fixes the issue.
2016-01-31 18:11:32 +01:00
Johannes Rudolph d6d53ff0e9 0.8.1 notes fixes 2016-01-10 11:25:05 +01:00
Johannes Rudolph 9fe12b8380 next version 2016-01-08 18:41:36 +01:00
Johannes Rudolph 88f0699398 bump version to 0.8.1 2016-01-08 18:38:20 +01:00
Johannes Rudolph c9d1f81149 added `dependencyStats`: a tabular console output showing an overview of jar-sizes, fixes #83 2016-01-08 18:30:01 +01:00
Johannes Rudolph f7e3a49e93 add `dependency-list`, fixes #85 2016-01-08 17:29:42 +01:00
Johannes Rudolph 00d64878aa dependencyDot: fix rendering of HTML labels, fixes #84 2016-01-08 17:29:42 +01:00
Johannes Rudolph cc2c3d1d9e bump version 2016-01-08 17:29:42 +01:00
Johannes Rudolph 0e0a30fd6f update notes 2015-11-26 14:43:44 +01:00
Johannes Rudolph 8e43a2fd02 Better wording 2015-11-26 14:43:22 +01:00
Johannes Rudolph ce4c20dc60 Better README wording 2015-11-26 14:36:04 +01:00
Johannes Rudolph cea712c050 Merge branch '0.8' and fix README 2015-11-26 14:34:57 +01:00
Johannes Rudolph 21ccad2109 fix notes 2015-11-26 14:32:22 +01:00
Johannes Rudolph 5655b98c1e Fix links in README 2015-11-26 13:35:01 +01:00
Johannes Rudolph 90923e9be5 fix scripted tests 2015-11-26 13:31:55 +01:00
Johannes Rudolph 7b7f4d983f update README / notes 2015-11-26 13:31:55 +01:00
Johannes Rudolph 2a54348003 fall back on ivy report XML for sbt < 0.13.6 2015-11-26 13:31:55 +01:00
Johannes Rudolph 21e5b7ce5b refactoring 2015-11-26 11:56:00 +01:00
Johannes Rudolph 83a311b4af make it compile again with sbt 0.13.6 2015-11-26 11:53:47 +01:00
Johannes Rudolph a821b27809 bump version to 0.8.0 and update README to reflect changes 2015-11-25 16:50:30 +01:00
Johannes Rudolph 167a8a3f50 Link to 0.8 branch in README 2015-11-18 18:22:51 +01:00
Johannes Rudolph eac58262d4 preliminary overhaul of the README 2015-11-18 17:58:23 +01:00
Johannes Rudolph 000b0ed253 render a graph in the browser using dagre-d3 and graphlib-dot, fixes #29 2015-11-18 17:41:30 +01:00
Johannes Rudolph ac0ab5189a in DOT graph render special evicted by edges and access new elements through evicted ones 2015-11-18 17:36:55 +01:00
Johannes Rudolph 932085bdf6 rename frontend -> backend 2015-11-17 20:40:00 +01:00
Johannes Rudolph a89e63f956 new backend to generate graph directly from sbt data structures, fixes #39 2015-11-17 20:34:08 +01:00
Johannes Rudolph 191d12aa7a enable plugin automatically 2015-11-17 19:14:36 +01:00
Johannes Rudolph 8f107639ae fix typo 2015-11-17 18:02:01 +01:00
Johannes Rudolph a82235e813 make cycles in the graph more visible 2015-11-17 17:34:51 +01:00
Johannes Rudolph 0c4bc73a64 enable Scalariform auto-formatting 2015-11-17 17:32:02 +01:00
Johannes Rudolph 0c3cf98a89 allow cycles in graphs even when printing with AsciiTreeLayout, fixes #77 2015-11-17 17:30:00 +01:00
Johannes Rudolph 5f3c2c2659 more AsciiTreeLayout tests 2015-11-17 17:27:34 +01:00
Johannes Rudolph 7a5126ef87 big refactoring: split up the mess in IvyGraphMLDependencies into various subfiles 2015-11-14 17:14:47 +01:00
Johannes Rudolph 045aff16f5 rename Graph => AsciiTreeLayout 2015-11-14 17:13:47 +01:00
Johannes Rudolph 42ec040ccc bump version in scripted tests 2015-11-14 17:11:35 +01:00
Johannes Rudolph adc55e31a7 reorganize plugin sources and make this an AutoPlugin 2015-11-14 16:27:56 +01:00
Johannes Rudolph 7b0e090662 remove support for sbt 0.11 + 0.12 2015-11-14 16:25:13 +01:00
Johannes Rudolph 827a896e3c bump version 2015-11-14 16:23:39 +01:00
Johannes Rudolph aebf329d8c Clarify use. Fixes #75. 2015-07-08 09:05:56 +02:00
Johannes Rudolph 2e3a8fa168 bump version 2015-03-30 08:12:31 +02:00
Johannes Rudolph 76fed827f6 update build to 0.13.8 2015-03-30 08:00:08 +02:00
Johannes Rudolph b6400fc573 Merge commit 'pull/68' 2015-03-29 11:59:17 +02:00
Eugene Yokota ca25facd17 Fixes #67. Adds InlineConfigurationWithExcludes handling 2015-03-21 21:17:12 -04:00
Johannes Rudolph 69946f3e2c modernize build 2014-12-22 12:17:52 +01:00
Johannes Rudolph 2ed925ce24 Merge pull request #59 from ches/global-doc
Describe how to configure the plugin globally
2014-12-13 17:47:06 +01:00