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] config doc#11580
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
Closed
Uh oh!
There was an error while loading.Please reload this page.
Closed
[Workflow] config doc#11580
Changes fromall commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Jump to
Jump to file
Failed to load files.
Loading
Uh oh!
There was an error while loading.Please reload this page.
Diff view
Diff view
There are no files selected for viewing
27 changes: 27 additions & 0 deletions.github/CODEOWNERS
This file contains hidden or 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,27 @@ | ||
| # Console | ||
| /console* @chalasr | ||
| /components/console* @chalasr | ||
| # Form | ||
| /forms.rst @xabbuh | ||
| /components/form* @xabbuh | ||
| /reference/forms* @xabbuh | ||
| # PropertyInfo | ||
| /components/property_info* @dunglas | ||
| # Security | ||
| /security* @chalasr | ||
| /components/security* @chalasr | ||
| # Validator | ||
| /validation/* | ||
| /components/validator* @xabbuh | ||
| /reference/constraints* @xabbuh | ||
| # Workflow | ||
| /workflow* @lyrixx | ||
| /components/workflow* @lyrixx | ||
| # Yaml | ||
| /components/yaml* @xabbuh |
2 changes: 1 addition & 1 deletion_build/_themes/_exts/symfonycom/sphinx/lexer.py
This file contains hidden or 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
6 changes: 3 additions & 3 deletions_build/maintainer_guide.rst
This file contains hidden or 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
12 changes: 12 additions & 0 deletions_build/redirection_map
This file contains hidden or 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
Binary file modified_images/components/workflow/pull_request.png
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions_images/form/form-custom-type-postal-address-fragment-names.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
1 change: 1 addition & 0 deletions_images/form/form-custom-type-postal-address.svg
Loading
Sorry, something went wrong.Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
58 changes: 58 additions & 0 deletions_images/sources/README.md
This file contains hidden or 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,58 @@ | ||
| How to Create Symfony Diagrams | ||
| ============================== | ||
| Creating the Diagram | ||
| -------------------- | ||
| * Use [Dia][1] as the diagramming application; | ||
| * Use [PT Sans Narrow][2] as the only font in all diagrams (if possible, use | ||
| only the "normal" weight for all contents); | ||
| * Use 36pt as the base font size; | ||
| * Use 0.10 cm width for lines and shape borders; | ||
| * Use the following color palette: | ||
| * Text, lines and shape borders: black (#000000) | ||
| * Shape backgrounds: | ||
| * Grays: dark (#4d4d4d), medium (#b3b3b3), light (#f2f2f2) | ||
| * Blue: #b2d4eb | ||
| * Red: #ecbec0 | ||
| * Green: #b2dec7 | ||
| * Orange: #fddfbb | ||
| In case of doubt, check the existing diagrams or ask to the | ||
| [Symfony Documentation Team][3]. | ||
| Saving and Exporting the Diagram | ||
| -------------------------------- | ||
| * Save the original diagram in `*.dia` format in `_images/sources/<folder-name>`; | ||
| * Export the diagram to SVG format and save it in `_images/<folder-name>`. | ||
| Including the Diagram in the Symfony Docs | ||
| ----------------------------------------- | ||
| Use the following snippet to embed the diagram in the docs: | ||
| ``` | ||
| .. raw:: html | ||
| <object data="../_images/<folder-name>/<diagram-file-name>.svg" type="image/svg+xml"></object> | ||
| ``` | ||
| Reasoning | ||
| --------- | ||
| * Dia was chosen because it's one of the few applications which are free, open | ||
| source and compatible with Linux, macOS and Windows. | ||
| * Font, colors and line widths were chosen to be similar to the diagrams used | ||
| in the best tech books. | ||
| Troubleshooting | ||
| --------------- | ||
| * On some macOS systems, Dia cannot be executed as a regular application and | ||
| you must run the following console command instead: | ||
| `export DISPLAY=:0 && /Applications/Dia.app/Contents/Resources/bin/dia` | ||
| [1]: http://dia-installer.de/ | ||
| [2]: https://fonts.google.com/specimen/PT+Sans+Narrow | ||
| [3]: https://symfony.com/doc/current/contributing/code/core_team.html |
Binary file not shown.
Binary file not shown.
6 changes: 3 additions & 3 deletionsbest_practices/business-logic.rst
This file contains hidden or 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
13 changes: 6 additions & 7 deletionsbest_practices/configuration.rst
This file contains hidden or 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
8 changes: 4 additions & 4 deletionsbest_practices/controllers.rst
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbest_practices/introduction.rst
This file contains hidden or 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
8 changes: 4 additions & 4 deletionsbest_practices/security.rst
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbest_practices/templates.rst
This file contains hidden or 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
4 changes: 2 additions & 2 deletionsbest_practices/tests.rst
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbundles.rst
This file contains hidden or 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
48 changes: 12 additions & 36 deletionsbundles/best_practices.rst
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbundles/configuration.rst
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbundles/inheritance.rst
This file contains hidden or 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
2 changes: 1 addition & 1 deletionbundles/override.rst
This file contains hidden or 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.
Uh oh!
There was an error while loading.Please reload this page.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.