forgejo/routers/api/v1
markturney 7a19d3c2be feat(api): return run info for dispatched workflows (#7193)
- When the API endpoint `/repos/{owner}/{repo}/actions/workflows/{workflowname}/dispatches` is used to launch a workflow, it currently returns no data; `/repos/{owner}/{repo}/actions/tasks` can be used to track the progress of a workflow, but you need at least that workflow's run_id and the quantity of its child jobs. Tracking workflow progress is especially important if you want to chain together multiple workflows that exist within different repositories, which is desired for https://codeberg.org/forgejo/forgejo/issues/6312.
- Make it possible to track the progress of manually triggered workflows by modifying the `/repos/{owner}/{repo}/actions/workflows/{workflowname}/dispatches` to return a JSON object containing the triggered workflow's id and a list of its child job names.

Co-authored-by: Andrii Chyrva <achyrva@amcbridge.com>
Co-authored-by: Andrii Chyrva <andrii.s.chyrva@hotmail.com>
Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7193
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: markturney <markturney@gmail.com>
Co-committed-by: markturney <markturney@gmail.com>
2025-03-14 16:01:15 +00:00
..
activitypub Transient model for federated unstar (#6740) 2025-02-11 12:49:32 +00:00
admin feat: add configurable cooldown to claim usernames (#6422) 2025-01-24 04:16:56 +00:00
misc Added alt's to <img> 2025-01-31 21:22:00 +00:00
notify drop log.Error in ReadRepoNotifications 2024-03-24 07:12:31 +01:00
org fix(sec): modify api route for variables 2025-02-08 07:21:14 +00:00
packages Add API to support link package to repository and unlink it (#33481) 2025-02-25 21:41:55 +01:00
repo feat(api): return run info for dispatched workflows (#7193) 2025-03-14 16:01:15 +00:00
settings Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
shared fix: job list response to avoid wrapped body. (#7050) 2025-02-24 18:14:12 +00:00
swagger feat(api): return run info for dispatched workflows (#7193) 2025-03-14 16:01:15 +00:00
user feat: add pronoun privacy option (#6773) 2025-02-15 13:07:15 +00:00
utils Move context from modules to services (#29440) 2024-03-06 12:10:43 +08:00
api.go Add API to support link package to repository and unlink it (#33481) 2025-02-25 21:41:55 +01:00