Files
novem/fixtures/github/issues.pull_request_timeline.PR_kwDONovem85.page1.json
2026-06-12 02:17:34 +01:00

127 lines
4.1 KiB
JSON

{
"node": {
"__typename": "PullRequest",
"timelineItems": {
"pageInfo": {
"endCursor": "timeline:PR_kwDONovem85:page1",
"hasNextPage": false
},
"nodes": [
{
"__typename": "BaseRefChangedEvent",
"createdAt": "2026-05-03T07:50:00Z",
"actor": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
}
},
{
"__typename": "AssignedEvent",
"createdAt": "2026-05-03T08:00:00Z",
"actor": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"assignee": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
}
},
{
"__typename": "PullRequestCommit",
"commit": {
"committedDate": "2026-05-03T08:25:00Z",
"abbreviatedOid": "13af7d0",
"messageHeadline": "Cache repository list for titlebar context switcher"
}
},
{
"__typename": "PullRequestCommit",
"commit": {
"committedDate": "2026-05-03T08:33:00Z",
"abbreviatedOid": "4e19b62",
"messageHeadline": "Reuse warm repository cache while picker refreshes"
}
},
{
"__typename": "ReviewRequestedEvent",
"createdAt": "2026-05-03T08:40:00Z",
"actor": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"requestedReviewer": {
"__typename": "Bot",
"login": "novem-ci",
"avatarUrl": "https://avatars.githubusercontent.com/in/54321?v=4"
}
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T09:05:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"body": "The cached picker feels much faster under repo churn."
},
{
"__typename": "PullRequestReview",
"createdAt": "2026-05-03T10:20:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"state": "COMMENTED",
"body": "One edge case remains when the repository disappears mid-refresh."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T11:15:00Z",
"author": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
},
"body": "Added a fallback to keep the picker focused when the selected repo is removed."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T11:40:00Z",
"author": {
"__typename": "Bot",
"login": "novem-ci",
"avatarUrl": "https://avatars.githubusercontent.com/in/54321?v=4"
},
"body": "Repository picker regression suite passed against the warm cache path."
},
{
"__typename": "IssueComment",
"createdAt": "2026-05-03T12:05:00Z",
"author": {
"__typename": "User",
"login": "leaferiksen",
"avatarUrl": "https://avatars.githubusercontent.com/u/5151?v=4"
},
"body": "Confirmed the disappearing repository case no longer drops focus."
},
{
"__typename": "AutoMergeEnabledEvent",
"createdAt": "2026-05-04T06:30:00Z",
"actor": {
"__typename": "User",
"login": "kennethnym",
"avatarUrl": "https://avatars.githubusercontent.com/u/4242?v=4"
}
}
]
}
}
}