{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":207350624,"defaultBranch":"4.4","name":"symfony","ownerLogin":"jbtronics","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2019-09-09T16:10:10.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/5410681?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1695156797.0","currentOid":""},"activityList":{"items":[{"before":"4af072616f24b9c72cd88988dc5cdb0881f74b60","after":"7c9e6bc36e7b22c82f04619aabf611f88913a624","ref":"refs/heads/property_info_underscore_consistency_fix","pushedAt":"2023-09-29T17:23:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"nicolas-grekas","name":"Nicolas Grekas","path":"/nicolas-grekas","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/243674?s=80&v=4"},"commit":{"message":"[PropertyInfo] Make isWriteable() more consistent with isReadable() when checking snake_case properties","shortMessageHtmlLink":"[PropertyInfo] Make isWriteable() more consistent with isReadable() w…"}},{"before":"97134b9e8ab292d622034153f11ef0555a4b29e9","after":"4af072616f24b9c72cd88988dc5cdb0881f74b60","ref":"refs/heads/property_info_underscore_consistency_fix","pushedAt":"2023-09-21T12:41:22.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"Fixed coding style in ReflectionExtractor and ReflectionExtractorTest","shortMessageHtmlLink":"Fixed coding style in ReflectionExtractor and ReflectionExtractorTest"}},{"before":"8cc6f97ce0bfeca66b60e66f6ae0d7284fc4fbf2","after":"97134b9e8ab292d622034153f11ef0555a4b29e9","ref":"refs/heads/property_info_underscore_consistency_fix","pushedAt":"2023-09-20T09:33:08.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"Fixed typo in ReflectionExtractorTest.php\n\nCo-authored-by: Max Beckers ","shortMessageHtmlLink":"Fixed typo in ReflectionExtractorTest.php"}},{"before":"103e391cdb72ae8d331c9e798d796b9c29a20ed1","after":"8cc6f97ce0bfeca66b60e66f6ae0d7284fc4fbf2","ref":"refs/heads/property_info_underscore_consistency_fix","pushedAt":"2023-09-20T09:18:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"Update src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php\n\nCo-authored-by: Max Beckers ","shortMessageHtmlLink":"Update src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionE…"}},{"before":"a95b91112717cf57c5dc9aeb26da76aee4098b0b","after":"103e391cdb72ae8d331c9e798d796b9c29a20ed1","ref":"refs/heads/property_info_underscore_consistency_fix","pushedAt":"2023-09-19T20:56:05.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"Added changelog","shortMessageHtmlLink":"Added changelog"}},{"before":null,"after":"a95b91112717cf57c5dc9aeb26da76aee4098b0b","ref":"refs/heads/property_info_underscore_consistency_fix","pushedAt":"2023-09-19T20:53:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"Test for existance of mutatorMethod with camalized and snake_case property names","shortMessageHtmlLink":"Test for existance of mutatorMethod with camalized and snake_case pro…"}},{"before":null,"after":"a29e9dc2a8734ee18420f24315ed1f887a19ba4b","ref":"refs/heads/property_info_underscore_fix","pushedAt":"2023-09-19T20:32:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"Camelize the property name in getMutatorMethod to be consistent with other methods","shortMessageHtmlLink":"Camelize the property name in getMutatorMethod to be consistent with …"}},{"before":"41b9d81292e59daa61aba5c08e9136f3fade1293","after":"41da7e8b1d270e65c838fd83207faf5712cbd9ae","ref":"refs/heads/master","pushedAt":"2023-09-19T18:24:43.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"minor #51693 Disable the dead code analysis in Psalm (stof)\n\nThis PR was merged into the 6.4 branch.\n\nDiscussion\n----------\n\nDisable the dead code analysis in Psalm\n\n| Q | A\n| ------------- | ---\n| Branch? | 5.4\n| Bug fix? | no\n| New feature? | no\n| Deprecations? | no\n| Tickets | n/a\n| License | MIT\n\nOur psalm analysis does not analyse tests or usages of Symfony in other projects, so it reports lots of methods as unused.\nFor most jobs, this does not report anything because of our dynamic baseline meant to report only new things, but it creates confusion when it finds new ones (like in https://github.com/symfony/symfony/actions/runs/6224332561)\n\n`findDeadCode` defaults to `false` in Psalm 5.x but our CI installs dev versions and does not restricts the version of Psalm that it installs so it already installs 6.x-dev (i.e. dev-master) where the default config for that is `true`.\nFinding dead code might be a good default for projects. But for libraries, it is not (at least if you don't also analyse the testsuite to discover usages of tested public APIs)\n\nCommits\n-------\n\n2658b38a2e Disable the dead code analysis in Psalm","shortMessageHtmlLink":"minor symfony#51693 Disable the dead code analysis in Psalm (stof)"}},{"before":"a28f5b2eee5b74474838a69648c28a75d992718d","after":"d4a701096401ff6eaab32cbc5428767205b1c220","ref":"refs/heads/4.4","pushedAt":"2023-09-19T18:24:27.000Z","pushType":"push","commitsCount":6685,"pusher":{"login":"jbtronics","name":"Jan Böhmer","path":"/jbtronics","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/5410681?s=80&v=4"},"commit":{"message":"[HttpClient] fix missing dep","shortMessageHtmlLink":"[HttpClient] fix missing dep"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADjAUxQwA","startCursor":null,"endCursor":null}},"title":"Activity · jbtronics/symfony"}