drone/gitrpc/internal/gitea
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
..
blob.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
branch.go [MISC] Move GitRPC to Read/WriteRequest, Update Create/Delete Branch to use Push, Setup githook Symlink, Accept Incoming X-Request-Id (#157) 2023-01-05 11:03:35 -08:00
commit.go merge operation refactored (#172) 2023-01-10 13:54:08 +01:00
config.go merge operation refactored (#172) 2023-01-10 13:54:08 +01:00
gitea_test.go [maint] eb/gitrpc refactor (#51) 2022-11-03 13:17:03 +01:00
gitea.go [maint] eb/gitrpc refactor (#51) 2022-11-03 13:17:03 +01:00
mapping.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +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
ref.go checking branch existence in PR create (#105) 2022-12-06 12:26:12 +01:00
repo.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
submodule.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
tag.go ordering imports linter and writer (#85) 2022-11-22 23:42:39 +01:00
tree.go [maint] added ReadTree method to git adapter (#174) 2023-01-11 00:32:51 +01:00
vars.go [feat] initial work on merging PR (#170) 2023-01-10 02:09:43 +01:00