Closed
Description
- Gitea version (or commit ref): bae2642
- Git version: 2.15.0
- Operating system: Alpine Linux 3.7
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL) see https://try.gitea.io/api/swagger
- No
- Not relevant
- Log gist: https://gist.github.com/HoffmannP/9f6ff51fe0168e1ad1195c3d1f89a431
Description
At least two API calls don't work:
-
Getting a special commit (in my example the latest commit in a branch) via
/repos/{owner}/{repo}/commits/{ref}/statuses
-
Creating a release via
/repos/{owner}/{repo}/releases
-
Tested with newest Docker version
-
Test with swagger command interface and from outside (using AuthToken)