[PR #3981] [MERGED] Fix some webhooks bugs #17179

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3981
Author: @lunny
Created: 5/17/2018
Status: Merged
Merged: 5/21/2018
Merged by: @lunny

Base: masterHead: lunny/fix_webhooks


📝 Commits (10+)

📊 Changes

16 files changed (+277 additions, -45 deletions)

View changed files

📝 models/issue.go (+93 -8)
📝 models/issue_assignees.go (+23 -3)
📝 models/issue_comment.go (+6 -0)
📝 models/issue_milestone.go (+2 -0)
📝 models/issue_user.go (+7 -5)
📝 models/pull.go (+13 -6)
📝 models/release.go (+32 -1)
📝 models/repo.go (+4 -2)
📝 models/webhook_dingtalk.go (+52 -11)
📝 models/webhook_discord.go (+24 -0)
📝 models/webhook_slack.go (+11 -1)
📝 options/locale/locale_en-US.ini (+1 -1)
📝 routers/api/v1/repo/release.go (+2 -2)
📝 routers/repo/release.go (+2 -2)
📝 vendor/code.gitea.io/sdk/gitea/hook.go (+2 -0)
📝 vendor/vendor.json (+3 -3)

📄 Description

No description provided


🔄 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/3981 **Author:** [@lunny](https://github.com/lunny) **Created:** 5/17/2018 **Status:** ✅ Merged **Merged:** 5/21/2018 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `lunny/fix_webhooks` --- ### 📝 Commits (10+) - [`26e4ab8`](https://github.com/go-gitea/gitea/commit/26e4ab86c11e72c8fc89bd2eb73b50d6d7567e3c) fix some webhooks bugs - [`a2c437c`](https://github.com/go-gitea/gitea/commit/a2c437c60b57b7fcfad22b53053a1b5a3406ea20) update vendor - [`70b5118`](https://github.com/go-gitea/gitea/commit/70b5118e37def6ce31408df18d393555677957f1) fix test - [`8f41634`](https://github.com/go-gitea/gitea/commit/8f41634493a50f7ef1e05830687c164fea7ce468) fix clearlabels - [`41eb02e`](https://github.com/go-gitea/gitea/commit/41eb02ea41a4a1ab884e2b1289f31c317888a722) fix pullrequest webhook bug fix #3492 - [`36fda91`](https://github.com/go-gitea/gitea/commit/36fda91c0c815db1823062ff83f47aaee9aea2a4) update release webhook description - [`c66d2a1`](https://github.com/go-gitea/gitea/commit/c66d2a1fc9ebf6eaed2e2046776d72c3118c125f) remove unused code - [`a4e9157`](https://github.com/go-gitea/gitea/commit/a4e91574032668035771b4725143461873ba0a26) fix push webhook in pull request - [`1693a23`](https://github.com/go-gitea/gitea/commit/1693a236f8bf2718520a6b0124b27829a24e7960) small changes - [`b5a47a9`](https://github.com/go-gitea/gitea/commit/b5a47a9e811f5b11a8f57934b0358b54a69a2d71) Merge branch 'master' into lunny/fix_webhooks ### 📊 Changes **16 files changed** (+277 additions, -45 deletions) <details> <summary>View changed files</summary> 📝 `models/issue.go` (+93 -8) 📝 `models/issue_assignees.go` (+23 -3) 📝 `models/issue_comment.go` (+6 -0) 📝 `models/issue_milestone.go` (+2 -0) 📝 `models/issue_user.go` (+7 -5) 📝 `models/pull.go` (+13 -6) 📝 `models/release.go` (+32 -1) 📝 `models/repo.go` (+4 -2) 📝 `models/webhook_dingtalk.go` (+52 -11) 📝 `models/webhook_discord.go` (+24 -0) 📝 `models/webhook_slack.go` (+11 -1) 📝 `options/locale/locale_en-US.ini` (+1 -1) 📝 `routers/api/v1/repo/release.go` (+2 -2) 📝 `routers/repo/release.go` (+2 -2) 📝 `vendor/code.gitea.io/sdk/gitea/hook.go` (+2 -0) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description _No description provided_ --- <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:28:34 -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#17179