[PR #5199] [MERGED] fix: Add secret to all webhook's payload where it has been missing #17693

Closed
opened 2025-11-02 15:04:10 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5199
Author: @HoffmannP
Created: 10/26/2018
Status: Merged
Merged: 10/28/2018
Merged by: @techknowlogick

Base: masterHead: issue/#4732_webhooks_add_secret


📝 Commits (9)

  • 5106026 fix: Add secret to all webhook's payload where it has been missing
  • ff2e316 Merge branch 'master' into issue/#4732_webhooks_add_secret
  • f75940f Merge remote-tracking branch 'upstream' into issue/#4732_webhooks_add_secret
  • 80900df fix: Add secret to all webhook's payload where it has been missing
  • 6becbcb Merge branch 'issue/#4732_webhooks_add_secret' of github.com:HoffmannP/gitea into issue/#4732_webhooks_add_secret
  • b664c1c fix: Removed changes that had nothing to do with this commit
  • 4ced24a fix: Trying to make this fix run
  • cab1bd0 fix: Add secret to all webhook's payload where it has been missing
  • 9f0c995 Merge commit 'cab1bd0' into issue/#4732_webhooks_add_secret

📊 Changes

8 files changed (+75 additions, -27 deletions)

View changed files

📝 Gopkg.lock (+2 -2)
📝 templates/swagger/v1_json.tmpl (+27 -0)
📝 vendor/code.gitea.io/sdk/gitea/admin_user.go (+11 -11)
📝 vendor/code.gitea.io/sdk/gitea/hook.go (+15 -7)
📝 vendor/code.gitea.io/sdk/gitea/issue.go (+6 -0)
📝 vendor/code.gitea.io/sdk/gitea/repo.go (+1 -0)
📝 vendor/code.gitea.io/sdk/gitea/repo_key.go (+9 -6)
📝 vendor/code.gitea.io/sdk/gitea/user_key.go (+4 -1)

📄 Description

affects webhooks for:

  • Delete
  • Fork
  • IssueComment
  • Release

This PR is paired with https://github.com/go-gitea/go-sdk/pull/126

Resolves: #4732, #5173
Signed-off-by: Berengar W. Lehr Berengar.Lehr@kompetenztest.de


🔄 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/5199 **Author:** [@HoffmannP](https://github.com/HoffmannP) **Created:** 10/26/2018 **Status:** ✅ Merged **Merged:** 10/28/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `issue/#4732_webhooks_add_secret` --- ### 📝 Commits (9) - [`5106026`](https://github.com/go-gitea/gitea/commit/5106026faf6672ad125157bedc06e20c7eaedc01) fix: Add secret to all webhook's payload where it has been missing - [`ff2e316`](https://github.com/go-gitea/gitea/commit/ff2e316e800cad0ae845885de06dcd8db3eff743) Merge branch 'master' into issue/#4732_webhooks_add_secret - [`f75940f`](https://github.com/go-gitea/gitea/commit/f75940f0e243b1c4907581f4618ea8f062732801) Merge remote-tracking branch 'upstream' into issue/#4732_webhooks_add_secret - [`80900df`](https://github.com/go-gitea/gitea/commit/80900df9df28b2ecac576164c458dff337fe9b3f) fix: Add secret to all webhook's payload where it has been missing - [`6becbcb`](https://github.com/go-gitea/gitea/commit/6becbcbd51c57e12ccc8861d776a116ef77c7998) Merge branch 'issue/#4732_webhooks_add_secret' of github.com:HoffmannP/gitea into issue/#4732_webhooks_add_secret - [`b664c1c`](https://github.com/go-gitea/gitea/commit/b664c1c484b21b2708cf6e3085b995d61a020be5) fix: Removed changes that had nothing to do with this commit - [`4ced24a`](https://github.com/go-gitea/gitea/commit/4ced24a9951ce31ad8346e7ddbd555c8df18c221) fix: Trying to make this fix run - [`cab1bd0`](https://github.com/go-gitea/gitea/commit/cab1bd0608360f0f42d5b75b8a094743aee6975d) fix: Add secret to all webhook's payload where it has been missing - [`9f0c995`](https://github.com/go-gitea/gitea/commit/9f0c9951c4b8b4b87b2723c88be63f09e2bb7993) Merge commit 'cab1bd0' into issue/#4732_webhooks_add_secret ### 📊 Changes **8 files changed** (+75 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+2 -2) 📝 `templates/swagger/v1_json.tmpl` (+27 -0) 📝 `vendor/code.gitea.io/sdk/gitea/admin_user.go` (+11 -11) 📝 `vendor/code.gitea.io/sdk/gitea/hook.go` (+15 -7) 📝 `vendor/code.gitea.io/sdk/gitea/issue.go` (+6 -0) 📝 `vendor/code.gitea.io/sdk/gitea/repo.go` (+1 -0) 📝 `vendor/code.gitea.io/sdk/gitea/repo_key.go` (+9 -6) 📝 `vendor/code.gitea.io/sdk/gitea/user_key.go` (+4 -1) </details> ### 📄 Description affects webhooks for: * Delete * Fork * IssueComment * Release This PR is paired with https://github.com/go-gitea/go-sdk/pull/126 Resolves: #4732, #5173 Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> --- <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 15:04:10 -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#17693