Merge branch 'stable-2.16' into stable-3.0

* stable-2.16:
  Documentation: fix camelCase in MergePatchSetInput entity documentation
  Fix robot comment id field names in changes REST documentation

Change-Id: I607163ac2790cff1c98c643e69186a814b492159
This commit is contained in:
David Pursehouse
2020-01-27 16:56:58 +09:00

View File

@@ -1975,8 +1975,8 @@ map are sorted by file path.
"name": "Code Analyzer", "name": "Code Analyzer",
"email": "code.analyzer@example.com" "email": "code.analyzer@example.com"
}, },
"robotId": "importChecker", "robot_id": "importChecker",
"robotRunId": "76b1375aa8626ea7149792831fe2ed85e80d9e04" "robot_run_id": "76b1375aa8626ea7149792831fe2ed85e80d9e04"
}, },
{ {
"id": "TveXwFiA", "id": "TveXwFiA",
@@ -1988,8 +1988,8 @@ map are sorted by file path.
"name": "Code Analyzer", "name": "Code Analyzer",
"email": "code.analyzer@example.com" "email": "code.analyzer@example.com"
}, },
"robotId": "styleChecker", "robot_id": "styleChecker",
"robotRunId": "5c606c425dd45184484f9d0a2ffd725a7607839b" "robot_run_id": "5c606c425dd45184484f9d0a2ffd725a7607839b"
} }
] ]
} }
@@ -4732,8 +4732,8 @@ map are sorted by file path.
"name": "Code Analyzer", "name": "Code Analyzer",
"email": "code.analyzer@example.com" "email": "code.analyzer@example.com"
}, },
"robotId": "importChecker", "robot_id": "importChecker",
"robotRunId": "76b1375aa8626ea7149792831fe2ed85e80d9e04" "robot_run_id": "76b1375aa8626ea7149792831fe2ed85e80d9e04"
}, },
{ {
"id": "TveXwFiA", "id": "TveXwFiA",
@@ -4745,8 +4745,8 @@ map are sorted by file path.
"name": "Code Analyzer", "name": "Code Analyzer",
"email": "code.analyzer@example.com" "email": "code.analyzer@example.com"
}, },
"robotId": "styleChecker", "robot_id": "styleChecker",
"robotRunId": "5c606c425dd45184484f9d0a2ffd725a7607839b" "robot_run_id": "5c606c425dd45184484f9d0a2ffd725a7607839b"
} }
] ]
} }
@@ -4786,8 +4786,8 @@ returned that describes the robot comment.
"name": "Code Analyzer", "name": "Code Analyzer",
"email": "code.analyzer@example.com" "email": "code.analyzer@example.com"
}, },
"robotId": "importChecker", "robot_id": "importChecker",
"robotRunId": "76b1375aa8626ea7149792831fe2ed85e80d9e04" "robot_run_id": "76b1375aa8626ea7149792831fe2ed85e80d9e04"
} }
---- ----
@@ -6652,10 +6652,10 @@ change by creating a new merge commit.
|`subject` |optional| |`subject` |optional|
The new subject for the change, if not specified, will reuse the current patch The new subject for the change, if not specified, will reuse the current patch
set's subject set's subject
|`inheritParent` |optional, default to `false`| |`inherit_parent` |optional, default to `false`|
Use the current patch set's first parent as the merge tip when set to `true`. Use the current patch set's first parent as the merge tip when set to `true`.
|`base_change` |optional| |`base_change` |optional|
A link:#change-id[\{change-id\}] that identifies a change. When `inheritParent` A link:#change-id[\{change-id\}] that identifies a change. When `inherit_parent`
is `false`, the merge tip will be the current patch set of the `base_change` if is `false`, the merge tip will be the current patch set of the `base_change` if
it's set. Otherwise, the current branch tip of the destination branch will be used. it's set. Otherwise, the current branch tip of the destination branch will be used.
|`merge` || |`merge` ||