[PR #2788] [MERGED] Backport to v1.2 of PR 2266 2467 2663 #16594

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2788
Author: @sapk
Created: 10/26/2017
Status: Merged
Merged: 10/27/2017
Merged by: @lunny

Base: release/v1.2Head: backport-2266-2467


📝 Commits (3)

📊 Changes

36 files changed (+852 additions, -24 deletions)

View changed files

integrations/api_gpg_keys_test.go (+260 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/HEAD (+1 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/config (+4 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/description (+1 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/applypatch-msg.sample (+15 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/commit-msg.sample (+24 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/post-update.sample (+8 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-applypatch.sample (+14 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-commit.sample (+49 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-push.sample (+53 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-rebase.sample (+169 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-receive.sample (+24 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/prepare-commit-msg.sample (+36 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/update.sample (+128 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/info/exclude (+6 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/0c/3d59dea27b97aa3cb66072745d7a2c51a7a8b1 (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/24/f83a471f77579fea57bac7255d6e64e70fce1c (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/27/566bd5738fc8b4e3fef3c5e72cce608537bd95 (+0 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/3b/2b54fe3d9a8279d5b926124dccdf279b8eff2f (+1 -0)
integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/45/8121ce9a6b855c9733bae62093caf3f39685de (+0 -0)

...and 16 more files

📄 Description

Backport of #2266 and two little fixes related to this PR #2467 #2663


🔄 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/2788 **Author:** [@sapk](https://github.com/sapk) **Created:** 10/26/2017 **Status:** ✅ Merged **Merged:** 10/27/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `release/v1.2` ← **Head:** `backport-2266-2467` --- ### 📝 Commits (3) - [`4c38e7d`](https://github.com/go-gitea/gitea/commit/4c38e7d4f6d1b2826271f67971534305f2bc1954) Only check at least one email gpg key (#2266) - [`10e1d3d`](https://github.com/go-gitea/gitea/commit/10e1d3d92b8292527eb0bdf2e39d4e2dd6de9c44) Make repo private to no interfere with other tests (#2467) - [`0c22cb7`](https://github.com/go-gitea/gitea/commit/0c22cb71a8bec217a8847a67c34399f5969f8350) GPG key email verification no longer case sensitive (#2661) (#2663) ### 📊 Changes **36 files changed** (+852 additions, -24 deletions) <details> <summary>View changed files</summary> ➕ `integrations/api_gpg_keys_test.go` (+260 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/HEAD` (+1 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/config` (+4 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/description` (+1 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/applypatch-msg.sample` (+15 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/commit-msg.sample` (+24 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/post-update.sample` (+8 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-applypatch.sample` (+14 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-commit.sample` (+49 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-push.sample` (+53 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-rebase.sample` (+169 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/pre-receive.sample` (+24 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/prepare-commit-msg.sample` (+36 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/hooks/update.sample` (+128 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/info/exclude` (+6 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/0c/3d59dea27b97aa3cb66072745d7a2c51a7a8b1` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/24/f83a471f77579fea57bac7255d6e64e70fce1c` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/27/566bd5738fc8b4e3fef3c5e72cce608537bd95` (+0 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/3b/2b54fe3d9a8279d5b926124dccdf279b8eff2f` (+1 -0) ➕ `integrations/gitea-integration-meta/gitea-repositories/user2/repo16.git/objects/45/8121ce9a6b855c9733bae62093caf3f39685de` (+0 -0) _...and 16 more files_ </details> ### 📄 Description Backport of #2266 and two little fixes related to this PR #2467 #2663 --- <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:14:14 -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#16594