{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":3110118,"defaultBranch":"master","name":"symfony","ownerLogin":"tarjei","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2012-01-05T13:04:49.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/211263?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1698144042.0","currentOid":""},"activityList":{"items":[{"before":"12fab44c9a8f320947d9c49c708f7017a1e9a6d6","after":"776e650e3fc4ea268dde3fcd24017d57e7a97746","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2024-05-12T18:21:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Move mock_ options out of default_options and update tests accordingly","shortMessageHtmlLink":"Move mock_ options out of default_options and update tests accordingly"}},{"before":"8b433952c2ea9b691b8a77924427d6c8d29f93a4","after":"12fab44c9a8f320947d9c49c708f7017a1e9a6d6","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2024-05-10T10:22:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Fix test","shortMessageHtmlLink":"Fix test"}},{"before":"5fd1b3212885808b3ebdc71810d92581ec798d3c","after":"8b433952c2ea9b691b8a77924427d6c8d29f93a4","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2024-05-10T10:11:03.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Improve testcoverage and add mock_client boolean parameter.\n\nAlso: If you mock the default client then this choice becomes the\ndefault for scoped clients","shortMessageHtmlLink":"Improve testcoverage and add mock_client boolean parameter."}},{"before":"0e53491969fadeeb13c74568b7b7b931187dcc6b","after":"5fd1b3212885808b3ebdc71810d92581ec798d3c","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2024-04-12T12:54:01.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Configure mockclient if mock_response_factory has been set on a scoped client.\n\nThis makes it possible to use different mock response factories on different services and also to easily test services that uses http client endpoints.\n\nIt also generates an extra test service http_client.mock_client.$name that can be used to configure the MockHttpClient instance if you want to inject a different responsefactory.\n\nWe also change the framework.http_client.mock_client_factory attribute to allow for a boolean\nso you can just mock without injecting a responsefactory in the service setup.","shortMessageHtmlLink":"Configure mockclient if mock_response_factory has been set on a scope…"}},{"before":"182182c0e3ad0e76f9b7e4da471d97d46fe8743a","after":"0e53491969fadeeb13c74568b7b7b931187dcc6b","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2024-04-12T12:40:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Configure mockclient if mock_response_factory has been set on a scoped client.\n\nThis makes it possible to use different mock response factories on different services and also to easily test services that uses http client endpoints.\n\nIt also generates an extra test service http_client.mock_client.$name that can be used to configure the MockHttpClient instance if you want to inject a different responsefactory.\n\nWe also change the framework.http_client.mock_client_factory attribute to allow for a boolean\nso you can just mock without injecting a responsefactory in the service setup.","shortMessageHtmlLink":"Configure mockclient if mock_response_factory has been set on a scope…"}},{"before":"fafbbfac181fda0850548317f342da354cf9bbf2","after":"9b323c6866078f1bc761d7cc34297c41815108d3","ref":"refs/heads/master","pushedAt":"2024-04-12T12:36:38.000Z","pushType":"push","commitsCount":2974,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"minor #54540 [TwigBundle] re-allow Twig bridge 6.4 and 7.0 (xabbuh)\n\nThis PR was merged into the 7.1 branch.\n\nDiscussion\n----------\n\n[TwigBundle] re-allow Twig bridge 6.4 and 7.0\n\n| Q | A\n| ------------- | ---\n| Branch? | 7.1\n| Bug fix? | no\n| New feature? | no\n| Deprecations? | no\n| Issues |\n| License | MIT\n\nThe change was not necessary in #54432.\n\nCommits\n-------\n\n40d2155cff re-allow Twig bridge 6.4 and 7.0","shortMessageHtmlLink":"minor symfony#54540 [TwigBundle] re-allow Twig bridge 6.4 and 7.0 (xa…"}},{"before":"a045ef5955bf6d81ebd32a29fca50e4ad75b7e95","after":"182182c0e3ad0e76f9b7e4da471d97d46fe8743a","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2023-11-06T08:32:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Configure mockclient if mock_response_factory has been set on a scoped client.\n\nThis makes it possible to use different mock response factories on different services and also to easily test services that uses http client endpoints.\n\nIt also generates an extra test service http_client.mock_client.$name that can be used to configure the MockHttpClient instance if you want to inject a different responsefactory.\n\nWe also change the framework.http_client.mock_client_factory attribute to allow for a boolean\nso you can just mock without injecting a responsefactory in the service setup.","shortMessageHtmlLink":"Configure mockclient if mock_response_factory has been set on a scope…"}},{"before":"5091cc665c9193ee62bea4b76a707fe4eff75221","after":"a045ef5955bf6d81ebd32a29fca50e4ad75b7e95","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2023-11-06T08:23:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Configure mockclient if mock_response_factory has been set on a scoped client.\n\nThis makes it possible to use different mock response factories on different services and also to easily test services that uses http client endpoints.\n\nIt also generates an extra test service http_client.mock_client.$name that can be used to configure the MockHttpClient instance if you want to inject a different responsefactory.\n\nWe also change the framework.http_client.mock_client_factory attribute to allow for a boolean\nso you can just mock without injecting a responsefactory in the service setup.","shortMessageHtmlLink":"Configure mockclient if mock_response_factory has been set on a scope…"}},{"before":"09ce17ef66ad4be8f670281167655988ca56cd0b","after":"5091cc665c9193ee62bea4b76a707fe4eff75221","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2023-10-24T10:46:02.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Configure mockclient if mock_response_factory has been set on a scoped client.\n\nThis makes it possible to use different mock response factories on different services and also to easily test services that uses http client endpoints.\n\nIt also generates an extra test service http_client.mock_client.$name that can be used to configure the MockHttpClient instance if you want to inject a different responsefactory.","shortMessageHtmlLink":"Configure mockclient if mock_response_factory has been set on a scope…"}},{"before":null,"after":"09ce17ef66ad4be8f670281167655988ca56cd0b","ref":"refs/heads/52257_http_client_mocks","pushedAt":"2023-10-24T10:40:42.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"Configure mockclient if mock_response_factory has been set on a scoped client.\n\nThis makes it possible to use different mock response factories on different services and also to easily test services that uses http client endpoints.\n\nIt also generates an extra test service http_client.mock_client.$name that can be used to configure the MockHttpClient instance if you want to inject a different responsefactory.","shortMessageHtmlLink":"Configure mockclient if mock_response_factory has been set on a scope…"}},{"before":"54a8b5878525ebcadc97f2f900be3b5c15da58ed","after":"fafbbfac181fda0850548317f342da354cf9bbf2","ref":"refs/heads/master","pushedAt":"2023-10-24T07:56:13.000Z","pushType":"push","commitsCount":10000,"pusher":{"login":"tarjei","name":"Tarjei Huse","path":"/tarjei","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/211263?s=80&v=4"},"commit":{"message":"bug #52234  add return type hints to EntityFactory (xabbuh)\n\nThis PR was merged into the 6.4 branch.\n\nDiscussion\n----------\n\n add return type hints to EntityFactory\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\nsee https://github.com/EasyCorp/EasyAdminBundle/actions/runs/6603120076/job/17935909075\n\nCommits\n-------\n\n3ceed6380a7 add return type hints to EntityFactory","shortMessageHtmlLink":"bug symfony#52234  add return type hints to EntityFactory (xabbuh)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAER8matAA","startCursor":null,"endCursor":null}},"title":"Activity · tarjei/symfony"}