forgejo/services/migrations
Lunny Xiao 6e19484f4d
Sync branches into databases ()
Related 
Related  
Related 
Close 
Related  

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
..
codebase.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
codebase_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
common.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
dump.go Sync branches into databases () 2023-06-29 10:03:20 +00:00
error.go Update github.com/google/go-github to v53 () 2023-06-09 19:42:51 +00:00
git.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
gitbucket.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gitea_downloader.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gitea_downloader_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
gitea_uploader.go Make repo migration cancelable and fix various bugs () 2023-05-11 08:25:46 +00:00
gitea_uploader_test.go Some refactors for issues stats () 2023-05-19 22:17:48 +08:00
github.go Fix panic when migrating a repo from GitHub with issues () 2023-06-14 14:12:39 +08:00
github_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
gitlab.go GitLab migration: Sanitize response for reaction list () 2023-06-02 20:35:50 +00:00
gitlab_test.go GitLab migration: Sanitize response for reaction list () 2023-06-02 20:35:50 +00:00
gogs.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
gogs_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
http_client.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
main_test.go Scoped labels () 2023-02-18 21:17:39 +02:00
migrate.go Prevent duplicate labels when importing more than 99 () 2023-01-24 19:44:55 +00:00
migrate_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
onedev.go Rewrite logger system () 2023-05-21 22:35:11 +00:00
onedev_test.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
restore.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00
update.go Implement FSFE REUSE for golang files () 2022-11-27 18:20:29 +00:00