{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":2641391,"defaultBranch":"7.1","name":"doctrine-bridge","ownerLogin":"symfony","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2011-10-25T05:23:52.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/143937?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1722006171.0","currentOid":""},"activityList":{"items":[{"before":"42887439f84d76cf9054d4f969d64bfb99281c06","after":"e92ad973a9d07b732937cfaecfb39ec23b39b0ce","ref":"refs/heads/7.2","pushedAt":"2024-07-30T09:36:15.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1:\n Adjust PR template\n [HttpClient] Disable HTTP/2 PUSH by default when using curl\n Bump Symfony version to 7.1.4\n Update VERSION for 7.1.3\n Update CHANGELOG for 7.1.3\n Bump Symfony version to 6.4.11\n Update VERSION for 6.4.10\n Update CHANGELOG for 6.4.10\n Bump Symfony version to 5.4.43\n Update VERSION for 5.4.42\n Update CONTRIBUTORS for 5.4.42\n Update CHANGELOG for 5.4.42\n [DoctrineBridge] Make `EntityValueResolver` return `null` if a composite ID value is `null`","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}},{"before":"b526822483124b62ff3cda14237418408f444e4d","after":"1797031690ca2840ce85028dbfd9179501ab5bdc","ref":"refs/heads/7.1","pushedAt":"2024-07-30T09:31:34.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.1\n\n* 6.4:\n Adjust PR template\n [HttpClient] Disable HTTP/2 PUSH by default when using curl\n Bump Symfony version to 6.4.11\n Update VERSION for 6.4.10\n Update CHANGELOG for 6.4.10\n Bump Symfony version to 5.4.43\n Update VERSION for 5.4.42\n Update CONTRIBUTORS for 5.4.42\n Update CHANGELOG for 5.4.42\n [DoctrineBridge] Make `EntityValueResolver` return `null` if a composite ID value is `null`","shortMessageHtmlLink":"Merge branch '6.4' into 7.1"}},{"before":"0de9662441bce4670506d0c371cc819a9d0a7607","after":"24ef8e1ad6223449b7b3b9eca969d5ffefa99543","ref":"refs/heads/6.4","pushedAt":"2024-07-28T11:12:08.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"bug #57625 [DoctrineBridge] Make `EntityValueResolver` return `null` if a composite ID value is `null` (MatTheCat)\n\nThis PR was merged into the 6.4 branch.\n\nDiscussion\n----------\n\n[DoctrineBridge] Make `EntityValueResolver` return `null` if a composite ID value is `null`\n\n| Q | A\n| ------------- | ---\n| Branch? | 6.4\n| Bug fix? | yes\n| New feature? | no\n| Deprecations? | no\n| Issues | N/A\n| License | MIT\n\nMy use-case is the upsert of an entity identified by two values. I have an `update` route with these two values as route parameters, and a `create` route with only one. In that case the second value is `null` but the `EntityValueResolver` will still call the repository’s `find` method, resulting in a `MissingIdentifierField` exception:\n\n> The identifier [VALUE] is missing for a query of [ENTITY]\n\nThis PR makes the `EntityValueResolver` return `null` in this case, like when a scalar ID is `null`.\n\nCommits\n-------\n\n87f18842a8 [DoctrineBridge] Make `EntityValueResolver` return `null` if a composite ID value is `null`","shortMessageHtmlLink":"bug #57625 [DoctrineBridge] Make EntityValueResolver return null …"}},{"before":"87f571c6c0e63db485db1ae7d357814afe00ebb7","after":"42887439f84d76cf9054d4f969d64bfb99281c06","ref":"refs/heads/7.2","pushedAt":"2024-07-26T12:55:00.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1:\n Fix ProcessTest - testIgnoringSignal for local\n [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling\n [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4\n [DoctrineBridge] fix messenger bus dispatch inside an active transaction\n [HttpFoundation] Add tests for uncovered sections\n treat uninitialized properties referenced by property paths as null\n [PropertyInfo] Check if property is nullable when using `ReflectionExtractor`\n properly set up constraint options\n [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations\n move adding detailed JSON error messages to the validate phase\n [Profiler] Add word wrap in tables in dialog to see all the text\n [Core] Fix & Enhance security arabic translation.\n [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}},{"before":"9fc4bebf69f00d4ebb12ee904d808b496035e2f6","after":"b526822483124b62ff3cda14237418408f444e4d","ref":"refs/heads/7.1","pushedAt":"2024-07-26T12:41:27.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling\n [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4\n [DoctrineBridge] fix messenger bus dispatch inside an active transaction\n [HttpFoundation] Add tests for uncovered sections\n treat uninitialized properties referenced by property paths as null\n properly set up constraint options\n [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations\n move adding detailed JSON error messages to the validate phase\n [Profiler] Add word wrap in tables in dialog to see all the text\n [Core] Fix & Enhance security arabic translation.\n [HttpFoundation] Add tests for `MethodRequestMatcher` and `SchemeRequestMatcher`","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"9359ce425bef7091413f715fc46ebc74119ea63c","after":"462b41a82739386c1b5c6304c572ce1790c57dd1","ref":"refs/heads/7.0","pushedAt":"2024-07-26T12:32:43.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling\n [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4\n [DoctrineBridge] fix messenger bus dispatch inside an active transaction\n [HttpFoundation] Add tests for uncovered sections\n treat uninitialized properties referenced by property paths as null\n properly set up constraint options\n [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations\n [Profiler] Add word wrap in tables in dialog to see all the text\n [Core] Fix & Enhance security arabic translation.","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"64d024fcb3aa613fe163ecae4aaa836dd6d1c5cd","after":"0de9662441bce4670506d0c371cc819a9d0a7607","ref":"refs/heads/6.4","pushedAt":"2024-07-26T12:32:02.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4:\n [Console][PhpUnitBridge][VarDumper] Fix `NO_COLOR` empty value handling\n [Translation] Fix CSV escape char in `CsvFileLoader` on PHP >= 7.4\n [DoctrineBridge] fix messenger bus dispatch inside an active transaction\n [HttpFoundation] Add tests for uncovered sections\n treat uninitialized properties referenced by property paths as null\n properly set up constraint options\n [ErrorHandler][VarDumper] Remove PHP 8.4 deprecations\n [Core] Fix & Enhance security arabic translation.","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}},{"before":"2c2f0c87a4f0603293da5edec261da331eb7a45c","after":"009d870d520f30a213a1db0e410f8edf674eda5a","ref":"refs/heads/5.4","pushedAt":"2024-07-26T12:06:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[DoctrineBridge] fix messenger bus dispatch inside an active transaction","shortMessageHtmlLink":"[DoctrineBridge] fix messenger bus dispatch inside an active transaction"}},{"before":"d32feccc157151c95650026335061e2d88e5107c","after":"87f571c6c0e63db485db1ae7d357814afe00ebb7","ref":"refs/heads/7.2","pushedAt":"2024-07-17T09:40:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Use `createMock`","shortMessageHtmlLink":"Use createMock"}},{"before":"d9fb9b59f32377e474db09b1e01650824d271873","after":"d32feccc157151c95650026335061e2d88e5107c","ref":"refs/heads/7.2","pushedAt":"2024-07-06T08:26:51.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Update .gitattributes","shortMessageHtmlLink":"Update .gitattributes"}},{"before":"321a1be0046b0843f18c41721636590c736f3a4e","after":"d9fb9b59f32377e474db09b1e01650824d271873","ref":"refs/heads/7.2","pushedAt":"2024-06-28T09:28:15.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?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"}},{"before":"9cbab678e30f45ba5128f659995797cab8e1c0f4","after":"9fc4bebf69f00d4ebb12ee904d808b496035e2f6","ref":"refs/heads/7.1","pushedAt":"2024-06-28T09:28:08.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n Revert \"bug #57520 [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD (MatTheCat)\"\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.0' into 7.1"}},{"before":"90ded9f7c25a1d6c4907a5a9c26e712a63f36331","after":"9359ce425bef7091413f715fc46ebc74119ea63c","ref":"refs/heads/7.0","pushedAt":"2024-06-28T09:27:44.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n Revert \"bug #57520 [SecurityBundle] Remove unused memory users’ `name` attribute from the XSD (MatTheCat)\"\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 '6.4' into 7.0"}},{"before":"934e8260debaf6557ec759988428d9eb291b1f1d","after":"64d024fcb3aa613fe163ecae4aaa836dd6d1c5cd","ref":"refs/heads/6.4","pushedAt":"2024-06-28T09:26:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4:\n [Filesystem] Fix Filesystem::remove() on Windows\n [DoctrineBridge] Fix compat with DI >= 6.4\n [String] Fix *String::snake methods","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}},{"before":"6f26ed3f6927f7c4dc6946bbf0324f17c8c3ba75","after":"2c2f0c87a4f0603293da5edec261da331eb7a45c","ref":"refs/heads/5.4","pushedAt":"2024-06-28T08:57:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[DoctrineBridge] Fix compat with DI >= 6.4","shortMessageHtmlLink":"[DoctrineBridge] Fix compat with DI >= 6.4"}},{"before":"e39e0c79e93a6afae04d65433da154258d26148a","after":"321a1be0046b0843f18c41721636590c736f3a4e","ref":"refs/heads/7.2","pushedAt":"2024-06-25T20:19:02.000Z","pushType":"push","commitsCount":8,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1: (31 commits)\n [DependencyInjection] Fix phpdoc for $calls\n [Security] check token in payload instead just request\n fix tests\n add missing method\n fix merge\n fix test\n fix merge\n fix test\n change test to use a real ObjectManager\n [Mailer] Document the usage of custom headers in Infobip bridge\n [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from\n [DoctrineBridge] Test reset with a true manager\n Sync php-cs-fixer config file with 7.2\n [HttpClient] Fix parsing SSE\n [Notifier] Fix thread key in GoogleChat bridge\n [HttpKernel][Security] Fix accessing session for stateless request\n [Serializer] Fix `ObjectNormalizer` with property path\n test handling of special \"value\" constraint option\n [PhpUnitBridge] Add missing import\n [FrameworkBundle] Fix setting default context for certain normalizers\n ...","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}},{"before":"b7ae744d4e2409c1a56ca68312af69478058df0b","after":"9cbab678e30f45ba5128f659995797cab8e1c0f4","ref":"refs/heads/7.1","pushedAt":"2024-06-25T19:57:19.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0: (29 commits)\n fix tests\n add missing method\n fix merge\n fix test\n fix merge\n fix test\n change test to use a real ObjectManager\n [Mailer] Document the usage of custom headers in Infobip bridge\n [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from\n [DoctrineBridge] Test reset with a true manager\n Sync php-cs-fixer config file with 7.2\n [HttpClient] Fix parsing SSE\n [Notifier] Fix thread key in GoogleChat bridge\n [HttpKernel][Security] Fix accessing session for stateless request\n [Serializer] Fix `ObjectNormalizer` with property path\n test handling of special \"value\" constraint option\n [PhpUnitBridge] Add missing import\n [FrameworkBundle] Fix setting default context for certain normalizers\n [57251] Missing translations for Romanian (ro)\n [ErrorHandler] Fix rendered exception code highlighting on PHP 8.3\n ...","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"8b1c7fab554b1001b31d034c9a8cb3624303439f","after":"e39e0c79e93a6afae04d65433da154258d26148a","ref":"refs/heads/7.2","pushedAt":"2024-06-25T14:03:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Add more precise types in reusable test cases","shortMessageHtmlLink":"Add more precise types in reusable test cases"}},{"before":"0174ad0e9d4ee51d50d2e30d0ad5a1e6fd090059","after":"8b1c7fab554b1001b31d034c9a8cb3624303439f","ref":"refs/heads/7.2","pushedAt":"2024-06-24T16:02:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"chore: CS fixes","shortMessageHtmlLink":"chore: CS fixes"}},{"before":"5a5555e4e0e8144edebc55d118cb825a9b8293a0","after":"90ded9f7c25a1d6c4907a5a9c26e712a63f36331","ref":"refs/heads/7.0","pushedAt":"2024-06-22T11:40:09.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4: (29 commits)\n fix tests\n add missing method\n fix merge\n fix test\n fix merge\n fix test\n change test to use a real ObjectManager\n [Mailer] Document the usage of custom headers in Infobip bridge\n [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from\n [DoctrineBridge] Test reset with a true manager\n Sync php-cs-fixer config file with 7.2\n [HttpClient] Fix parsing SSE\n [Notifier] Fix thread key in GoogleChat bridge\n [HttpKernel][Security] Fix accessing session for stateless request\n [Serializer] Fix `ObjectNormalizer` with property path\n test handling of special \"value\" constraint option\n [PhpUnitBridge] Add missing import\n [FrameworkBundle] Fix setting default context for certain normalizers\n [57251] Missing translations for Romanian (ro)\n [ErrorHandler] Fix rendered exception code highlighting on PHP 8.3\n ...","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}},{"before":"7f174fe622067ac77f83e265a83f07bde424eaba","after":"934e8260debaf6557ec759988428d9eb291b1f1d","ref":"refs/heads/6.4","pushedAt":"2024-06-22T08:16:11.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"fix test","shortMessageHtmlLink":"fix test"}},{"before":"8a8e781b018b3b97aa01ee31d356dfdfa62daa18","after":"7f174fe622067ac77f83e265a83f07bde424eaba","ref":"refs/heads/6.4","pushedAt":"2024-06-22T06:52:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"change test to use a real ObjectManager","shortMessageHtmlLink":"change test to use a real ObjectManager"}},{"before":"afbf291ccaf595c8ff6f4ed3943aa0ea479e4d04","after":"8a8e781b018b3b97aa01ee31d356dfdfa62daa18","ref":"refs/heads/6.4","pushedAt":"2024-06-21T16:04:50.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '5.4' into 6.4\n\n* 5.4: (21 commits)\n [SecurityBundle] Add `provider` XML attribute to the authenticators it’s missing from\n [DoctrineBridge] Test reset with a true manager\n Sync php-cs-fixer config file with 7.2\n [HttpClient] Fix parsing SSE\n [Notifier] Fix thread key in GoogleChat bridge\n [HttpKernel][Security] Fix accessing session for stateless request\n [Serializer] Fix `ObjectNormalizer` with property path\n test handling of special \"value\" constraint option\n [PhpUnitBridge] Add missing import\n [FrameworkBundle] Fix setting default context for certain normalizers\n [57251] Missing translations for Romanian (ro)\n [ErrorHandler] Fix rendered exception code highlighting on PHP 8.3\n [String] Fix #54611 pluralization of -on ending words + singularization of -a ending foreign words\n [Validator] [UniqueValidator] Use correct variable as parameter in (custom) error message\n [Messenger] Comply with Amazon SQS requirements for message body\n fix cssColor HSLA test dataProvider\n properly handle invalid data for false/true types\n chore: upgrade class doc\n add space in error message\n [Messenger] [Amqp] Handle AMQPConnectionException when publishing a message.\n ...","shortMessageHtmlLink":"Merge branch '5.4' into 6.4"}},{"before":"40ccd76594a0e688114273778a3577a004c804b2","after":"6f26ed3f6927f7c4dc6946bbf0324f17c8c3ba75","ref":"refs/heads/5.4","pushedAt":"2024-06-21T13:57:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"[DoctrineBridge] Test reset with a true manager","shortMessageHtmlLink":"[DoctrineBridge] Test reset with a true manager"}},{"before":"d8480ea91896109da6f590c83707ee4f11a0bbaf","after":"0174ad0e9d4ee51d50d2e30d0ad5a1e6fd090059","ref":"refs/heads/7.2","pushedAt":"2024-06-21T06:05:57.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Prefix all sprintf() calls","shortMessageHtmlLink":"Prefix all sprintf() calls"}},{"before":"71ccaf2d58602841decaef03d4d34bf6cc837f2e","after":"d8480ea91896109da6f590c83707ee4f11a0bbaf","ref":"refs/heads/7.2","pushedAt":"2024-06-20T15:50:55.000Z","pushType":"push","commitsCount":9,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.1' into 7.2\n\n* 7.1:\n [Notifier] [Lox24] Fix request body format to JSON string\n inject the missing logger service\n fix handling of special \"value\" constraint option\n send the recipient phone number as an array\n [DependencyInjection] Fix ternary in AutowireCallable attribute\n [Security] Change to `BadCredentialsException` when empty username / password\n Add a note about the change in the default cache namespace generation to the upgrade guide\n fix test\n Fix CS\n [Messenger] Added postgres asset filter integration test\n change notifier type for brevo from chatter to texter\n avoid calling undefined built-in is_*() functions\n [AssetMapper] fix npm version constraint conversion\n Bump Symfony version to 7.1.2\n Update VERSION for 7.1.1\n Update CHANGELOG for 7.1.1","shortMessageHtmlLink":"Merge branch '7.1' into 7.2"}},{"before":"2c36eca96f111ada35b648a4d6e8aa61f354e4d4","after":"b7ae744d4e2409c1a56ca68312af69478058df0b","ref":"refs/heads/7.1","pushedAt":"2024-06-15T08:12:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"fix handling of special \"value\" constraint option","shortMessageHtmlLink":"fix handling of special \"value\" constraint option"}},{"before":"d8ab3a46043e2ef314a8b93250d26b07c55d9564","after":"40ccd76594a0e688114273778a3577a004c804b2","ref":"refs/heads/5.4","pushedAt":"2024-06-15T08:10:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"test handling of special \"value\" constraint option","shortMessageHtmlLink":"test handling of special \"value\" constraint option"}},{"before":"645f9eb6982af8c8ecd7a7517a943f046e08b6e9","after":"2c36eca96f111ada35b648a4d6e8aa61f354e4d4","ref":"refs/heads/7.1","pushedAt":"2024-06-04T06:55:03.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '7.0' into 7.1\n\n* 7.0:\n Remove subtree split checks\n Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"","shortMessageHtmlLink":"Merge branch '7.0' into 7.1"}},{"before":"547c5eb75e80bfc038711aba48273b83f92a7770","after":"5a5555e4e0e8144edebc55d118cb825a9b8293a0","ref":"refs/heads/7.0","pushedAt":"2024-06-02T17:08:51.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"symfony-splitter","name":"Symfony Git Splitter","path":"/symfony-splitter","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/7566209?s=80&v=4"},"commit":{"message":"Merge branch '6.4' into 7.0\n\n* 6.4:\n Remove subtree split checks\n Revert \"minor #54653 Auto-close PRs on subtree-splits (nicolas-grekas)\"","shortMessageHtmlLink":"Merge branch '6.4' into 7.0"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEjMvP3gA","startCursor":null,"endCursor":null}},"title":"Activity · symfony/doctrine-bridge"}