Created
July 23, 2021 13:47
-
-
Save gamerson/503ee5adf1274e1e27c657f607ef494f to your computer and use it in GitHub Desktop.
Lugbot `/status` example #1
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" | |
} | |
], | |
"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" | |
}, | |
{ | |
"finishTime": 0, | |
"id": 11, | |
"name": "Code Upgrade Proposal: find-breaking-changes_FindBreakingChanges", | |
"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