gitea/models
a1012112796 4aba8a6a5f
Split lfs size from repository size ()
releated to 

- Split `Size` in repository table as two new colunms, one is `GitSize`
for git size, the other is `LFSSize` for lfs data. still store full size
in `Size` colunm.
- Show full size on ui, but show each of them by a `title`;  example:

![image](https://user-images.githubusercontent.com/25342410/218636251-e200f085-d7e7-4a25-9ff1-b586a63e07a9.png)

- Return full size in api response.

---------

Signed-off-by: a1012112796 <1012112796@qq.com>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: DmitryFrolovTri <23313323+DmitryFrolovTri@users.noreply.github.com>
Co-authored-by: Giteabot <teabot@gitea.io>
..
actions Fix content holes in Actions task logs file ()
activities Use a separate admin page to show global stats, remove `actions` stat ()
admin Make repo migration cancelable and fix various bugs ()
asymkey Merge setting.InitXXX into one function with options ()
auth Add ability to set multiple redirect URIs in OAuth application UI ()
avatars Avoid warning for system setting when start up ()
db Split lfs size from repository size ()
dbfs Fix content holes in Actions task logs file ()
fixtures Fix duplicate Reviewed-by trailers ()
git Fix index generation parallelly failure ()
issues Improve loadprojects for issue list ()
migrations Split lfs size from repository size ()
organization Use RepositoryList instead of []*Repository ()
packages Hide limited users if viewed by anonymous ghost ()
perm Rewrite logger system ()
project Improve GetBoards and getDefaultBoard ()
pull refactor some functions to support ctx as first parameter ()
repo Split lfs size from repository size ()
secret Support configuration variables on Gitea Actions ()
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 Refactor path & config system ()
user Show outdated comments in files changed tab ()
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 ()