drone/app/api/controller/pullreq
Akhilesh Pandey a2cea52155 feat: [CODE-2232]: Branch Rules: UserGroup support: Create and List (#2640)
* feat: [CODE-2327]: add usergroup change to rebase api
* Merge branch 'main' into akp/CODE-2327
* feat: [CODE-2327]: wrap error
* feat: [CODE-2327]: move resolver inside bypass.go and update tests
* feat: [CODE-2327]: newline
* feat: [CODE-2327]: update wire
* Merge remote-tracking branch 'origin' into akp/CODE-2327
* feat: [CODE-2327]: update tests
* feat: [CODE-2327]: fix build
* feat: [CODE-2327]: merge main
* feat: [CODE-2327]: add and update unit tests
* feat: [CODE-2327]: fix
* feat: [CODE-2312]: introduce parser and enclosing method
* Apply suggestion from code review
* feat: [CODE-2327]: annotate error
* Merge branch 'main' into akp/CODE-2327
* feat: [CODE-2327]: usergroup resolver via controller
* feat: [CODE-2312]: update interface in protection
* feat: [CODE-2312]: export and update deduplication use
* feat: [CODE-2327]: Branch Rules: Allow Group bypass.go
* feat: [CODE-2232]: Branch Rules: UserGroup support: Create and List
2024-09-11 08:04:31 +00:00
..
activity_list_test.go omit deleted comment threads (#901) 2023-12-14 12:47:20 +00:00
activity_list.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
check_list.go feat: [CODE-2232]: Branch Rules: UserGroup support: Create and List (#2640) 2024-09-11 08:04:31 +00:00
codeowner.go Update CODEOWNERS to match github (#2069) 2024-06-06 16:58:01 +00:00
comment_apply_suggestions.go feat: [CODE-2339]: Send sha in delete branch API and fix dry run rules behaviour (#2672) 2024-09-09 11:45:18 +00:00
comment_create.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
comment_delete.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
comment_status.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
comment_update.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
controller.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00
file_view_add.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
file_view_delete.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +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-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +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-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
mapper.go [Pullreq] Merge using PR Author Identity (#846) 2023-12-01 03:58:45 +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-2232]: Branch Rules: UserGroup support: Create and List (#2640) 2024-09-11 08:04:31 +00:00
pr_commits.go [maint] gitrpc package removed (#726) 2023-11-15 10:15:32 +00:00
pr_create.go feat: instrumentation, intitial work (#2475) 2024-08-18 22:04:34 +00:00
pr_diff.go [code-1016] Replace gitea Usages (not wrapper) (#1063) 2024-03-26 20:31:30 +00:00
pr_find.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00
pr_list.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00
pr_state.go pr reviewer removal (#2269) 2024-07-25 09:55:41 +00:00
pr_update.go feat: [CODE-2153]: add limits on PR text fields (#2412) 2024-08-07 10:07:41 +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-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
reviewer_combined_list.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
reviewer_delete.go feat: [CODE-2245] (Public Access) Enforce repo-review permission (#2522) 2024-08-20 16:33:59 +00:00
reviewer_list.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
suggestions_test.go Code Suggestions - Backend Support (#2006) 2024-04-26 16:54:50 +00:00
suggestions.go Code Suggestions - Backend Support (#2006) 2024-04-26 16:54:50 +00:00
usergroup_reviewer_add.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
usergroup_reviewer_delete.go feat: [CODE-1941]: user group changes (#2134) 2024-08-26 15:35:27 +00:00
wire.go add pullreq list API for spaces (#2606) 2024-08-29 11:49:33 +00:00