test(mobile): correct the github.prFileContents fixture to the host's shape

The recorded `normal` reply at both `github.prFileContents` sites was
`{oldContent, newContent, truncated}`, which `getPRFileContents` never returns:
it answers `{original, modified, originalIsBinary, modifiedIsBinary,
originalTooLarge, modifiedTooLarge}` (src/main/github/pull-request-file-contents
.ts:121-128), with the two too-large flags set only where a side was skipped for
size (:54). Both sites' `normal` partitions therefore proved nothing about the
success path, and `githubPullRequestFileContentsSchema` cited that fiction as
the reason it could require nothing. Same defect class as the `gitlab.todos`
fixture corrected in 32bd65c134, found by round-1 review.

Before-picture recorded against main's own product tree, not this branch's: a
detached worktree at `4b876758d3`, this branch's `pilot-scenarios.json` copied
in with `baseline` set to that commit, per the recorder README's detached-pin
recipe. Control: 744 of the 758 goldens reproduce the base corpus byte for byte;
the 12 copied here are the two affected families, and the remaining two are the
already-corrected to-do pair, which reproduced 32bd65c134's bytes exactly.

The 12 carry `baseline: 4b876758d3`, the tree that produced them. The next
commit's reader change and the repin that follows it re-record them.

Claude-Session: https://claude.ai/code/session_01JNnE9qzUZMMnqpZWCqM3nb
This commit is contained in:
Jinwoo-H
2026-09-17 00:36:46 -04:00
parent 7fc0dfed81
commit d26aeecdb0
13 changed files with 3944 additions and 3955 deletions
@@ -3,11 +3,11 @@
"family": "tasks.item-checks-files",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "732ce53b564927e7d61511e406b4e6b407c4572e",
"baseline": "4b876758d3158a8eb6b798055d8db7c58d1cd4a9",
"lockfileSha256": "788c1234b38a61fc882fca292341fce6690deee9cc6695673b0575cf2c4cf571",
"recorderSha256": "d4fa125899cd863c03dbf96657d46b8c7d6c0ccf522b342bc4f164ed1e3becfe",
"adapterSha256": "8c4218bfb2af227da5386f29989cec438f2c6187f39ce1c06859e136ea920bfa",
"scenarioSha256": "525fc4a694e8d1eaa4dab254c05f6bbdfbff31f9137bf9ba277ed508fd56e30e",
"scenarioSha256": "0186ae4ee9b3653fd9e7050a5316608a8e68f8bb463e1391862cdb3cd312676b",
"platform": "darwin",
"scenarioVersion": 1,
"projectionVersion": 2,
@@ -55,17 +55,6 @@
"ordinal": 21,
"value": ""
},
"04c163c9d858": {
"name": "prFileContents",
"ordinal": 24,
"value": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
},
"04df4241c3b7": {
"name": "mutatingStatus",
"ordinal": 7,
@@ -120,6 +109,64 @@
"reviewRequests": []
}
},
"09ab59e7bed7": {
"contents": {
"src/index.ts": {
"$rpc": "null"
}
},
"drafts": {
"src/index.ts:12": "a review comment"
},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"0b6d842dd4b6": {
"name": "github.addPRReviewComment#1",
"ordinal": 29,
@@ -291,6 +338,15 @@
"ordinal": 24,
"value": "Connection closed"
},
"314f8014ac46": {
"name": "prFileContents",
"ordinal": 24,
"value": {
"src/index.ts": {
"$rpc": "null"
}
}
},
"372c9f84cf26": {
"name": "github.setPRFileViewed#1",
"ordinal": 9,
@@ -326,72 +382,6 @@
}
}
},
"38d90ed8a1ee": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
},
"drafts": {},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
},
{
"author": "You",
"body": "a review comment",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 901,
"line": 12,
"path": "src/index.ts"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"3f98f9cc9793": {
"name": "github.prFileContents#1",
"ordinal": 22,
@@ -489,6 +479,137 @@
},
"refreshSeq": 1
},
"437650c032c7": {
"contents": {
"src/index.ts": {
"$rpc": "undefined"
}
},
"drafts": {},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
},
{
"author": "You",
"body": "a review comment",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 901,
"line": 12,
"path": "src/index.ts"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"47ac5bdaffbe": {
"contents": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"drafts": {},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
},
{
"author": "You",
"body": "a review comment",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 901,
"line": 12,
"path": "src/index.ts"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"4b4ca1abe880": {
"contents": {},
"drafts": {
@@ -718,6 +839,64 @@
"ordinal": 10,
"json": "{\"id\":\"frame-2\",\"deviceToken\":\"recording-device\",\"method\":\"github.setPRFileViewed\",\"params\":{\"repo\":\"id:repo-1\",\"pullRequestId\":\"PR_kwDO\",\"path\":\"src/index.ts\",\"viewed\":true}}"
},
"6255f2d00cb6": {
"contents": {
"src/index.ts": {
"$rpc": "undefined"
}
},
"drafts": {
"src/index.ts:12": "a review comment"
},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"6d512f848a18": {
"name": "error",
"ordinal": 27,
@@ -835,6 +1014,51 @@
},
"refreshSeq": 1
},
"747ae3d77900": {
"name": "github.prFileContents#1",
"ordinal": 22,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 12,
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-4",
"ok": true,
"result": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
}
},
"748897a9a03d": {
"name": "github.prFileContents#1",
"ordinal": 22,
@@ -878,6 +1102,15 @@
}
}
},
"7874ba0d3206": {
"name": "prFileContents",
"ordinal": 24,
"value": {
"src/index.ts": {
"$rpc": "undefined"
}
}
},
"78f13a8847a8": {
"name": "github.prFileContents#1",
"ordinal": 23,
@@ -1048,54 +1281,135 @@
}
}
},
"b68ec3f01a39": {
"contents": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"drafts": {
"src/index.ts:12": "a review comment"
},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"b6fc0b12fd0b": {
"name": "github.rerunPRChecks#1",
"ordinal": 4,
"json": "{\"id\":\"frame-1\",\"deviceToken\":\"recording-device\",\"method\":\"github.rerunPRChecks\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":12,\"headSha\":\"head-sha\",\"failedOnly\":true}}"
},
"b7302ece9856": {
"name": "github.prFileContents#1",
"ordinal": 22,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"bbc7b8125888": {
"contents": {
"src/index.ts": {
"$rpc": "null"
}
},
"drafts": {},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
},
{
"author": "You",
"body": "a review comment",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 901,
"line": 12,
"path": "src/index.ts"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 12,
"repo": "id:repo-1",
"status": "modified"
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-4",
"ok": true,
"result": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
}
"reviewRequests": []
},
"refreshSeq": 1
},
"bc0342f92c4b": {
"name": "github.prFileContents#1",
@@ -1249,66 +1563,6 @@
},
"refreshSeq": 1
},
"c3ea578fcb3f": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
},
"drafts": {
"src/index.ts:12": "a review comment"
},
"error": "",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"c5221050cf37": {
"name": "github.addPRReviewComment#1",
"ordinal": 28,
@@ -1410,60 +1664,6 @@
},
"refreshSeq": 1
},
"cabcdc07b9d0": {
"contents": {},
"drafts": {
"src/index.ts:12": "a review comment"
},
"error": "The host sent a reply this app could not read (github.prFileContents)",
"mutating": false,
"payload": {
"assignees": ["octocat"],
"baseSha": "base-sha",
"body": "body",
"checks": [],
"comments": [
{
"author": "octocat",
"body": "please fix",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": 501,
"isResolved": true,
"line": 12,
"path": "src/index.ts",
"threadId": "thread-1"
},
{
"author": "octocat",
"body": "a thought",
"createdAt": "2020-01-01T00:00:00.000Z",
"id": "comment-2"
}
],
"files": [
{
"additions": 2,
"deletions": 1,
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"status": "modified",
"viewerViewedState": "VIEWED"
}
],
"headSha": "head-sha",
"labels": ["bug"],
"latestReviews": [],
"provider": "github",
"pullRequestId": "PR_kwDO",
"reviewDecision": {
"$rpc": "null"
},
"reviewRequests": []
},
"refreshSeq": 1
},
"cd49f254a729": {
"contents": {
"src/index.ts": {
@@ -1742,6 +1942,18 @@
}
}
},
"e2dba3496560": {
"name": "prFileContents",
"ordinal": 24,
"value": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
},
"e6577d375511": {
"contents": {
"src/index.ts": {
@@ -1806,11 +2018,6 @@
},
"refreshSeq": 1
},
"ea3d146fdfc8": {
"name": "error",
"ordinal": 24,
"value": "The host sent a reply this app could not read (github.prFileContents)"
},
"eb79a9b3682a": {
"status": "fulfilled",
"startedAt": 0,
@@ -2065,7 +2272,7 @@
{
"id": "tk-item-checks-files.normal:expand-settled",
"observation": {
"sender": ["01a8f1e0db1b", "372c9f84cf26", "7fda96277de7", "b7302ece9856"],
"sender": ["01a8f1e0db1b", "372c9f84cf26", "7fda96277de7", "747ae3d77900"],
"payloads": ["b6fc0b12fd0b", "60ec2d836410", "8fd3df41c79d", "78f13a8847a8"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -2074,7 +2281,7 @@
"thread-2": "eb79a9b3682a",
"expand-3": "eb79a9b3682a"
},
"state": "c3ea578fcb3f",
"state": "b68ec3f01a39",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -2091,7 +2298,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"04c163c9d858",
"e2dba3496560",
"cdbe0a4858fa"
]
}
@@ -2103,7 +2310,7 @@
"01a8f1e0db1b",
"372c9f84cf26",
"7fda96277de7",
"b7302ece9856",
"747ae3d77900",
"c5221050cf37"
],
"payloads": [
@@ -2121,7 +2328,7 @@
"expand-3": "eb79a9b3682a",
"file-comment-4": "eb79a9b3682a"
},
"state": "38d90ed8a1ee",
"state": "47ac5bdaffbe",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -2138,7 +2345,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"04c163c9d858",
"e2dba3496560",
"cdbe0a4858fa",
"1fc00c6935cc",
"6d512f848a18",
@@ -2160,7 +2367,7 @@
"thread-2": "eb79a9b3682a",
"expand-3": "eb79a9b3682a"
},
"state": "cabcdc07b9d0",
"state": "6255f2d00cb6",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -2177,7 +2384,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"ea3d146fdfc8",
"7874ba0d3206",
"cdbe0a4858fa"
]
}
@@ -2207,7 +2414,7 @@
"expand-3": "eb79a9b3682a",
"file-comment-4": "eb79a9b3682a"
},
"state": "2612177ac631",
"state": "437650c032c7",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -2224,7 +2431,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"ea3d146fdfc8",
"7874ba0d3206",
"cdbe0a4858fa",
"1fc00c6935cc",
"6d512f848a18",
@@ -2246,7 +2453,7 @@
"thread-2": "eb79a9b3682a",
"expand-3": "eb79a9b3682a"
},
"state": "cabcdc07b9d0",
"state": "09ab59e7bed7",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -2263,7 +2470,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"ea3d146fdfc8",
"314f8014ac46",
"cdbe0a4858fa"
]
}
@@ -2293,7 +2500,7 @@
"expand-3": "eb79a9b3682a",
"file-comment-4": "eb79a9b3682a"
},
"state": "2612177ac631",
"state": "bbc7b8125888",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -2310,7 +2517,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"ea3d146fdfc8",
"314f8014ac46",
"cdbe0a4858fa",
"1fc00c6935cc",
"6d512f848a18",
@@ -3,11 +3,11 @@
"family": "tasks.project-row-files-merge",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "732ce53b564927e7d61511e406b4e6b407c4572e",
"baseline": "4b876758d3158a8eb6b798055d8db7c58d1cd4a9",
"lockfileSha256": "788c1234b38a61fc882fca292341fce6690deee9cc6695673b0575cf2c4cf571",
"recorderSha256": "d4fa125899cd863c03dbf96657d46b8c7d6c0ccf522b342bc4f164ed1e3becfe",
"adapterSha256": "b228732762828412ad3d9eec3ece00a897d866046e37044322c3911758d6e0a9",
"scenarioSha256": "d8838276fb40a8ccb2dbedc269b970f85c1c800466b9813ac06f409ea44ffaff",
"scenarioSha256": "1b2ead3380b546c94c5da2ed61c9208cd158db9a56ca87e3e72e450668e1e507",
"platform": "darwin",
"scenarioVersion": 1,
"projectionVersion": 2,
@@ -92,6 +92,34 @@
"itemType": "PULL_REQUEST"
}
},
"12e05fa04fb0": {
"contents": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "MERGED",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"18d4d3ace98b": {
"name": "prFileContents",
"ordinal": 6,
@@ -102,6 +130,59 @@
}
}
},
"22fd0e0131d4": {
"contents": {
"src/index.ts": {
"$rpc": "undefined"
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"2bfaca740ca3": {
"contents": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"2ed5fbe0536e": {
"name": "github.prFileContents#1",
"ordinal": 4,
@@ -154,60 +235,23 @@
"ordinal": 22,
"value": true
},
"35308e39a23b": {
"name": "github.prFileContents#1",
"ordinal": 4,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 2,
"prRepo": {
"host": "github.enterprise.test",
"owner": "owner",
"repo": "repo"
},
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-1",
"ok": true,
"result": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
}
},
"383fbfbc5ed2": {
"name": "projectMutating",
"ordinal": 14,
"value": false
},
"3a279df97d13": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
},
"3dd32a9906b0": {
"name": "github.prFileContents#1",
"ordinal": 4,
@@ -261,33 +305,6 @@
"ordinal": 9,
"value": ""
},
"4737ca53031e": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "MERGED",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"4778f4df22e3": {
"contents": {
"src/index.ts": {
@@ -334,27 +351,6 @@
"itemType": "PULL_REQUEST"
}
},
"497e8164a930": {
"contents": {},
"error": "The host sent a reply this app could not read (github.prFileContents)",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"56a2a300d457": {
"name": "error",
"ordinal": 23,
@@ -542,6 +538,65 @@
"itemType": "PULL_REQUEST"
}
},
"7851b73bc42c": {
"name": "github.prFileContents#1",
"ordinal": 4,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 2,
"prRepo": {
"host": "github.enterprise.test",
"owner": "owner",
"repo": "repo"
},
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-1",
"ok": true,
"result": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
}
},
"7a4f3a65b174": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"$rpc": "undefined"
}
}
},
"801bda6a9198": {
"name": "error",
"ordinal": 29,
@@ -620,6 +675,31 @@
}
}
},
"88a25ad142bb": {
"contents": {
"src/index.ts": {
"$rpc": "undefined"
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "MERGED",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"948edbfc0f6a": {
"name": "projectRowDetail",
"ordinal": 13,
@@ -1030,11 +1110,6 @@
}
}
},
"b7a136fdeba4": {
"name": "projectRowDetailError",
"ordinal": 6,
"value": "The host sent a reply this app could not read (github.prFileContents)"
},
"be2bf5177055": {
"contents": {
"src/index.ts": {
@@ -1071,6 +1146,15 @@
"ordinal": 11,
"json": "{\"id\":\"frame-2\",\"deviceToken\":\"recording-device\",\"method\":\"github.addPRReviewComment\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":2,\"prRepo\":{\"owner\":\"owner\",\"repo\":\"repo\",\"host\":\"github.enterprise.test\"},\"commitId\":\"head-sha\",\"path\":\"src/index.ts\",\"line\":12,\"body\":\"a review comment\"}}"
},
"c07f9dc341c1": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"$rpc": "null"
}
}
},
"c24da637c6f9": {
"name": "github.addPRReviewComment#1",
"ordinal": 10,
@@ -1260,17 +1344,6 @@
"ordinal": 2,
"value": "src/index.ts"
},
"e85494df9cc7": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
},
"eafeb0235606": {
"name": "actionItem",
"ordinal": 32,
@@ -1291,6 +1364,31 @@
"ordinal": 6,
"value": "transport failure"
},
"f462ab28ddde": {
"contents": {
"src/index.ts": {
"$rpc": "null"
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"f7fc11593793": {
"name": "github.prFileContents#1",
"ordinal": 4,
@@ -1350,12 +1448,10 @@
"ordinal": 31,
"json": "{\"id\":\"frame-5\",\"deviceToken\":\"recording-device\",\"method\":\"github.updatePRState\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":12,\"updates\":{\"state\":\"closed\"}}}"
},
"fdf15056fb68": {
"fe5e9e5c827c": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
"$rpc": "null"
}
},
"error": "",
@@ -1369,7 +1465,7 @@
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"state": "MERGED",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
@@ -1384,18 +1480,18 @@
{
"id": "tk-project-row-files-merge.normal:expand-settled",
"observation": {
"sender": ["35308e39a23b"],
"sender": ["7851b73bc42c"],
"payloads": ["62a79bf8d7aa"],
"settlements": {
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a"
},
"state": "fdf15056fb68",
"state": "2bfaca740ca3",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb"
]
}
@@ -1403,19 +1499,19 @@
{
"id": "tk-project-row-files-merge.normal:file-comment-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9"],
"sender": ["7851b73bc42c", "c24da637c6f9"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc"],
"settlements": {
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a",
"file-comment-1": "eb79a9b3682a"
},
"state": "fdf15056fb68",
"state": "2bfaca740ca3",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1428,7 +1524,7 @@
{
"id": "tk-project-row-files-merge.normal:merge-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9", "65c6b60b2a1c"],
"sender": ["7851b73bc42c", "c24da637c6f9", "65c6b60b2a1c"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc", "a943cc6b7a3c"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -1436,12 +1532,12 @@
"file-comment-1": "eb79a9b3682a",
"merge-2": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1459,7 +1555,7 @@
{
"id": "tk-project-row-files-merge.normal:issue-state-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9", "65c6b60b2a1c", "a2462ffcc807"],
"sender": ["7851b73bc42c", "c24da637c6f9", "65c6b60b2a1c", "a2462ffcc807"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc", "a943cc6b7a3c", "a05f949ea04b"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -1468,12 +1564,12 @@
"merge-2": "eb79a9b3682a",
"issue-state-3": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1496,7 +1592,7 @@
"id": "tk-project-row-files-merge.normal:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1517,12 +1613,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1554,12 +1650,12 @@
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a"
},
"state": "497e8164a930",
"state": "22fd0e0131d4",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"7a4f3a65b174",
"662cbccd78cb"
]
}
@@ -1574,12 +1670,12 @@
"expand-0": "eb79a9b3682a",
"file-comment-1": "eb79a9b3682a"
},
"state": "9d1e84daf78b",
"state": "22fd0e0131d4",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"7a4f3a65b174",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1600,12 +1696,12 @@
"file-comment-1": "eb79a9b3682a",
"merge-2": "eb79a9b3682a"
},
"state": "688948cddf49",
"state": "88a25ad142bb",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"7a4f3a65b174",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1632,12 +1728,12 @@
"merge-2": "eb79a9b3682a",
"issue-state-3": "eb79a9b3682a"
},
"state": "688948cddf49",
"state": "88a25ad142bb",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"7a4f3a65b174",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1681,12 +1777,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "688948cddf49",
"state": "88a25ad142bb",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"7a4f3a65b174",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1718,12 +1814,12 @@
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a"
},
"state": "497e8164a930",
"state": "f462ab28ddde",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"c07f9dc341c1",
"662cbccd78cb"
]
}
@@ -1738,12 +1834,12 @@
"expand-0": "eb79a9b3682a",
"file-comment-1": "eb79a9b3682a"
},
"state": "9d1e84daf78b",
"state": "f462ab28ddde",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"c07f9dc341c1",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1764,12 +1860,12 @@
"file-comment-1": "eb79a9b3682a",
"merge-2": "eb79a9b3682a"
},
"state": "688948cddf49",
"state": "fe5e9e5c827c",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"c07f9dc341c1",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1796,12 +1892,12 @@
"merge-2": "eb79a9b3682a",
"issue-state-3": "eb79a9b3682a"
},
"state": "688948cddf49",
"state": "fe5e9e5c827c",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"c07f9dc341c1",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1845,12 +1941,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "688948cddf49",
"state": "fe5e9e5c827c",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"b7a136fdeba4",
"c07f9dc341c1",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -3,11 +3,11 @@
"family": "tasks.project-row-files-merge",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "732ce53b564927e7d61511e406b4e6b407c4572e",
"baseline": "4b876758d3158a8eb6b798055d8db7c58d1cd4a9",
"lockfileSha256": "788c1234b38a61fc882fca292341fce6690deee9cc6695673b0575cf2c4cf571",
"recorderSha256": "d4fa125899cd863c03dbf96657d46b8c7d6c0ccf522b342bc4f164ed1e3becfe",
"adapterSha256": "b228732762828412ad3d9eec3ece00a897d866046e37044322c3911758d6e0a9",
"scenarioSha256": "8d31245ea6869184de082cf9ef3af8d6e0806ab48b6f159e5076f786745c4413",
"scenarioSha256": "cc450fcf20e403eea6ce1ee103c131feccb2906c0ae31c7cd3f3d3fa0b739d68",
"platform": "darwin",
"scenarioVersion": 1,
"projectionVersion": 2,
@@ -56,11 +56,6 @@
"ordinal": 16,
"value": ""
},
"1148303653f8": {
"name": "error",
"ordinal": 32,
"value": "The host sent a reply this app could not read (github.updatePRState)"
},
"12580e56c628": {
"name": "github.updatePRState#1",
"ordinal": 30,
@@ -102,6 +97,34 @@
}
}
},
"12e05fa04fb0": {
"contents": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "MERGED",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"23b2d6ed7139": {
"name": "github.updatePRState#1",
"ordinal": 30,
@@ -179,86 +202,18 @@
}
}
},
"31dce0186d15": {
"name": "mutatingStatus",
"ordinal": 22,
"value": true
},
"35308e39a23b": {
"name": "github.prFileContents#1",
"ordinal": 4,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 2,
"prRepo": {
"host": "github.enterprise.test",
"owner": "owner",
"repo": "repo"
},
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-1",
"ok": true,
"result": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
}
},
"383fbfbc5ed2": {
"name": "projectMutating",
"ordinal": 14,
"value": false
},
"3a2b7fef7f8f": {
"26583e7c81c4": {
"name": "error",
"ordinal": 32,
"value": "Unknown method"
"value": "[object Object]"
},
"42a52ca9465a": {
"name": "error",
"ordinal": 33,
"value": "Failed to update GitHub status"
},
"44c2e6541ebd": {
"name": "projectRowDetailError",
"ordinal": 9,
"value": ""
},
"4737ca53031e": {
"2bfaca740ca3": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"error": "",
@@ -272,7 +227,7 @@
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "MERGED",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
@@ -280,6 +235,38 @@
"itemType": "PULL_REQUEST"
}
},
"31dce0186d15": {
"name": "mutatingStatus",
"ordinal": 22,
"value": true
},
"383fbfbc5ed2": {
"name": "projectMutating",
"ordinal": 14,
"value": false
},
"3a279df97d13": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
},
"3a2b7fef7f8f": {
"name": "error",
"ordinal": 32,
"value": "Unknown method"
},
"44c2e6541ebd": {
"name": "projectRowDetailError",
"ordinal": 9,
"value": ""
},
"562914f59aed": {
"name": "error",
"ordinal": 32,
@@ -300,17 +287,6 @@
"ordinal": 5,
"json": "{\"id\":\"frame-1\",\"deviceToken\":\"recording-device\",\"method\":\"github.prFileContents\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":2,\"prRepo\":{\"owner\":\"owner\",\"repo\":\"repo\",\"host\":\"github.enterprise.test\"},\"path\":\"src/index.ts\",\"status\":\"modified\",\"headSha\":\"head-sha\",\"baseSha\":\"base-sha\"}}"
},
"62bb73b50116": {
"name": "reply-salvage",
"ordinal": 32,
"value": {
"droppedCount": 1,
"droppedPaths": ["error"],
"method": "github.updatePRState",
"operation": "github.update-pull-request-state",
"variant": "task-item-mutation"
}
},
"65c6b60b2a1c": {
"name": "github.mergePR#1",
"ordinal": 17,
@@ -359,6 +335,11 @@
"$rpc": "null"
}
},
"69395cb6e852": {
"name": "error",
"ordinal": 32,
"value": "Cannot read properties of undefined (reading 'ok')"
},
"6a8158b48fb7": {
"name": "github.updatePRState#1",
"ordinal": 30,
@@ -431,6 +412,56 @@
}
}
},
"7851b73bc42c": {
"name": "github.prFileContents#1",
"ordinal": 4,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 2,
"prRepo": {
"host": "github.enterprise.test",
"owner": "owner",
"repo": "repo"
},
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-1",
"ok": true,
"result": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
}
},
"7a320b5746a0": {
"name": "github.updatePRState#1",
"ordinal": 30,
@@ -845,11 +876,6 @@
"ordinal": 32,
"value": "Connection closed"
},
"d773683f6bb9": {
"name": "mutatingStatus",
"ordinal": 34,
"value": false
},
"e5e99109503e": {
"name": "github.updatePRState#1",
"ordinal": 30,
@@ -901,17 +927,6 @@
"ordinal": 2,
"value": "src/index.ts"
},
"e85494df9cc7": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
},
"eafeb0235606": {
"name": "actionItem",
"ordinal": 32,
@@ -973,32 +988,10 @@
"ordinal": 31,
"json": "{\"id\":\"frame-5\",\"deviceToken\":\"recording-device\",\"method\":\"github.updatePRState\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":12,\"updates\":{\"state\":\"closed\"}}}"
},
"fdf15056fb68": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
"fd942b19331c": {
"name": "error",
"ordinal": 32,
"value": "Cannot read properties of null (reading 'ok')"
},
"fe0ff7e7269d": {
"name": "github.updatePRState#1",
@@ -1046,18 +1039,18 @@
{
"id": "tk-project-row-files-merge.prelude:expand-settled",
"observation": {
"sender": ["35308e39a23b"],
"sender": ["7851b73bc42c"],
"payloads": ["62a79bf8d7aa"],
"settlements": {
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a"
},
"state": "fdf15056fb68",
"state": "2bfaca740ca3",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb"
]
}
@@ -1065,19 +1058,19 @@
{
"id": "tk-project-row-files-merge.prelude:file-comment-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9"],
"sender": ["7851b73bc42c", "c24da637c6f9"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc"],
"settlements": {
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a",
"file-comment-1": "eb79a9b3682a"
},
"state": "fdf15056fb68",
"state": "2bfaca740ca3",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1090,7 +1083,7 @@
{
"id": "tk-project-row-files-merge.prelude:merge-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9", "65c6b60b2a1c"],
"sender": ["7851b73bc42c", "c24da637c6f9", "65c6b60b2a1c"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc", "a943cc6b7a3c"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -1098,12 +1091,12 @@
"file-comment-1": "eb79a9b3682a",
"merge-2": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1121,7 +1114,7 @@
{
"id": "tk-project-row-files-merge.prelude:issue-state-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9", "65c6b60b2a1c", "a2462ffcc807"],
"sender": ["7851b73bc42c", "c24da637c6f9", "65c6b60b2a1c", "a2462ffcc807"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc", "a943cc6b7a3c", "a05f949ea04b"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -1130,12 +1123,12 @@
"merge-2": "eb79a9b3682a",
"issue-state-3": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1158,7 +1151,7 @@
"id": "tk-project-row-files-merge.prelude:cleanup",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1179,12 +1172,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1211,7 +1204,7 @@
"id": "tk-project-row-files-merge.normal:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1232,12 +1225,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1264,7 +1257,7 @@
"id": "tk-project-row-files-merge.result-absent:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1285,12 +1278,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1308,7 +1301,7 @@
"fa2f2de4dfe7",
"9bb57f30c113",
"801bda6a9198",
"1148303653f8",
"69395cb6e852",
"82be5a1db7df"
]
}
@@ -1317,7 +1310,7 @@
"id": "tk-project-row-files-merge.result-null:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1338,12 +1331,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1361,7 +1354,7 @@
"fa2f2de4dfe7",
"9bb57f30c113",
"801bda6a9198",
"1148303653f8",
"fd942b19331c",
"82be5a1db7df"
]
}
@@ -1370,7 +1363,7 @@
"id": "tk-project-row-files-merge.inner-ok-missing:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1391,12 +1384,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1423,7 +1416,7 @@
"id": "tk-project-row-files-merge.inner-false-string-error:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1444,12 +1437,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1476,7 +1469,7 @@
"id": "tk-project-row-files-merge.inner-false-object-error:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1497,12 +1490,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1520,9 +1513,8 @@
"fa2f2de4dfe7",
"9bb57f30c113",
"801bda6a9198",
"62bb73b50116",
"42a52ca9465a",
"d773683f6bb9"
"26583e7c81c4",
"82be5a1db7df"
]
}
},
@@ -1530,7 +1522,7 @@
"id": "tk-project-row-files-merge.outer-refused:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1551,12 +1543,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1583,7 +1575,7 @@
"id": "tk-project-row-files-merge.outer-refused-no-message:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1604,12 +1596,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1636,7 +1628,7 @@
"id": "tk-project-row-files-merge.method-not-found:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1657,12 +1649,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1689,7 +1681,7 @@
"id": "tk-project-row-files-merge.transport-rejection:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1710,12 +1702,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -1742,7 +1734,7 @@
"id": "tk-project-row-files-merge.transport-rejection-no-message:pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -1763,12 +1755,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -3,11 +3,11 @@
"family": "tasks.item-checks-files",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "732ce53b564927e7d61511e406b4e6b407c4572e",
"baseline": "4b876758d3158a8eb6b798055d8db7c58d1cd4a9",
"lockfileSha256": "788c1234b38a61fc882fca292341fce6690deee9cc6695673b0575cf2c4cf571",
"recorderSha256": "d4fa125899cd863c03dbf96657d46b8c7d6c0ccf522b342bc4f164ed1e3becfe",
"adapterSha256": "8c4218bfb2af227da5386f29989cec438f2c6187f39ce1c06859e136ea920bfa",
"scenarioSha256": "15de2c1dd80a591a5e27d50664ff21d4e71442c711fc3bbdf7d1f95f499cf04c",
"scenarioSha256": "644a27c1e3fa6bfa73c7822c2949e9534508e5e3a996b0e8e56be6326658d123",
"platform": "darwin",
"scenarioVersion": 1,
"projectionVersion": 2,
@@ -55,17 +55,6 @@
"ordinal": 21,
"value": ""
},
"04c163c9d858": {
"name": "prFileContents",
"ordinal": 24,
"value": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
},
"04df4241c3b7": {
"name": "mutatingStatus",
"ordinal": 7,
@@ -175,12 +164,13 @@
}
}
},
"38d90ed8a1ee": {
"47ac5bdaffbe": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"drafts": {},
@@ -475,6 +465,51 @@
},
"refreshSeq": 1
},
"747ae3d77900": {
"name": "github.prFileContents#1",
"ordinal": 22,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 12,
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-4",
"ok": true,
"result": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
}
},
"78f13a8847a8": {
"name": "github.prFileContents#1",
"ordinal": 23,
@@ -588,61 +623,13 @@
"ordinal": 18,
"value": false
},
"b6fc0b12fd0b": {
"name": "github.rerunPRChecks#1",
"ordinal": 4,
"json": "{\"id\":\"frame-1\",\"deviceToken\":\"recording-device\",\"method\":\"github.rerunPRChecks\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":12,\"headSha\":\"head-sha\",\"failedOnly\":true}}"
},
"b7302ece9856": {
"name": "github.prFileContents#1",
"ordinal": 22,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 12,
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-4",
"ok": true,
"result": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
}
},
"c3ea578fcb3f": {
"b68ec3f01a39": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"drafts": {
@@ -697,6 +684,11 @@
},
"refreshSeq": 1
},
"b6fc0b12fd0b": {
"name": "github.rerunPRChecks#1",
"ordinal": 4,
"json": "{\"id\":\"frame-1\",\"deviceToken\":\"recording-device\",\"method\":\"github.rerunPRChecks\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":12,\"headSha\":\"head-sha\",\"failedOnly\":true}}"
},
"c5221050cf37": {
"name": "github.addPRReviewComment#1",
"ordinal": 28,
@@ -756,6 +748,18 @@
"ordinal": 32,
"value": false
},
"e2dba3496560": {
"name": "prFileContents",
"ordinal": 24,
"value": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
},
"eb79a9b3682a": {
"status": "fulfilled",
"startedAt": 0,
@@ -860,7 +864,7 @@
{
"id": "expand-settled",
"observation": {
"sender": ["01a8f1e0db1b", "372c9f84cf26", "7fda96277de7", "b7302ece9856"],
"sender": ["01a8f1e0db1b", "372c9f84cf26", "7fda96277de7", "747ae3d77900"],
"payloads": ["b6fc0b12fd0b", "60ec2d836410", "8fd3df41c79d", "78f13a8847a8"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -869,7 +873,7 @@
"thread-2": "eb79a9b3682a",
"expand-3": "eb79a9b3682a"
},
"state": "c3ea578fcb3f",
"state": "b68ec3f01a39",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -886,7 +890,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"04c163c9d858",
"e2dba3496560",
"cdbe0a4858fa"
]
}
@@ -898,7 +902,7 @@
"01a8f1e0db1b",
"372c9f84cf26",
"7fda96277de7",
"b7302ece9856",
"747ae3d77900",
"c5221050cf37"
],
"payloads": [
@@ -916,7 +920,7 @@
"expand-3": "eb79a9b3682a",
"file-comment-4": "eb79a9b3682a"
},
"state": "38d90ed8a1ee",
"state": "47ac5bdaffbe",
"effects": [
"fd2fad47bec2",
"ed3a7d6bc894",
@@ -933,7 +937,7 @@
"7a9925855d5f",
"856c3f5b4b50",
"029bb83f402f",
"04c163c9d858",
"e2dba3496560",
"cdbe0a4858fa",
"1fc00c6935cc",
"6d512f848a18",
@@ -3,11 +3,11 @@
"family": "tasks.project-row-files-merge",
"namedDeltas": [],
"runnerVersion": 1,
"baseline": "732ce53b564927e7d61511e406b4e6b407c4572e",
"baseline": "4b876758d3158a8eb6b798055d8db7c58d1cd4a9",
"lockfileSha256": "788c1234b38a61fc882fca292341fce6690deee9cc6695673b0575cf2c4cf571",
"recorderSha256": "d4fa125899cd863c03dbf96657d46b8c7d6c0ccf522b342bc4f164ed1e3becfe",
"adapterSha256": "b228732762828412ad3d9eec3ece00a897d866046e37044322c3911758d6e0a9",
"scenarioSha256": "629d05d7fbd4a332a65f7191b2084a0e74b84920c1954fa351f264892b2776e9",
"scenarioSha256": "fef96700723edcf7d0a55ee05928a0293b8a28217b161cd3823437f3bc33b1ec",
"platform": "darwin",
"scenarioVersion": 1,
"projectionVersion": 2,
@@ -18,76 +18,13 @@
"ordinal": 16,
"value": ""
},
"31dce0186d15": {
"name": "mutatingStatus",
"ordinal": 22,
"value": true
},
"35308e39a23b": {
"name": "github.prFileContents#1",
"ordinal": 4,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 2,
"prRepo": {
"host": "github.enterprise.test",
"owner": "owner",
"repo": "repo"
},
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-1",
"ok": true,
"result": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
}
},
"383fbfbc5ed2": {
"name": "projectMutating",
"ordinal": 14,
"value": false
},
"44c2e6541ebd": {
"name": "projectRowDetailError",
"ordinal": 9,
"value": ""
},
"4737ca53031e": {
"12e05fa04fb0": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"error": "",
@@ -109,6 +46,61 @@
"itemType": "PULL_REQUEST"
}
},
"2bfaca740ca3": {
"contents": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
},
"31dce0186d15": {
"name": "mutatingStatus",
"ordinal": 22,
"value": true
},
"383fbfbc5ed2": {
"name": "projectMutating",
"ordinal": 14,
"value": false
},
"3a279df97d13": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
},
"44c2e6541ebd": {
"name": "projectRowDetailError",
"ordinal": 9,
"value": ""
},
"56a2a300d457": {
"name": "error",
"ordinal": 23,
@@ -172,6 +164,56 @@
"$rpc": "null"
}
},
"7851b73bc42c": {
"name": "github.prFileContents#1",
"ordinal": 4,
"args": [
{
"name": "method",
"value": "github.prFileContents"
},
{
"name": "params",
"value": {
"baseSha": "base-sha",
"headSha": "head-sha",
"oldPath": {
"$rpc": "undefined"
},
"path": "src/index.ts",
"prNumber": 2,
"prRepo": {
"host": "github.enterprise.test",
"owner": "owner",
"repo": "repo"
},
"repo": "id:repo-1",
"status": "modified"
}
},
{
"name": "options",
"value": {
"timeoutMs": 30000
}
}
],
"settlement": {
"status": "fulfilled",
"startedAt": 0,
"settledAt": 0,
"value": {
"id": "frame-1",
"ok": true,
"result": {
"modified": "b",
"modifiedIsBinary": false,
"original": "a",
"originalIsBinary": false
}
}
}
},
"801bda6a9198": {
"name": "error",
"ordinal": 29,
@@ -504,17 +546,6 @@
"ordinal": 2,
"value": "src/index.ts"
},
"e85494df9cc7": {
"name": "prFileContents",
"ordinal": 6,
"value": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
}
},
"eafeb0235606": {
"name": "actionItem",
"ordinal": 32,
@@ -539,33 +570,6 @@
"name": "github.updatePRState#1",
"ordinal": 31,
"json": "{\"id\":\"frame-5\",\"deviceToken\":\"recording-device\",\"method\":\"github.updatePRState\",\"params\":{\"repo\":\"id:repo-1\",\"prNumber\":12,\"updates\":{\"state\":\"closed\"}}}"
},
"fdf15056fb68": {
"contents": {
"src/index.ts": {
"newContent": "b",
"oldContent": "a",
"truncated": false
}
},
"error": "",
"mutating": false,
"row": {
"content": {
"assignees": [],
"issueType": {
"$rpc": "null"
},
"labels": [],
"number": 2,
"repository": "owner/repo",
"state": "OPEN",
"url": "https://github.com/owner/repo/pull/2"
},
"fieldValuesByFieldId": {},
"id": "item-2",
"itemType": "PULL_REQUEST"
}
}
},
"recording": {
@@ -574,18 +578,18 @@
{
"id": "expand-settled",
"observation": {
"sender": ["35308e39a23b"],
"sender": ["7851b73bc42c"],
"payloads": ["62a79bf8d7aa"],
"settlements": {
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a"
},
"state": "fdf15056fb68",
"state": "2bfaca740ca3",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb"
]
}
@@ -593,19 +597,19 @@
{
"id": "file-comment-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9"],
"sender": ["7851b73bc42c", "c24da637c6f9"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc"],
"settlements": {
"mount": "eb79a9b3682a",
"expand-0": "eb79a9b3682a",
"file-comment-1": "eb79a9b3682a"
},
"state": "fdf15056fb68",
"state": "2bfaca740ca3",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -618,7 +622,7 @@
{
"id": "merge-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9", "65c6b60b2a1c"],
"sender": ["7851b73bc42c", "c24da637c6f9", "65c6b60b2a1c"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc", "a943cc6b7a3c"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -626,12 +630,12 @@
"file-comment-1": "eb79a9b3682a",
"merge-2": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -649,7 +653,7 @@
{
"id": "issue-state-settled",
"observation": {
"sender": ["35308e39a23b", "c24da637c6f9", "65c6b60b2a1c", "a2462ffcc807"],
"sender": ["7851b73bc42c", "c24da637c6f9", "65c6b60b2a1c", "a2462ffcc807"],
"payloads": ["62a79bf8d7aa", "c0706151fdcc", "a943cc6b7a3c", "a05f949ea04b"],
"settlements": {
"mount": "eb79a9b3682a",
@@ -658,12 +662,12 @@
"merge-2": "eb79a9b3682a",
"issue-state-3": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
@@ -686,7 +690,7 @@
"id": "pr-state-settled",
"observation": {
"sender": [
"35308e39a23b",
"7851b73bc42c",
"c24da637c6f9",
"65c6b60b2a1c",
"a2462ffcc807",
@@ -707,12 +711,12 @@
"issue-state-3": "eb79a9b3682a",
"pr-state-4": "eb79a9b3682a"
},
"state": "4737ca53031e",
"state": "12e05fa04fb0",
"effects": [
"83849325358f",
"e80faf8c3d27",
"d03a99b98103",
"e85494df9cc7",
"3a279df97d13",
"662cbccd78cb",
"b0f2d0edec6a",
"44c2e6541ebd",
+8 -6
View File
@@ -12185,9 +12185,10 @@
"reply": {
"ok": true,
"result": {
"oldContent": "a",
"newContent": "b",
"truncated": false
"original": "a",
"modified": "b",
"originalIsBinary": false,
"modifiedIsBinary": false
}
}
},
@@ -13526,9 +13527,10 @@
"reply": {
"ok": true,
"result": {
"oldContent": "a",
"newContent": "b",
"truncated": false
"original": "a",
"modified": "b",
"originalIsBinary": false,
"modifiedIsBinary": false
}
}
},