{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":458058,"defaultBranch":"7.2","name":"symfony","ownerLogin":"symfony","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2010-01-04T14:21:21.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1719580733.0","currentOid":""},"activityList":{"items":[{"before":"088b13cbc90da40d1328ab2c4d6809e578760932","after":"4a48cfe0c600924baa57b39ddfaf13dc188256ed","ref":"refs/heads/6.4","pushedAt":"2024-06-29T09:48:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"chalasr","name":"Robin Chalas","path":"/chalasr","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7502063?s=80&v=4"},"commit":{"message":"bug #57593 [SecurityBundle] Compare paths after realpath() has been applied to both (xabbuh)\n\nThis PR was merged into the 6.4 branch.\n\nDiscussion\n----------\n\n[SecurityBundle] Compare paths after realpath() has been applied to both\n\n| Q | A\n| ------------- | ---\n| Branch? | 6.4\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues |\n| License | MIT\n\nCommits\n-------\n\n6ca2390533 Compare paths after realpath() has been applied to both","shortMessageHtmlLink":"bug #57593 [SecurityBundle] Compare paths after realpath() has been a…"}},{"before":"8bf69522dcd030c21102df549b026fb6e9068bf2","after":"685d131f9190df70664ca144771fcc4e7c658b92","ref":"refs/heads/7.2","pushedAt":"2024-06-29T07:36:28.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"feature #57456 [Mailer] Add mailomat bridge (scuben)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\n[Mailer] Add mailomat bridge\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | no\n| New feature? | yes\n| Deprecations? | no\n| Issues | n/a\n| License | MIT\n| Doc PR | https://github.com/symfony/symfony-docs/pull/19978\n| Recipe PR | https://github.com/symfony/recipes/pull/1322\n\nAdding a Bridge for [mailomat.swiss](https://mailomat.swiss) with remote events ([API documentation](https://api.mailomat.swiss/docs)).\n\nCommits\n-------\n\nd20088b518 [Mailer] Add mailomat bridge","shortMessageHtmlLink":"feature #57456 [Mailer] Add mailomat bridge (scuben)"}},{"before":"98f511e4cc32cbc6cede9f55b9d5362cca9b3625","after":"8bf69522dcd030c21102df549b026fb6e9068bf2","ref":"refs/heads/7.2","pushedAt":"2024-06-29T07:20:52.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"minor #54880 [Serializer] Rename object to data in ``NormalizerInterface::normalize`` (maxbeckers)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\n[Serializer] Rename object to data in ``NormalizerInterface::normalize``\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues | Fix #54774\n| License | MIT\n\n~~Rename sttribure of ``Serializer::normalize`` to the naming of the interface to make the usage of named attributes possible.~~\n\nFrom the discussion of this PR I changed it to rename the first parameter of ``NormalizerInterface::normalize`` from `object` to `data` because it can't handle only objects, it's type `mixed`.\n\nCommits\n-------\n\n26983eb460 [Serializer] rename the first parameter of ``NormalizerInterface::normalize`` from object to data because of type mixed","shortMessageHtmlLink":"minor #54880 [Serializer] Rename object to data in ``NormalizerInterf…"}},{"before":"837bcc5ef357dc812a83a3556e2cf72c02e7cac1","after":"98f511e4cc32cbc6cede9f55b9d5362cca9b3625","ref":"refs/heads/7.2","pushedAt":"2024-06-29T07:10:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"feature #57399 [HtmlSanitizer] Add support for configuring the default action (Seldaek)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\n[HtmlSanitizer] Add support for configuring the default action\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | no\n| New feature? | yes\n| Deprecations? | no\n| Issues | Fix #48358\n| License | MIT\n\nThe default action can be set to block or allow unconfigured elements instead of dropping them\n\nKinda replaces #49920 but it would need some work on the configuration handling side to allow configuring default actions. I am just using this as a library so I am not so keen on doing that part sorry but maybe `@Neirda24` might want to take care of it if this PR gets accepted.\n\nCommits\n-------\n\n4fd1c4c8b0 [HtmlSanitizer] Add support for configuring the default action to block or allow unconfigured elements instead of dropping them","shortMessageHtmlLink":"feature #57399 [HtmlSanitizer] Add support for configuring the defaul…"}},{"before":"4cdead17d80101d89e2cad1d9da9329b99779361","after":"837bcc5ef357dc812a83a3556e2cf72c02e7cac1","ref":"refs/heads/7.2","pushedAt":"2024-06-29T07:03:33.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"feature #57595 [Yaml] Deprecate duplicate mapping keys containing null (xabbuh)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\n[Yaml] Deprecate duplicate mapping keys containing null\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | no\n| New feature? | no\n| Deprecations? | yes\n| Issues |\n| License | MIT\n\nCommits\n-------\n\n89843361b7 Deprecate duplicate mapping keys containing null","shortMessageHtmlLink":"feature #57595 [Yaml] Deprecate duplicate mapping keys containing nul…"}},{"before":"716949522c55296fd66f462aeeaeeae95fa8ddfb","after":"4cdead17d80101d89e2cad1d9da9329b99779361","ref":"refs/heads/7.2","pushedAt":"2024-06-29T05:51:03.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #57462 [FrameworkBundle] Lazy `kernel.secret` parameter resolving (yceruto)\n\nThis PR was merged into the 7.2 branch.\n\nDiscussion\n----------\n\n[FrameworkBundle] Lazy `kernel.secret` parameter resolving\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.2\n| Bug fix? | no\n| New feature? | yes\n| Deprecations? | no\n| Issues | -\n| License | MIT\n\nhttps://github.com/symfony/symfony/pull/56985 and https://github.com/symfony/recipes/pull/1317 following up\n\nThe goal of this PR is to fix the current compiler-errors about a missing `kernel.secret` parameter when it's not set at all. Thus, improving the first-time experience with minimalistic apps.\n\nCommits\n-------\n\n0284011717 Lazy kernel.secret parameter resolving","shortMessageHtmlLink":"minor #57462 [FrameworkBundle] Lazy kernel.secret parameter resolvi…"}},{"before":"19b4bf0d6d8892d1365c69e394d70db4bc8a7089","after":"4e57b84cd3d27dba10c0ba918aa4d1e986f2185b","ref":"refs/heads/5.4","pushedAt":"2024-06-29T05:35:54.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"bug #57594 [String] Normalize underscores in snake() (xabbuh)\n\nThis PR was merged into the 5.4 branch.\n\nDiscussion\n----------\n\n[String] Normalize underscores in snake()\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues | Fix https://github.com/symfony/symfony/pull/57497#issuecomment-2196802126\n| License | MIT\n\nCommits\n-------\n\n0e6cd07718 normalize underscores in snake()","shortMessageHtmlLink":"bug #57594 [String] Normalize underscores in snake() (xabbuh)"}},{"before":"5ab86e7b6a6f28e9ee5475831175d074594f69aa","after":"19b4bf0d6d8892d1365c69e394d70db4bc8a7089","ref":"refs/heads/5.4","pushedAt":"2024-06-29T05:30:36.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"bug #57585 [HttpFoundation] Fix MockArraySessionStorage to generate more conform ids (Seldaek)\n\nThis PR was merged into the 5.4 branch.\n\nDiscussion\n----------\n\n[HttpFoundation] Fix MockArraySessionStorage to generate more conform ids\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues |\n| License | MIT\n\nPer https://wiki.php.net/rfc/deprecations_php_8_4#sessionsid_length_and_sessionsid_bits_per_character the session id really shouldn't need more than 128bits of entropy, which this PR uses. While this code indeed does not need cryptographically secure level of entropy, it also doesn't really cost that much so I did it this way, as it's IMO good to avoid having cryptographically-insecure code out there where people might take inspiration from it.\n\nAs an aside, uniqid might also end up being deprecated, so it's good to get rid of it anyway here https://wiki.php.net/rfc/deprecations_php_8_4#deprecate_uniqid\n\nAnd as another aside, I've had to override this code in the past because we had DB tables storing session ids not accepting the 64chars long session ids the old code produces, so producing shorter (32chars) ids is more compatible 👍🏻\n\nCommits\n-------\n\n19debc1109 Fix MockArraySessionStorage to generate more conform ids","shortMessageHtmlLink":"bug #57585 [HttpFoundation] Fix MockArraySessionStorage to generate m…"}},{"before":"995c3c7f9f4d1faa6c2ba425a40f1e93c6d03b91","after":"088b13cbc90da40d1328ab2c4d6809e578760932","ref":"refs/heads/6.4","pushedAt":"2024-06-29T05:29:59.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"bug #57589 [FrameworkBundle] fix AssetMapper usage without assets enabled (xabbuh)\n\nThis PR was merged into the 6.4 branch.\n\nDiscussion\n----------\n\n[FrameworkBundle] fix AssetMapper usage without assets enabled\n\n| Q | A\n| ------------- | ---\n| Branch? | 6.4\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues | Fix #57583\n| License | MIT\n\nCommits\n-------\n\nd9b669be7b fix AssetMapper usage without assets enabled","shortMessageHtmlLink":"bug #57589 [FrameworkBundle] fix AssetMapper usage without assets ena…"}},{"before":"ed2b1c4d027ba5b81439a3faedb8187bf8c6aa96","after":"5ab86e7b6a6f28e9ee5475831175d074594f69aa","ref":"refs/heads/5.4","pushedAt":"2024-06-29T05:28:01.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #57590 [Security][Validator] Added missing pt_BR translations (nei)\n\nThis PR was merged into the 5.4 branch.\n\nDiscussion\n----------\n\n[Security][Validator] Added missing pt_BR translations\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4\n| Bug fix? | no\n| New feature? | no\n| Deprecations? | no\n| Issues | Fix #54550\n| License | MIT\n\nReview two translations as requested in #54550\nUpdate another sentence on the same file which were not following the standard just for consistency.\n\nCommits\n-------\n\n76897814d6 Fixes #54550 some pt_BR translations","shortMessageHtmlLink":"minor #57590 [Security][Validator] Added missing pt_BR translations (…"}},{"before":"d38d44fc29ae96419f5318efe3767878765adc1c","after":"ed2b1c4d027ba5b81439a3faedb8187bf8c6aa96","ref":"refs/heads/5.4","pushedAt":"2024-06-29T05:26:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #57592 [Security][Validator] Added missing Portuguese(pt) translations (V1nicius00)\n\nThis PR was squashed before being merged into the 5.4 branch.\n\nDiscussion\n----------\n\n[Security][Validator] Added missing Portuguese(pt) translations\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4 \n| Bug fix? | no\n| New feature? | no \n| Deprecations? | no \n| Issues | Fix #54558 \n| License | MIT\n\nReviewed and updated some Portuguese(pt) translations as requested in #54558\n\n\nCommits\n-------\n\nef6b821079 [Security][Validator] Added missing Portuguese(pt) translations","shortMessageHtmlLink":"minor #57592 [Security][Validator] Added missing Portuguese(pt) trans…"}},{"before":"b9a741b95ac304882d62bbf34efe8cdf1ec5e78f","after":"59c529512d2ad9ddfb8e58ca12813535f456f5e3","ref":"refs/heads/7.1","pushedAt":"2024-06-28T13:21:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Bump Symfony version to 7.1.3","shortMessageHtmlLink":"Bump Symfony version to 7.1.3"}},{"before":"c4afcce957496957b9c574a1631f8e79cc969d39","after":"b9a741b95ac304882d62bbf34efe8cdf1ec5e78f","ref":"refs/heads/7.1","pushedAt":"2024-06-28T13:13:44.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Merge pull request #57582 from fabpot/release-7.1.2\n\nreleased v7.1.2","shortMessageHtmlLink":"Merge pull request #57582 from fabpot/release-7.1.2"}},{"before":"bbe6c32e30327f2a9e02aed9ec05b2269461e54d","after":"ad1225ce6a75f6db2c281176dbba7675ec57e84d","ref":"refs/heads/7.0","pushedAt":"2024-06-28T13:13:10.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Bump Symfony version to 7.0.10","shortMessageHtmlLink":"Bump Symfony version to 7.0.10"}},{"before":"041d1de511c503eb57eadac6c360caeef5b5ac91","after":"bbe6c32e30327f2a9e02aed9ec05b2269461e54d","ref":"refs/heads/7.0","pushedAt":"2024-06-28T13:05:57.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Merge pull request #57581 from fabpot/release-7.0.9\n\nreleased v7.0.9","shortMessageHtmlLink":"Merge pull request #57581 from fabpot/release-7.0.9"}},{"before":"f064b5de36e7a3a49d6e204a74027c37b31191e3","after":"995c3c7f9f4d1faa6c2ba425a40f1e93c6d03b91","ref":"refs/heads/6.4","pushedAt":"2024-06-28T11:52:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Bump Symfony version to 6.4.10","shortMessageHtmlLink":"Bump Symfony version to 6.4.10"}},{"before":"bc9964b874bccfeb9e65b93b007662ebdbe00b43","after":"f064b5de36e7a3a49d6e204a74027c37b31191e3","ref":"refs/heads/6.4","pushedAt":"2024-06-28T11:48:20.000Z","pushType":"pr_merge","commitsCount":3,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Merge pull request #57580 from fabpot/release-6.4.9\n\nreleased v6.4.9","shortMessageHtmlLink":"Merge pull request #57580 from fabpot/release-6.4.9"}},{"before":"94e6f44f2034de67961d0a4e483999e495f35750","after":"d38d44fc29ae96419f5318efe3767878765adc1c","ref":"refs/heads/5.4","pushedAt":"2024-06-28T11:47:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Bump Symfony version to 5.4.42","shortMessageHtmlLink":"Bump Symfony version to 5.4.42"}},{"before":"fd32ec545a3e79fd0d44de5f953e7e97810d4dda","after":"94e6f44f2034de67961d0a4e483999e495f35750","ref":"refs/heads/5.4","pushedAt":"2024-06-28T11:42:52.000Z","pushType":"pr_merge","commitsCount":4,"pusher":{"login":"fabpot","name":"Fabien Potencier","path":"/fabpot","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/47313?s=80&v=4"},"commit":{"message":"Merge pull request #57579 from fabpot/release-5.4.41\n\nreleased v5.4.41","shortMessageHtmlLink":"Merge pull request #57579 from fabpot/release-5.4.41"}},{"before":"c9c823923ef334738d7b633d35490e141565b913","after":"041d1de511c503eb57eadac6c360caeef5b5ac91","ref":"refs/heads/7.0","pushedAt":"2024-06-28T10:35:49.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"7e128da6be3c30e6df5f934d906fd8dc9a0fda4b","after":"716949522c55296fd66f462aeeaeeae95fa8ddfb","ref":"refs/heads/7.2","pushedAt":"2024-06-28T10:35:49.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1:\n [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}},{"before":"36282ade3cb7e661e6367e6b1348df084e481bd4","after":"c4afcce957496957b9c574a1631f8e79cc969d39","ref":"refs/heads/7.1","pushedAt":"2024-06-28T10:35:49.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"68eaede437e74e992d9e6bbdbbdf637d20c26b70","after":"bc9964b874bccfeb9e65b93b007662ebdbe00b43","ref":"refs/heads/6.4","pushedAt":"2024-06-28T10:35:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #57578 [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD (MatTheCat)\n\nThis PR was merged into the 6.4 branch.\n\nDiscussion\n----------\n\n[SecurityBundle] Remove unused memory users’ `name` attribute from the XSD\n\n| Q | A\n| ------------- | ---\n| Branch? | 6.4\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues | Fix cdb8354a152b5c8299ab2bb66933922b644920a9\n| License | MIT\n\n#57520 has been reverted because\n\n> [The] change […] risks that someone receives errors on the next patch release if their XML config still makes use of the now removed attribute.\n\nBut nobody could use it since v6.0: as #41613 removed the BC layer, the config would crash.\n\nKeeping `name` in the XSD for 6.4, 7.0 and 7.1 branches means people using these versions would have their IDE suggesting an attribute which would make their app crash.\n\nCommits\n-------\n\ned5c26c9db [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD","shortMessageHtmlLink":"minor #57578 [SecurityBundle] Remove unused memory users’ name attr…"}},{"before":"31ded053292487390712515532caaf646fcb5efa","after":"7e128da6be3c30e6df5f934d906fd8dc9a0fda4b","ref":"refs/heads/7.2","pushedAt":"2024-06-28T10:04:11.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1:\n Allow service locators to be ordered by priority.\n [Filesystem][Mime] Fix transient tests\n Test convert CompletionInput into string","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}},{"before":"b0a438b223f65d4a23095e4a8907c007cd3b4536","after":"36282ade3cb7e661e6367e6b1348df084e481bd4","ref":"refs/heads/7.1","pushedAt":"2024-06-28T10:03:59.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n Allow service locators to be ordered by priority.\n [Filesystem][Mime] Fix transient tests\n Test convert CompletionInput into string","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"131f4e8f252ee4f788ea6b97915dccf5895d510d","after":"c9c823923ef334738d7b633d35490e141565b913","ref":"refs/heads/7.0","pushedAt":"2024-06-28T10:02:49.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"bug #57345 [DependencyInjection] Fix regression in ordering service locators by priority (longwave)\n\nThis PR was submitted for the 7.1 branch but it was merged into the 7.0 branch instead.\n\nDiscussion\n----------\n\n[DependencyInjection] Fix regression in ordering service locators by priority\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.0\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues | Fix #57344\n| License | MIT\n\nFixes a regression in Symfony 7.0 where service locators are no longer ordered by priority.\n\nCommits\n-------\n\nd4b812cdc5 Allow service locators to be ordered by priority.","shortMessageHtmlLink":"bug #57345 [DependencyInjection] Fix regression in ordering service l…"}},{"before":"cdb8354a152b5c8299ab2bb66933922b644920a9","after":"68eaede437e74e992d9e6bbdbbdf637d20c26b70","ref":"refs/heads/6.4","pushedAt":"2024-06-28T09:49:40.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4:\n [Filesystem][Mime] Fix transient tests\n Test convert CompletionInput into string","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}},{"before":"7beff57ca19050f7d9e6e58c15a2f9cb52f4874c","after":"fd32ec545a3e79fd0d44de5f953e7e97810d4dda","ref":"refs/heads/5.4","pushedAt":"2024-06-28T09:41:23.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #57575 [Filesystem][Mime] Fix transient tests (nicolas-grekas)\n\nThis PR was merged into the 5.4 branch.\n\nDiscussion\n----------\n\n[Filesystem][Mime] Fix transient tests\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4\n| Bug fix? | no\n| New feature? | no\n| Deprecations? | no\n| Issues | -\n| License | MIT\n\nHttpClient already uses this port so that when running concurrently, we get 404s for the logo.\n\nCommits\n-------\n\nc3bf9a6074 [Filesystem][Mime] Fix transient tests","shortMessageHtmlLink":"minor #57575 [Filesystem][Mime] Fix transient tests (nicolas-grekas)"}},{"before":"6517957b7950ec78cfd569bfb9c7f9e4e4d70ca3","after":"7beff57ca19050f7d9e6e58c15a2f9cb52f4874c","ref":"refs/heads/5.4","pushedAt":"2024-06-28T09:41:05.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"minor #57570 [Console] Test convert CompletionInput into string (seriquynh)\n\nThis PR was merged into the 5.4 branch.\n\nDiscussion\n----------\n\n[Console] Test convert CompletionInput into string\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4\n| Bug fix? | no\n| New feature? | no\n| Deprecations? | no\n| Issues | N/A\n| License | MIT\n\nCompletionInput can be converted into string but there are no tests for it. So, I a simple test here based on it's current behavior.\n\nCommits\n-------\n\n0a7477d754 Test convert CompletionInput into string","shortMessageHtmlLink":"minor #57570 [Console] Test convert CompletionInput into string (seri…"}},{"before":"e64bf4e695f84abf4bde17207a52b745cf7ebd74","after":"31ded053292487390712515532caaf646fcb5efa","ref":"refs/heads/7.2","pushedAt":"2024-06-28T09:27:49.000Z","pushType":"push","commitsCount":13,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1:\n [HttpKernel] Enable optional cache-warmers when cache-dir != build-dir\n [Filesystem] Fix Filesystem::remove() on Windows\n [DoctrineBridge] Fix compat with DI >= 6.4\n [String] Fix *String::snake methods","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEcnw3mgA","startCursor":null,"endCursor":null}},"title":"Activity · symfony/symfony"}