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.
forgejo/templates
Georg Dangl 9538842364
Use correct response code in push mirror creation response in v1_json.tmpl (#25476)
In the process of doing a bit of automation via the API, we've
discovered a _small_ issue in the Swagger definition. We tried to create
a push mirror for a repository, but our generated client raised an
exception due to an unexpected status code.

When looking at this function:

3c7f5ed7b5/routers/api/v1/repo/mirror.go (L236-L240)

We see it defines `201 - Created` as response:

3c7f5ed7b5/routers/api/v1/repo/mirror.go (L260-L262)

But it actually returns `200 - OK`:

3c7f5ed7b5/routers/api/v1/repo/mirror.go (L373)

So I've just updated the Swagger definitions to match the code😀

---------

Co-authored-by: Giteabot <teabot@gitea.io>
1 year ago
..
admin Use flex instead of float for sort button and search input (#25519) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 1 year ago
base Align language menu icon and fit the footer area (#25556) 1 year ago
code Use flex instead of float for sort button and search input (#25519) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Add toasts to UI (#25449) 1 year ago
explore Use flex instead of float for sort button and search input (#25519) 1 year ago
mail Add template linting via djlint (#25212) 1 year ago
org Support configuration variables on Gitea Actions (#24724) 1 year ago
package Introduce shared template for search inputs (#25338) 1 year ago
projects Remove test string (#25447) 1 year ago
repo Fix migrate page layout on mobile (#25507) 1 year ago
shared Introduce shared template for search inputs (#25338) 1 year ago
status Show OAuth2 errors to end users (#25261) 1 year ago
swagger Use correct response code in push mirror creation response in v1_json.tmpl (#25476) 1 year ago
user Change `Regenerate Secret` button display (#25534) 1 year ago
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 1 year ago
install.tmpl Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 1 year ago
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 1 year ago