{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":575448294,"defaultBranch":"master","name":"symfony-doctrine-event-converter-bundle","ownerLogin":"dualmediaspzoo","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2022-12-07T14:36:35.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/119604803?v=4","public":true,"private":false,"isOrgOwned":true},"refInfo":{"name":"","listCacheKey":"v0:1726735064.0","currentOid":""},"activityList":{"items":[{"before":"d5b73fec8a588b4b70982cd7c58875c9fb735181","after":"259efc8e7732eba39be094cb39d4183a9ab22a48","ref":"refs/heads/master","pushedAt":"2024-09-19T08:37:11.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Prevent an infinite loop with afterFlush events (#19)\n\n* Prevent an infinite loop with afterFlush events\r\n\r\n* QC fix\r\n\r\n* QC fix\r\n\r\n---------\r\n\r\nCo-authored-by: Paweł Kąkol ","shortMessageHtmlLink":"Prevent an infinite loop with afterFlush events (#19)"}},{"before":"d8b5c14762499c4780ab79a7a7173855ebf25b4e","after":"55593bfe4cef7b890bceb3795a3aa4561950e8e9","ref":"refs/heads/fix/prevent-after-flush-event-loop","pushedAt":"2024-09-19T08:31:50.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"QC fix","shortMessageHtmlLink":"QC fix"}},{"before":"f49063d90e7f8252e0784a9029e756d988419e58","after":"d8b5c14762499c4780ab79a7a7173855ebf25b4e","ref":"refs/heads/fix/prevent-after-flush-event-loop","pushedAt":"2024-09-19T08:28:28.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"QC fix","shortMessageHtmlLink":"QC fix"}},{"before":null,"after":"f49063d90e7f8252e0784a9029e756d988419e58","ref":"refs/heads/fix/prevent-after-flush-event-loop","pushedAt":"2024-09-19T08:18:21.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Prevent an infinite loop with afterFlush events","shortMessageHtmlLink":"Prevent an infinite loop with afterFlush events"}},{"before":"f44f294319bf172d81d9e7e6fe67cb643ae8f1e5","after":"d5b73fec8a588b4b70982cd7c58875c9fb735181","ref":"refs/heads/master","pushedAt":"2024-04-22T12:26:40.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"59c3ffc1af6e1e4193b316ccb056fa13dc7b3c81","after":"f44f294319bf172d81d9e7e6fe67cb643ae8f1e5","ref":"refs/heads/master","pushedAt":"2024-04-22T07:42:59.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"3531f1828d7e37aea291b76d1933d02dc98eeb87","after":"59c3ffc1af6e1e4193b316ccb056fa13dc7b3c81","ref":"refs/heads/master","pushedAt":"2024-04-22T07:42:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update README.md","shortMessageHtmlLink":"Update README.md"}},{"before":"9f1c14ce1cfdd0c5e4925e0885916e232d1500f3","after":null,"ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-22T07:41:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"}},{"before":"271fcc25193db5e061ea5871a475e2bde1544f77","after":"3531f1828d7e37aea291b76d1933d02dc98eeb87","ref":"refs/heads/master","pushedAt":"2024-04-22T07:41:09.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Feature/service and testing update (#18)\n\n* Update packages, fix more stuff\r\n\r\n* Update more packages, re-add doctrine/common for ClassUtils\r\n\r\n* Update code style\r\n\r\n* Update PHPUnit config, services and more\r\n\r\n* Remove pure from abstract event\r\n\r\n* Add some more things\r\n\r\n* Use update instead of install to not respect lock (only for caching purposes)\r\n\r\n* Update dependency injection test package\r\n\r\n* Fix test?\r\n\r\n* Update more stuff\r\n\r\n* QC fix\r\n\r\n* QC fix\r\n\r\n* Move to newer service configuration for 5.4+ services\r\n\r\n* CS fix\r\n\r\n* Update kernel config\r\n\r\n* Update GH Actions\r\n\r\n* Prevent tests from running in parallel for some reason it breaks stuff\r\n\r\n* Fix composer caches?\r\n\r\n---------\r\n\r\nCo-authored-by: Paweł Kąkol ","shortMessageHtmlLink":"Feature/service and testing update (#18)"}},{"before":"421a7e0dcfd16c4ef2497a5b2f99050d6af2354a","after":"9f1c14ce1cfdd0c5e4925e0885916e232d1500f3","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T12:20:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Fix composer caches?","shortMessageHtmlLink":"Fix composer caches?"}},{"before":"299f4dad68f6ffa71b2570f5e38306c1ada6c1ed","after":"421a7e0dcfd16c4ef2497a5b2f99050d6af2354a","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T12:11:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Prevent tests from running in parallel for some reason it breaks stuff","shortMessageHtmlLink":"Prevent tests from running in parallel for some reason it breaks stuff"}},{"before":"f25ffbd49a497a4eb6f61e14f8cd006860126d18","after":"299f4dad68f6ffa71b2570f5e38306c1ada6c1ed","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T12:05:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update GH Actions","shortMessageHtmlLink":"Update GH Actions"}},{"before":"fd7e80bf2f5bb6f3d9875e73b40bec3013d685d5","after":"f25ffbd49a497a4eb6f61e14f8cd006860126d18","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T12:01:38.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update kernel config","shortMessageHtmlLink":"Update kernel config"}},{"before":"ff0c3d2b44143d6a0fc30d07aca5047eb8edafc2","after":"fd7e80bf2f5bb6f3d9875e73b40bec3013d685d5","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T11:58:27.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"CS fix","shortMessageHtmlLink":"CS fix"}},{"before":"c8b1b8c048316c6e96b4de882c8b7fbeab30e159","after":"ff0c3d2b44143d6a0fc30d07aca5047eb8edafc2","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T11:37:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Move to newer service configuration for 5.4+ services","shortMessageHtmlLink":"Move to newer service configuration for 5.4+ services"}},{"before":"86238ddc664010036552d0c186761e61056cd32f","after":"c8b1b8c048316c6e96b4de882c8b7fbeab30e159","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:41:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"QC fix","shortMessageHtmlLink":"QC fix"}},{"before":"8e30550f10d152f97cba4228cd2c7749f72fd76a","after":"86238ddc664010036552d0c186761e61056cd32f","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:39:18.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"QC fix","shortMessageHtmlLink":"QC fix"}},{"before":"bc41fd9e8427d5dc60039f0b47ec071b08d4c4db","after":"8e30550f10d152f97cba4228cd2c7749f72fd76a","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:34:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update more stuff","shortMessageHtmlLink":"Update more stuff"}},{"before":"b64f7adc4667a94a8cb1aea246e96fad49e841a3","after":"bc41fd9e8427d5dc60039f0b47ec071b08d4c4db","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:31:08.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Fix test?","shortMessageHtmlLink":"Fix test?"}},{"before":"672df747469d1a769d6476160de6f97cdfa78bb6","after":"b64f7adc4667a94a8cb1aea246e96fad49e841a3","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:27:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update dependency injection test package","shortMessageHtmlLink":"Update dependency injection test package"}},{"before":"9d55a4b97088bc1603f39e75e2af138b09bbe892","after":"672df747469d1a769d6476160de6f97cdfa78bb6","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:24:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Use update instead of install to not respect lock (only for caching purposes)","shortMessageHtmlLink":"Use update instead of install to not respect lock (only for caching p…"}},{"before":"ba3332c14587f6115442a065a99018ca9cfbb66f","after":"9d55a4b97088bc1603f39e75e2af138b09bbe892","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:21:26.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Add some more things","shortMessageHtmlLink":"Add some more things"}},{"before":"d34fa31bc89063c62e4d8e4e110a7f24305abf58","after":"ba3332c14587f6115442a065a99018ca9cfbb66f","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T10:10:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Remove pure from abstract event","shortMessageHtmlLink":"Remove pure from abstract event"}},{"before":"229e96e229d373ff985f6e01c069a2c124d705e5","after":"d34fa31bc89063c62e4d8e4e110a7f24305abf58","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T09:57:19.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update PHPUnit config, services and more","shortMessageHtmlLink":"Update PHPUnit config, services and more"}},{"before":"b643c23d19db6bd8cac5e764a1abbd8bbde5271a","after":"229e96e229d373ff985f6e01c069a2c124d705e5","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T07:31:07.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update code style","shortMessageHtmlLink":"Update code style"}},{"before":"d8031950ebfd4b2a6c7e1f09f4474e8a91f747dd","after":"b643c23d19db6bd8cac5e764a1abbd8bbde5271a","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T07:26:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update more packages, re-add doctrine/common for ClassUtils","shortMessageHtmlLink":"Update more packages, re-add doctrine/common for ClassUtils"}},{"before":null,"after":"d8031950ebfd4b2a6c7e1f09f4474e8a91f747dd","ref":"refs/heads/feature/service-and-testing-update","pushedAt":"2024-04-19T06:39:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Update packages, fix more stuff","shortMessageHtmlLink":"Update packages, fix more stuff"}},{"before":"0791d5f7a79592ff440afc5e4588d1ef90b03ec6","after":"271fcc25193db5e061ea5871a475e2bde1544f77","ref":"refs/heads/master","pushedAt":"2024-03-08T10:07:40.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"fix inaccessible array key (#17)","shortMessageHtmlLink":"fix inaccessible array key (#17)"}},{"before":"d0e22676263666440fc6c561c15bcaea313c21bb","after":null,"ref":"refs/heads/feature/annotation-final","pushedAt":"2023-09-14T09:41:49.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"}},{"before":"fb91bf064d35e5fccc4a038749c112d99bbd80b9","after":"0791d5f7a79592ff440afc5e4588d1ef90b03ec6","ref":"refs/heads/master","pushedAt":"2023-09-14T09:41:47.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"pkly","name":"Ly","path":"/pkly","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/17160364?s=80&v=4"},"commit":{"message":"Do not generate final classes, instead use @final (#16)\n\n* Do not generate final classes, instead use @final\r\n\r\n* cs fix","shortMessageHtmlLink":"Do not generate final classes, instead use @Final (#16)"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xOVQwODozNzoxMS4wMDAwMDBazwAAAAS6mPti","endCursor":"Y3Vyc29yOnYyOpK7MjAyMy0wOS0xNFQwOTo0MTo0Ny4wMDAwMDBazwAAAAOAb9Wv"}},"title":"Activity · dualmediaspzoo/symfony-doctrine-event-converter-bundle"}