Commit Graph

171 Commits

Author SHA1 Message Date
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
Ches Martin b976fa68a5 Describe how to configure the plugin globally
Closes #41
2014-12-13 00:05:04 +07:00
Johannes Rudolph 8ef3760226 Merge pull request #55 from jaytaylor/clearer-force-flag-instructions
Clearer messaging for `sbt 'dependency-graph --force'` command.
2014-08-27 10:04:37 +02:00
Jay Taylor dfdba57248 Clearer messaging for `sbt 'dependency-graph --force'` command. 2014-08-26 20:26:08 -07:00
Johannes Rudolph b4667b7564 Merge pull request #44 from 2beaucoup/master
match scala-library just by org/name
2014-01-16 01:35:21 -08:00
2beaucoup 1f65c0c86b only match scala lib by org/name 2014-01-15 17:07:50 +01:00
Johannes Rudolph 9988c8fbe2 Merge pull request #38 from Blaisorblade/patch-1
README: mention SBT 0.13
2013-08-27 06:24:46 -07:00
Paolo G. Giarrusso 90500a9f9b Also mention 0.13
0.13 release announcement mentions this plugin, in this version:

https://groups.google.com/d/msg/simple-build-tool/0AGST5qPbzw/CrN1sJ6ut-AJ

Hence, the README should be updated as well.
2013-08-27 15:21:37 +02:00
Johannes Rudolph ff8d9b82b0 README: separate tasks & settings and add configuration example, fixes #37
Also setting names were converted to Scala syntax.
2013-08-26 12:53:03 +02:00
Johannes Rudolph 0bcd2e03f4 fixes #36: Graph.insertBar doesn't take maxColumn into account leading to StringIndexOutOfBoundsException 2013-07-31 15:22:45 +02:00
Johannes Rudolph 71f8f3a53a Merge branch 'sbt-0.13' 2013-07-31 15:00:06 +02:00
Johannes Rudolph f7c66f5cd1 add support for sbt 0.13, fixes #35 2013-07-22 16:24:15 +02:00
Johannes Rudolph 9d373bee73 reorganize ignoreMissingUpdate to rely on `updateConfiguration in ignoreMissingUpdate` 2013-07-22 16:20:56 +02:00
Johannes Rudolph 2b20d7fa41 fix test to use scala version known to have no conflicts 2013-07-22 16:13:58 +02:00
Johannes Rudolph f8b00e6511 give every sub-project its own directory in scripted test 2013-07-22 16:13:06 +02:00
Johannes Rudolph 8836c5e174 use linked plugins.sbt for all scripted tests 2013-07-22 16:12:44 +02:00
Johannes Rudolph 60aa77dc10 more warnings 2013-07-22 16:12:10 +02:00
Johannes Rudolph 5817584e44 workaround for jrudolph/sbt-cross-building#24 2013-07-22 16:11:59 +02:00
Johannes Rudolph 236ecf9e6b fix dependencies to use versions which are available for scala 2.9 and 2.10 2013-07-22 16:04:58 +02:00
Johannes Rudolph 0ff4284cb6 add sbt 0.13 to the cross building versions 2013-07-22 16:03:39 +02:00
Johannes Rudolph 7acc3ac3f6 use new sbt-cross-building plugin 2013-07-22 16:02:49 +02:00
Johannes Rudolph be3c463157 upgrade to sbt 0.12.4 2013-07-02 13:56:00 +02:00
Johannes Rudolph 83c1f8cc8c next version 2013-06-26 11:34:12 +02:00
Johannes Rudolph a724b92a5d upgrade documentation + tests to 0.7.4 2013-06-26 11:30:14 +02:00
Johannes Rudolph 3325cdb833 bump version 2013-06-25 15:11:32 +02:00
Johannes Rudolph 3a8a08a2a2 fix #32: provide Graph for all sbt versions and don't rely on jline terminal width being > 0 2013-06-25 15:11:24 +02:00
Johannes Rudolph 4cc1309b18 fix release notes 2013-06-25 14:11:33 +02:00