Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork5.3k
[Workflow] doc improvements#11578
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
OskarStark left a comment
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.
With some minor comments 👍
Thank you for working out the details and making this part of the docs consistent 🎉
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
| # run this command if you prefer SVG images: | ||
| # $ php dump-graph-dot.php | dot -Tsvg -o dot_graph.svg | ||
| $ php dump-graph-puml.php | java -jar plantuml.jar -p > puml_graph.png |
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.
this grouping is a bit confusing now, because it generates apng file, but follows a comment/description which is talking aboutsvg 🤔
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.
wanted to "group"dot cli vsjava
i propose a new way
| $ php bin/console workflow:dump workflow_name | dot -Tpng -o workflow_name.png | ||
| # run this command if you prefer SVG images: | ||
| # $ php bin/console workflow:dump workflow_name | dot -Tsvg -o workflow_name.svg | ||
| $ php bin/console workflow:dump workflow_name --dump-format=puml | java -jar plantuml.jar -p > workflow_name.png |
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.
same as above
5a2074b to7e65c40Comparenoniagriconomie commentedMay 16, 2019
@OskarStark review/rework addressed |
javiereguiluz commentedMay 16, 2019
Note to mergers: merge in 4.2 branch. |
Uh oh!
There was an error while loading.Please reload this page.
7e65c40 tod6b8d18CompareOskarStark commentedMay 17, 2019 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Thank you Antoine, I merged it in |
This PR was submitted for the master branch but it was merged into the 4.2 branch instead (closes#11578).Discussion----------[Workflow] doc improvementsHi,Here are some workflow doc improvements:- keep as much as possible in synch the subject, places and transition in the related docs- change "travis" in favor of "test" (travis may not be known) + update image- move transition blocker via listener part into the right sub part + rewrite itThanksCommits-------d6b8d18 Workflow doc
This PR was merged into the 4.3 branch.Discussion----------[4.3] Update workflow configRescued some really bad git stuff from me while merging:#11580Original description:> Hi,>> This draft PR follows this one>https://github.com/symfony/symfony-docs/pull/11492/files (config for 3.X version)> but for new version, mostly 4.3>> I checked this PR also>symfony/symfony#30890,@lyrixx review appreciated please>> Maybe to merge after merging#11578, and with a rebase ?>> -------------------->> Draft for now>> -Closes#11229>> this one can be closed also:>> -Closes#9475> -Closes#10197Commits-------fdc221b Minor XML improvementa640d14 [Workflow] config doc7bb2041 Fix indentf65f1bc Reviewcf3a32c Doc config metadata34e7cc5 [Workflow] config doc
Hi,
Here are some workflow doc improvements:
Thanks