{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":312908721,"defaultBranch":"dev","name":"redpanda","ownerLogin":"Lazin","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2020-11-14T21:54:01.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/91702?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1726267894.0","currentOid":""},"activityList":{"items":[{"before":"a6798458fb26f73e9a5e05ac824b880f1d2eb2f9","after":"1941a4b3daa5a8f8783678d2dfdef4c422c667f3","ref":"refs/heads/pr/archiver-revamp3","pushedAt":"2024-09-14T22:07:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"archival: Propagate ops/scheduler in archiver_manager","shortMessageHtmlLink":"archival: Propagate ops/scheduler in archiver_manager"}},{"before":null,"after":"a6798458fb26f73e9a5e05ac824b880f1d2eb2f9","ref":"refs/heads/pr/archiver-revamp3","pushedAt":"2024-09-13T22:51:34.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"archival: Propagate ops/scheduler in archiver_manager","shortMessageHtmlLink":"archival: Propagate ops/scheduler in archiver_manager"}},{"before":"fb8eafe625a69cf5772ec7333d6e29fad9f18fb3","after":"80ea8464e2276ccacb4761056088ff7e28cb6bf1","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-13T14:55:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"37af22f17ed1d1207ae650a1ed9b4d43111a6794","after":"fb8eafe625a69cf5772ec7333d6e29fad9f18fb3","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-12T13:25:21.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"bd80167e46dd828041cc5ba8d863221e1eb8e08f","after":"37af22f17ed1d1207ae650a1ed9b4d43111a6794","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-11T15:12:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"WIP: dl_stm","shortMessageHtmlLink":"WIP: dl_stm"}},{"before":null,"after":"ff7a3cb4f06c961eaf0db0c8e2df05d0f5110f1b","ref":"refs/heads/exp/hybrid-clock","pushedAt":"2024-09-10T14:28:37.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"utils: Add hybrid_clock\n\nThe hybrid_clock is a thin wrapper around the seastar::lowres_clock.\nNormally it works the same way as lowres_clock except that it can be off\nby 1ns compared to lowres_clock. The hybrid_clock can also act as a\nmanual clock if hybrdi_clock::set_manual_mode(true) was called or\nthe instance of manual_clock_scope is created.\n\nThe purpose of the hybrid_clock is to replace uses of the lowres_clock\nand allow us to easily use manual mode in tests.\n\nThe implementation uses thread local '_manual' flag which is set to\nfalse by default. The clock uses lowest bit of the timestamp to record\nthe source clock which was used to generate the timestamp. The falg is\nchecked if two timestamps are compared or subtracted from each other. If\nboth timestamps are generated using different clocks the\nstd::logic_error exception is thrown.\n\nThe runtime cost is minimal and prioritizes the normal mode (system\nclock).","shortMessageHtmlLink":"utils: Add hybrid_clock"}},{"before":"c1712e30f034d8eb699c9a312ec170d94839dcd6","after":"b54f723cc746cec7f6da5ba43e63dc9a938a1ab5","ref":"refs/heads/pr/improve-remote-for-tests","pushedAt":"2024-09-10T09:21:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_io: Prepare remote for deterministic testing\n\nCreate base class for the 'remote' called 'remtoe_api'. The base class\nis a template that accepts clock as a parameter. Some input parameter\n(transfer_details, retry_chain_node, etc) depend on type parameter.\n\nThe 'remote' is an impelemntation of the 'remote_api'\nnow. This change will allow us to test with\n'remote_api' instead of the real 'remote'.","shortMessageHtmlLink":"cloud_io: Prepare remote for deterministic testing"}},{"before":"ea9b35415a187683c4c215093418f992c865d2ab","after":"c1712e30f034d8eb699c9a312ec170d94839dcd6","ref":"refs/heads/pr/improve-remote-for-tests","pushedAt":"2024-09-09T13:37:43.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_io: Prepare remote for deterministic testing\n\nCreate base class for the 'remote' called 'remtoe_api'. The base class\nis a template that accepts clock as a parameter. Some input parameter\n(transfer_details, retry_chain_node, etc) depend on type parameter.\n\nThe 'remote' is an impelemntation of the 'remote_api'\nnow. This change will allow us to test with\n'remote_api' instead of the real 'remote'.","shortMessageHtmlLink":"cloud_io: Prepare remote for deterministic testing"}},{"before":"bb891312c16fff9c58328dada8d50b02eb178e38","after":"ea9b35415a187683c4c215093418f992c865d2ab","ref":"refs/heads/pr/improve-remote-for-tests","pushedAt":"2024-09-07T15:42:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_io: Prepare remote for deterministic testing\n\nCreate base class for the 'remote' called 'remtoe_api'. The base class\nis a template that accepts clock as a parameter. Some input parameter\n(transfer_details, retry_chain_node, etc) depend on type parameter.\n\nThe 'remote' is an impelemntation of the 'remote_api'\nnow. This change will allow us to test with\n'remote_api' instead of the real 'remote'.","shortMessageHtmlLink":"cloud_io: Prepare remote for deterministic testing"}},{"before":null,"after":"bb891312c16fff9c58328dada8d50b02eb178e38","ref":"refs/heads/pr/improve-remote-for-tests","pushedAt":"2024-09-06T22:52:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_io: Prepare remote for deterministic testing\n\nCreate base class for the 'remote' called 'remtoe_api'. The base class\nis a template that accepts clock as a parameter. Some input parameter\n(transfer_details, retry_chain_node, etc) depend on type parameter.\n\nThe 'remote' is an impelemntation of the 'remote_api'\nnow. This change will allow us to test with\n'remote_api' instead of the real 'remote'.","shortMessageHtmlLink":"cloud_io: Prepare remote for deterministic testing"}},{"before":"04c4b79b86484492a0548c82013f0f86fa666784","after":"bd80167e46dd828041cc5ba8d863221e1eb8e08f","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-06T18:54:48.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"WIP: dl_stm","shortMessageHtmlLink":"WIP: dl_stm"}},{"before":"a3b337410c4a3d22efa9f94d8ab1cb292a742ff5","after":"04c4b79b86484492a0548c82013f0f86fa666784","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-06T08:10:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"WIP: dl_stm","shortMessageHtmlLink":"WIP: dl_stm"}},{"before":"26cdb8fa515d639adacdfb2df19208a1ee52b734","after":"a3b337410c4a3d22efa9f94d8ab1cb292a742ff5","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-04T22:54:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"WIP: dl_stm","shortMessageHtmlLink":"WIP: dl_stm"}},{"before":"08787a7e75f67f580e4069e4e0c2ef9b850b61b2","after":"26cdb8fa515d639adacdfb2df19208a1ee52b734","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-09-04T22:34:37.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":null,"after":"911e8574dd2376197b977fa7c42f739ccb1a755b","ref":"refs/heads/feature/archiver-evolution2","pushedAt":"2024-09-03T14:15:49.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"archival: Add archier_ops rpfixture test\n\nThe test is checking the upload_builder wrapper","shortMessageHtmlLink":"archival: Add archier_ops rpfixture test"}},{"before":"fba9fdb27aae141e4baefd33d8dbf6692562d247","after":"a433c0be5019adee0791423c826c6d3e5da5779f","ref":"refs/heads/pr/archiver-update-pt2","pushedAt":"2024-09-03T14:15:36.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"archiver: Implement 'upload_manifest' method","shortMessageHtmlLink":"archiver: Implement 'upload_manifest' method"}},{"before":"a6273d8259223bc27de548f74f48a1a252223698","after":"fba9fdb27aae141e4baefd33d8dbf6692562d247","ref":"refs/heads/pr/archiver-update-pt2","pushedAt":"2024-09-02T16:34:44.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"archiver: Implement 'upload_manifest' method","shortMessageHtmlLink":"archiver: Implement 'upload_manifest' method"}},{"before":"f9518e31334c7f63026c54270bdedfe53b7fd65c","after":"a6273d8259223bc27de548f74f48a1a252223698","ref":"refs/heads/pr/archiver-update-pt2","pushedAt":"2024-09-02T16:32:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"archiver: Implement 'upload_manifest' method","shortMessageHtmlLink":"archiver: Implement 'upload_manifest' method"}},{"before":"7e99a16a33a087e553e54d4ec56487ec0716e25b","after":"08787a7e75f67f580e4069e4e0c2ef9b850b61b2","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-30T11:46:23.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"0c92a2a6231fefafdb99672ff856f2aaa367079e","after":"7e99a16a33a087e553e54d4ec56487ec0716e25b","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-29T19:14:33.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"120bd1c7c4cdb50e392d7b14bf14501f2b272e87","after":"0c92a2a6231fefafdb99672ff856f2aaa367079e","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-29T18:46:24.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"99d043f06f6c60920a59942d1515a347012d3945","after":"120bd1c7c4cdb50e392d7b14bf14501f2b272e87","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-29T18:34:51.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"6f10988841e68e7c5a718a489b842b706f137d99","after":"99d043f06f6c60920a59942d1515a347012d3945","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-28T19:19:20.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"26b14049fc6470252830f893d4b604908dc4816c","after":"6f10988841e68e7c5a718a489b842b706f137d99","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-28T19:15:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"d11c5d2adeeb472d20157259037f71b4ed67161a","after":"26b14049fc6470252830f893d4b604908dc4816c","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-28T15:27:12.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"7c217acfb9d3db7ac9e52a4cc9cf8ee38e6a75ba","after":"d11c5d2adeeb472d20157259037f71b4ed67161a","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-27T18:31:41.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"0e114ec5378f96bf8a7376cac3221c26cd0da79c","after":"7c217acfb9d3db7ac9e52a4cc9cf8ee38e6a75ba","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-26T16:43:55.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"8e9b221172dccd3e0709b479567ba3d0c116ee5f","after":"0e114ec5378f96bf8a7376cac3221c26cd0da79c","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-25T08:49:17.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"b168fe4244b282ee31464e43f8d782edaad585f9","after":"8e9b221172dccd3e0709b479567ba3d0c116ee5f","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-25T08:42:25.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}},{"before":"caf30470be6562dbd94c45264ded3345f9664ecc","after":"b168fe4244b282ee31464e43f8d782edaad585f9","ref":"refs/heads/poc/aggregated-upload","pushedAt":"2024-08-24T08:07:53.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"Lazin","name":"Eugene Lazin","path":"/Lazin","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/91702?s=80&v=4"},"commit":{"message":"cloud_storage: Much code has been added.\n\nYet, heed this counsel: this is not an act of folly but of necessity.\nFor the code herein is of a quality most exquisite, crafted with the\nwisdom of ages. To split this commit would be to sunder a fellowship,\neach line entwined with the next in purpose and design. Let it remain\nas one, for the good of all who traverse these lines of C++.","shortMessageHtmlLink":"cloud_storage: Much code has been added."}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNFQyMjowNzoyOS4wMDAwMDBazwAAAAS2a8u8","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOS0xNFQyMjowNzoyOS4wMDAwMDBazwAAAAS2a8u8","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0yNFQwODowNzo1My4wMDAwMDBazwAAAASi9Kh5"}},"title":"Activity ยท Lazin/redpanda"}