gitea/modules/repository
wxiaoguang 395f65c65a
Remove unnecessary length check for repo's Description & Website ()
Follows 

The manual length check doesn't make sense nowadays:
1. The length check is already done by form's `binding:MaxSize` (then the manual check is unnecessary)
2. The CreateRepository doesn't have such check (then the manual check is inconsistent)

So this PR removes these manual length checks.
..
collaborator.go Move some files into models' sub packages ()
collaborator_test.go Move some files into models' sub packages ()
commits.go Propagate context and ensure git commands run in request context ()
commits_test.go Refactor AssertExistsAndLoadBean to use generics ()
create.go Remove unnecessary length check for repo's Description & Website ()
create_test.go Move some files into models' sub packages ()
delete.go Move some repository related code into sub package ()
env.go Move some helper files out of models ()
fork.go Move some repository related code into sub package ()
generate.go Move some files into models' sub packages ()
generate_test.go Move some repository related code into sub package ()
hooks.go Executable check always returns true for windows ()
init.go Move some files into models' sub packages ()
main_test.go Use a struct as test options ()
push.go Remove `git.Command.Run` and `git.Command.RunInDir*` ()
repo.go Move some files into models' sub packages ()
temp.go Move some helper files out of models ()