[PR #1755] [MERGED] Add Gitea Webhook #16035

Closed
opened 2025-11-02 12:00:48 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1755
Author: @DblK
Created: 5/19/2017
Status: Merged
Merged: 5/29/2017
Merged by: @appleboy

Base: masterHead: feature_fixTypoWebhook


📝 Commits (3)

  • 7f96c66 Replace Gogs by Gitea
  • e68362f Fix missing changes
  • d5e43da Create Gitea webhook and put Gogs webhook apart.

📊 Changes

11 files changed (+167 additions, -12 deletions)

View changed files

📝 models/webhook.go (+8 -1)
📝 models/webhook_test.go (+4 -1)
📝 modules/auth/repo_form.go (+14 -0)
📝 modules/setting/setting.go (+2 -1)
public/img/gogs.ico (+0 -0)
📝 routers/repo/webhook.go (+91 -2)
📝 routers/routes/routes.go (+8 -4)
📝 templates/org/settings/hook_new.tmpl (+4 -1)
templates/repo/settings/hook_gitea.tmpl (+28 -0)
📝 templates/repo/settings/hook_list.tmpl (+4 -1)
📝 templates/repo/settings/hook_new.tmpl (+4 -1)

📄 Description

While checking the webhook code, I saw that there were some gogs information.
So I fix the typo and the webhook test.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/go-gitea/gitea/pull/1755 **Author:** [@DblK](https://github.com/DblK) **Created:** 5/19/2017 **Status:** ✅ Merged **Merged:** 5/29/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `feature_fixTypoWebhook` --- ### 📝 Commits (3) - [`7f96c66`](https://github.com/go-gitea/gitea/commit/7f96c667386d36dbe3e1e62c3a62558bad240741) Replace Gogs by Gitea - [`e68362f`](https://github.com/go-gitea/gitea/commit/e68362fa64e15fc5e71120c71633383114e69e4e) Fix missing changes - [`d5e43da`](https://github.com/go-gitea/gitea/commit/d5e43da361d36f32902eafc78396066c0a0a3bd8) Create Gitea webhook and put Gogs webhook apart. ### 📊 Changes **11 files changed** (+167 additions, -12 deletions) <details> <summary>View changed files</summary> 📝 `models/webhook.go` (+8 -1) 📝 `models/webhook_test.go` (+4 -1) 📝 `modules/auth/repo_form.go` (+14 -0) 📝 `modules/setting/setting.go` (+2 -1) ➕ `public/img/gogs.ico` (+0 -0) 📝 `routers/repo/webhook.go` (+91 -2) 📝 `routers/routes/routes.go` (+8 -4) 📝 `templates/org/settings/hook_new.tmpl` (+4 -1) ➕ `templates/repo/settings/hook_gitea.tmpl` (+28 -0) 📝 `templates/repo/settings/hook_list.tmpl` (+4 -1) 📝 `templates/repo/settings/hook_new.tmpl` (+4 -1) </details> ### 📄 Description While checking the webhook code, I saw that there were some gogs information. So I fix the typo and the webhook test. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2025-11-02 12:00:48 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/gitea#16035