forgejo/services/forms
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
..
admin.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
auth_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
org.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
package_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_branch_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
repo_form.go feat: allow changing default branch update style 2024-12-23 18:55:25 +03:00
repo_form_test.go Implement FSFE REUSE for golang files (#21840) 2022-11-27 18:20:29 +00:00
repo_tag_form.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
runner.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form.go Validate OAuth Redirect URIs (#32643) 2024-12-03 10:19:22 +01:00
user_form_auth_openid.go [CHORE] Use forked binding library 2024-11-05 22:47:34 +01:00
user_form_hidden_comments.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
user_form_test.go Redesign Scoped Access Tokens (#24767) 2023-06-04 20:57:16 +02:00