-
Notifications
You must be signed in to change notification settings - Fork 1k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3493 from GiriB/azure_pr_updater_error_handling
Add error handling for failure while updating Pull request in azure
- Loading branch information
Showing
6 changed files
with
103 additions
and
55 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"value": [ | ||
{ | ||
"repositoryId": "d3d1760b-311c-4175-a726-20dfc6a7f885", | ||
"name": "refs/heads/vsts-api-sample/answer-woman-flame", | ||
"oldObjectId": "ggf0dcb632e11e8e71f433956183349746fec562", | ||
"newObjectId": "ffe9cba521f00d7f60e322845072238635edb451", | ||
"isLocked": false, | ||
"updateStatus": "succeeded", | ||
"success": true | ||
} | ||
], | ||
"count": 1 | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"value": [ | ||
{ | ||
"repositoryId": "d3d1760b-311c-4175-a726-20dfc6a7f885", | ||
"name": "refs/heads/vsts-api-sample/answer-woman-flame", | ||
"oldObjectId": "ggf0dcb632e11e8e71f433956183349746fec562", | ||
"customMessage": "The user does not have force push permissions", | ||
"isLocked": false, | ||
"updateStatus": "failed", | ||
"success": false | ||
} | ||
], | ||
"count": 1 | ||
} |