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 79d74d208f
Add API route to list org secrets (#26485)
- Add a new function `CountOrgSecrets` in the file
`models/secret/secret.go`
- Add a new file `modules/structs/secret.go`
- Add a new function `ListActionsSecrets` in the file
`routers/api/v1/api.go`
- Add a new file `routers/api/v1/org/action.go`
- Add a new function `listActionsSecrets` in the file
`routers/api/v1/org/action.go`

go-sdk: https://gitea.com/gitea/go-sdk/pulls/629

---------

Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: techknowlogick <matti@mdranta.net>
Co-authored-by: Giteabot <teabot@gitea.io>
2 years 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 Refactor web package and context package (#25298) 2 years ago
notify Fix bugs related to notification endpoints (#25548) 2 years ago
org Add API route to list org secrets (#26485) 2 years ago
packages Add CRAN package registry (#22331) 2 years ago
repo Allow to archive labels (#26478) 2 years ago
settings
swagger Add API route to list org secrets (#26485) 2 years 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 Add API route to list org secrets (#26485) 2 years ago
auth.go
auth_windows.go