feat(gitea): add Actions API support: list filters, run/job endpoints, dispatch, and richer types
This commit is contained in:
@@ -1,5 +1,14 @@
|
||||
# Changelog
|
||||
|
||||
## 2026-03-02 - 1.4.0 - feat(gitea)
|
||||
add Actions API support: list filters, run/job endpoints, dispatch, and richer types
|
||||
|
||||
- Introduce IActionRunListOptions to allow filtering action runs by status, branch, event, and actor
|
||||
- Update getActionRuns to accept filtering options and build URL query parameters
|
||||
- Add new client methods: getActionRun, getJobLog, rerunAction, cancelAction, and dispatchWorkflow
|
||||
- Expand IGiteaActionRun and IGiteaActionRunJob shapes and add IGiteaActionRunJobStep for more detailed run/job metadata
|
||||
- Export new types (IActionRunListOptions, IGiteaActionRunJobStep) from the package index
|
||||
|
||||
## 2026-03-02 - 1.3.0 - feat(gitea)
|
||||
add repository branches and tags support: new IGiteaBranch/IGiteaTag interfaces and getRepoBranches/getRepoTags client methods
|
||||
|
||||
|
||||
Reference in New Issue
Block a user