[PR #4127] [MERGED] Add push webhook support for mirrored repositories #17256

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4127
Author: @lafriks
Created: 6/5/2018
Status: Merged
Merged: 9/7/2018
Merged by: @techknowlogick

Base: masterHead: feat/mirror_webhook


📝 Commits (10+)

  • c6495ce Add push webhook support for mirrored repositories
  • 22271a8 Fix action icon for mirror actions
  • f9f9c20 Fix mirror sync event display in dashboard
  • 69f0253 Add missing comment
  • 17b8d09 Update go dep
  • 6b0598e Merge branch 'master' into feat/mirror_webhook
  • 8d387bb Merge branch 'master' into feat/mirror_webhook
  • 46f9cea fix build errors and add copyright
  • f41d673 update deps
  • 5c52e00 Merge branch 'master' into feat/mirror_webhook

📊 Changes

8 files changed (+257 additions, -19 deletions)

View changed files

📝 Gopkg.lock (+2 -2)
📝 models/action.go (+68 -0)
📝 models/repo_mirror.go (+136 -11)
📝 modules/templates/helper.go (+2 -0)
📝 options/locale/locale_en-US.ini (+3 -0)
📝 templates/user/dashboard/feeds.tmpl (+9 -2)
📝 vendor/code.gitea.io/git/commit.go (+22 -2)
📝 vendor/code.gitea.io/git/repo_commit.go (+15 -2)

📄 Description

Fixes #1002

Depends on go-gitea/git#120


🔄 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/4127 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 6/5/2018 **Status:** ✅ Merged **Merged:** 9/7/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `feat/mirror_webhook` --- ### 📝 Commits (10+) - [`c6495ce`](https://github.com/go-gitea/gitea/commit/c6495ce1b583f92367f3c016622045db667b2c47) Add push webhook support for mirrored repositories - [`22271a8`](https://github.com/go-gitea/gitea/commit/22271a827077aeeb93b0404a8c0853972fca6382) Fix action icon for mirror actions - [`f9f9c20`](https://github.com/go-gitea/gitea/commit/f9f9c20810f2b72c7d249cb7fcac5f8249e8be61) Fix mirror sync event display in dashboard - [`69f0253`](https://github.com/go-gitea/gitea/commit/69f0253c375dcc71f963ddb42c55bf08046497e7) Add missing comment - [`17b8d09`](https://github.com/go-gitea/gitea/commit/17b8d0934077447d5619b50d172b339f1d18182b) Update go dep - [`6b0598e`](https://github.com/go-gitea/gitea/commit/6b0598e9355b0240eb6f061275035b214aafc658) Merge branch 'master' into feat/mirror_webhook - [`8d387bb`](https://github.com/go-gitea/gitea/commit/8d387bbd8fd5679f985aeaa9068113bdf15dea53) Merge branch 'master' into feat/mirror_webhook - [`46f9cea`](https://github.com/go-gitea/gitea/commit/46f9cea0ad28f089b836c2ca5c4206969127d3ee) fix build errors and add copyright - [`f41d673`](https://github.com/go-gitea/gitea/commit/f41d673618f8a569c9c8f70828cb4415178fb5ad) update deps - [`5c52e00`](https://github.com/go-gitea/gitea/commit/5c52e0057c90ef11c485d687935e9bfdcc829bac) Merge branch 'master' into feat/mirror_webhook ### 📊 Changes **8 files changed** (+257 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+2 -2) 📝 `models/action.go` (+68 -0) 📝 `models/repo_mirror.go` (+136 -11) 📝 `modules/templates/helper.go` (+2 -0) 📝 `options/locale/locale_en-US.ini` (+3 -0) 📝 `templates/user/dashboard/feeds.tmpl` (+9 -2) 📝 `vendor/code.gitea.io/git/commit.go` (+22 -2) 📝 `vendor/code.gitea.io/git/repo_commit.go` (+15 -2) </details> ### 📄 Description Fixes #1002 ~Depends on go-gitea/git#120~ --- <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:30:59 -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#17256