-
Notifications
You must be signed in to change notification settings - Fork 94
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1026 from benfitzpatrick/1008.start-up-back-comp-…
…dep-tweak #1008: more minimal start-up dependencies
- Loading branch information
Showing
59 changed files
with
918 additions
and
48 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
edge "foo.20130228T00" "foo.20130229T00" solid black | ||
edge "foo.20130229T00" "foo.20130230T00" solid black | ||
edge "foo.20130230T00" "foo.20130301T00" solid black | ||
graph | ||
node "foo.20130228T00" "foo\n20130228T00" unfilled box black lightgrey | ||
node "foo.20130229T00" "foo\n20130229T00" unfilled box black lightgrey | ||
node "foo.20130230T00" "foo\n20130230T00" unfilled box black lightgrey | ||
node "foo.20130301T00" "foo\n20130301T00" unfilled box black lightgrey | ||
stop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
edge "foo.1" "bar.1" solid black | ||
graph | ||
node "bar.1" "bar\n1" unfilled box black lightgrey | ||
node "foo.1" "foo\n1" unfilled box black lightgrey | ||
stop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
edge "foo.20131231T2300Z" "bar.20131231T2300Z" solid black | ||
edge "foo.20131231T2300Z" "foo.20140101T2300Z" solid black | ||
edge "foo.20140101T2300Z" "bar.20140101T2300Z" solid black | ||
edge "foo.20140101T2300Z" "foo.20140102T2300Z" solid black | ||
edge "foo.20140102T2300Z" "bar.20140102T2300Z" solid black | ||
graph | ||
node "bar.20131231T2300Z" "bar\n20131231T2300Z" unfilled box black lightgrey | ||
node "bar.20140101T2300Z" "bar\n20140101T2300Z" unfilled box black lightgrey | ||
node "bar.20140102T2300Z" "bar\n20140102T2300Z" unfilled box black lightgrey | ||
node "foo.20131231T2300Z" "foo\n20131231T2300Z" unfilled box black lightgrey | ||
node "foo.20140101T2300Z" "foo\n20140101T2300Z" unfilled box black lightgrey | ||
node "foo.20140102T2300Z" "foo\n20140102T2300Z" unfilled box black lightgrey | ||
stop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
edge "foo.20000229T2000Z" "bar.20000229T2000Z" solid black | ||
edge "foo.20000229T2000Z" "foo.20000229T2100Z" solid black | ||
edge "foo.20000229T2100Z" "bar.20000229T2100Z" solid black | ||
edge "foo.20000229T2100Z" "foo.20000229T2200Z" solid black | ||
edge "foo.20000229T2200Z" "bar.20000229T2200Z" solid black | ||
edge "foo.20000229T2200Z" "foo.20000229T2300Z" solid black | ||
edge "foo.20000229T2300Z" "bar.20000229T2300Z" solid black | ||
edge "foo.20000229T2300Z" "foo.20000301T0000Z" solid black | ||
edge "foo.20000301T0000Z" "bar.20000301T0000Z" solid black | ||
graph | ||
node "bar.20000229T2000Z" "bar\n20000229T2000Z" unfilled box black lightgrey | ||
node "bar.20000229T2100Z" "bar\n20000229T2100Z" unfilled box black lightgrey | ||
node "bar.20000229T2200Z" "bar\n20000229T2200Z" unfilled box black lightgrey | ||
node "bar.20000229T2300Z" "bar\n20000229T2300Z" unfilled box black lightgrey | ||
node "bar.20000301T0000Z" "bar\n20000301T0000Z" unfilled box black lightgrey | ||
node "foo.20000229T2000Z" "foo\n20000229T2000Z" unfilled box black lightgrey | ||
node "foo.20000229T2100Z" "foo\n20000229T2100Z" unfilled box black lightgrey | ||
node "foo.20000229T2200Z" "foo\n20000229T2200Z" unfilled box black lightgrey | ||
node "foo.20000229T2300Z" "foo\n20000229T2300Z" unfilled box black lightgrey | ||
node "foo.20000301T0000Z" "foo\n20000301T0000Z" unfilled box black lightgrey | ||
stop |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.