1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-27 13:45:51 +00:00
gitea/templates
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>
2023-06-28 22:41:02 +00:00
..
admin Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2023-03-27 18:05:51 +02:00
base Align language menu icon and fit the footer area (#25556) 2023-06-28 14:57:50 +00:00
code Use flex instead of float for sort button and search input (#25519) 2023-06-28 20:10:36 +08:00
custom Add footer extra links template (#9576) 2020-01-03 20:41:56 +02:00
devtest Add toasts to UI (#25449) 2023-06-27 02:45:24 +00:00
explore Use flex instead of float for sort button and search input (#25519) 2023-06-28 20:10:36 +08:00
mail Add template linting via djlint (#25212) 2023-06-14 18:17:58 +00:00
org Support configuration variables on Gitea Actions (#24724) 2023-06-20 22:54:15 +00:00
package Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
projects Remove test string (#25447) 2023-06-22 10:29:57 -05:00
repo Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
shared Introduce shared template for search inputs (#25338) 2023-06-22 10:27:35 +00:00
status Show OAuth2 errors to end users (#25261) 2023-06-15 01:12:50 +00:00
swagger Use correct response code in push mirror creation response in v1_json.tmpl (#25476) 2023-06-28 22:00:19 +00:00
user Split lfs size from repository size (#22900) 2023-06-28 22:41:02 +00:00
home.tmpl Improve home page template, fix Sort dropdown menu flash (#23856) 2023-04-01 13:47:54 +08:00
install.tmpl Remove "CHARSET" config option for MySQL, always use "utf8mb4" (#25413) 2023-06-21 10:49:25 +00:00
post-install.tmpl Remove incorrect element ID on "post-install" page (#25104) 2023-06-08 12:23:39 +08:00