{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":644515751,"defaultBranch":"main","name":"eventing","ownerLogin":"Leo6Leo","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-05-23T17:20:07.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/36619969?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1715364635.0","currentOid":""},"activityList":{"items":[{"before":"fcf9916865336bb15d2ebfd8c5104e2549f3bc55","after":"606578c5a62285f23b573c06b6d7195a4861f6dc","ref":"refs/heads/default-broker-class","pushedAt":"2024-05-10T21:47:20.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix: fix the failing tests\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"fix: fix the failing tests"}},{"before":"5f6d6152d22a76ec434d26194c5c30f916568cc3","after":"fcf9916865336bb15d2ebfd8c5104e2549f3bc55","ref":"refs/heads/default-broker-class","pushedAt":"2024-05-10T21:22:34.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"feat: adding some temporary test cases for testing purposes\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"feat: adding some temporary test cases for testing purposes"}},{"before":"72585c927f84e1519e20c1438cdf94a35fdccd33","after":"6108dec3d5db9e2a912a0bbf99a8026a3e9048a8","ref":"refs/heads/fix-install-script","pushedAt":"2024-05-10T18:12:52.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix: uname -m gives x86_64 for the arch, but ko requires amd64. So do a name mapping","shortMessageHtmlLink":"fix: uname -m gives x86_64 for the arch, but ko requires amd64. So do…"}},{"before":"599c5483c383a449beaf63a2aacab35182b7763f","after":"72585c927f84e1519e20c1438cdf94a35fdccd33","ref":"refs/heads/fix-install-script","pushedAt":"2024-05-10T18:10:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"CrossNamespace: Control Plane Changes for Subscription (#7882)\n\n* subscription changes\n\n* updated checking logic\n\n* added more changes to subscription\n\n* added unit test\n\n* cleaned up print statements\n\n* added more changes to subscription\n\n* subscription unit test\n\n* cleaned up commented out lines\n\n* added a few changes\n\n* error message change\n\n* creating role and rolebinding\n\n* uncommented other tests\n\n* cleaned up print statements\n\n* client change\n\n* changed from user to service account\n\n* used correct resource\n\n* updating targetGroup\n\n* new testing code\n\n* print statements cleanup\n\n* print statements cleanup\n\n* print statements cleanup\n\n* skip namespace validation\n\n* cleaned up code\n\n* linting\n\n* linting\n\n* linting\n\n* linting\n\n* Update pkg/reconciler/testing/v1/rolebinding.go\n\nCo-authored-by: Calum Murray \n\n* Update pkg/reconciler/testing/v1/roles.go\n\nCo-authored-by: Calum Murray \n\n* Update pkg/reconciler/testing/v1/serviceaccount.go\n\nCo-authored-by: Calum Murray \n\n* Update pkg/crossnamespace/validation.go\n\nCo-authored-by: Calum Murray \n\n* Update pkg/crossnamespace/validation.go\n\nCo-authored-by: Calum Murray \n\n* updated error message\n\n* updated groups\n\n---------\n\nCo-authored-by: Calum Murray ","shortMessageHtmlLink":"CrossNamespace: Control Plane Changes for Subscription (knative#7882)"}},{"before":null,"after":"599c5483c383a449beaf63a2aacab35182b7763f","ref":"refs/heads/fix-install-script","pushedAt":"2024-05-10T18:10:35.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Assert EventTypes references for IMC test (#7899)\n\n* Assert EventTypes references for IMC and ContainerSource test\n\n* Do not use ID as the attribute to match the event\n\nThe id is different for each event when using container source. Use just\nthe type, like other tests for container source.\n\n* Fix type\n\n* Remove test for ContainerSource EventType creation\n\nIt is not supported.","shortMessageHtmlLink":"Assert EventTypes references for IMC test (knative#7899)"}},{"before":"b5a686381e08c5f357c350ca6bb0cff40808e9ec","after":"5f6d6152d22a76ec434d26194c5c30f916568cc3","ref":"refs/heads/default-broker-class","pushedAt":"2024-05-10T17:41:10.000Z","pushType":"push","commitsCount":91,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Merge remote-tracking branch 'origin/main' into default-broker-class","shortMessageHtmlLink":"Merge remote-tracking branch 'origin/main' into default-broker-class"}},{"before":"50fc193b954e1234523a1e3ef5e1ee684b5441b2","after":"385b5ae6d6407647c2d31dad1c854d447491194b","ref":"refs/heads/map-subscription-to-graph-edges","pushedAt":"2024-05-10T17:24:24.000Z","pushType":"push","commitsCount":19,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix: find the problem and correct the unit tests\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"fix: find the problem and correct the unit tests"}},{"before":"217f7a3049539b151887a07a565d2d689c2800fd","after":"599c5483c383a449beaf63a2aacab35182b7763f","ref":"refs/heads/main","pushedAt":"2024-05-10T14:59:14.000Z","pushType":"push","commitsCount":16,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Assert EventTypes references for IMC test (#7899)\n\n* Assert EventTypes references for IMC and ContainerSource test\n\n* Do not use ID as the attribute to match the event\n\nThe id is different for each event when using container source. Use just\nthe type, like other tests for container source.\n\n* Fix type\n\n* Remove test for ContainerSource EventType creation\n\nIt is not supported.","shortMessageHtmlLink":"Assert EventTypes references for IMC test (knative#7899)"}},{"before":"4fa1eda143eccb656ab755044e0e9c7cc1e7e044","after":"50fc193b954e1234523a1e3ef5e1ee684b5441b2","ref":"refs/heads/map-subscription-to-graph-edges","pushedAt":"2024-05-08T18:12:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix: the new edge should be from subscriber to the reply\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"fix: the new edge should be from subscriber to the reply"}},{"before":"3d25beb9d2af0411f2f36d015ae42229bc3969a2","after":"4fa1eda143eccb656ab755044e0e9c7cc1e7e044","ref":"refs/heads/map-subscription-to-graph-edges","pushedAt":"2024-05-01T13:56:09.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix: Update the unit test to pass in the apiversion to the subscription and channel\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"fix: Update the unit test to pass in the apiversion to the subscripti…"}},{"before":"659d450045e7650011406fc2a9694569bd746daf","after":"3d25beb9d2af0411f2f36d015ae42229bc3969a2","ref":"refs/heads/map-subscription-to-graph-edges","pushedAt":"2024-04-29T18:15:24.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix: mistakenly changed the name, now change it back\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"fix: mistakenly changed the name, now change it back"}},{"before":null,"after":"659d450045e7650011406fc2a9694569bd746daf","ref":"refs/heads/map-subscription-to-graph-edges","pushedAt":"2024-04-29T18:09:17.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"feat: add the unit test for addSubscription\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"feat: add the unit test for addSubscription"}},{"before":"4a3f65d9ca5781439240ed5808bfa40932e592f3","after":"217f7a3049539b151887a07a565d2d689c2800fd","ref":"refs/heads/main","pushedAt":"2024-04-29T14:25:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Create validation function for cross namespace referencing (#7812)\n\n* added validation\n\n* commented out struct\n\n* updated interface\n\n* deleted unnecessary comments\n\n* updated contents of the interface\n\n* changed some names\n\n* Added checks for validating channel\n\n* Updated error details\n\n* Commented out unused variables\n\n* aded GetCrossNamespaceRef() for subscription\n\n* fixed type error\n\n* added validation checks\n\n* added condition for setting namespace\n\n* added GetCrossNamespaceRef for triggers\n\n* added validation for triggers\n\n* updated trigger and subscription types\n\n* got rid of unnecessary flag check\n\n* fixed subscription type\n\n* fixed types and validation\n\n* added license\n\n* added nil check; empty kreference will be returned\n\n* comments cleanup\n\n* added function comment\n\n* comments cleanup\n\n* description update\n\n* linting fix\n\n* linting fix\n\n* unit test for subscription validation\n\n* updated channel namespace for unit test\n\n* Update pkg/crossnamespace/validation.go\n\nCo-authored-by: Calum Murray \n\n* added conditional check in checknamespace\n\n* moved comment\n\n* unit test error fix\n\n* unit test error fix\n\n* unit test\n\n* unit test fix\n\n* updated error messages\n\n* trigger validation and unit tests\n\n* updated validation logic\n\n* new unit test\n\n* comment cleanup\n\n---------\n\nCo-authored-by: Pierangelo Di Pilato \nCo-authored-by: Calum Murray ","shortMessageHtmlLink":"Create validation function for cross namespace referencing (knative#7812"}},{"before":"6f944bf4c7a98321d84ab3a52b1513a4caadf30d","after":"4a3f65d9ca5781439240ed5808bfa40932e592f3","ref":"refs/heads/main","pushedAt":"2024-04-26T13:45:56.000Z","pushType":"push","commitsCount":38,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"[main] Update community files (#7876)\n\nUpdate community files\n\nSigned-off-by: Knative Automation ","shortMessageHtmlLink":"[main] Update community files (knative#7876)"}},{"before":"95996a0d66219e27694d88fd8e69b49c6986bc66","after":"6f944bf4c7a98321d84ab3a52b1513a4caadf30d","ref":"refs/heads/main","pushedAt":"2024-03-08T20:05:27.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (#7750)\n\n:dizzy: Bump just go-jose to latest\n\nSigned-off-by: Matthias Wessendorf ","shortMessageHtmlLink":"Bump github.com/go-jose/go-jose/v3 from 3.0.1 to 3.0.3 (knative#7750)"}},{"before":"7b9baf945c8901236b480712f3c8894a6fe86ee6","after":"87a2ea9ac8b58f2f0a8d20440a7c1a0ecec5966e","ref":"refs/heads/fix-naming-convention","pushedAt":"2024-03-06T15:56:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"fix the failing unit tests\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"fix the failing unit tests"}},{"before":"9da88af27099c5f0477fe01411b841e3135ebc85","after":"7b9baf945c8901236b480712f3c8894a6fe86ee6","ref":"refs/heads/fix-naming-convention","pushedAt":"2024-03-05T21:07:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Fix the naming convention in the config-features.yaml, to prevent error in yq when yaml parsing happens\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"Fix the naming convention in the config-features.yaml, to prevent err…"}},{"before":null,"after":"9da88af27099c5f0477fe01411b841e3135ebc85","ref":"refs/heads/fix-naming-convention","pushedAt":"2024-03-05T21:04:29.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Fix the naming convention in the config-features.yaml, to prevent error in yq when yaml parsing happens\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"Fix the naming convention in the config-features.yaml, to prevent err…"}},{"before":"1a9b0daf82afd23b889f73831b9048d0c6bc15b3","after":"95996a0d66219e27694d88fd8e69b49c6986bc66","ref":"refs/heads/main","pushedAt":"2024-03-05T20:59:49.000Z","pushType":"push","commitsCount":4,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"feat: brokers can be added to event lineage graph (#7731)\n\n* feat: brokers can be added to event lineage graph\n\nSigned-off-by: Calum Murray \n\n* cleanup: fix imports\n\nSigned-off-by: Calum Murray \n\n---------\n\nSigned-off-by: Calum Murray ","shortMessageHtmlLink":"feat: brokers can be added to event lineage graph (knative#7731)"}},{"before":"1160b459345e652e41f3d7480b3ece0a085c8e26","after":"1a9b0daf82afd23b889f73831b9048d0c6bc15b3","ref":"refs/heads/main","pushedAt":"2024-03-04T00:17:39.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Revert \"Run Prow tests on K8s 1.28 (#7714)\" (#7735)\n\nThis reverts commit fcadaaa335b161e443759af36cded525de5e03dc.","shortMessageHtmlLink":"Revert \"Run Prow tests on K8s 1.28 (knative#7714)\" (knative#7735)"}},{"before":"97e91c540b0cfa73129aaade578c6dc343b14f3a","after":"1160b459345e652e41f3d7480b3ece0a085c8e26","ref":"refs/heads/main","pushedAt":"2024-02-27T14:17:54.000Z","pushType":"push","commitsCount":12,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Remove assumption on default namespace for EventType reference (#7724)\n\n* Remove assumption on default namespace for EventType reference\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Add and fix tests\n\nSigned-off-by: Pierangelo Di Pilato \n\n* Update pkg/reconciler/source/duck/duck_test.go\n\nCo-authored-by: Calum Murray \n\n* Update pkg/reconciler/source/duck/duck_test.go\n\nCo-authored-by: Calum Murray \n\n---------\n\nSigned-off-by: Pierangelo Di Pilato \nCo-authored-by: Calum Murray ","shortMessageHtmlLink":"Remove assumption on default namespace for EventType reference (knati…"}},{"before":"bcb6100bdf095661a9d6c0ecdc33a9894229d02f","after":"97e91c540b0cfa73129aaade578c6dc343b14f3a","ref":"refs/heads/main","pushedAt":"2024-02-15T04:12:21.000Z","pushType":"push","commitsCount":7,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"[main] Update community files (#7675)\n\nUpdate community files\n\nSigned-off-by: Knative Automation ","shortMessageHtmlLink":"[main] Update community files (knative#7675)"}},{"before":"f6024571783d0ebe937951f4c264ed13082826f6","after":"b5a686381e08c5f357c350ca6bb0cff40808e9ec","ref":"refs/heads/default-broker-class","pushedAt":"2024-02-09T07:15:46.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Fixed the build error\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"Fixed the build error"}},{"before":"28c30e60e5bf2b38ad43af446fd71303d1cb383c","after":"f6024571783d0ebe937951f4c264ed13082826f6","ref":"refs/heads/default-broker-class","pushedAt":"2024-02-09T07:14:22.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Check if the brokerClassName is the default broker class for the whole cluster\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"Check if the brokerClassName is the default broker class for the whol…"}},{"before":"c678829a3a995cb26c1fb971073f76a3a8a4c2ea","after":"28c30e60e5bf2b38ad43af446fd71303d1cb383c","ref":"refs/heads/default-broker-class","pushedAt":"2024-02-09T06:40:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Update pkg/apis/config/defaults.go\n\nCo-authored-by: Christoph Stäbler ","shortMessageHtmlLink":"Update pkg/apis/config/defaults.go"}},{"before":"d0a166081ae657a2e1a5fb8f91cf4abed6ccab63","after":"c678829a3a995cb26c1fb971073f76a3a8a4c2ea","ref":"refs/heads/default-broker-class","pushedAt":"2024-02-09T06:37:07.000Z","pushType":"push","commitsCount":6,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Merge branch 'main' into default-broker-class","shortMessageHtmlLink":"Merge branch 'main' into default-broker-class"}},{"before":"5500beda659a399533d0d108757d68e62e6fe7b8","after":"bcb6100bdf095661a9d6c0ecdc33a9894229d02f","ref":"refs/heads/main","pushedAt":"2024-02-09T06:36:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"e2e: nodeselector in apiserversauce (#7627)\n\n* e2e: nodeselector in apiserversauce\n\nSigned-off-by: sadath-12 \n\n* shifted apiserversauce tests to test/rekt\n\nSigned-off-by: sadath-12 \n\n* minor adjs\n\nSigned-off-by: sadath-12 \n\n* minor adjs\n\nSigned-off-by: sadath-12 \n\n* minor adjs\n\nSigned-off-by: sadath-12 \n\n* minor fixes\n\nSigned-off-by: sadath-12 \n\n* configmap lint\n\nSigned-off-by: sadath-12 \n\n* correct ns\n\nSigned-off-by: sadath-12 \n\n* space fix\n\nSigned-off-by: sadath-12 \n\n* code reorder\n\nSigned-off-by: sadath-12 \n\n* migrate fail to fatal\n\nSigned-off-by: sadath-12 \n\n* minor adjs\n\nSigned-off-by: sadath-12 \n\n* changed the tests\n\nSigned-off-by: sadath-12 \n\n* restructure\n\nSigned-off-by: sadath-12 \n\n* fixlint\n\nSigned-off-by: sadath-12 \n\n* correct format\n\nSigned-off-by: sadath-12 \n\n* correct source\n\nSigned-off-by: sadath-12 \n\n* minor fixes\n\nSigned-off-by: sadath-12 \n\n* test steps reorder\n\nSigned-off-by: sadath-12 \n\n* reset resources\n\nSigned-off-by: sadath-12 \n\n* list node by labels\n\nSigned-off-by: sadath-12 \n\n* minor adjs\n\nSigned-off-by: sadath-12 \n\n---------\n\nSigned-off-by: sadath-12 ","shortMessageHtmlLink":"e2e: nodeselector in apiserversauce (knative#7627)"}},{"before":"96863bade6e236f0bf2c0d2b257df1136314cd04","after":"5500beda659a399533d0d108757d68e62e6fe7b8","ref":"refs/heads/main","pushedAt":"2024-02-07T20:29:29.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Cache statefulset scale update/get requests (#7651)\n\n* cache statefulset scale updates\n\nSigned-off-by: Calum Murray \n\n* fix: unit tests compile again\n\nSigned-off-by: Calum Murray \n\n* fix: the scale cache is now concurrency safe\n\nSigned-off-by: Calum Murray \n\n* address review comments\n\nSigned-off-by: Calum Murray \n\n---------\n\nSigned-off-by: Calum Murray ","shortMessageHtmlLink":"Cache statefulset scale update/get requests (knative#7651)"}},{"before":"3813fa678306b877985943a5a500204b2a9464b0","after":"d0a166081ae657a2e1a5fb8f91cf4abed6ccab63","ref":"refs/heads/default-broker-class","pushedAt":"2024-02-07T06:24:34.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Fix the review comments\n\nSigned-off-by: Leo Li ","shortMessageHtmlLink":"Fix the review comments"}},{"before":"4a2da5f67fb9bba297c42abf3ac0b96f0a791536","after":"3813fa678306b877985943a5a500204b2a9464b0","ref":"refs/heads/default-broker-class","pushedAt":"2024-02-07T06:23:45.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"Leo6Leo","name":"Leo Li","path":"/Leo6Leo","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/36619969?s=80&v=4"},"commit":{"message":"Merge branch 'main' into default-broker-class","shortMessageHtmlLink":"Merge branch 'main' into default-broker-class"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAERvQPSwA","startCursor":null,"endCursor":null}},"title":"Activity · Leo6Leo/eventing"}