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/routers/api/v1
Bo-Yi Wu 9eb4a9e601
feat(API): add secret deletion functionality for repository (#26808)
- Modify the `CreateOrUpdateSecret` function in `api.go` to include a
`Delete` operation for the secret
- Modify the `DeleteOrgSecret` function in `action.go` to include a
`DeleteSecret` operation for the organization
- Modify the `DeleteSecret` function in `action.go` to include a
`DeleteSecret` operation for the repository
- Modify the `v1_json.tmpl` template file to update the `operationId`
and `summary` for the `deleteSecret` operation in both the organization
and repository sections

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
1 year ago
..
activitypub Update tool dependencies, lock govulncheck and actionlint (#25655) 2 years ago
admin fix Missing 404 swagger response docs for /admin/users/{username} (#26086) 2 years ago
misc Move web/api context related testing function into a separate package (#26859) 1 year ago
notify Fix bugs related to notification endpoints (#25548) 2 years ago
org feat(API): add secret deletion functionality for repository (#26808) 1 year ago
packages Add CRAN package registry (#22331) 2 years ago
repo feat(API): add secret deletion functionality for repository (#26808) 1 year ago
settings Implement FSFE REUSE for golang files (#21840) 2 years ago
swagger refactor(API): refactor secret creation and update functionality (#26751) 1 year ago
user Remove `db.DefaultContext` in `routers/` and `cmd/` (#26076) 2 years ago
utils New webhook trigger for receiving Pull Request review requests (#24481) 2 years ago
api.go feat(API): add secret deletion functionality for repository (#26808) 1 year ago
auth.go Implement FSFE REUSE for golang files (#21840) 2 years ago
auth_windows.go Implement FSFE REUSE for golang files (#21840) 2 years ago