[PR #3009] [MERGED] Add fingerprint to ssh key endpoints. #16711

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3009
Author: @vtemian
Created: 11/28/2017
Status: Merged
Merged: 11/28/2017
Merged by: @lafriks

Base: masterHead: 3002-add-fingerprint-to-api


📝 Commits (2)

  • 975aabc Add fingerprint to ssh key endpoints.
  • bd3ce05 Update gitea sdk vendor

📊 Changes

5 files changed (+84 additions, -13 deletions)

View changed files

📝 public/swagger.v1.json (+5 -1)
📝 routers/api/v1/convert/convert.go (+6 -5)
vendor/code.gitea.io/sdk/gitea/lfs_lock.go (+65 -0)
📝 vendor/code.gitea.io/sdk/gitea/user_key.go (+5 -4)
📝 vendor/vendor.json (+3 -3)

📄 Description

This PR will fix https://github.com/go-gitea/gitea/issues/3002 by adding fingerprint to ssh key related endpoints.


🔄 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/3009 **Author:** [@vtemian](https://github.com/vtemian) **Created:** 11/28/2017 **Status:** ✅ Merged **Merged:** 11/28/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `3002-add-fingerprint-to-api` --- ### 📝 Commits (2) - [`975aabc`](https://github.com/go-gitea/gitea/commit/975aabc32f9c2e784aac96e4c213c4f51cacbf99) Add fingerprint to ssh key endpoints. - [`bd3ce05`](https://github.com/go-gitea/gitea/commit/bd3ce05094eedf14291472209900cc3ce93341ec) Update gitea sdk vendor ### 📊 Changes **5 files changed** (+84 additions, -13 deletions) <details> <summary>View changed files</summary> 📝 `public/swagger.v1.json` (+5 -1) 📝 `routers/api/v1/convert/convert.go` (+6 -5) ➕ `vendor/code.gitea.io/sdk/gitea/lfs_lock.go` (+65 -0) 📝 `vendor/code.gitea.io/sdk/gitea/user_key.go` (+5 -4) 📝 `vendor/vendor.json` (+3 -3) </details> ### 📄 Description This PR will fix https://github.com/go-gitea/gitea/issues/3002 by adding `fingerprint` to ssh key related endpoints. --- <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:16:56 -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#16711