drone/app/api/controller/pullreq
2025-04-16 00:19:45 +00:00
..
activity_list_test.go
activity_list.go
branch_change_target.go fix: [CODE-1277]: Fix response pr ret val on target branch change not updated (#3639) 2025-04-04 14:09:47 +00:00
branch_delete.go feat: [CODE-1277]: Add support for PR target branch change (#3579) 2025-03-28 16:04:15 +00:00
branch_restore.go feat: [CODE-1277]: Add support for PR target branch change (#3579) 2025-03-28 16:04:15 +00:00
check_list.go
codeowner.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
comment_apply_suggestions.go techdebt: [CODE-3218]: use context.WithoutCancel in contextutil (#3457) 2025-02-20 19:20:48 +00:00
comment_create.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
comment_delete.go
comment_status.go
comment_update.go
controller.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
file_view_add.go
file_view_delete.go
file_view_list.go
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
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
merge.go fix: [CODE-3379]: Remove PR author from default reviewer evaluation (#3578) 2025-03-20 19:33:56 +00:00
pr_commits.go
pr_create.go fix: [CODE-3014]: Return 401 in case of unauthorized call without auth data (#3634) 2025-04-09 15:24:54 +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
pr_list.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
pr_state.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
pr_update.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
revert.go fix: [CODE-3524]: Fix cache eviction for repo move operation, improve PR revert commit title (#3686) 2025-04-16 00:19:45 +00:00
review_submit.go
reviewer_add.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
reviewer_combined_list.go
reviewer_delete.go
reviewer_list.go
suggestions_test.go
suggestions.go
usergroup_reviewer_add.go feat: [CODE-3148]: refactor refcache (#3390) 2025-02-12 12:42:12 +00:00
usergroup_reviewer_delete.go
wire.go