{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":475195364,"defaultBranch":"main","name":"envoy","ownerLogin":"mpwarres","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-03-28T22:12:55.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/156047?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1650339111.31837","currentOid":""},"activityList":{"items":[{"before":"782bb0c102ffbd9880615526c54c00301a6f3f82","after":"56f88a1761c7076004d5500c8aca06c4a51fc4ec","ref":"refs/heads/main","pushedAt":"2023-12-18T23:09:11.000Z","pushType":"push","commitsCount":909,"pusher":{"login":"mpwarres","name":"Michael Warres","path":"/mpwarres","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156047?s=80&v=4"},"commit":{"message":"build: Remove decommissioned (in v5.x) bazel attribute (#31434)\n\nRemove decommissioned (in v5.x) bazel attribute\r\n\r\nSigned-off-by: Yan Avlasov ","shortMessageHtmlLink":"build: Remove decommissioned (in v5.x) bazel attribute (envoyproxy#31434"}},{"before":"ada39e8e5d59037b3d19f41dee3bc36af8546462","after":"782bb0c102ffbd9880615526c54c00301a6f3f82","ref":"refs/heads/main","pushedAt":"2023-09-17T19:01:15.000Z","pushType":"push","commitsCount":93,"pusher":{"login":"mpwarres","name":"Michael Warres","path":"/mpwarres","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156047?s=80&v=4"},"commit":{"message":"network: Fix incorrect int comparison with -Werror,-Wsign-compare (#29654)\n\nThe `mobile-release` workflow has been failing:\r\nhttps://github.com/envoyproxy/envoy/actions/runs/6162864940/job/16725227974#step:5:53.\r\nThis is due to a compiler error when the `-Werror` and `-Wsign-compare`\r\ncompilation options are turned on on certain platforms.\r\n\r\nOn certain platforms, socklen_t is an int instead of unsigned int,\r\nmaking the comparison with an integer of size_t (unsigned int) cause a\r\ncompilation failure.\r\n\r\nInstead of changing the `mobile-release` workflow to figure out the\r\nright compiler options to make the error go away, we fix the problem in\r\nthe code to ensure we are comparing integers of the same type (both are\r\nnow compared as unsigned ints).\r\n\r\nSigned-off-by: Ali Beyad ","shortMessageHtmlLink":"network: Fix incorrect int comparison with -Werror,-Wsign-compare (en…"}},{"before":"4806568974d114b2f1a63e559579c409e84b7aac","after":"ada39e8e5d59037b3d19f41dee3bc36af8546462","ref":"refs/heads/main","pushedAt":"2023-09-11T03:44:54.000Z","pushType":"push","commitsCount":202,"pusher":{"login":"mpwarres","name":"Michael Warres","path":"/mpwarres","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156047?s=80&v=4"},"commit":{"message":"fuzz: Resolve h1/h2 codec fuzz flakes by using cleanup hooks rather than static pods (#29522)\n\n #10281 introduced persistent fuzz state to avoid rebuilding complex test infrastructure between test methods, and improve fuzzing performance. However it introduced a static-init fiasco by statically initiailizing a non-pod, which has non-deterministic destruction order compared to other static-inits.\r\n\r\nThis causes flaky tests, particularly on ARM.\r\n\r\nThis PR adds a new mechanism to the fuzz-runner infrastructure to allow cleanup hooks to be established, that will be run after all test methods but before main() returns, in a deterministic, platform-independent order.\r\n\r\nAdditional Description: n/a\r\nRisk Level: low -- test only\r\nTesting: //test/integration/...\r\n\r\nSigned-off-by: Joshua Marantz ","shortMessageHtmlLink":"fuzz: Resolve h1/h2 codec fuzz flakes by using cleanup hooks rather t…"}},{"before":"d266941360e811eb34fc632d914211437e13f962","after":"4806568974d114b2f1a63e559579c409e84b7aac","ref":"refs/heads/main","pushedAt":"2023-08-21T14:11:43.000Z","pushType":"push","commitsCount":494,"pusher":{"login":"mpwarres","name":"Michael Warres","path":"/mpwarres","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156047?s=80&v=4"},"commit":{"message":"build(deps): bump golang from `bb4608b` to `02f350d` in /examples/shared/golang (#29153)\n\nbuild(deps): bump golang in /examples/shared/golang\r\n\r\nBumps golang from `bb4608b` to `02f350d`.\r\n\r\n---\r\nupdated-dependencies:\r\n- dependency-name: golang\r\n dependency-type: direct:production\r\n update-type: version-update:semver-patch\r\n...\r\n\r\nSigned-off-by: dependabot[bot] \r\nCo-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>","shortMessageHtmlLink":"build(deps): bump golang from bb4608b to 02f350d in /examples/sha…"}},{"before":"0e8899c90213b39d8f4a1a083d4fd31e9c2fe8c1","after":"d266941360e811eb34fc632d914211437e13f962","ref":"refs/heads/main","pushedAt":"2023-06-28T22:18:43.334Z","pushType":"push","commitsCount":7471,"pusher":{"login":"mpwarres","name":"Michael Warres","path":"/mpwarres","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156047?s=80&v=4"},"commit":{"message":"ci/tests: Disable flakey resource monitor test (#28174)\n\nSigned-off-by: Ryan Northey ","shortMessageHtmlLink":"ci/tests: Disable flakey resource monitor test (envoyproxy#28174)"}},{"before":"0e8899c90213b39d8f4a1a083d4fd31e9c2fe8c1","after":"d266941360e811eb34fc632d914211437e13f962","ref":"refs/heads/main","pushedAt":"2023-06-28T22:18:43.000Z","pushType":"push","commitsCount":7471,"pusher":{"login":"mpwarres","name":"Michael Warres","path":"/mpwarres","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/156047?s=80&v=4"},"commit":{"message":"ci/tests: Disable flakey resource monitor test (#28174)\n\nSigned-off-by: Ryan Northey ","shortMessageHtmlLink":"ci/tests: Disable flakey resource monitor test (envoyproxy#28174)"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADzVMhDgA","startCursor":null,"endCursor":null}},"title":"Activity · mpwarres/envoy"}