-
-
Notifications
You must be signed in to change notification settings - Fork 5.2k
role_names instead of roles #14923
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
Closed
Closed
role_names instead of roles #14923
Conversation
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
… SQS (javiereguiluz) This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Messenger] Document the debug option of Amazon SQS Fixes symfony#14533. Commits ------- a6f97ce [Messenger] Document the debug option of Amazon SQS
* 4.4: Expand MockResponse example with HTTP status codes Update deployment.rst
* 5.1: Expand MockResponse example with HTTP status codes Update deployment.rst
* 5.2: Expand MockResponse example with HTTP status codes Update deployment.rst
* 4.4: [testing] document improving test speed by reducing encoder work factor
* 5.1: [testing] document improving test speed by reducing encoder work factor
* 5.2: Tweaks [testing] document improving test speed by reducing encoder work factor
* 5.1: Restored some wrongly removed contents
* 5.2: Restored some wrongly removed contents
…ition (epitre) This PR was merged into the 5.2 branch. Discussion ---------- [Workflow] Added function to get a specific transition Commits ------- 9b704d5 Added function to get a specific transition
* 5.2: Added function to get a specific transition
* 4.4: [Service Container] Fix Service parameters typo in services.yml
* 5.1: [Service Container] Fix Service parameters typo in services.yml
* 5.2: [Service Container] Fix Service parameters typo in services.yml
* 4.4: [Serializer] Clarifies 'csv_headers' option
* 5.1: [Serializer] Clarifies 'csv_headers' option
* 5.2: [Serializer] Clarifies 'csv_headers' option
* 4.4: Fixed a Serializer example
* 5.1: Fixed a Serializer example
* 5.2: Fixed a Serializer example
* 4.4: [Validator] PHP 7.4 uninitialized typed property handling
* 5.1: [Validator] PHP 7.4 uninitialized typed property handling
* 5.2: [Validator] PHP 7.4 uninitialized typed property handling
* 4.4: fix table markup
* 5.1: fix table markup
* 5.2: fix table markup
This PR was submitted for the 5.2 branch but it was merged into the 5.3-dev branch instead. Discussion ---------- [String] Feature 39178 Docs for symfony/symfony#39178 Documentation update for [String] Feature 39178 "AsciiSlugger's symbolsMap should apply to all locales for a language". Commits ------- 36a5c1a [String] Feature 39178
* 4.4: Fix Connect URL
* 5.2: Fix Connect URL
…differences (wouterj) This PR was submitted for the 5.x branch but it was merged into the 5.2 branch instead. Discussion ---------- [RateLimiter] Add diagrams to better explain the differences This is just a POC to add some diagrams to better explain the differences in the rate limiter strategies. Commits ------- 1cdb6cb Added limiter diagrams
* 5.2: Added limiter diagrams
The info() method was introduced in Symfony 5.2. I updated comments that were probably copied from the success() method example.
This PR was merged into the 5.2 branch. Discussion ---------- [Console] Update comments The info() method was introduced in Symfony 5.2. I updated comments that were probably copied from the success() method example. <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- dab721b [Console] Update comments
* 5.2: [Console] Update comments
* 5.2: Fixed image path
* 4.4: Update care team members [Validator] Use seealso instead of tip for File
* 5.2: Update care team members [Validator] Use seealso instead of tip for File
* 4.4: Add Slack Link to CARE Team Member
* 5.2: Add Slack Link to CARE Team Member
* 4.4: [Messenger] Replace comma with full stop
* 5.2: [Messenger] Replace comma with full stop
…(dayallnash) This PR was merged into the 5.2 branch. Discussion ---------- Update conventions page to show correct function * Updated conventions page to say trigger_deprecation instead of trigger_error Commits ------- 1bb5c08 Update conventions page to show correct function
* 5.2: Update conventions page to show correct function
This PR was squashed before being merged into the 5.3-dev branch. Discussion ---------- [Notifier] Add SpotHit bridge Commits ------- edb9b43 [Notifier] Add SpotHit bridge
corrected wrong attribute name relates to symfony/symfony#40087
nicolas-grekas
added a commit
to symfony/symfony
that referenced
this pull request
Feb 4, 2021
…kedOne) This PR was merged into the 4.4 branch. Discussion ---------- [SecurityBundle] role_names variable instead of roles replaced the roles variable with role_names in order to fix cache warming introduced @ d64372d | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | Fix #40087 | License | MIT | Doc PR | symfony/symfony-docs#14923 Commits ------- 58bb614 [SecurityBundle] role_names variable instead of roles
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
corrected wrong attribute name
relates to symfony/symfony#40087