gitea/services
Bo-Yi Wu 852547d0dc
feat(api): enhance Actions Secrets Management API for repository (#30656)
- Add endpoint to list repository action secrets in API routes
- Implement `ListActionsSecrets` function to retrieve action secrets
from the database
- Update Swagger documentation to include the new
`/repos/{owner}/{repo}/actions/secrets` endpoint
- Add `actions` package import and define new routes for actions,
secrets, variables, and runners in `api.go`.
- Refactor action-related API functions into `Action` struct methods in
`org/action.go` and `repo/action.go`.
- Remove `actionAPI` struct and related functions, replacing them with
`NewAction()` calls.
- Rename `variables.go` to `action.go` in `org` directory.
- Delete `runners.go` and `secrets.go` in both `org` and `repo`
directories, consolidating their content into `action.go`.
- Update copyright year and add new imports in `org/action.go`.
- Implement `API` interface in `services/actions/interface.go` for
action-related methods.
- Remove individual action-related functions and replace them with
methods on the `Action` struct in `repo/action.go`.

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Signed-off-by: appleboy <appleboy.tw@gmail.com>
2024-04-26 21:11:49 +08:00
..
actions feat(api): enhance Actions Secrets Management API for repository (#30656) 2024-04-26 21:11:49 +08:00
agit
asymkey
attachment
auth Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
automerge
context Improve oauth2 client "preferred username field" logic and the error handling (#30622) 2024-04-25 11:22:32 +00:00
contexttest Improve oauth2 client "preferred username field" logic and the error handling (#30622) 2024-04-25 11:22:32 +00:00
convert Clarify permission "HasAccess" behavior (#30585) 2024-04-20 03:15:04 +00:00
cron
doctor Add a db consistency check to remove runners that do not belong to a repository (#30614) 2024-04-23 03:51:52 +00:00
externalaccount
feed
forms Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
gitdiff Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
indexer
issue Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
lfs
mailer
markup Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
migrations Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
mirror Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
notify
org
packages
pull Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
release
repository If a repository return no commitstatus, then still cache it but not query it from database (#30700) 2024-04-25 17:14:23 +08:00
secrets
task
uinotification
user Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
webhook Enable more `revive` linter rules (#30608) 2024-04-22 11:48:42 +00:00
webtheme Initial support for colorblindness-friendly themes (#30625) 2024-04-24 00:18:41 +08:00
wiki