gitea/models
wxiaoguang ad13df36b7
Test query must have "order by" explicitly to avoid unstable results ()
The query must have the "ORDER BY", otherwise the result is not
deterministic.

Replace "interface{}" with "any" by the way.
..
actions Use the type RefName for all the needed places and fix pull mirror sync bugs ()
activities Use the type RefName for all the needed places and fix pull mirror sync bugs ()
admin Make repo migration cancelable and fix various bugs ()
asymkey Merge setting.InitXXX into one function with options ()
auth Fix 500 error if there is a name conflict when edit authentication source ()
avatars Avoid warning for system setting when start up ()
db Rewrite logger system ()
dbfs Merge setting.InitXXX into one function with options ()
fixtures Implement actions artifacts ()
git Fix missed table name on iterate lfs meta objects ()
issues Add the ability to pin Issues ()
migrations Add the ability to pin Issues ()
organization Add missing test case and fix typo in tests ()
packages Add CRAN package registry ()
perm Rewrite logger system ()
project Improve GetBoards and getDefaultBoard ()
pull refactor some functions to support ctx as first parameter ()
repo Rewrite logger system ()
secret Respect original content when creating secrets ()
shared/types Display owner of a runner as a tooltip instead of static text ()
system Avoid warning for system setting when start up ()
unit Rewrite logger system ()
unittest Test query must have "order by" explicitly to avoid unstable results ()
user Show `bot` label next to username when rendering autor link if the user is a bot ()
webhook New webhook trigger for receiving Pull Request review requests ()
error.go Implement FSFE REUSE for golang files ()
fixture_generation.go Implement FSFE REUSE for golang files ()
fixture_test.go Implement FSFE REUSE for golang files ()
main_test.go Merge setting.InitXXX into one function with options ()
migrate.go Check primary keys for all tables and drop ForeignReference ()
migrate_test.go Check primary keys for all tables and drop ForeignReference ()
org.go refactor some functions to support ctx as first parameter ()
org_team.go Remove org users who belong to no teams ()
org_team_test.go Implement FSFE REUSE for golang files ()
org_test.go Implement FSFE REUSE for golang files ()
repo.go Implement actions artifacts ()
repo_collaboration.go refactor some functions to support ctx as first parameter ()
repo_collaboration_test.go Rename `repo.GetOwner` to `repo.LoadOwner` ()
repo_test.go Implement FSFE REUSE for golang files ()
repo_transfer.go Fix unclear `IsRepositoryExist` logic ()
repo_transfer_test.go Rename almost all Ctx functions ()