]> source.dussan.org Git - gitea.git/commit
Fix wrong display of recently pushed notification (#25812) (#31043)
authoryp05327 <576951401@qq.com>
Thu, 23 May 2024 04:14:26 +0000 (13:14 +0900)
committerGitHub <noreply@github.com>
Thu, 23 May 2024 04:14:26 +0000 (04:14 +0000)
commit564fef1e208290f2ead151cdc95ed846f93178c7
tree0ea3d3b63f84d6069733aeb11d8905c472192783
parent14ed06d675a7d69ef40fdd5a7f63327d294cfe67
Fix wrong display of recently pushed notification (#25812) (#31043)

Backport #25812

~~ps: removed some new codes in `tests/integration/pull_merge_test.go`~~

---------

Co-authored-by: silverwind <me@silverwind.io>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
26 files changed:
models/fixtures/branch.yml
models/fixtures/issue_index.yml
models/fixtures/org_user.yml
models/fixtures/repository.yml
models/fixtures/team.yml
models/fixtures/team_unit.yml
models/fixtures/team_user.yml
models/fixtures/user.yml
models/git/branch.go
models/git/branch_list.go
models/organization/org_user_test.go
models/repo/repo_list.go
routers/web/repo/view.go
templates/repo/code/recently_pushed_new_branches.tmpl
tests/integration/api_user_orgs_test.go
tests/integration/compare_test.go
tests/integration/empty_repo_test.go
tests/integration/integration_test.go
tests/integration/pull_compare_test.go
tests/integration/pull_create_test.go
tests/integration/pull_merge_test.go
tests/integration/pull_review_test.go
tests/integration/pull_status_test.go
tests/integration/repo_activity_test.go
tests/integration/repo_branch_test.go
tests/integration/repo_fork_test.go