{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":339433714,"defaultBranch":"main","name":"hostpath-provisioner-operator","ownerLogin":"akalenyu","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2021-02-16T14:58:08.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/51477153?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1706786623.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"5ef4d1966f6cfc3b9870934a385dde17146032e5","ref":"refs/heads/audit-rbac","pushedAt":"2024-02-01T11:23:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Audit RBAC, ensure no global (*) permissions\n\nThere are no major breaches, as far as I can tell,\nso this is just getting rid of some unneeded verbs.\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Audit RBAC, ensure no global (*) permissions"}},{"before":"66c3dfb89e870d01a272c63e3ed7073cee220109","after":"d73baff9179fe81458a055a47e8798c9261ac9c8","ref":"refs/heads/cache-hpp-ns","pushedAt":"2023-09-19T11:58:17.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Work around IsNoMatch breaking with default lazy mapper\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Work around IsNoMatch breaking with default lazy mapper"}},{"before":null,"after":"66c3dfb89e870d01a272c63e3ed7073cee220109","ref":"refs/heads/cache-hpp-ns","pushedAt":"2023-09-19T10:41:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Only cache hpp ns as we did previously\n\nWe dropped the \"Namespace\" knob as part of the migration to ctrl runtime 0.16,\nthis means the cached client attempts to watch all resources cluster-wide.\nThis will default to the previous behavior of only caching the specific hpp namespace.\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Only cache hpp ns as we did previously"}},{"before":"ed67d0250c6fcc535ec6035bbda5c9b7af1c4840","after":"ea4a9d4cff7f11521f84ad831570a194034db34d","ref":"refs/heads/labels-hpp-pool-pods","pushedAt":"2023-08-23T12:49:30.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Add relationship labels to pods created by storage pool\n\nWe are only slapping the labels on the managing resource (Deployment/Job)\nand thus the labels are missing on the pod itself\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Add relationship labels to pods created by storage pool"}},{"before":null,"after":"ed67d0250c6fcc535ec6035bbda5c9b7af1c4840","ref":"refs/heads/labels-hpp-pool-pods","pushedAt":"2023-08-23T10:45:47.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Add relationship labels to pods created by storage pool\n\nWe are only slapping the labels on the managing resource (Deployment/Job)\nand thus the labels are missing on the pod itself\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Add relationship labels to pods created by storage pool"}},{"before":"e339914093b0a32cf66be38e51e017ca6bad64a6","after":"73e967a66e1193ccda0702e1946eae71ab4b4b59","ref":"refs/heads/discovery-client-go-regression-16","pushedAt":"2023-08-22T14:01:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Correct typo in csv generator build command (#348)\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Correct typo in csv generator build command (kubevirt#348)"}},{"before":"e9df8bc74d3e1493ac101a13f20b4b622eda5aac","after":"e339914093b0a32cf66be38e51e017ca6bad64a6","ref":"refs/heads/discovery-client-go-regression-16","pushedAt":"2023-08-22T13:49:30.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Correct typo in csv generator build command (#348)\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Correct typo in csv generator build command (kubevirt#348)"}},{"before":null,"after":"e9df8bc74d3e1493ac101a13f20b4b622eda5aac","ref":"refs/heads/discovery-client-go-regression-16","pushedAt":"2023-08-22T13:40:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"bump k8s.io/client-go dep for discovery client fixes (#358)\n\n* bump k8s.io/client-go dep for discovery client fixes\n\nk8s.io/client-go [v0.26.0, v0.26.3) was impacted by a regression in discovery client behavior\nkubernetes/kubernetes#118361 (comment) for details\nWe are probably not hitting this due to not testing 1.27 upstream yet,\nor don't have the custom metric endpoints that send these nils in the response.\n(Reproduces on OpenShift ECs for example)\n\nSigned-off-by: Alex Kalenyuk \n\n* make build\n\nSigned-off-by: Alex Kalenyuk \n\n---------\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"bump k8s.io/client-go dep for discovery client fixes (kubevirt#358)"}},{"before":null,"after":"d5cde8f476532a4dcdb1ecedf9ee4b5166ae5d76","ref":"refs/heads/discovery-client-go-regression","pushedAt":"2023-08-21T14:45:55.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"make build\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"make build"}},{"before":null,"after":"193f2ac8c6cdd4919336a93524c9534629669e87","ref":"refs/heads/typo-build-csv-generator","pushedAt":"2023-08-08T08:08:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Correct typo in csv generator build command\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Correct typo in csv generator build command"}},{"before":"ca7fe5bf06cfadc2d69019fa1ed2c1d377ddae48","after":"d334ad6dbb6c185be28572e108192a4bcde99c41","ref":"refs/heads/revive-fix","pushedAt":"2023-05-09T10:34:16.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Fix revive lint errors\n\nShould unblock CI which is currently not running unit tests at all:\nhttps://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_hostpath-provisioner-operator/307/pull-hostpath-provisioner-operator-unit-test/1648615823150944256\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Fix revive lint errors"}},{"before":"18ac9a5eb6f3c678ad4ced1aece27841812718f0","after":"ca7fe5bf06cfadc2d69019fa1ed2c1d377ddae48","ref":"refs/heads/revive-fix","pushedAt":"2023-04-25T09:34:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Fix revive lint errors\n\nShould unblock CI which is currently not running unit tests at all:\nhttps://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_hostpath-provisioner-operator/307/pull-hostpath-provisioner-operator-unit-test/1648615823150944256\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Fix revive lint errors"}},{"before":null,"after":"18ac9a5eb6f3c678ad4ced1aece27841812718f0","ref":"refs/heads/revive-fix","pushedAt":"2023-04-25T09:05:43.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"akalenyu","name":"Alex Kalenyuk","path":"/akalenyu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/51477153?s=80&v=4"},"commit":{"message":"Fix revive lint errors\n\nShould unblock CI which is currently not running unit tests at all:\nhttps://prow.ci.kubevirt.io/view/gs/kubevirt-prow/pr-logs/pull/kubevirt_hostpath-provisioner-operator/307/pull-hostpath-provisioner-operator-unit-test/1648615823150944256\n\nSigned-off-by: Alex Kalenyuk ","shortMessageHtmlLink":"Fix revive lint errors"}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD7wpExQA","startCursor":null,"endCursor":null}},"title":"Activity ยท akalenyu/hostpath-provisioner-operator"}