-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
feat: Moving dag graph command to list --format=dot
#5013
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the You can disable this status message by setting the ✨ Finishing touches🧪 Generate unit tests (beta)
Comment |
9a4bd40 to
cb39153
Compare
042ecf7 to
067f83b
Compare
067f83b to
68fd74a
Compare
68fd74a to
73d0999
Compare
73d0999 to
4fff8ac
Compare
c70563d to
2414861
Compare
4fff8ac to
ce7fa82
Compare
2414861 to
c9dff4c
Compare
ce7fa82 to
11e5875
Compare
ed880b5 to
a62cb8a
Compare
11e5875 to
e4ca449
Compare
c574388 to
4de37b3
Compare
e4ca449 to
d2e56e6
Compare
007e256 to
c5dba38
Compare
d2e56e6 to
45dab5e
Compare
b684454 to
7c30c1b
Compare
fix: Sort results for consistency in tests
45dab5e to
e919a0a
Compare
| assert.Equal(t, aPath, units[1].Dependencies[0].Path) | ||
| } | ||
|
|
||
| func TestUnits_WriteDot(t *testing.T) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like we don't have a replacement for this test
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We do here, right?
https://github.com/gruntwork-io/terragrunt/pull/5013/files#diff-55966a3093157e3fd03d7513ad5b72286a69160ff999f09495d6af629097252bR591
The Unit struct no longer manages Dot format writing, the list command does.
Description
Moves the logic for
dag graphtolist --format=dot.Relates to #4745
TODOs
Read the Gruntwork contribution guidelines.
Release Notes (draft)
Added
--format=dottolistcommand to generate DAG graphs in DOT format.Removed
dag graphcommand.Migration Guide