]> source.dussan.org Git - gitea.git/commit
Add reviewers selection to new pull request (#32403)
authorCalvin K <70356237+CalK16@users.noreply.github.com>
Sat, 9 Nov 2024 04:48:31 +0000 (12:48 +0800)
committerGitHub <noreply@github.com>
Sat, 9 Nov 2024 04:48:31 +0000 (04:48 +0000)
commit18aeca53203adba7b4fb3b7311f0e77bef92e266
tree17a55e9f9615b74a9b43f5920b35cc7a8f5e5833
parentd80f99ef0441da135ba2857840687e0cf921ac52
Add reviewers selection to new pull request (#32403)

Users could add reviewers when creating new PRs.

---------

Co-authored-by: splitt3r <splitt3r@users.noreply.github.com>
Co-authored-by: Sebastian Sauer <sauer.sebastian@gmail.com>
Co-authored-by: bb-ben <70356237+bboerben@users.noreply.github.com>
Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
26 files changed:
modules/structs/pull.go
options/locale/locale_en-US.ini
routers/api/v1/repo/pull.go
routers/api/v1/repo/pull_review.go
routers/web/repo/compare.go
routers/web/repo/issue.go
routers/web/repo/pull.go
services/agit/agit.go
services/forms/repo_form.go
services/issue/assignee.go
services/mailer/mailer.go
services/pull/pull.go
templates/repo/issue/new_form.tmpl
templates/repo/issue/sidebar/reviewer_list.tmpl
templates/repo/issue/sidebar/wip_switch.tmpl
templates/repo/issue/view_content/sidebar.tmpl
templates/swagger/v1_json.tmpl
tests/integration/actions_trigger_test.go
tests/integration/api_pull_review_test.go
tests/integration/pull_merge_test.go
tests/integration/pull_update_test.go
web_src/css/base.css
web_src/css/repo.css
web_src/js/features/repo-issue-sidebar-combolist.ts [new file with mode: 0644]
web_src/js/features/repo-issue-sidebar.ts
web_src/js/features/repo-issue.ts