drone/internal/api/controller/pullreq
Johannes Batzill c827fa5e66 [MISC] Webhook Creation Default To Secure, Fix PR/Compare Commit Listing, Fix Merge Commit Message (#203)
This change is fixing a few things on both UI and backend side:
- update webhook creation screen to default to enable ssl verification (secure by default should always be the move)
- fix pr/compare commit listing to show correct diffs the head branch is ahead of the base branch (NOTE: THIS ONLY SHOWS THE LATEST 20 COMMITS - NO PAGINATION ADDED)
- fix merge commit message to contain the correct head branch, source repo path and pr numbers (similar'ish to github)
2023-01-13 02:49:39 -08:00
..
activity_list.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
comment_create.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
comment_delete.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
comment_update.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
controller.go [feat] initial work on merging PR (#170) 2023-01-10 02:09:43 +01:00
merge.go [MISC] Webhook Creation Default To Secure, Fix PR/Compare Commit Listing, Fix Merge Commit Message (#203) 2023-01-13 02:49:39 -08:00
pr_create.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
pr_find.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
pr_list.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
pr_update.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
review_submit.go [MISC] Fix review bugs, regenerate swagger from latest service, fix webhook.has_secret in swagger (#198) 2023-01-12 22:39:38 -08:00
reviewer_add.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
reviewer_list.go pull request reviewers (#167) 2023-01-06 20:29:20 +01:00
wire.go [feat] initial work on merging PR (#170) 2023-01-10 02:09:43 +01:00