{"payload":{"feedbackUrl":"https://github.com/orgs/community/discussions/53140","repo":{"id":667933067,"defaultBranch":"master","name":"uftrace","ownerLogin":"kang-hyuck","currentUserCanPush":false,"isFork":true,"isEmpty":false,"createdAt":"2023-07-18T16:17:09.000Z","ownerAvatar":"https://avatars.githubusercontent.com/u/61424701?v=4","public":true,"private":false,"isOrgOwned":false},"refInfo":{"name":"","listCacheKey":"v0:1691838781.0","currentOid":""},"activityList":{"items":[{"before":null,"after":"faacac77ea4fbf37922dd1441f5f32ad05a79bb6","ref":"refs/heads/tui-add_scroll_halfpage","pushedAt":"2023-08-12T11:13:01.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"tui: Add Ctrl+u/d, Ctrl+e/y keys to move half page and scroll line\n\nproblem:\ntui needs to move the cursor to the top and bottom to see the previous\nor next page code.\n\nsolution:\nAdd the keys to move the page by plcaing the cursor on the result\nthat you are interested in.\n\nThose are functions in vim and I implemented it.\nyou can move and search the result more flexibly.\n\nFixed: #1802\nSigned-off-by: kang-hyuck ","shortMessageHtmlLink":"tui: Add Ctrl+u/d, Ctrl+e/y keys to move half page and scroll line"}},{"before":"9dd6520c610ce50a663ed65feae65828c42e76b6","after":"afeda9f9ea8e98d58b43d34d0442508a24076535","ref":"refs/heads/master","pushedAt":"2023-08-12T07:15:53.000Z","pushType":"push","commitsCount":18,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"Merge pull request #1762 from gichoel/find-tracefs-issue\n\nThe currnet find_tracing_dir logic parses /proc/self/mounts to find\r\ntracefs, but some cases show the number of fields in /proc/self/mounts\r\ndiffers and it makes a parsing failure.\r\n\r\nGichoel fixes this issue with two steps as follows.\r\n1. Try known paths at /sys/kernel/tracing and /sys/kernel/debug/tracing\r\n2. Use setmntent/getmntent to identify tracefs from /proc/mounts.\r\n\r\nSigned-off-by: Honggyu Kim ","shortMessageHtmlLink":"Merge pull request namhyung#1762 from gichoel/find-tracefs-issue"}},{"before":"13ac4fa0fac212a77ca866f988925e251c7f02bb","after":"bc8c36ae135cd409babe61a075573251c822c7be","ref":"refs/heads/fix-t151_recv_runcmd","pushedAt":"2023-07-22T08:35:03.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"tests: fix t151 recv_runcmd test code.\n\nwait for recv_cmd server to process record_cmd client's data.\n\nFixed: #1578 recv runcmd run test need result (x86_64, aarch64)\nSigned-off-by: kang-hyuck ","shortMessageHtmlLink":"tests: fix t151 recv_runcmd test code."}},{"before":"da2e4a1c0f156249a7c3a1008cc6660168940dc7","after":"13ac4fa0fac212a77ca866f988925e251c7f02bb","ref":"refs/heads/fix-t151_recv_runcmd","pushedAt":"2023-07-20T15:37:04.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"tests: fix t151 recv_runcmd test code.\n\nproblem:\nFix the issue that prints no results in prerun test. Nonetheless the recv server hasn't finished processing the client's data, recv server is forcibly terminated and reading the results from the pipe. recv_cmd server needs time to process record_cmd client's data.\n\nsolution:\nUse epoll to check server's pipe status.\n\nFixed: #1578 recv runcmd run test need result (x86_64, aarch64)\nSigned-off-by: kang-hyuck ","shortMessageHtmlLink":"tests: fix t151 recv_runcmd test code."}},{"before":"e503d16d850ddfccedd36c6520be63e96021fa5c","after":"da2e4a1c0f156249a7c3a1008cc6660168940dc7","ref":"refs/heads/fix-t151_recv_runcmd","pushedAt":"2023-07-20T15:29:59.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"problem:\nFix the issue that prints no results in prerun test. Nonetheless the recv server hasn't finished processing the client's data, recv server is forcibly terminated and reading the results from the pipe. recv_cmd server needs time to process record_cmd client's data.\n\nsolution:\nUse epoll to check server's pipe status.\n\nFixed: #1578 recv runcmd run test need result (x86_64, aarch64)\nSigned-off-by: hyuck kang ","shortMessageHtmlLink":"problem:"}},{"before":"53a61484973d782b888239431730b55209b08343","after":"e503d16d850ddfccedd36c6520be63e96021fa5c","ref":"refs/heads/fix-t151_recv_runcmd","pushedAt":"2023-07-19T16:03:14.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"tests: fix t151 recv_runcmd test code.\n\nproblem:\nFix the issue that prints no results in prerun test. Nonetheless the recv server hasn't finished processing the client's data, recv server is forcibly terminated and reading the results from the pipe. recv_cmd server needs time to process record_cmd client's data.\n\nsolution:\nUse epoll to check server's pipe status.\n\nFixed: #1578 recv runcmd run test need result (x86_64, aarch64)\nSigned-off-by: hyuck kang \nSigned-off-by: kang-hyuck ","shortMessageHtmlLink":"tests: fix t151 recv_runcmd test code."}},{"before":"a7b894b8ae71dd5fb0e4210813c59b1b3a51a8b9","after":"53a61484973d782b888239431730b55209b08343","ref":"refs/heads/fix-t151_recv_runcmd","pushedAt":"2023-07-18T17:49:39.000Z","pushType":"force_push","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"tests: fix t151 recv_runcmd test code.\n\nproblem:\nFix the issue that prints no results in prerun test. Nonetheless the recv server hasn't finished processing the client's data, recv server is forcibly terminated and reading the results from the pipe. recv_cmd server needs time to process record_cmd client's data.\n\nsolution:\nUse epoll to check server's pipe status.\n\nFixed: #1578 recv runcmd run test need result (x86_64, aarch64)\nSigned-off-by: hyuck kang \nSigned-off-by: kang-hyuck ","shortMessageHtmlLink":"tests: fix t151 recv_runcmd test code."}},{"before":null,"after":"a7b894b8ae71dd5fb0e4210813c59b1b3a51a8b9","ref":"refs/heads/fix-t151_recv_runcmd","pushedAt":"2023-07-18T17:24:56.000Z","pushType":"branch_creation","commitsCount":0,"pusher":{"login":"kang-hyuck","name":"Kang Hyuck","path":"/kang-hyuck","primaryAvatarUrl":"https://avatars.githubusercontent.com/u/61424701?s=80&v=4"},"commit":{"message":"tests: fix t151 recv_runcmd test code.\n\nproblem:\nFix the issue that prints no results in prerun test. Nonetheless the recv server hasn't finished processing the client's data, recv server is forcibly terminated and reading the results from the pipe. recv_cmd server needs time to process record_cmd client's data.\n\nsolution:\nUse epoll to check server's pipe status.\n\nFixed: #1578 recv runcmd run test need result (x86_64, aarch64)\nSigned-off-by: hyuck kang ","shortMessageHtmlLink":"tests: fix t151 recv_runcmd test code."}}],"hasNextPage":false,"hasPreviousPage":false,"activityType":"all","actor":null,"timePeriod":"all","sort":"DESC","perPage":30,"cursor":"djE6ks8AAAADaV5fLwA","startCursor":null,"endCursor":null}},"title":"Activity ยท kang-hyuck/uftrace"}