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.
forgejo/models/migrations
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>
1 year ago
..
base Refactor path & config system (#25330) 1 year ago
fixtures Remove wrongly added column on migration test fixtures (#23456) 1 year ago
v1_6 Update go dev dependencies (#22064) 2 years ago
v1_7 Update go dev dependencies (#22064) 2 years ago
v1_8 Update go dev dependencies (#22064) 2 years ago
v1_9 Update go dev dependencies (#22064) 2 years ago
v1_10 Fix all possible setting error related storages and added some tests (#23911) 1 year ago
v1_11 Fix all possible setting error related storages and added some tests (#23911) 1 year ago
v1_12 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_13 Remove most path-based golangci exclusions (#24214) 1 year ago
v1_14 Remove most path-based golangci exclusions (#24214) 1 year ago
v1_15 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_16 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_17 Drop migration for ForeignReference (#23605) 1 year ago
v1_18 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_19 Refactor `setting.Database.UseXXX` to methods (#23354) 1 year ago
v1_20 Redesign Scoped Access Tokens (#24767) 1 year ago
v1_21 Sync branches into databases (#22743) 1 year ago
migrations.go Sync branches into databases (#22743) 1 year ago