{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":726290040,"defaultBranch":"main","name":"todo-mitsukeru-kun","ownerLogin":"GOD-oda","currentUserCanPush":false,"isFork":false,"isEmpty":false,"createdAt":"2023-12-02T00:35:20.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/14949022?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1708067608.0","currentOid":""},"activityList":{"items":[{"before":"c62a86b936450774011fa2c2e45020321243dc6f","after":null,"ref":"refs/tags/v0.0.6","pushedAt":"2024-02-16T07:12:39.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"c912735a94ff92c5a0cebd6dae95ba9bd96976fd","after":null,"ref":"refs/heads/add-ts","pushedAt":"2024-02-16T07:12:26.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"3355bb8472afaa39777c61f6464dbf22e4e0bc3b","after":"a33700987c73cdeca70838e5fb14085b4697087e","ref":"refs/heads/main","pushedAt":"2024-02-16T07:12:25.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Add TypeScript comment handling and rename function (#9)\n\n* Add TypeScript comment handling and rename function\r\n\r\nAdded .ts file extension to the list for handling comments and renamed the function 'processFile' to 'extractComments' to better reflect its functionality. The updated function name improves code readability and understanding.\r\n\r\n* Improve TypeScript comment extraction and function naming\r\n\r\nAdded support to extract comments from TypeScript (.ts) files and renamed the function 'processFile' to 'extractComments'. The function rename enhances code readability and clearly describes its purpose and action, leading to improved maintenance and comprehension.","shortMessageHtmlLink":"Add TypeScript comment handling and rename function (#9)"}},{"before":"279b5fd85309a441a494199c4789079016ecf598","after":"c912735a94ff92c5a0cebd6dae95ba9bd96976fd","ref":"refs/heads/add-ts","pushedAt":"2024-02-16T07:10:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Improve TypeScript comment extraction and function naming\n\nAdded support to extract comments from TypeScript (.ts) files and renamed the function 'processFile' to 'extractComments'. The function rename enhances code readability and clearly describes its purpose and action, leading to improved maintenance and comprehension.","shortMessageHtmlLink":"Improve TypeScript comment extraction and function naming"}},{"before":"62ab5ba1e77f1aec92d6bd2698273c90b7eb8c5f","after":null,"ref":"refs/tags/v0.0.6","pushedAt":"2024-02-16T07:07:08.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"2586719a9ee32f1463bb714b37a696c2c0d69282","after":"279b5fd85309a441a494199c4789079016ecf598","ref":"refs/heads/add-ts","pushedAt":"2024-02-16T07:05:57.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Add TypeScript comment handling and rename function\n\nAdded .ts file extension to the list for handling comments and renamed the function 'processFile' to 'extractComments' to better reflect its functionality. The updated function name improves code readability and understanding.","shortMessageHtmlLink":"Add TypeScript comment handling and rename function"}},{"before":null,"after":"2586719a9ee32f1463bb714b37a696c2c0d69282","ref":"refs/heads/add-ts","pushedAt":"2024-02-16T06:44:22.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Add TypeScript comment handling and rename function\n\nAdded .ts file extension to the list for handling comments and renamed the function 'processFile' to 'extractComments' to better reflect its functionality. The updated function name improves code readability and understanding.","shortMessageHtmlLink":"Add TypeScript comment handling and rename function"}},{"before":"e12449cc1a6b39711013a79e6b78dc2d19c0e87c","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T11:19:23.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"04fce12d9f032a5ce5cee487f2fd742d7e97323a","after":null,"ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T11:18:24.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"3d9a74d239d141a221e6ec38dbbc6e9510d8381f","after":"3355bb8472afaa39777c61f6464dbf22e4e0bc3b","ref":"refs/heads/main","pushedAt":"2024-01-06T11:18:23.000Z","pushType":"pr_merge","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Add Go test and refactor main file (#7)\n\n* Add Go test and refactor main file\r\n\r\nA new Go testing workflow has been added to the GitHub actions. This workflow will trigger on push events. Also, in the main file, a new method 'makeIssueBody' has been added to the Comment struct for generating issue body. This method makes the code cleaner and more encapsulated. Corresponding unit tests are also added.\r\n\r\n* Refactor GitHub workflow and main.go file\r\n\r\nThe workflow for Go in the GitHub actions has been updated to install dependencies and build. In addition to that, the main Go file has been refactored to include a new method 'makeIssueBody' that makes the code more maintainable. It comes with the corresponding unit tests.\r\n\r\n* Update Go test command in GitHub workflow\r\n\r\nThe \"Run test\" step in the '.github/workflows/go.yaml' GitHub workflow file has been simplified to use the 'go test' command without additional options. This change simplifies the test command and may lead to faster execution.\r\n\r\n* Add working-directory\r\n\r\n* Fix\r\n\r\n* Refactor issue creation and formatting in main.go\r\n\r\nThis commit refactors the way issues and their bodies are created and formatted in main.go. Instead of directly using strings, it introduces struct types Issue, IssueTitle, IssueBody and corresponding methods. This improves maintainability by providing a more structured and clear way of handling issue and body creation.\r\n\r\n* Add TODO\r\n\r\n* Refactor Issue related functionalities to separate file\r\n\r\nThe commit introduces a new source file `issue.go` which now hosts the Issue related functionalities and types which were earlier a part of `main.go`. Corresponding test cases were also re-routed from `main_test.go` to a newly created test file `issue_test.go`. This segregation improves code readability and maintainability.\r\n\r\n* Debug\r\n\r\n* Modify Comment struct and update tests\r\n\r\nThe Comment struct in main.go now includes a new field, FilePath. The makeLine() function has been modified to generate a string that includes a hyperlink to the file on the GitHub repository. To accommodate these changes, a corresponding test in main_test.go has been updated. Additionally, an outdated test in issue_test.go has been eliminated.\r\n\r\n* Modify Comment struct and update tests\r\n\r\nThe Comment struct in main.go now includes a new field, FilePath. The makeLine() function has been modified to generate a string that includes a hyperlink to the file on the GitHub repository. The corresponding test in main_test.go has been updated to accommodate these changes.\r\n\r\n* Debug\r\n\r\n* Build\r\n\r\n* Fix\r\n\r\n* Fix\r\n\r\n* Remove debug","shortMessageHtmlLink":"Add Go test and refactor main file (#7)"}},{"before":"0ad550eab1006d93975e2808e1ed962c76e14bd9","after":"04fce12d9f032a5ce5cee487f2fd742d7e97323a","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T11:16:58.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Remove debug","shortMessageHtmlLink":"Remove debug"}},{"before":"68c1832cd026e6c2239e03c78fe992d8f72fb0ed","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T11:16:56.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"d5a734a96eec8814487c4c94788fdc4dc7eb2f4b","after":"0ad550eab1006d93975e2808e1ed962c76e14bd9","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T10:52:04.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Fix","shortMessageHtmlLink":"Fix"}},{"before":"43125dcc0daa1d439b565739ce430f9ed7b1042f","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T10:51:58.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"166729d5b3999a4bd1aa400078f90906e7cb65c2","after":"d5a734a96eec8814487c4c94788fdc4dc7eb2f4b","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T05:56:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Fix","shortMessageHtmlLink":"Fix"}},{"before":"f98eb76d4a2cf864358a36106d77054f79536a0c","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T05:56:36.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"cded06959b963569b4ef81f910b78420b7ce444c","after":"166729d5b3999a4bd1aa400078f90906e7cb65c2","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T05:54:06.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Build","shortMessageHtmlLink":"Build"}},{"before":"34fc5a303176779b485d64b6344c95151a49e911","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T05:53:55.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"1b8bcd9315f59dfc16e6f5fe7be7b05362e84782","after":"cded06959b963569b4ef81f910b78420b7ce444c","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T05:45:25.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Debug","shortMessageHtmlLink":"Debug"}},{"before":"c76dd5f7c7025d0ff37211b751304652770ecfaf","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T05:45:22.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"07cf515f0cbb30e0452393a56b8a04d9f77a9d6e","after":"1b8bcd9315f59dfc16e6f5fe7be7b05362e84782","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T05:43:16.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Modify Comment struct and update tests\n\nThe Comment struct in main.go now includes a new field, FilePath. The makeLine() function has been modified to generate a string that includes a hyperlink to the file on the GitHub repository. The corresponding test in main_test.go has been updated to accommodate these changes.","shortMessageHtmlLink":"Modify Comment struct and update tests"}},{"before":"0b15469f44a77a0d431397cf8f676c7434443ff3","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T05:43:13.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"a9f133c6bbbd290194a8983c19d70d050715c535","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T05:40:42.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"a44c3b3483c7fe15f14c325d8c5ccfed734da16d","after":"07cf515f0cbb30e0452393a56b8a04d9f77a9d6e","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T05:26:43.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Modify Comment struct and update tests\n\nThe Comment struct in main.go now includes a new field, FilePath. The makeLine() function has been modified to generate a string that includes a hyperlink to the file on the GitHub repository. To accommodate these changes, a corresponding test in main_test.go has been updated. Additionally, an outdated test in issue_test.go has been eliminated.","shortMessageHtmlLink":"Modify Comment struct and update tests"}},{"before":"3886446dc56da8761e5b1ce6d7c2be541e4202ae","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T05:26:41.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"d911ea5831698774a95ad0afff259ae5d1289c30","after":"a44c3b3483c7fe15f14c325d8c5ccfed734da16d","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T03:18:14.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Debug","shortMessageHtmlLink":"Debug"}},{"before":"c9bd660800c5f15084efd0a84e384fb37abc9c39","after":null,"ref":"refs/tags/v0.0.5","pushedAt":"2024-01-06T03:18:12.000Z","pushType":"branch_deletion","commitsCount":0,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"}},{"before":"367785fa23fe056949b52acdf0576a1863a89712","after":"d911ea5831698774a95ad0afff259ae5d1289c30","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T03:05:42.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Refactor Issue related functionalities to separate file\n\nThe commit introduces a new source file `issue.go` which now hosts the Issue related functionalities and types which were earlier a part of `main.go`. Corresponding test cases were also re-routed from `main_test.go` to a newly created test file `issue_test.go`. This segregation improves code readability and maintainability.","shortMessageHtmlLink":"Refactor Issue related functionalities to separate file"}},{"before":"f17ca162b6b8d708b1cccddd82b40a4b5ef8e45e","after":"367785fa23fe056949b52acdf0576a1863a89712","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T03:02:57.000Z","pushType":"push","commitsCount":2,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Add TODO","shortMessageHtmlLink":"Add TODO"}},{"before":"aa7e8bb008f5c8b2bda477cc8659aafb8ab4f595","after":"f17ca162b6b8d708b1cccddd82b40a4b5ef8e45e","ref":"refs/heads/v0.0.5","pushedAt":"2024-01-06T02:17:00.000Z","pushType":"push","commitsCount":1,"pusher":{"login":"GOD-oda","name":"Workman","path":"/GOD-oda","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/14949022?s=80&v=4"},"commit":{"message":"Fix","shortMessageHtmlLink":"Fix"}}],"hasNextPage":true,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAAD_E0D1wA","startCursor":null,"endCursor":null}},"title":"Activity ยท GOD-oda/todo-mitsukeru-kun"}