mirror of https://github.com/go-gitea/gitea.git
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.
Related #14180 Related #25233 Related #22639 Close #19786 Related #12763 This PR will change all the branches retrieve method from reading git data to read database to reduce git read operations. - [x] Sync git branches information into database when push git data - [x] Create a new table `Branch`, merge some columns of `DeletedBranch` into `Branch` table and drop the table `DeletedBranch`. - [x] Read `Branch` table when visit `code` -> `branch` page - [x] Read `Branch` table when list branch names in `code` page dropdown - [x] Read `Branch` table when list git ref compare page - [x] Provide a button in admin page to manually sync all branches. - [x] Sync branches if repository is not empty but database branches are empty when visiting pages with branches list - [x] Use `commit_time desc` as the default FindBranch order by to keep consistent as before and deleted branches will be always at the end. --------- Co-authored-by: Jason Song <i@wolfogre.com> |
2 years ago | |
---|---|---|
.. | ||
TRANSLATORS | 2 years ago | |
locale_cs-CZ.ini | 2 years ago | |
locale_de-DE.ini | 2 years ago | |
locale_el-GR.ini | 2 years ago | |
locale_en-US.ini | 2 years ago | |
locale_es-ES.ini | 2 years ago | |
locale_fa-IR.ini | 2 years ago | |
locale_fi-FI.ini | 2 years ago | |
locale_fr-FR.ini | 2 years ago | |
locale_hu-HU.ini | 2 years ago | |
locale_id-ID.ini | 2 years ago | |
locale_is-IS.ini | 2 years ago | |
locale_it-IT.ini | 2 years ago | |
locale_ja-JP.ini | 2 years ago | |
locale_ko-KR.ini | 2 years ago | |
locale_lv-LV.ini | 2 years ago | |
locale_nl-NL.ini | 2 years ago | |
locale_pl-PL.ini | 2 years ago | |
locale_pt-BR.ini | 2 years ago | |
locale_pt-PT.ini | 2 years ago | |
locale_ru-RU.ini | 2 years ago | |
locale_si-LK.ini | 2 years ago | |
locale_sk-SK.ini | 2 years ago | |
locale_sv-SE.ini | 2 years ago | |
locale_tr-TR.ini | 2 years ago | |
locale_uk-UA.ini | 2 years ago | |
locale_zh-CN.ini | 2 years ago | |
locale_zh-HK.ini | 2 years ago | |
locale_zh-TW.ini | 2 years ago |