Created
July 23, 2021 13:53
-
-
Save gamerson/3425b8f26fe006cfae518c3f727e00c4 to your computer and use it in GitHub Desktop.
Lugbot `/status` example #2
This file contains hidden or 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
{ | |
"completedTasks": [ | |
{ | |
"finishTime": 1627047806038, | |
"id": 4, | |
"name": "Bug Prevention", | |
"projectId": 1, | |
"startTime": 1627047771174, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627047809470, | |
"id": 5, | |
"name": "Performance", | |
"projectId": 1, | |
"startTime": 1627047793996, | |
"state": "COMPLETED_SUCCESS" | |
}, | |
{ | |
"finishTime": 1627048113551, | |
"id": 11, | |
"name": "Code Upgrade Proposal: find-breaking-changes_FindBreakingChanges", | |
"projectId": 1, | |
"proposal": { | |
"action": "canceled", | |
"body": "Canceled by user", | |
"branchName": "", | |
"commitComments": {}, | |
"id": 2, | |
"mergeAdvice": "none", | |
"name": "canceled", | |
"title": "Canceled" | |
}, | |
"startTime": 0, | |
"state": "COMPLETED_FAILURE" | |
} | |
], | |
"lugbot": { | |
"mode": "LOCAL", | |
"version": "0.7.1-e79a98a4" | |
}, | |
"pendingTasks": [ | |
{ | |
"finishTime": 0, | |
"id": 8, | |
"name": "Code Upgrade Proposal: use-target-platform_UseTargetPlatform", | |
"projectId": 1, | |
"startTime": 0, | |
"state": "PENDING" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 9, | |
"name": "Code Upgrade Proposal: use-release-api_UseReleaseApi", | |
"projectId": 1, | |
"startTime": 0, | |
"state": "PENDING" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 10, | |
"name": "Code Upgrade Proposal: auto-correct-breaking-changes_AutoCorrectBreakingChanges", | |
"projectId": 1, | |
"startTime": 0, | |
"state": "PENDING" | |
} | |
], | |
"projects": [ | |
{ | |
"cloneUrl": "[email protected]:gamerson/evp-portlet-upgrade-webhook.git", | |
"description": "Unnamed repository; edit this file 'description' to name the repository.", | |
"htmlUrl": "/repo/.git", | |
"id": 1, | |
"name": "LOCAL_REPO" | |
} | |
], | |
"runningTasks": [ | |
{ | |
"finishTime": 0, | |
"id": 7, | |
"name": "Code Upgrade Proposal: upgrade-workspace-version_UpgradeWorkspacePluginVersion", | |
"projectId": 1, | |
"startTime": 1627047819155, | |
"state": "RUNNING" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment