gitea/models
wxiaoguang a6450494c3
Fix unclear `IsRepositoryExist` logic ()
There was only one `IsRepositoryExist` function, it did: `has && isDir`

However it's not right, and it would cause 500 error when creating a new
repository if the dir exists.

Then, it was changed to `has || isDir`, it is still incorrect, it
affects the "adopt repo" logic.

To make the logic clear:

* IsRepositoryModelOrDirExist
* IsRepositoryModelExist
..
actions Support upload `outputs` and use `needs` context on Actions ()
activities Localize activity heatmap (except tooltip) ()
admin Implement FSFE REUSE for golang files ()
asymkey Prefer native parser for SSH public key parsing ()
auth Fix 500 error if there is a name conflict when edit authentication source ()
avatars Avoid warning for system setting when start up ()
db Use more specific test methods ()
dbfs Allow adding new files to an empty repo ()
fixtures Allow adding new files to an empty repo ()
git Use more specific test methods ()
issues Load reviewer for comments when dismissing a review ()
migrations Display when a repo was archived ()
organization Add owner team permission check test ()
packages Use ghost user if package creator does not exist ()
perm Rename `repo.GetOwner` to `repo.LoadOwner` ()
project Improve GetBoards and getDefaultBoard ()
pull refactor some functions to support ctx as first parameter ()
repo Fix unclear `IsRepositoryExist` logic ()
secret Secrets storage with SecretKey encrypted ()
system Avoid warning for system setting when start up ()
unit Improve LoadUnitConfig to handle invalid or duplicate units ()
unittest Enable forbidigo linter ()
user Use more specific test methods ()
webhook Add user webhooks ()
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 Refactor the setting to make unit test easier ()
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 Avoid warning for system setting when start up ()
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 ()