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
Bo-Yi Wu 23addde28e
feat: implement organization secret creation API (#26566)
- Add a new `CreateSecretOption` struct for creating secrets
- Implement a `CreateOrgSecret` function to create a secret in an
organization
- Add a new route in `api.go` to handle the creation of organization
secrets
- Update the Swagger template to include the new `CreateOrgSecret` API
endpoint

---------

Signed-off-by: appleboy <appleboy.tw@gmail.com>
1 year ago
..
api feat: implement organization secret creation API (#26566) 1 year ago
common Start using template context function (#26254) 2 years ago
install Handle base64 decoding correctly to avoid panic (#26483) 1 year ago
private Add context parameter to some database functions (#26055) 2 years ago
utils Implement FSFE REUSE for golang files (#21840) 2 years ago
web Check disabled workflow when rerun jobs (#26535) 1 year ago
init.go Pre-register OAuth2 applications for git credential helpers (#26291) 2 years ago