[PR #1681] [CLOSED] Add GPG check before commit message in repository table #15993

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1681
Author: @lafriks
Created: 5/5/2017
Status: Closed

Base: masterHead: repository_table_gpg


📝 Commits (2)

  • 55d57e6 Add GPG check before commits in repository table
  • 1debddd Merge branch 'master' into repository_table_gpg

📊 Changes

3 files changed (+25 additions, -1 deletions)

View changed files

📝 models/gpg_key.go (+13 -0)
📝 routers/repo/view.go (+2 -1)
📝 templates/repo/view_list.tmpl (+10 -0)

📄 Description

Just made this by accident while making #1678

Do not know performance implications for this so I did split these changes in other PR

Screenshot (combined with other PR):

attels


🔄 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/1681 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 5/5/2017 **Status:** ❌ Closed **Base:** `master` ← **Head:** `repository_table_gpg` --- ### 📝 Commits (2) - [`55d57e6`](https://github.com/go-gitea/gitea/commit/55d57e604ac52cad346ca856b65be347c7124c31) Add GPG check before commits in repository table - [`1debddd`](https://github.com/go-gitea/gitea/commit/1debddd973d5de2f525140de4037f472088efaca) Merge branch 'master' into repository_table_gpg ### 📊 Changes **3 files changed** (+25 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/gpg_key.go` (+13 -0) 📝 `routers/repo/view.go` (+2 -1) 📝 `templates/repo/view_list.tmpl` (+10 -0) </details> ### 📄 Description Just made this by accident while making #1678 Do not know performance implications for this so I did split these changes in other PR ### Screenshot (combined with other PR): ![attels](https://cloud.githubusercontent.com/assets/165205/25731974/c1725b30-3153-11e7-9257-696b939c2474.png) --- <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:59:48 -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#15993