harness/app/api/controller/pullreq
Marko Gaćeša 26d5e3b1b0 feat: [CODE-4774]: close PR if merge-base is non-unique (#4738)
* c1dd3a merge direct to target sha

* afbe46 close PR if merge-base is non-unique
2025-11-19 11:04:57 +00:00
..
activity_list.go feat: [CODE-4090]: Add users group reviewers activity with mentions (#4401) 2025-08-27 18:04:03 +00:00
activity_list_test.go omit deleted comment threads (#901) 2023-12-14 12:47:20 +00:00
branch_change_target.go feat: [CODE-4627]: add modernize tool (#4668) 2025-10-29 14:06:35 +00:00
branch_delete.go feat: [CODE-3981]: Add possibility to add user groups to bypass list (#3882) 2025-06-16 16:39:00 +00:00
branch_restore.go feat: [CODE-4627]: add modernize tool (#4668) 2025-10-29 14:06:35 +00:00
check_list.go feat: [CODE-2359]: PR source branch delete/restore API (#2690) 2024-09-18 12:17:21 +00:00
codeowner.go feat: [CODE-4295]: Add proper user groups in CODEOWNERS validation (#4220) 2025-08-18 11:14:45 +00:00
comment_apply_suggestions.go feat: [CODE-4627]: add modernize tool (#4668) 2025-10-29 14:06:35 +00:00
comment_create.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
comment_delete.go feat: [CODE-1353]: Add status check and merge check SSE events (#3146) 2024-12-18 16:00:58 +00:00
comment_status.go feat: [CODE-1353]: Add status check and merge check SSE events (#3146) 2024-12-18 16:00:58 +00:00
comment_update.go feat: [CODE-1353]: Add status check and merge check SSE events (#3146) 2024-12-18 16:00:58 +00:00
controller.go feat: [CODE-4295]: Add proper user groups in CODEOWNERS validation (#4220) 2025-08-18 11:14:45 +00:00
file_view_add.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
file_view_delete.go fix: [CODE-4304]: Ensure user facing error messages are upper case (#4287) 2025-08-12 22:09:18 +00:00
file_view_list.go remove internal package and move to app - might be refactored more in the coming weeks 2023-09-26 11:25:15 -07:00
label_assign.go feat: [CODE-3293]: Add create compound label activity on PR creation label assignments (#3603) 2025-03-28 15:29:01 +00:00
label_list.go Add render pagination and incremental search to labels (#2311) 2024-07-30 15:43:31 +00:00
label_unassign.go feat: [CODE-3293]: Add create compound label activity on PR creation label assignments (#3603) 2025-03-28 15:29:01 +00:00
mentions.go Add comment mentions metadata and return id to principal info mapping in list activity response (#2024) 2024-05-10 23:22:59 +00:00
merge.go feat: [CODE-4774]: close PR if merge-base is non-unique (#4738) 2025-11-19 11:04:57 +00:00
pr_branch_candidates.go fix: [CODE-4337]: make pr branch banner not show up for non deleted pr branches (#4315) 2025-08-18 20:23:39 +00:00
pr_commits.go feat: [CODE-2548]: refactor git layer commit handling (#3870) 2025-06-11 10:15:00 +00:00
pr_create.go feat: [CODE-4589]: support for fork repo delete (#4644) 2025-10-24 09:17:43 +00:00
pr_diff.go feat: [CODE-3129]: add ignore whitespace for diff (#3327) 2025-01-31 21:48:57 +00:00
pr_find.go feat: [CODE-3030]: introduce include_git_stats param for list PRs APIs (#3284) 2025-01-17 11:27:23 +00:00
pr_list.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
pr_state.go feat: [CODE-4589]: support for fork repo delete, pt2 (#4656) 2025-10-24 10:39:22 +00:00
pr_update.go feat: [CODE-4589]: support for fork repo delete, pt2 (#4656) 2025-10-24 10:39:22 +00:00
revert.go feat: [CODE-4627]: add modernize tool (#4668) 2025-10-29 14:06:35 +00:00
review_submit.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
reviewer_add.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
reviewer_combined_list.go feat: [CODE-4402]: Use the most recent reviewer SHA in case no PR latest SHA reviews (#4461) 2025-09-18 11:36:28 +00:00
reviewer_delete.go feat: [CODE-2818]: Add Archive Repo functionality (#3051) 2025-01-13 19:02:51 +00:00
reviewer_list.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
suggestions.go Code Suggestions - Backend Support (#2006) 2024-04-26 16:54:50 +00:00
suggestions_test.go Code Suggestions - Backend Support (#2006) 2024-04-26 16:54:50 +00:00
usergroup_reviewer_add.go feat: [CODE-4402]: Enhance user group reviewer decision logic with SHA-aware prioritization (#4447) 2025-09-03 18:09:58 +00:00
usergroup_reviewer_delete.go feat: [CODE-4090]: Add users group reviewers activity with mentions (#4401) 2025-08-27 18:04:03 +00:00
wire.go feat: [CODE-4295]: Add proper user groups in CODEOWNERS validation (#4220) 2025-08-18 11:14:45 +00:00