You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
a1012112796 4aba8a6a5f
Split lfs size from repository size (#22900)
releated to #21820

- 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>
1 year ago
..
applications Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
auth Show OAuth2 errors to end users (#25261) 1 year ago
base Use flex instead of float for sort button and search input (#25519) 1 year ago
emails Use flex instead of float for sort button and search input (#25519) 1 year ago
org Fix template function DateTime (#24317) 1 year ago
packages Introduce shared template for search inputs (#25338) 1 year ago
repo Split lfs size from repository size (#22900) 1 year ago
runners Move secrets and runners settings to actions settings (#24200) 1 year ago
user Introduce shared template for search inputs (#25338) 1 year ago
actions.tmpl Move secrets and runners settings to actions settings (#24200) 1 year ago
config.tmpl Fix admin-dl-horizontal (#25512) 1 year ago
cron.tmpl various style fixes (#25008) 1 year ago
dashboard.tmpl Fix admin-dl-horizontal (#25512) 1 year ago
hook_new.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
hooks.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_footer.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
layout_head.tmpl Change to vertical navbar layout for secondary navbar for repo/user/admin settings (#24246) 1 year ago
navbar.tmpl Add details summary for vertical menus in settings to allow toggling (#25098) 1 year ago
notice.tmpl Various UI fixes (#25264) 1 year ago
queue.tmpl Add template linting via djlint (#25212) 1 year ago
queue_manage.tmpl Add template linting via djlint (#25212) 1 year ago
stacktrace-row.tmpl Use auto-updating, natively hoverable, localized time elements (#23988) 1 year ago
stacktrace.tmpl Improve queue & process & stacktrace (#24636) 1 year ago
stats.tmpl Use a separate admin page to show global stats, remove `actions` stat (#25062) 1 year ago