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

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5208
Author: @HoffmannP
Created: 10/28/2018
Status: Merged
Merged: 10/30/2018
Merged by: @lafriks

Base: release/v1.6Head: release/v1.6


📝 Commits (4)

  • 5e340ad fix: Add secret to all webhook's payload where it has been missing
  • 8a93458 Merge branch 'release/v1.6' into release/v1.6
  • b552bba Merge branch 'release/v1.6' into release/v1.6
  • 9344317 Merge branch 'release/v1.6' into release/v1.6

📊 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

  • Updated dependency manager via dep ensure -update code.gitea.io/sdk
  • Gopkg.toml was not changed as sdk version is set to "master"
  • affects webhooks for: Delete, Fork, IssueComment, Release
  • also contains changes from go-gitea/go-sdk#125 and hence a swagger update

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


🔄 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/5208 **Author:** [@HoffmannP](https://github.com/HoffmannP) **Created:** 10/28/2018 **Status:** ✅ Merged **Merged:** 10/30/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.6` ← **Head:** `release/v1.6` --- ### 📝 Commits (4) - [`5e340ad`](https://github.com/go-gitea/gitea/commit/5e340ada338d3a105a104b238cba5885b8ed1f64) fix: Add secret to all webhook's payload where it has been missing - [`8a93458`](https://github.com/go-gitea/gitea/commit/8a934589ea7dd96b2b844edfa81c8f0a0e6b11bb) Merge branch 'release/v1.6' into release/v1.6 - [`b552bba`](https://github.com/go-gitea/gitea/commit/b552bbac52e3c501c6803b7a5a73dd6df3f1c30b) Merge branch 'release/v1.6' into release/v1.6 - [`9344317`](https://github.com/go-gitea/gitea/commit/934431778d77dbfa1bc210e6f005f6508a59b609) Merge branch 'release/v1.6' into release/v1.6 ### 📊 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 * Updated dependency manager via `dep ensure -update code.gitea.io/sdk` * Gopkg.toml was not changed as sdk version is set to "master" * affects webhooks for: Delete, Fork, IssueComment, Release * also contains changes from go-gitea/go-sdk#125 and hence a swagger update Signed-off-by: Berengar W. Lehr <Berengar.Lehr@kompetenztest.de> Resolves: #4732, #5173 --- <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:05:33 -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#17698