{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":728538953,"defaultBranch":"main","name":"seva","ownerLogin":"mattgathu","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-07T06:44:22.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/1155192?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1705385874.0","currentOid":""},"activityList":{"items":[{"before":"af30a078c15429adddbdfcd1ba4df46bbba546d8","after":null,"ref":"refs/heads/auto-release","pushedAt":"2024-01-16T06:15:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"}},{"before":"d04419c1689a64677b6628b3df0ac66c3293f4c3","after":"a2804efa21f3910c66cc8faa75902c4fe4cf9212","ref":"refs/heads/main","pushedAt":"2024-01-16T06:15:01.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Automate release creation (#4)\n\nWhat\r\n--\r\nAutomate release creation\r\n\r\nAutomatically create a release and publish to crates.io when the version\r\nis bumped.","shortMessageHtmlLink":"Automate release creation (#4)"}},{"before":null,"after":"af30a078c15429adddbdfcd1ba4df46bbba546d8","ref":"refs/heads/auto-release","pushedAt":"2024-01-16T05:50:52.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Automate release creation\n\nWhat\n--\nAutomate release creation\n\nAutomatically create a release and publish to crates.io when the version\nis bumped.","shortMessageHtmlLink":"Automate release creation"}},{"before":"d7efb3d6ef6e63223c4fcfbfd7d226193bb43336","after":null,"ref":"refs/heads/fix-filepath","pushedAt":"2024-01-16T04:19:57.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"}},{"before":"599ab97509a81ccd405864a75a2ca192498e5743","after":"d04419c1689a64677b6628b3df0ac66c3293f4c3","ref":"refs/heads/main","pushedAt":"2024-01-16T04:19:56.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Fix filepath bug (#3)\n\nWhat\r\n--\r\nFix filepath bug\r\n\r\nFix `send_file` to use full file path instead of name.","shortMessageHtmlLink":"Fix filepath bug (#3)"}},{"before":null,"after":"d7efb3d6ef6e63223c4fcfbfd7d226193bb43336","ref":"refs/heads/fix-filepath","pushedAt":"2024-01-16T04:15:32.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Fix filepath bug\n\nWhat\n--\nFix filepath bug\n\nFix `send_file` to use full file path instead of name.","shortMessageHtmlLink":"Fix filepath bug"}},{"before":"d6de1b00ba12dc9a41f3e12bc9ca766649e4c615","after":null,"ref":"refs/heads/timeouts","pushedAt":"2023-12-30T04:46:04.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"}},{"before":"6a27b6d71fb30e59c6cc924eb48304dae798f258","after":"599ab97509a81ccd405864a75a2ca192498e5743","ref":"refs/heads/main","pushedAt":"2023-12-30T04:46:03.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Add Read and Write timeouts (#2)\n\n* Add Read and Write timeouts\r\n\r\nWhat\r\n--\r\nAdd Read and Write timeouts\r\n\r\nReading and writing data from/to a tcp stream can now timeout is it\r\ntakes longer than the set timeout. Default is 60 seconds.\r\n\r\nOther\r\n--\r\n* Improve server creation in tests","shortMessageHtmlLink":"Add Read and Write timeouts (#2)"}},{"before":"4fae20ecd2f57113269472c0e9b3d06c2ba7d658","after":"d6de1b00ba12dc9a41f3e12bc9ca766649e4c615","ref":"refs/heads/timeouts","pushedAt":"2023-12-30T04:42:20.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Bump version","shortMessageHtmlLink":"Bump version"}},{"before":null,"after":"4fae20ecd2f57113269472c0e9b3d06c2ba7d658","ref":"refs/heads/timeouts","pushedAt":"2023-12-30T04:39:24.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Add Read and Write timeouts\n\nWhat\n--\nAdd Read and Write timeouts\n\nReading and writing data from/to a tcp stream can now timeout is it\ntakes longer than the set timeout. Default is 60 seconds.\n\nOther\n--\n* Improve server creation in tests","shortMessageHtmlLink":"Add Read and Write timeouts"}},{"before":"48a4ee559547edc51b376822102cc06d722ebf22","after":null,"ref":"refs/heads/support-range-header","pushedAt":"2023-12-29T10:36:09.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"}},{"before":"01426431ac23bef911164ae4d558652d9ccc22e1","after":"6a27b6d71fb30e59c6cc924eb48304dae798f258","ref":"refs/heads/main","pushedAt":"2023-12-29T10:35:32.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Support Partial Content (#1)\n\n* Support Partial Content\r\n\r\nWhat\r\n--\r\nSupport Partial Content\r\n\r\nSupport partial file content.\r\n\r\nHow\r\n--\r\nReturn byte ranges when the `Range` header is specified.\r\n\r\nOther\r\n--\r\n* Fix stream writes","shortMessageHtmlLink":"Support Partial Content (#1)"}},{"before":"98b69ff39c33bf3ca889c81288df0c99c94ace7f","after":"48a4ee559547edc51b376822102cc06d722ebf22","ref":"refs/heads/support-range-header","pushedAt":"2023-12-29T10:30:45.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Simplify byte ranges","shortMessageHtmlLink":"Simplify byte ranges"}},{"before":"a50b477ab63ec77d1576d871cd5e1bb05e7f5d50","after":"98b69ff39c33bf3ca889c81288df0c99c94ace7f","ref":"refs/heads/support-range-header","pushedAt":"2023-12-29T10:14:21.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Simplify byte ranges","shortMessageHtmlLink":"Simplify byte ranges"}},{"before":"9529e552c289ed76aaba25397163d1313aa429ea","after":"a50b477ab63ec77d1576d871cd5e1bb05e7f5d50","ref":"refs/heads/support-range-header","pushedAt":"2023-12-29T07:26:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Simple names","shortMessageHtmlLink":"Simple names"}},{"before":"4a6923ee4bb44a0a2d369bb6db336f5b748b3f80","after":"9529e552c289ed76aaba25397163d1313aa429ea","ref":"refs/heads/support-range-header","pushedAt":"2023-12-29T07:11:49.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Limit test to unixes","shortMessageHtmlLink":"Limit test to unixes"}},{"before":null,"after":"4a6923ee4bb44a0a2d369bb6db336f5b748b3f80","ref":"refs/heads/support-range-header","pushedAt":"2023-12-29T06:58:48.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Support Partial Content\n\nWhat\n--\nSupport Partial Content\n\nSupport partial file content.\n\nHow\n--\nReturn byte ranges when the `Range` header is specified.\n\nOther\n--\n* Fix stream writes","shortMessageHtmlLink":"Support Partial Content"}},{"before":"37f177dbfedc7530595971b63c95ba62ed6ebc83","after":"01426431ac23bef911164ae4d558652d9ccc22e1","ref":"refs/heads/main","pushedAt":"2023-12-28T06:48:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Configurable log level + error response log","shortMessageHtmlLink":"Configurable log level + error response log"}},{"before":"b86f5c76acae4f0b468c00967ca5dd1e39816b8f","after":"37f177dbfedc7530595971b63c95ba62ed6ebc83","ref":"refs/heads/main","pushedAt":"2023-12-28T06:23:53.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Minor improvements","shortMessageHtmlLink":"Minor improvements"}},{"before":"e5483aed2f0d0bcffb972e0cc092d3cab6929efe","after":"b86f5c76acae4f0b468c00967ca5dd1e39816b8f","ref":"refs/heads/main","pushedAt":"2023-12-27T14:16:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Fixing CI","shortMessageHtmlLink":"Fixing CI"}},{"before":"f502a85f4a4e00b4a8f9859d8410b03d95586cc0","after":"e5483aed2f0d0bcffb972e0cc092d3cab6929efe","ref":"refs/heads/main","pushedAt":"2023-12-27T13:57:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Refactor 405 method not allowed","shortMessageHtmlLink":"Refactor 405 method not allowed"}},{"before":"eb7753061e04854c3b2b03c3a4672bc3cd4a4865","after":"f502a85f4a4e00b4a8f9859d8410b03d95586cc0","ref":"refs/heads/main","pushedAt":"2023-12-27T08:09:23.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Tests","shortMessageHtmlLink":"Tests"}},{"before":"20f86bbde137b857ab2c1a61478a4a961c3c78e5","after":"eb7753061e04854c3b2b03c3a4672bc3cd4a4865","ref":"refs/heads/main","pushedAt":"2023-12-26T07:07:15.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Fix status code in response line","shortMessageHtmlLink":"Fix status code in response line"}},{"before":"e1a67138e01049ea8f52747783e577c1d8d28151","after":"20f86bbde137b857ab2c1a61478a4a961c3c78e5","ref":"refs/heads/main","pushedAt":"2023-12-26T06:23:07.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Crate metadata + tests","shortMessageHtmlLink":"Crate metadata + tests"}},{"before":"a0d4f6d258d540b53e83e701bc60947841f470a4","after":"e1a67138e01049ea8f52747783e577c1d8d28151","ref":"refs/heads/main","pushedAt":"2023-12-25T04:56:37.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Switched to headers map","shortMessageHtmlLink":"Switched to headers map"}},{"before":"82ba9bc1096d1d17215d6f1dc3aae741a3d1243e","after":"a0d4f6d258d540b53e83e701bc60947841f470a4","ref":"refs/heads/main","pushedAt":"2023-12-24T13:03:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Bye bye proc macros","shortMessageHtmlLink":"Bye bye proc macros"}},{"before":"a67a1437b1b9bd7390a1e85f59ccdc28a2180455","after":"82ba9bc1096d1d17215d6f1dc3aae741a3d1243e","ref":"refs/heads/main","pushedAt":"2023-12-24T11:34:31.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Fix check","shortMessageHtmlLink":"Fix check"}},{"before":"a0f40fc00cbec76cefe4b45f440758d290072ada","after":"a67a1437b1b9bd7390a1e85f59ccdc28a2180455","ref":"refs/heads/main","pushedAt":"2023-12-24T11:30:49.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"IoErrorUtils","shortMessageHtmlLink":"IoErrorUtils"}},{"before":"2e83d1fc504a822d5296b1caccfa94845c03dc95","after":"a0f40fc00cbec76cefe4b45f440758d290072ada","ref":"refs/heads/main","pushedAt":"2023-12-24T07:59:13.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"Response builder","shortMessageHtmlLink":"Response builder"}},{"before":"6f37f77219bddf55dcbe6b18866f5a6e1ea05628","after":"2e83d1fc504a822d5296b1caccfa94845c03dc95","ref":"refs/heads/main","pushedAt":"2023-12-23T06:17:42.000Z","pushType":"push","commitsCount":3,"pusher":{"login":"mattgathu","name":"Matt Gathu","path":"/mattgathu","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/1155192?s=80&v=4"},"commit":{"message":"HeaderName enum","shortMessageHtmlLink":"HeaderName enum"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD4KuoegA","startCursor":null,"endCursor":null}},"title":"Activity ยท mattgathu/seva"}