gitea/models/db
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>
..
install Implement FSFE REUSE for golang files ()
paginator Implement FSFE REUSE for golang files ()
common.go Refactor `setting.Database.UseXXX` to methods ()
consistency.go Implement FSFE REUSE for golang files ()
context.go Use a separate admin page to show global stats, remove `actions` stat ()
context_committer_test.go Fix halfCommitter and WithTx ()
context_test.go Always reuse transaction ()
convert.go Support converting varchar to nvarchar for mssql database ()
engine.go Fix wrong warn messages in migration steps ()
engine_test.go Check primary keys for all tables and drop ForeignReference ()
error.go Always reuse transaction ()
index.go Fix index generation parallelly failure ()
index_test.go Implement FSFE REUSE for golang files ()
iterate.go Implement FSFE REUSE for golang files ()
iterate_test.go Allow adding new files to an empty repo ()
list.go Fix db.Find bug ()
list_test.go Use more specific test methods ()
log.go Rewrite logger system ()
main_test.go Implement FSFE REUSE for golang files ()
name.go Implement FSFE REUSE for golang files ()
search.go Split lfs size from repository size ()
sequence.go Refactor `setting.Database.UseXXX` to methods ()
sql_postgres_with_schema.go Fix .golangci.yml ()