]> source.dussan.org Git - gitea.git/commit
Convert User expose ID each time (#12855)
author6543 <6543@obermui.de>
Thu, 17 Sep 2020 21:33:23 +0000 (23:33 +0200)
committerGitHub <noreply@github.com>
Thu, 17 Sep 2020 21:33:23 +0000 (16:33 -0500)
commit06480af4723d34ac744c5f4f52fd974c3d016e59
tree9bfe6f0a4858b9d2c8ea482007fe969c5fe4851f
parentafea4faa33f9cb4a5bb42fb9798fabb3fa4ff7d3
Convert User expose ID each time (#12855)

* git blame tells me a lot of gitea things happen here around 2018, add header

* move user code int its own file

* expose user id

* adopt things from APIFormat

* fix test

* CI.restart()
integrations/api_pull_review_test.go
integrations/api_user_search_test.go
modules/convert/convert.go
modules/convert/user.go [new file with mode: 0644]