[PR #3152] [MERGED] Fix SSH auth lfs locks #16798

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3152
Author: @sapk
Created: 12/11/2017
Status: Merged
Merged: 1/27/2018
Merged by: @lafriks

Base: masterHead: fix-ssh-auth-lfs-locks


📝 Commits (7)

  • ac9e714 Fix SSH auth LFS locks
  • bad1991 Activate SSH/lock test
  • ef09252 Remove debug
  • faf2196 Merge branch 'master' into fix-ssh-auth-lfs-locks
  • 5064568 Follow @lunny recommendation for AfterLoad method
  • c8fce15 Merge branch 'master' into fix-ssh-auth-lfs-locks
  • 2036540 Merge branch 'master' into fix-ssh-auth-lfs-locks

📊 Changes

7 files changed (+162 additions, -143 deletions)

View changed files

📝 cmd/serv.go (+6 -2)
📝 integrations/api_repo_lfs_locks_test.go (+4 -4)
📝 integrations/git_test.go (+1 -3)
📝 models/error.go (+11 -8)
📝 models/lfs_lock.go (+29 -26)
📝 modules/lfs/locks.go (+42 -36)
📝 modules/lfs/server.go (+69 -64)

📄 Description

Mostly don't reinvent the wheel to fix #3084 by re-using func of lfs.


🔄 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/3152 **Author:** [@sapk](https://github.com/sapk) **Created:** 12/11/2017 **Status:** ✅ Merged **Merged:** 1/27/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `fix-ssh-auth-lfs-locks` --- ### 📝 Commits (7) - [`ac9e714`](https://github.com/go-gitea/gitea/commit/ac9e714cf59164714121ce32d90d214620a08250) Fix SSH auth LFS locks - [`bad1991`](https://github.com/go-gitea/gitea/commit/bad1991e1f9130cd436cb9f8be25b8bffe9c5027) Activate SSH/lock test - [`ef09252`](https://github.com/go-gitea/gitea/commit/ef09252fbf25605c86c35214926a676e31b98fe1) Remove debug - [`faf2196`](https://github.com/go-gitea/gitea/commit/faf21961c8b71385466a18417e87cf1c6f7295d4) Merge branch 'master' into fix-ssh-auth-lfs-locks - [`5064568`](https://github.com/go-gitea/gitea/commit/50645681af36df9b7e2ae472ac2e6700c636b993) Follow @lunny recommendation for AfterLoad method - [`c8fce15`](https://github.com/go-gitea/gitea/commit/c8fce1538c69681c4b5ec3047e321b5b4d8e85d5) Merge branch 'master' into fix-ssh-auth-lfs-locks - [`2036540`](https://github.com/go-gitea/gitea/commit/2036540b0adc45b9df98da945e80c38e1098d239) Merge branch 'master' into fix-ssh-auth-lfs-locks ### 📊 Changes **7 files changed** (+162 additions, -143 deletions) <details> <summary>View changed files</summary> 📝 `cmd/serv.go` (+6 -2) 📝 `integrations/api_repo_lfs_locks_test.go` (+4 -4) 📝 `integrations/git_test.go` (+1 -3) 📝 `models/error.go` (+11 -8) 📝 `models/lfs_lock.go` (+29 -26) 📝 `modules/lfs/locks.go` (+42 -36) 📝 `modules/lfs/server.go` (+69 -64) </details> ### 📄 Description Mostly don't reinvent the wheel to fix #3084 by re-using func of lfs. --- <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:19:21 -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#16798