{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":243809042,"defaultBranch":"master","name":"eventing","ownerLogin":"pierDipi","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-02-28T16:40:39.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/33736985?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1727337779.0","currentOid":""},"activityList":{"items":[{"before":"c7680af570ce8dd5975431cf763865787041128a","after":"a6a40978b6c25c20e94100779d6ebc417b52cd48","ref":"refs/heads/istio-inject-label","pushedAt":"2024-09-26T09:06:45.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Add Istio inject label\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Add Istio inject label"}},{"before":"fdb5b68cb09029ed9998b5ca370c524cde1b5384","after":"c7680af570ce8dd5975431cf763865787041128a","ref":"refs/heads/istio-inject-label","pushedAt":"2024-09-26T09:00:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Add Istio inject label\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Add Istio inject label"}},{"before":null,"after":"fdb5b68cb09029ed9998b5ca370c524cde1b5384","ref":"refs/heads/istio-inject-label","pushedAt":"2024-09-26T08:02:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Add Istio inject label\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Add Istio inject label"}},{"before":null,"after":"910fbb5160c55adbc21672af797ccfeae6e4a290","ref":"refs/heads/upgrade-deps-v1.15-rekt","pushedAt":"2024-09-24T12:23:03.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Upgrade reconciler-test to 1.15\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Upgrade reconciler-test to 1.15"}},{"before":"03fd6aedbfda5e4506b005f225141c58fb7f9eb0","after":null,"ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-24T05:58:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"}},{"before":"e3f4cf10b0a92962dc242399d9560911088e520e","after":null,"ref":"refs/heads/cp-d69b8b46e-641cbb7df-1.15","pushedAt":"2024-09-23T15:14:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"}},{"before":null,"after":"3060ca83744db39b3467955d0c8ab628f64cb5ed","ref":"refs/heads/cp-d69b8b46e-641cbb7df-1.14","pushedAt":"2024-09-23T14:12:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time (#8200)\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time (knative#8200)"}},{"before":null,"after":"e3f4cf10b0a92962dc242399d9560911088e520e","ref":"refs/heads/cp-d69b8b46e-641cbb7df-1.15","pushedAt":"2024-09-23T14:09:39.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time (#8200)\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time (knative#8200)"}},{"before":"a64478fc60cc816e8339776ddafe56cf52e72220","after":"03fd6aedbfda5e4506b005f225141c58fb7f9eb0","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T11:26:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":"0a65cf8815910b7039860d22c6b7ede66b3f1727","after":"a64478fc60cc816e8339776ddafe56cf52e72220","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T11:25:40.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":"c1353d8550bec8a01ba5aa31611eb93ea5cc4562","after":"0a65cf8815910b7039860d22c6b7ede66b3f1727","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T11:25:26.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":"edb55051af347eca9760dea8f1c67bd2d7cba2a7","after":"c1353d8550bec8a01ba5aa31611eb93ea5cc4562","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T11:24:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":"693e8eec06c909a386ae77ac7edd458851f722d0","after":"edb55051af347eca9760dea8f1c67bd2d7cba2a7","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T11:16:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":"2192f77c0ef35efb029638633fef440e3eee70e9","after":"693e8eec06c909a386ae77ac7edd458851f722d0","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T10:56:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":null,"after":"2192f77c0ef35efb029638633fef440e3eee70e9","ref":"refs/heads/scheduler-remove-wait-better-logging","pushedAt":"2024-09-23T10:52:44.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove scheduler `wait`s to speed up recovery time\n\nCurrently, the scheduler and autoscaler are single threads and use\na lock to prevent multiple scheduling and autoscaling decision\nfrom happening in parallel; this is not a problem for our use\ncases, however, the multiple `wait` currently present are slowing\ndown recovery time.\n\nFrom my testing, if I delete and recreate the Kafka control plane\nand data plane, without this patch it takes 1h to recover when there\nare 400 triggers or 20 minutes when there are 100 triggers; with the\npatch it is immediate (only a 2/3 minutes with 400 triggers).\n\n- Remove `wait`s from state builder and autoscaler\n- Add additional debug logs\n- Use logger provided through the context as opposed to gloabal loggers\n in each individual component to preserve `knative/pkg` resource aware\n log keys.\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove scheduler waits to speed up recovery time"}},{"before":"adb7bb26305734fb9b8978c2e64b0fdcbcae9234","after":"91c322adc23e04766b0c14391bbb2b8c7e81feb0","ref":"refs/heads/hermetic-builds","pushedAt":"2024-09-09T07:54:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"tzdata is part of the ubi8-minimal image\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"tzdata is part of the ubi8-minimal image"}},{"before":"09dfc55dc703fd0d1b952fde622979699cd860e9","after":"adb7bb26305734fb9b8978c2e64b0fdcbcae9234","ref":"refs/heads/hermetic-builds","pushedAt":"2024-09-06T11:28:52.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove unrelated pipelines\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove unrelated pipelines"}},{"before":null,"after":"09dfc55dc703fd0d1b952fde622979699cd860e9","ref":"refs/heads/hermetic-builds","pushedAt":"2024-09-06T11:22:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Remove unrelated pipelines\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Remove unrelated pipelines"}},{"before":null,"after":"20a5f42c6cea661e8004eaf0e39d1590bf079e48","ref":"refs/heads/cp-07d379056bd898134b8b5021e66590cea0f16397-v1.15","pushedAt":"2024-09-03T08:01:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"SinkBinding wrongly enqueues namespaces (#8184)\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"SinkBinding wrongly enqueues namespaces (knative#8184)"}},{"before":null,"after":"cd0bda8909ff3e021985b796180f4c8263a55af6","ref":"refs/heads/cp-07d379056bd898134b8b5021e66590cea0f16397-v1.14","pushedAt":"2024-09-03T08:00:38.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"SinkBinding wrongly enqueues namespaces (#8184)\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"SinkBinding wrongly enqueues namespaces (knative#8184)"}},{"before":null,"after":"a37c07125d7ba16a4ea6835c804c6145939b10e7","ref":"refs/heads/reconcile-sb-instead-of-ns","pushedAt":"2024-09-02T12:32:06.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"SinkBinding wrongly enqueues namespaces\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"SinkBinding wrongly enqueues namespaces"}},{"before":null,"after":"5358a2ab14051885435dc9884c6f0e52fa6f2bb8","ref":"refs/heads/migrate-to-kubecodegen","pushedAt":"2024-08-29T15:29:15.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Migrate to kube_codegen.sh\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Migrate to kube_codegen.sh"}},{"before":"775f379c6b6e937ef54ac8cb30813afaccd817bc","after":"22bfaa95215c48e80f0c090d2e69b369b8c7ad22","ref":"refs/heads/improve-scheduler-memory-usage","pushedAt":"2024-08-09T11:08:32.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Update codegen\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Update codegen"}},{"before":"c3d3b78a0326f532b752f69e2a774dbee426e123","after":"775f379c6b6e937ef54ac8cb30813afaccd817bc","ref":"refs/heads/improve-scheduler-memory-usage","pushedAt":"2024-08-09T09:34:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Update codegen\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Update codegen"}},{"before":"4b17f6135f0e2f0db47dd22fb0d11341cd597cf0","after":"c3d3b78a0326f532b752f69e2a774dbee426e123","ref":"refs/heads/improve-scheduler-memory-usage","pushedAt":"2024-08-09T09:22:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Improve scheduler memory usage\n\n- Create a namespaced-scoped statefulset lister instead of being\n cluster-wide\n- Accept a PodLister rather than creating a cluster-wide one\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Improve scheduler memory usage"}},{"before":null,"after":"4b17f6135f0e2f0db47dd22fb0d11341cd597cf0","ref":"refs/heads/improve-scheduler-memory-usage","pushedAt":"2024-08-09T08:38:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Improve scheduler memory usage\n\n- Create a namespaced-scoped statefulset lister instead of being\n cluster-wide\n- Accept a PodLister rather than creating a cluster-wide one\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Improve scheduler memory usage"}},{"before":"21371b24c4ae1fb99cba1ef83c5e040be09c0c7a","after":"f92a22e38d9fdfb936dd3fb3607972d1e1dedccd","ref":"refs/heads/test-prefetch-desp-tekton-build","pushedAt":"2024-08-08T09:49:09.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Use clone repo SOURCE_ARTIFACT results\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Use clone repo SOURCE_ARTIFACT results"}},{"before":"ae95d683a3752c7003058c3a58dab000eda5a7a5","after":"21371b24c4ae1fb99cba1ef83c5e040be09c0c7a","ref":"refs/heads/test-prefetch-desp-tekton-build","pushedAt":"2024-08-08T09:47:36.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Use clone repo SOURCE_ARTIFACT results\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Use clone repo SOURCE_ARTIFACT results"}},{"before":"5ec693d63f5b40ef3145a0299e522e56518d792a","after":"ae95d683a3752c7003058c3a58dab000eda5a7a5","ref":"refs/heads/test-prefetch-desp-tekton-build","pushedAt":"2024-08-08T09:15:01.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Add toolchain\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Add toolchain"}},{"before":"d980fd75d6179787db2e9cd8f85d40cbd819f34d","after":"5ec693d63f5b40ef3145a0299e522e56518d792a","ref":"refs/heads/test-prefetch-desp-tekton-build","pushedAt":"2024-08-08T08:18:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"pierDipi","name":"Pierangelo Di Pilato","path":"/pierDipi","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/33736985?s=80&v=4"},"commit":{"message":"Enable prefetch-deps gomod\n\nSigned-off-by: Pierangelo Di Pilato ","shortMessageHtmlLink":"Enable prefetch-deps gomod"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0yNlQwOTowNjo0NS4wMDAwMDBazwAAAATBQf1i","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wOFQwODoxODoxNC4wMDAwMDBazwAAAASU_h7H"}},"title":"Activity ยท pierDipi/eventing"}