0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-02-23 14:26:15 -05:00
forgejo/routers/web/repo
George Bartolomey 13ca6c14f1
feat: allow changing default branch update style
This commit allows chaning default branch update style through global
and repository settings. The setting affects "Update branch" button
in PR view (button shows when some commits are ahead of master branch).
When default update style is set to "rebase", dropdown button updates branch
by rebase by default. When update style is set to other value, dropdown button
updates branch by merge. Any of these actions may be selected using dropdown
in any case.

Signed-off-by: George Bartolomey <george@bh4.ru>
2024-12-23 18:55:25 +03:00
..
actions Detect whether action view branch was deleted (#32764) 2024-12-15 09:45:10 +01:00
badges
flags
setting feat: allow changing default branch update style 2024-12-23 18:55:25 +03:00
activity.go Merge pull request '[gitea] week 2024-45 cherry pick (gitea/main -> forgejo)' (#5789) from algernon/wcp/2024-45 into forgejo 2024-11-06 08:57:43 +00:00
attachment.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-11-05 09:33:15 +01:00
blame.go [PORT] Refactor DateUtils and merge TimeSince (gitea#32409) 2024-11-10 22:23:27 +01:00
branch.go
cherry_pick.go
code_frequency.go
commit.go [FEAT]Allow changing git notes (#4753) 2024-11-18 22:56:17 +00:00
compare.go improve performance of diffs (#32393) 2024-11-05 09:39:21 +01:00
contributors.go
download.go Fix missing signature key error when pulling Docker images with SERVE_DIRECT enabled (#32365) 2024-11-05 09:33:15 +01:00
editor.go fix: Preview picture not visible on Markdown file (#5781) 2024-11-23 15:00:18 +00:00
editor_test.go
find.go
githttp.go [PORT] Fix git error handling (gitea#32401) 2024-11-03 16:47:44 +01:00
githttp_test.go
helper.go feat: avoid sorting for MakeSelfOnTop 2024-12-03 05:32:51 +01:00
helper_test.go feat: avoid sorting for MakeSelfOnTop 2024-12-03 05:32:51 +01:00
issue.go feat: allow changing default branch update style 2024-12-23 18:55:25 +03:00
issue_content_history.go [PORT] Refactor DateUtils and merge TimeSince (gitea#32409) 2024-11-10 22:23:27 +01:00
issue_dependency.go
issue_label.go
issue_label_test.go
issue_lock.go
issue_pin.go
issue_stopwatch.go
issue_test.go feat: combine review requests comments 2024-10-25 22:57:32 +02:00
issue_timetrack.go
issue_watch.go
main_test.go
middlewares.go
migrate.go
milestone.go
packages.go
patch.go
projects.go fix(project): add title to project view page (#32747) 2024-12-08 08:14:25 +01:00
projects_test.go
pull.go improve performance of diffs (#32393) 2024-11-05 09:39:21 +01:00
pull_review.go
pull_review_test.go
recent_commits.go
release.go feat: Add Search to Releases Page 2024-11-02 10:24:35 +01:00
release_test.go
render.go
repo.go Add github compatible tarball download API endpoints (#32572) 2024-12-03 10:19:22 +01:00
search.go feat: filepath filter for code search (#6143) 2024-12-22 12:24:29 +00:00
topic.go
treelist.go
view.go feat: filepath filter for code search (#6143) 2024-12-22 12:24:29 +00:00
view_test.go
wiki.go Make wiki pages visit fast (#32732) 2024-12-08 08:06:01 +01:00
wiki_test.go Fix wiki search overflowing on wide screens (#6047) 2024-11-25 09:50:13 +01:00