You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
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>
9 months ago
..
admin Fix flash message for flex-container (#30657) 9 months ago
api/packages/pypi Fix links in PyPI Simple Repository API page (#30594) 10 months ago
base Initial support for colorblindness-friendly themes (#30625) 9 months ago
custom Add footer extra links template (#9576) 5 years ago
devtest Fix issue comment form and quick-submit (#30623) 10 months ago
explore Refactor web routes (#30519) 10 months ago
mail Remove unnecessary SanitizeHTML from code (#29575) 11 months ago
org Remove obsolete CSS text classes (#30576) 9 months ago
package Some NuGet package enhancements (#30280) 10 months ago
projects Fix project name wrapping, remove horizontal margin on header (#30631) 9 months ago
repo Fix code search input for different views (#30678) 9 months ago
shared Remove obsolete CSS text classes (#30576) 9 months ago
status Initial support for colorblindness-friendly themes (#30625) 9 months ago
swagger feat(api): enhance Actions Secrets Management API for repository (#30656) 9 months ago
user Improve oauth2 client "preferred username field" logic and the error handling (#30622) 9 months ago
webhook Fix incorrect tailwind migration (#30007) 11 months ago
home.tmpl Migrate margin and padding helpers to tailwind (#30043) 10 months ago
install.tmpl Correct locale string rendering (#30522) 10 months ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago