[PR #5548] [CLOSED] Support Webhook for Typetalk #17836

Closed
opened 2025-11-02 16:09:05 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5548
Author: @is2ei
Created: 12/15/2018
Status: Closed

Base: masterHead: support-webhook-typetalk


📝 Commits (2)

  • 68cf72d Support Webhook for Typetalk
  • 5123f86 Merge branch 'master' into support-webhook-typetalk

📊 Changes

12 files changed (+420 additions, -1 deletions)

View changed files

📝 models/webhook.go (+9 -0)
models/webhook_typetalk.go (+302 -0)
📝 modules/auth/repo_form.go (+11 -0)
📝 modules/setting/setting.go (+1 -1)
📝 options/locale/locale_en-US.ini (+1 -0)
public/img/typetalk.ico (+0 -0)
📝 routers/repo/webhook.go (+72 -0)
📝 routers/routes/routes.go (+4 -0)
📝 templates/org/settings/hook_new.tmpl (+3 -0)
📝 templates/repo/settings/webhook/list.tmpl (+3 -0)
📝 templates/repo/settings/webhook/new.tmpl (+3 -0)
templates/repo/settings/webhook/typetalk.tmpl (+11 -0)

📄 Description

https://github.com/go-gitea/gitea/issues/5496

Added Webhook support for Typetalk
Could you please review it? 😃


🔄 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/5548 **Author:** [@is2ei](https://github.com/is2ei) **Created:** 12/15/2018 **Status:** ❌ Closed **Base:** `master` ← **Head:** `support-webhook-typetalk` --- ### 📝 Commits (2) - [`68cf72d`](https://github.com/go-gitea/gitea/commit/68cf72d65178b5e54c828af749284ca0605df312) Support Webhook for Typetalk - [`5123f86`](https://github.com/go-gitea/gitea/commit/5123f8647f5b1aa5d4acac23a468e77024feb372) Merge branch 'master' into support-webhook-typetalk ### 📊 Changes **12 files changed** (+420 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/webhook.go` (+9 -0) ➕ `models/webhook_typetalk.go` (+302 -0) 📝 `modules/auth/repo_form.go` (+11 -0) 📝 `modules/setting/setting.go` (+1 -1) 📝 `options/locale/locale_en-US.ini` (+1 -0) ➕ `public/img/typetalk.ico` (+0 -0) 📝 `routers/repo/webhook.go` (+72 -0) 📝 `routers/routes/routes.go` (+4 -0) 📝 `templates/org/settings/hook_new.tmpl` (+3 -0) 📝 `templates/repo/settings/webhook/list.tmpl` (+3 -0) 📝 `templates/repo/settings/webhook/new.tmpl` (+3 -0) ➕ `templates/repo/settings/webhook/typetalk.tmpl` (+11 -0) </details> ### 📄 Description https://github.com/go-gitea/gitea/issues/5496 Added Webhook support for Typetalk Could you please review it? 😃 --- <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 16:09:06 -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#17836