[PR #2868] [MERGED] Add LFS object verification step after upload #16640

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2868
Author: @lafriks
Created: 11/6/2017
Status: Merged
Merged: 11/8/2017
Merged by: @lafriks

Base: masterHead: feat/lfs_upload_verification


📝 Commits (6)

  • bb207a0 Add LFS object verification step after upload
  • 4b448a3 Fix file verification condition and small refactor
  • e554e61 Fix URLs
  • da21016 Remove newline and return status 422 on failed verification
  • b546280 Better error hadling
  • a648338 Merge branch 'master' into feat/lfs_upload_verification

📊 Changes

3 files changed (+64 additions, -2 deletions)

View changed files

📝 modules/lfs/content_store.go (+16 -1)
📝 modules/lfs/server.go (+47 -1)
📝 routers/routes/routes.go (+1 -0)

📄 Description

As per recommendation - https://github.com/go-gitea/gitea/issues/2112#issuecomment-342270170


🔄 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/2868 **Author:** [@lafriks](https://github.com/lafriks) **Created:** 11/6/2017 **Status:** ✅ Merged **Merged:** 11/8/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feat/lfs_upload_verification` --- ### 📝 Commits (6) - [`bb207a0`](https://github.com/go-gitea/gitea/commit/bb207a016ecbe59735689aaa02f5565856892351) Add LFS object verification step after upload - [`4b448a3`](https://github.com/go-gitea/gitea/commit/4b448a3f88ccf2042b610a8c5ea1f4e22c57689a) Fix file verification condition and small refactor - [`e554e61`](https://github.com/go-gitea/gitea/commit/e554e611bd133be9053c67a067ec1969bff92f44) Fix URLs - [`da21016`](https://github.com/go-gitea/gitea/commit/da21016292c90f4967671505928e2dc20cc5a5c3) Remove newline and return status 422 on failed verification - [`b546280`](https://github.com/go-gitea/gitea/commit/b54628009c587b6d9e97718ff73f1274cee4e808) Better error hadling - [`a648338`](https://github.com/go-gitea/gitea/commit/a648338ea41608f32a5ab45ab071c0ba501433a2) Merge branch 'master' into feat/lfs_upload_verification ### 📊 Changes **3 files changed** (+64 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `modules/lfs/content_store.go` (+16 -1) 📝 `modules/lfs/server.go` (+47 -1) 📝 `routers/routes/routes.go` (+1 -0) </details> ### 📄 Description As per recommendation - https://github.com/go-gitea/gitea/issues/2112#issuecomment-342270170 --- <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:15:17 -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#16640