1
0
Fork 0
gitea/services
Lunny Xiao 6e19484f4d
Sync branches into databases (#22743)
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>
2023-06-29 10:03:20 +00:00
..
actions Fix content holes in Actions task logs file (#25560) 2023-06-28 19:07:29 +02:00
agit
asymkey
attachment
auth Change default email domain for LDAP users (#25425) 2023-06-22 08:16:12 +00:00
automerge
context
convert Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
cron
externalaccount
forms
gitdiff
issue
lfs
mailer
markup
migrations Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
mirror
org
packages
pull Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
release
repository Sync branches into databases (#22743) 2023-06-29 10:03:20 +00:00
task
user
webhook Fix `Permission` in API returned repository struct (#25388) 2023-06-22 13:08:08 +00:00
wiki