[PR #2095] [MERGED] Fix git hooks update to receive required arguments #16229

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2095
Author: @lafriks
Created: 7/1/2017
Status: Merged
Merged: 7/2/2017
Merged by: @lunny

Base: masterHead: fix/git_server_hooks


📝 Commits (1)

  • e9fa637 Fix git hooks update to receive required arguments. Fixes #2090

📊 Changes

5 files changed (+28 additions, -7 deletions)

View changed files

📝 models/migrations/migrations.go (+2 -0)
models/migrations/v36.go (+15 -0)
📝 models/models.go (+2 -3)
📝 models/repo.go (+7 -3)
📝 routers/init.go (+2 -1)

📄 Description

Fixes #2090

  • Changed migration calling so that migrations can use models package

🔄 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/2095 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 7/1/2017 **Status:** ✅ Merged **Merged:** 7/2/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `fix/git_server_hooks` --- ### 📝 Commits (1) - [`e9fa637`](https://github.com/go-gitea/gitea/commit/e9fa637fa93a78cc55c278ab6aec8f639e323fd5) Fix git hooks update to receive required arguments. Fixes #2090 ### 📊 Changes **5 files changed** (+28 additions, -7 deletions) <details> <summary>View changed files</summary> 📝 `models/migrations/migrations.go` (+2 -0) ➕ `models/migrations/v36.go` (+15 -0) 📝 `models/models.go` (+2 -3) 📝 `models/repo.go` (+7 -3) 📝 `routers/init.go` (+2 -1) </details> ### 📄 Description Fixes #2090 * Changed migration calling so that migrations can use models package --- <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:05:25 -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#16229