[PR #2777] [MERGED] Add dingtalk webhook #16585

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2777
Author: @lunny
Created: 10/25/2017
Status: Merged
Merged: 11/21/2017
Merged by: @lafriks

Base: masterHead: lunny/webhook_ding_talk


📝 Commits (7)

  • 8a0e876 add dingtalk webhook type
  • c0aa898 add vendor
  • 979991f some fixes
  • b68eb06 fix name check
  • 13cd93b fix name check & improvment
  • 4fead3c Merge branch 'master' into lunny/webhook_ding_talk
  • 3238af9 Merge branch 'master' into lunny/webhook_ding_talk

📊 Changes

16 files changed (+725 additions, -11 deletions)

View changed files

📝 models/webhook.go (+13 -4)
models/webhook_dingtalk.go (+197 -0)
📝 modules/auth/repo_form.go (+11 -0)
📝 modules/setting/setting.go (+1 -1)
📝 options/locale/locale_en-US.ini (+1 -0)
public/img/dingtalk.ico (+0 -0)
📝 routers/repo/webhook.go (+73 -6)
📝 routers/routes/routes.go (+4 -0)
📝 templates/org/settings/hook_new.tmpl (+3 -0)
templates/repo/settings/hook_dingtalk.tmpl (+11 -0)
📝 templates/repo/settings/hook_list.tmpl (+3 -0)
📝 templates/repo/settings/hook_new.tmpl (+3 -0)
vendor/github.com/lunny/dingtalk_webhook/LICENSE (+20 -0)
vendor/github.com/lunny/dingtalk_webhook/README.md (+18 -0)
vendor/github.com/lunny/dingtalk_webhook/webhook.go (+361 -0)
📝 vendor/vendor.json (+6 -0)

📄 Description

As title.


🔄 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/2777 **Author:** [@lunny](https://github.com/lunny) **Created:** 10/25/2017 **Status:** ✅ Merged **Merged:** 11/21/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `lunny/webhook_ding_talk` --- ### 📝 Commits (7) - [`8a0e876`](https://github.com/go-gitea/gitea/commit/8a0e876dcc66b04f86a6976376f9714eeb9588fd) add dingtalk webhook type - [`c0aa898`](https://github.com/go-gitea/gitea/commit/c0aa898cee6e88e1c21ebd0f4856a9c0d0521386) add vendor - [`979991f`](https://github.com/go-gitea/gitea/commit/979991f7c9d1869a3019dbab9a2c64312081d5ea) some fixes - [`b68eb06`](https://github.com/go-gitea/gitea/commit/b68eb0653e9886538ea57d9acb668729b56f0f98) fix name check - [`13cd93b`](https://github.com/go-gitea/gitea/commit/13cd93bba785390f1bf725c488fdeab93b4042a5) fix name check & improvment - [`4fead3c`](https://github.com/go-gitea/gitea/commit/4fead3cfb9de3b143c3bd67548c67cb70ed94edd) Merge branch 'master' into lunny/webhook_ding_talk - [`3238af9`](https://github.com/go-gitea/gitea/commit/3238af9d93bac2968fa45a4015c4ef37da7939f2) Merge branch 'master' into lunny/webhook_ding_talk ### 📊 Changes **16 files changed** (+725 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `models/webhook.go` (+13 -4) ➕ `models/webhook_dingtalk.go` (+197 -0) 📝 `modules/auth/repo_form.go` (+11 -0) 📝 `modules/setting/setting.go` (+1 -1) 📝 `options/locale/locale_en-US.ini` (+1 -0) ➕ `public/img/dingtalk.ico` (+0 -0) 📝 `routers/repo/webhook.go` (+73 -6) 📝 `routers/routes/routes.go` (+4 -0) 📝 `templates/org/settings/hook_new.tmpl` (+3 -0) ➕ `templates/repo/settings/hook_dingtalk.tmpl` (+11 -0) 📝 `templates/repo/settings/hook_list.tmpl` (+3 -0) 📝 `templates/repo/settings/hook_new.tmpl` (+3 -0) ➕ `vendor/github.com/lunny/dingtalk_webhook/LICENSE` (+20 -0) ➕ `vendor/github.com/lunny/dingtalk_webhook/README.md` (+18 -0) ➕ `vendor/github.com/lunny/dingtalk_webhook/webhook.go` (+361 -0) 📝 `vendor/vendor.json` (+6 -0) </details> ### 📄 Description As title. --- <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:14:02 -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#16585