[PR #970] [MERGED] Add "mirror" field to repo API #15686

Closed
opened 2025-11-02 11:52:18 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/970
Author: @andreynering
Created: 2/18/2017
Status: Merged
Merged: 2/25/2017
Merged by: @andreynering

Base: masterHead: api-repo-mirror


📝 Commits (2)

  • 946f307 Add "mirror" field to repo API
  • d7af8f9 Update vendor of code.gitea.io/sdk/gitea

📊 Changes

8 files changed (+102 additions, -4 deletions)

View changed files

📝 models/repo.go (+1 -0)
📝 vendor/code.gitea.io/sdk/gitea/hook.go (+28 -1)
📝 vendor/code.gitea.io/sdk/gitea/issue.go (+1 -0)
📝 vendor/code.gitea.io/sdk/gitea/pull.go (+1 -0)
📝 vendor/code.gitea.io/sdk/gitea/release.go (+0 -0)
📝 vendor/code.gitea.io/sdk/gitea/repo.go (+1 -0)
vendor/code.gitea.io/sdk/gitea/user_gpgkey.go (+67 -0)
📝 vendor/vendor.json (+3 -3)

📄 Description

Requires https://github.com/go-gitea/go-sdk/pull/41


🔄 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/970 **Author:** [@andreynering](https://github.com/andreynering) **Created:** 2/18/2017 **Status:** ✅ Merged **Merged:** 2/25/2017 **Merged by:** [@andreynering](https://github.com/andreynering) **Base:** `master` ← **Head:** `api-repo-mirror` --- ### 📝 Commits (2) - [`946f307`](https://github.com/go-gitea/gitea/commit/946f3078d379b7ac0760b20fa2f2884c2cdeb802) Add "mirror" field to repo API - [`d7af8f9`](https://github.com/go-gitea/gitea/commit/d7af8f96d7f340d83d8ff8d9d94189f92900aef7) Update vendor of code.gitea.io/sdk/gitea ### 📊 Changes **8 files changed** (+102 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `models/repo.go` (+1 -0) 📝 `vendor/code.gitea.io/sdk/gitea/hook.go` (+28 -1) 📝 `vendor/code.gitea.io/sdk/gitea/issue.go` (+1 -0) 📝 `vendor/code.gitea.io/sdk/gitea/pull.go` (+1 -0) 📝 `vendor/code.gitea.io/sdk/gitea/release.go` (+0 -0) 📝 `vendor/code.gitea.io/sdk/gitea/repo.go` (+1 -0) ➕ `vendor/code.gitea.io/sdk/gitea/user_gpgkey.go` (+67 -0) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description Requires https://github.com/go-gitea/go-sdk/pull/41 --- <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 11:52:18 -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#15686