{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":626219113,"defaultBranch":"main","name":"make-service","ownerLogin":"gustavoguichard","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-04-11T03:11:15.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/566971?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1722612367.0","currentOid":""},"activityList":{"items":[{"before":"7277794ba2c83bbf27259c6f5b5d568b69e5fadf","after":null,"ref":"refs/tags/v3.1.0","pushedAt":"2024-08-02T15:25:19.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"}},{"before":"61f4bf547bc6260e2ae430899f8848ebcfc1d0b0","after":null,"ref":"refs/heads/updating-packages-vite-lint","pushedAt":"2024-08-02T15:21:33.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"}},{"before":"7af935ba5eb920d51eeb20ba72103a2609a9f7ff","after":"f7b4aff73133a538a4c6586225c5d98b2b469f84","ref":"refs/heads/main","pushedAt":"2024-08-02T15:21:31.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"Updating packages, vite, and lint config (#54)\n\n* 3.1.0\r\n\r\n* Updates packages, vite.config and eslint","shortMessageHtmlLink":"Updating packages, vite, and lint config (#54)"}},{"before":null,"after":"61f4bf547bc6260e2ae430899f8848ebcfc1d0b0","ref":"refs/heads/updating-packages-vite-lint","pushedAt":"2024-08-02T15:20:27.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"Updates packages, vite.config and eslint","shortMessageHtmlLink":"Updates packages, vite.config and eslint"}},{"before":"4cacee3c6ad53e3d87d70516624583033cdc3137","after":null,"ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-02T14:23:53.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"}},{"before":"3674738b617599c4ffe12c1dad23e540f420f958","after":"7af935ba5eb920d51eeb20ba72103a2609a9f7ff","ref":"refs/heads/main","pushedAt":"2024-08-02T14:23:52.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"Add third parameter with response to trace and allow it to be asynchronous (#53)","shortMessageHtmlLink":"Add third parameter with response to trace and allow it to be asynchr…"}},{"before":"38a9d641228891a9f85fee5f09d68db2a5ca1376","after":"4cacee3c6ad53e3d87d70516624583033cdc3137","ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-02T13:35:54.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Use a TypedResponse for the trace function","shortMessageHtmlLink":"Use a TypedResponse for the trace function"}},{"before":"0a8761cfb8c8751e6b0c12cdaffaf53319152d65","after":"38a9d641228891a9f85fee5f09d68db2a5ca1376","ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-01T21:19:15.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"We need a more precise type for the fullURL since the value we pass is not necessarly what fetch receives. The same applies to the second parameter.","shortMessageHtmlLink":"We need a more precise type for the fullURL since the value we pass i…"}},{"before":"499e6cfc0a2ef779988edd43dda5b83f43292f57","after":"0a8761cfb8c8751e6b0c12cdaffaf53319152d65","ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-01T21:05:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"We need a more precise type for the fullURL since the value we pass is not necessarly what fetch receives. The same applies to the second parameter (with the exception of body that perhaps can be coerced by the caller)","shortMessageHtmlLink":"We need a more precise type for the fullURL since the value we pass i…"}},{"before":"94418630fa4a8e0f69b703e43d7b5ebe6a21268d","after":"499e6cfc0a2ef779988edd43dda5b83f43292f57","ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-01T20:57:02.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"These parameters are always passed, so having them mandatory in our type make it easier to write callbacks without having to check optional values. It is backwards compatible,","shortMessageHtmlLink":"These parameters are always passed, so having them mandatory in our t…"}},{"before":"5fdd481dc3a79b7c11cb16b8e5ebb1be55f85147","after":"94418630fa4a8e0f69b703e43d7b5ebe6a21268d","ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-01T20:37:28.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Add third parameter with response to trace and allow it to be asynchronous","shortMessageHtmlLink":"Add third parameter with response to trace and allow it to be asynchr…"}},{"before":null,"after":"5fdd481dc3a79b7c11cb16b8e5ebb1be55f85147","ref":"refs/heads/async-trace-with-response","pushedAt":"2024-08-01T20:35:30.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Add third parameter with response to trace and allow it to be asynchronous","shortMessageHtmlLink":"Add third parameter with response to trace and allow it to be asynchr…"}},{"before":null,"after":"123328b54017a463495a6dc2e39bb45443f97eaf","ref":"refs/heads/timeout-example","pushedAt":"2024-05-31T22:39:59.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Replace request transformer example with the global timeout recipe","shortMessageHtmlLink":"Replace request transformer example with the global timeout recipe"}},{"before":"9850aed0b3664f1790cf030735acb59e7dbe458d","after":null,"ref":"refs/heads/timeout-take-2","pushedAt":"2024-05-31T21:52:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"}},{"before":"123328b54017a463495a6dc2e39bb45443f97eaf","after":null,"ref":"refs/heads/timeout-example","pushedAt":"2024-05-31T21:52:02.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"}},{"before":"01561441a2243555121060de97dbd068b3f78dd8","after":"123328b54017a463495a6dc2e39bb45443f97eaf","ref":"refs/heads/timeout-example","pushedAt":"2024-05-21T20:55:29.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Replace request transformer example with the global timeout recipe","shortMessageHtmlLink":"Replace request transformer example with the global timeout recipe"}},{"before":"95a6bd9da2d71f0732093b54b36c8f7e0b7ef02f","after":null,"ref":"refs/heads/timeout","pushedAt":"2024-05-21T20:54:14.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"}},{"before":null,"after":"01561441a2243555121060de97dbd068b3f78dd8","ref":"refs/heads/timeout-example","pushedAt":"2024-05-21T20:53:45.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Replace request transformer example with the global timeout recipe","shortMessageHtmlLink":"Replace request transformer example with the global timeout recipe"}},{"before":"2005601af3562edb413ba14b74a4413392c673fc","after":"3674738b617599c4ffe12c1dad23e540f420f958","ref":"refs/heads/main","pushedAt":"2024-05-20T19:18:44.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"Fix README","shortMessageHtmlLink":"Fix README"}},{"before":"4fce4abddae03c02b8938981cdd5c7c3212e3bcb","after":"95a6bd9da2d71f0732093b54b36c8f7e0b7ef02f","ref":"refs/heads/timeout","pushedAt":"2024-05-17T21:51:41.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"add new parameter to JSDoc","shortMessageHtmlLink":"add new parameter to JSDoc"}},{"before":"e6847523bcdc52e9f17bdb6636962ededa569abc","after":"4fce4abddae03c02b8938981cdd5c7c3212e3bcb","ref":"refs/heads/timeout","pushedAt":"2024-05-17T21:33:06.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"bbf4ad2c6800c00a9b64dfecc274284915cdc31b","after":"e6847523bcdc52e9f17bdb6636962ededa569abc","ref":"refs/heads/timeout","pushedAt":"2024-05-17T21:31:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"db0d29a86eff6f5c063a3910b1d265f3d5a0ceaf","after":"bbf4ad2c6800c00a9b64dfecc274284915cdc31b","ref":"refs/heads/timeout","pushedAt":"2024-05-17T21:29:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":"7123cea55247f2ca5f3061335f4b3bdcf30a803f","after":"db0d29a86eff6f5c063a3910b1d265f3d5a0ceaf","ref":"refs/heads/timeout","pushedAt":"2024-05-17T21:28:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Update README","shortMessageHtmlLink":"Update README"}},{"before":null,"after":"9850aed0b3664f1790cf030735acb59e7dbe458d","ref":"refs/heads/timeout-take-2","pushedAt":"2024-05-15T19:19:58.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"Use a more funtional approach so we avoid API bloating","shortMessageHtmlLink":"Use a more funtional approach so we avoid API bloating"}},{"before":null,"after":"7123cea55247f2ca5f3061335f4b3bdcf30a803f","ref":"refs/heads/timeout","pushedAt":"2024-05-15T16:42:46.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"diogob","name":"Diogo Biazus","path":"/diogob","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/20662?s=80&v=4"},"commit":{"message":"First draft of timeout parameter functionality","shortMessageHtmlLink":"First draft of timeout parameter functionality"}},{"before":"ca62ff28371d9b9e8328e03eadda786d596c6021","after":"2005601af3562edb413ba14b74a4413392c673fc","ref":"refs/heads/main","pushedAt":"2024-01-31T15:02:29.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"fix(makeFetcher): include requestTransformer headers (#48)","shortMessageHtmlLink":"fix(makeFetcher): include requestTransformer headers (#48)"}},{"before":"f94f391fdebb5dc0bbcc525a1b9fa0eae19fa69f","after":null,"ref":"refs/heads/all-contributors/add-iamandrewluca","pushedAt":"2024-01-31T00:00:43.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"}},{"before":"00c095c71b508b01d26ecb2fcb4f6d938c6a2582","after":"ca62ff28371d9b9e8328e03eadda786d596c6021","ref":"refs/heads/main","pushedAt":"2024-01-31T00:00:43.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"docs: add iamandrewluca as a contributor for code, promotion, and 3 more (#49)\n\n* docs: update README.md\r\n\r\n* docs: update .all-contributorsrc\r\n\r\n* docs: Reorder contributors\r\n\r\n---------\r\n\r\nCo-authored-by: allcontributors[bot] <46447321+allcontributors[bot]@users.noreply.github.com>\r\nCo-authored-by: Guga Guichard ","shortMessageHtmlLink":"docs: add iamandrewluca as a contributor for code, promotion, and 3 m…"}},{"before":"1adca2bd057bfcaef4896b1baafc7301f15e089e","after":"f94f391fdebb5dc0bbcc525a1b9fa0eae19fa69f","ref":"refs/heads/all-contributors/add-iamandrewluca","pushedAt":"2024-01-30T23:59:32.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"gustavoguichard","name":"Guga Guichard","path":"/gustavoguichard","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/566971?s=80&v=4"},"commit":{"message":"docs: Reorder contributors","shortMessageHtmlLink":"docs: Reorder contributors"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wMlQxNToyNToxOS4wMDAwMDBazwAAAASQTttI","startCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wOC0wMlQxNToyNToxOS4wMDAwMDBazwAAAASQTttI","endCursor":"Y3Vyc29yOnYyOpK7MjAyNC0wMS0zMFQyMzo1OTozMi4wMDAwMDBazwAAAAPtgNbd"}},"title":"Activity · gustavoguichard/make-service"}