Chester
6709e28da7
Add API endpoints for getting action jobs status (#26673)
Sample of response, it is similar to Github actions
ref
https://docs.github.com/en/rest/actions/workflow-runs?apiVersion=2022-11-28#list-workflow-runs-for-a-repository
``` json
{
"workflow_runs": [
{
"id": 3,
"name": "Explore-Gitea-Actions",
"head_branch": "main",
"head_sha": "6d8d29a9f7a01ded8f8aeb64341cb31ee1ab5f19",
"run_number": 3,
"event": "push",
"display_title": "More job",
"status": "success",
"workflow_id": "demo2.yaml",
"url": "/chester/test/actions/runs/3",
"created_at": "2023-08-22T13:41:33-04:00",
"updated_at": "2023-08-22T13:41:37-04:00",
"run_started_at": "2023-08-22T13:41:33-04:00"
},
{
"id": 2,
"name": "Explore-Gitea-Actions",
"head_branch": "main",
"head_sha": "6d8d29a9f7a01ded8f8aeb64341cb31ee1ab5f19",
"run_number": 2,
"event": "push",
"display_title": "More job",
"status": "success",
"workflow_id": "demo.yaml",
"url": "/chester/test/actions/runs/2",
"created_at": "2023-08-22T13:41:30-04:00",
"updated_at": "2023-08-22T13:41:33-04:00",
"run_started_at": "2023-08-22T13:41:30-04:00"
},
{
"id": 1,
"name": "Explore-Gitea-Actions",
"head_branch": "main",
"head_sha": "e5369ab054cae79899ba36e45ee82811a6e0acd5",
"run_number": 1,
"event": "push",
"display_title": "Add job",
"status": "failure",
"workflow_id": "demo.yaml",
"url": "/chester/test/actions/runs/1",
"created_at": "2023-08-22T13:15:21-04:00",
"updated_at": "2023-08-22T13:18:10-04:00",
"run_started_at": "2023-08-22T13:15:21-04:00"
}
],
"total_count": 3
}
```
---------
Co-authored-by: yp05327 <576951401@qq.com>
Co-authored-by: puni9869 <80308335+puni9869@users.noreply.github.com>
2024-05-01 09:40:23 +08:00
..
2024-04-29 08:47:56 +00:00
2023-10-24 02:54:59 +00:00
2023-08-07 15:00:53 -04:00
2023-08-30 06:55:25 +00:00
2024-04-27 18:50:35 +02:00
2024-02-25 13:32:13 +00:00
2024-02-27 18:56:18 +01:00
2024-03-21 15:07:35 +00:00
2024-04-13 08:38:44 +00:00
2024-04-02 17:48:27 +00:00
2024-04-09 20:27:30 +08:00
2024-04-02 17:48:27 +00:00
2024-04-03 02:16:46 +00:00
2023-06-29 16:29:48 +00:00
2023-10-14 08:37:24 +00:00
2024-02-16 15:18:30 +00:00
2024-04-29 08:47:56 +00:00
2023-09-29 12:12:54 +00:00
2024-03-08 15:30:10 +08:00
2024-03-18 21:14:51 +00:00
2023-01-29 09:49:51 -06:00
2023-12-17 14:38:54 +00:00
2023-10-18 09:44:36 +00:00
2023-08-05 04:34:59 +00:00
2024-01-29 16:18:40 +00:00
2024-03-22 04:32:40 +08:00
2024-04-30 14:34:40 +02:00
2024-03-04 01:37:00 +01:00
2023-07-04 18:36:08 +00:00
2023-04-10 16:44:02 +08:00
2024-04-03 10:58:13 -04:00
2024-04-27 12:23:37 +00:00
2024-04-29 08:47:56 +00:00
2022-11-27 18:20:29 +00:00
2023-09-14 17:09:32 +00:00
2024-02-14 21:48:45 +00:00
2023-07-09 11:58:06 +00:00
2024-04-29 08:47:56 +00:00
2023-04-12 18:16:45 +08:00
2024-04-29 16:19:06 +08:00
2023-04-22 17:56:27 -04:00
2022-11-27 18:20:29 +00:00
2024-04-09 03:43:17 +00:00
2024-04-27 08:03:49 +00:00
2023-02-11 08:39:50 +08:00
2022-11-27 18:20:29 +00:00
2023-12-25 20:13:18 +08:00
2024-04-22 23:55:43 +00:00
2022-11-27 18:20:29 +00:00
2024-03-02 09:54:46 +00:00
2023-07-14 11:00:31 +08:00
2024-04-22 11:48:42 +00:00
2024-02-25 13:32:13 +00:00
2024-04-25 11:22:32 +00:00
2024-04-29 08:47:56 +00:00
2022-12-30 23:31:00 +08:00
2023-11-03 15:21:05 +00:00
2023-09-13 01:18:52 +00:00
2024-05-01 09:40:23 +08:00
2024-03-22 12:16:23 +00:00
2022-11-27 18:20:29 +00:00
2023-10-15 17:46:06 +02:00
2024-04-30 02:36:32 +00:00
2023-09-01 11:26:07 +00:00
2023-07-04 18:36:08 +00:00
2024-04-03 02:16:46 +00:00
2024-04-02 17:48:27 +00:00
2023-02-05 15:29:03 +08:00
2023-08-15 10:31:25 +08:00
2023-10-15 17:46:06 +02:00
2022-11-27 18:20:29 +00:00
2022-11-27 18:20:29 +00:00
2024-04-22 11:48:42 +00:00
2023-08-30 10:46:49 -05:00
2024-04-21 00:53:45 +00:00
2024-01-12 21:50:38 +00:00