{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":455305179,"defaultBranch":"dev","name":"redpanda","ownerLogin":"r-vasquez","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2022-02-03T19:45:59.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/59714880?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726172590.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"2cc1daf30dc8e9436847ad9ae31c475bd9f9e1b7","ref":"refs/heads/ci-connect-2","pushedAt":"2024-09-12T20:23:10.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"test: increase rpk connect timeout\n\nIncreased the timeout to 60, we still have room\nto grow here since rpk's timeout is 240.","shortMessageHtmlLink":"test: increase rpk connect timeout"}},{"before":"e94717d34b6aa88cf2c326ec4f6603b627e96462","after":"ccfb198a865dc06147a678b296fcb5033ddd04f7","ref":"refs/heads/dev","pushedAt":"2024-09-12T19:01:43.000Z","pushType":"push","commitsCount":94,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"Merge pull request #23303 from rockwotj/bazel-version\n\nbazel: inject git version information into version.cc","shortMessageHtmlLink":"Merge pull request redpanda-data#23303 from rockwotj/bazel-version"}},{"before":"07f774de01951216070da57f280d38a550e9b527","after":"b3e92117eb72e6bc694aa27ce2c30a57c3e6a2c0","ref":"refs/heads/rpk-connect-1","pushedAt":"2024-09-10T23:30:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: add 'rpk connect' as a managed plugin\n\nThis change means that from now on, connect will\nbe managed by rpk, so, if a user tries to run\n`rpk connect <...>` for the first time, rpk will\ndownload, install and execute the plugin (connect).\n\nIt also introduces 3 new commands to `rpk conenct`\nthat live in rpk: install, uninstall, and upgrade.","shortMessageHtmlLink":"rpk: add 'rpk connect' as a managed plugin"}},{"before":"c81147d2d328f1df1153c44d2642973e97ff23d7","after":"07f774de01951216070da57f280d38a550e9b527","ref":"refs/heads/rpk-connect-1","pushedAt":"2024-09-10T23:25:47.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: add 'rpk connect' as a managed plugin\n\nThis change means that from now on, connect will\nbe managed by rpk, so, if a user tries to run\n`rpk connect <...>` for the first time, rpk will\ndownload, install and execute the plugin (connect).\n\nIt also introduces 3 new commands to `rpk conenct`\nthat live in rpk: install, uninstall, and upgrade.","shortMessageHtmlLink":"rpk: add 'rpk connect' as a managed plugin"}},{"before":null,"after":"0ca462a19e9600ca05b663c51a8378778efb4ed1","ref":"refs/heads/manual-backport-pr-23162-v23.3.x","pushedAt":"2024-09-10T22:41:54.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: fix linter configuration and solve issues\n\nManually added a Go dependencies version bump.\n\nThis large commit reactivates the linter. In 6e3716e,\nwe inadvertently changed the linter to only check\nissues from HEAD. However, this caused any fixes\nintroduced in new versions of the linter, or any\ncommitted changes (without linting), to be ignored\nby the linter.\n\nThis commit fixes that issue, pins the linter version\nin our GitHub Action, and removes the golangci-lint\nconfiguration that caused this problem in the first\nplace.\n\n(cherry picked from commit 950039773d2c3f6cf301dc18e270cc639adef60a)\n(cherry picked from commit b044e21a94e7634740bb14504ce63d9cd6c7e5f0)\n(cherry picked from commit 887d5c7513390cd92701816c96eb235d9126ff4c)","shortMessageHtmlLink":"rpk: fix linter configuration and solve issues"}},{"before":"b044e21a94e7634740bb14504ce63d9cd6c7e5f0","after":"7425a2fe1705882703ea314eb635653df3de862c","ref":"refs/heads/manual-backport-pr-23162-v24.2.x","pushedAt":"2024-09-10T18:44:39.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: Go dependency bump\n\nManually bumping, 'cherry-picking' from\n61d8ccb19fce10f67f21c293ba4daa005b14791e","shortMessageHtmlLink":"rpk: Go dependency bump"}},{"before":null,"after":"887d5c7513390cd92701816c96eb235d9126ff4c","ref":"refs/heads/manual-backport-pr-23162-v24.1.x","pushedAt":"2024-09-10T18:41:08.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: fix linter configuration and solve issues\n\nManually added a Go dependenceis version bump.\n\nThis large commit reactivates the linter. In 6e3716e,\nwe inadvertently changed the linter to only check\nissues from HEAD. However, this caused any fixes\nintroduced in new versions of the linter, or any\ncommitted changes (without linting), to be ignored\nby the linter.\n\nThis commit fixes that issue, pins the linter version\nin our GitHub Action, and removes the golangci-lint\nconfiguration that caused this problem in the first\nplace.\n\n(cherry picked from commit 950039773d2c3f6cf301dc18e270cc639adef60a)\n(cherry picked from commit b044e21a94e7634740bb14504ce63d9cd6c7e5f0)","shortMessageHtmlLink":"rpk: fix linter configuration and solve issues"}},{"before":null,"after":"b044e21a94e7634740bb14504ce63d9cd6c7e5f0","ref":"refs/heads/manual-backport-pr-23162-v24.2.x","pushedAt":"2024-09-10T17:40:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: fix linter configuration and solve issues\n\nThis large commit reactivates the linter. In 6e3716e,\nwe inadvertently changed the linter to only check\nissues from HEAD. However, this caused any fixes\nintroduced in new versions of the linter, or any\ncommitted changes (without linting), to be ignored\nby the linter.\n\nThis commit fixes that issue, pins the linter version\nin our GitHub Action, and removes the golangci-lint\nconfiguration that caused this problem in the first\nplace.\n\n(cherry picked from commit 950039773d2c3f6cf301dc18e270cc639adef60a)","shortMessageHtmlLink":"rpk: fix linter configuration and solve issues"}},{"before":null,"after":"61d8ccb19fce10f67f21c293ba4daa005b14791e","ref":"refs/heads/bump-deps-sept","pushedAt":"2024-09-09T17:48:02.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: bump go dependencies.\n\nKeeping up-to-date and solving one issue with an\nupdated tag in common-go","shortMessageHtmlLink":"rpk: bump go dependencies."}},{"before":"f201fd20270b91ba0e79aab96b1170c6d871790b","after":null,"ref":"refs/heads/manual-backport-pr-23047-v23.3.x","pushedAt":"2024-09-09T17:44:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"b6516bbfc61855949266b55a9ed7dabfb334dcf9","after":null,"ref":"refs/heads/test-arg-handoff","pushedAt":"2024-09-09T17:44:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"ec46920829a47163b80b02f50e56a469a2a95160","after":null,"ref":"refs/heads/registry-mode","pushedAt":"2024-09-09T17:44:01.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"bd9039a362b3f9bfabe8a5849e0ae3725f2bc58d","after":null,"ref":"refs/heads/manual-backport-v24.2.x-22338","pushedAt":"2024-09-09T17:43:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"1f71780c2fe6b57842b49bcd41b33b0f48e7d278","after":null,"ref":"refs/heads/fix-help-alter","pushedAt":"2024-09-09T17:43:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"07943e66a0f4482f765daea134aa45fef720d1fc","after":null,"ref":"refs/heads/patch-update-acl","pushedAt":"2024-09-09T17:43:32.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"d054b17f64f3c5e0dd86269f489d7acdddf31876","after":null,"ref":"refs/heads/use-common-go","pushedAt":"2024-09-09T17:43:31.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"6dd45a2970dc083f7fe34b1b2ef056f0bb37f29d","after":null,"ref":"refs/heads/rpk-quotas-import","pushedAt":"2024-09-09T17:43:29.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"cd0b40b62caa6289fdafa4339d73a029505b311d","after":null,"ref":"refs/heads/register-azure","pushedAt":"2024-09-09T17:43:27.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"86078b400ea84a40b49667d6339bea7d5fb65bb9","after":null,"ref":"refs/heads/jsonschema-serde","pushedAt":"2024-09-09T17:43:25.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"e8abdf86df7b2790ca74781df4a9da27310baed2","after":null,"ref":"refs/heads/consume_produce_json_test","pushedAt":"2024-09-09T17:43:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"}},{"before":"ce624f0a65455470088c0b503ed28d25b18ceadb","after":"e94717d34b6aa88cf2c326ec4f6603b627e96462","ref":"refs/heads/dev","pushedAt":"2024-09-09T17:42:18.000Z","pushType":"push","commitsCount":37,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"Merge pull request #23232 from andrwng/cloud-storage-remote-cleanup\n\ncloud_storage: remove some dead code from remote","shortMessageHtmlLink":"Merge pull request redpanda-data#23232 from andrwng/cloud-storage-rem…"}},{"before":"5dbd5c139668b9c2c1546a55d0be661f9d95f877","after":"c81147d2d328f1df1153c44d2642973e97ff23d7","ref":"refs/heads/rpk-connect-1","pushedAt":"2024-09-09T16:37:35.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: add 'rpk connect' as a managed plugin\n\nThis change means that from now on, connect will\nbe managed by rpk, so, if a user tries to run\n`rpk connect <...>` for the first time, rpk will\ndownload, install and execute the plugin (connect).\n\nIt also introduces 3 new commands to `rpk conenct`\nthat live in rpk: install, uninstall, and upgrade.","shortMessageHtmlLink":"rpk: add 'rpk connect' as a managed plugin"}},{"before":"57541564f0fcc8951f6df526aa1df6dd09eb22e2","after":"5dbd5c139668b9c2c1546a55d0be661f9d95f877","ref":"refs/heads/rpk-connect-1","pushedAt":"2024-09-06T23:12:13.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: add 'rpk connect' as a managed plugin\n\nThis change means that from now on, connect will\nbe managed by rpk, so, if a user tries to run\n`rpk connect <...>` for the first time, rpk will\ndownload, install and execute the plugin (connect).\n\nIt also introduces 3 new commands to `rpk conenct`\nthat live in rpk: install, uninstall, and upgrade.","shortMessageHtmlLink":"rpk: add 'rpk connect' as a managed plugin"}},{"before":"18f5e19dbdc2cffbcb2c3b1256aa1f3a35afdaa4","after":"57541564f0fcc8951f6df526aa1df6dd09eb22e2","ref":"refs/heads/rpk-connect-1","pushedAt":"2024-09-06T23:04:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: add 'rpk connect' as a managed plugin\n\nThis change means that from now on, connect will\nbe managed by rpk, so, if a user tries to run\n`rpk connect <...>` for the first time, rpk will\ndownload, install and execute the plugin (connect).\n\nIt also introduces 3 new commands to `rpk conenct`\nthat live in rpk: install, uninstall, and upgrade.","shortMessageHtmlLink":"rpk: add 'rpk connect' as a managed plugin"}},{"before":"7c7ff9b3311745fc7e5920290ba8c23bf6bdee21","after":"ce624f0a65455470088c0b503ed28d25b18ceadb","ref":"refs/heads/dev","pushedAt":"2024-09-06T18:28:30.000Z","pushType":"push","commitsCount":27,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"Merge pull request #23219 from redpanda-data/dotnwat-patch-2","shortMessageHtmlLink":"Merge pull request redpanda-data#23219 from redpanda-data/dotnwat-pat…"}},{"before":"a59649631023b19325d3a42b9c906d97a41d12c6","after":"7c7ff9b3311745fc7e5920290ba8c23bf6bdee21","ref":"refs/heads/dev","pushedAt":"2024-09-05T22:40:27.000Z","pushType":"push","commitsCount":10,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"Merge pull request #23093 from andrwng/iceberg-avro\n\niceberg: translate values to Avro","shortMessageHtmlLink":"Merge pull request redpanda-data#23093 from andrwng/iceberg-avro"}},{"before":null,"after":"e85d01a344fa3dace4040ecc579930aa5eadd0f4","ref":"refs/heads/bump-go-deps","pushedAt":"2024-09-05T22:02:31.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk/chore: update required Go version and bump deps","shortMessageHtmlLink":"rpk/chore: update required Go version and bump deps"}},{"before":"560f515bb4586ae47c84be08034f362fe5a76f0c","after":"a59649631023b19325d3a42b9c906d97a41d12c6","ref":"refs/heads/dev","pushedAt":"2024-09-05T17:51:22.000Z","pushType":"push","commitsCount":30,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"Merge pull request #23123 from oleiman/serde-fields/serde-test\n\nserde/test: serde_fields for various structs","shortMessageHtmlLink":"Merge pull request redpanda-data#23123 from oleiman/serde-fields/serd…"}},{"before":"6b1b6a04fce1b27c93c530ed810add2e8e3fb019","after":"560f515bb4586ae47c84be08034f362fe5a76f0c","ref":"refs/heads/dev","pushedAt":"2024-09-04T19:38:20.000Z","pushType":"push","commitsCount":5,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"Merge pull request #23192 from dotnwat/bazel-devcluster\n\ntools: build dev_cluster with bazel","shortMessageHtmlLink":"Merge pull request redpanda-data#23192 from dotnwat/bazel-devcluster"}},{"before":"e5e098492810483ee879c2a020d463605092b35c","after":"950039773d2c3f6cf301dc18e270cc639adef60a","ref":"refs/heads/rpk-various","pushedAt":"2024-09-04T17:42:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"r-vasquez","name":"Rogger Vasquez","path":"/r-vasquez","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/59714880?s=80&v=4"},"commit":{"message":"rpk: fix linter configuration and solve issues\n\nThis large commit reactivates the linter. In 6e3716e,\nwe inadvertently changed the linter to only check\nissues from HEAD. However, this caused any fixes\nintroduced in new versions of the linter, or any\ncommitted changes (without linting), to be ignored\nby the linter.\n\nThis commit fixes that issue, pins the linter version\nin our GitHub Action, and removes the golangci-lint\nconfiguration that caused this problem in the first\nplace.","shortMessageHtmlLink":"rpk: fix linter configuration and solve issues"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAEtNI_0AA","startCursor":null,"endCursor":null}},"title":"Activity · r-vasquez/redpanda"}