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 | |
---|---|---|
.. | ||
blob.go | 2 years ago | |
branch.go | 2 years ago | |
collaborators.go | 2 years ago | |
commits.go | 2 years ago | |
file.go | 2 years ago | |
fork.go | 2 years ago | |
git_hook.go | 2 years ago | |
git_ref.go | 2 years ago | |
hook.go | 2 years ago | |
hook_test.go | 2 years ago | |
issue.go | 2 years ago | |
issue_attachment.go | 2 years ago | |
issue_comment.go | 2 years ago | |
issue_comment_attachment.go | 2 years ago | |
issue_dependency.go | 2 years ago | |
issue_label.go | 2 years ago | |
issue_pin.go | 2 years ago | |
issue_reaction.go | 2 years ago | |
issue_stopwatch.go | 2 years ago | |
issue_subscription.go | 2 years ago | |
issue_tracked_time.go | 2 years ago | |
key.go | 2 years ago | |
label.go | 2 years ago | |
language.go | 2 years ago | |
main_test.go | 2 years ago | |
migrate.go | 2 years ago | |
milestone.go | 2 years ago | |
mirror.go | 2 years ago | |
notes.go | 2 years ago | |
patch.go | 2 years ago | |
pull.go | 2 years ago | |
pull_review.go | 2 years ago | |
release.go | 2 years ago | |
release_attachment.go | 2 years ago | |
release_tags.go | 2 years ago | |
repo.go | 2 years ago | |
repo_test.go | 2 years ago | |
star.go | 2 years ago | |
status.go | 2 years ago | |
subscriber.go | 2 years ago | |
tag.go | 2 years ago | |
teams.go | 2 years ago | |
topic.go | 2 years ago | |
transfer.go | 2 years ago | |
tree.go | 2 years ago | |
wiki.go | 2 years ago |