]> source.dussan.org Git - gitea.git/commit
Improve performance of dashboard list orgs (#16099)
authorLunny Xiao <xiaolunwen@gmail.com>
Mon, 14 Jun 2021 12:18:09 +0000 (20:18 +0800)
committerGitHub <noreply@github.com>
Mon, 14 Jun 2021 12:18:09 +0000 (20:18 +0800)
commit5d113bdd1905c73fb8071f420ae2d248202971f9
treeada92c8b506c64218fa1340879117c5ea2c2309f
parent1295e750b4b8cec5476e7666bf9f8f3a02b39785
Improve performance of dashboard list orgs (#16099)

* Improve performance of dashboard list orgs

* Fix wrong error description

* unexport queryUserOrgIDs method

* SimpleOrg -> MinimalOrg

* .

Co-authored-by: 6543 <6543@obermui.de>
models/org.go
routers/web/user/home.go