[PR #3092] [MERGED] Improve LFS tests + fix lfs url refs + keep path upper/lowercase in db. #16762

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3092
Author: @sapk
Created: 12/4/2017
Status: Merged
Merged: 12/8/2017
Merged by: @lunny

Base: masterHead: test-more-lfs


📝 Commits (10+)

📊 Changes

13 files changed (+154 additions, -29 deletions)

View changed files

📝 integrations/git_test.go (+139 -14)
📝 integrations/gitea-repositories-meta/user2/repo1.git/hooks/post-receive.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user2/repo1.git/hooks/pre-receive.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user2/repo1.git/hooks/update.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user2/repo15.git/hooks/post-receive.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user2/repo15.git/hooks/pre-receive.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user2/repo15.git/hooks/update.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user3/repo3.git/hooks/post-receive.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user3/repo3.git/hooks/pre-receive.d/gitea (+1 -1)
📝 integrations/gitea-repositories-meta/user3/repo3.git/hooks/update.d/gitea (+1 -1)
📝 models/lfs_lock.go (+3 -3)
📝 modules/lfs/server.go (+2 -2)
📝 routers/repo/view.go (+1 -1)

📄 Description

All in the title.

Fix #3101


🔄 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/3092 **Author:** [@sapk](https://github.com/sapk) **Created:** 12/4/2017 **Status:** ✅ Merged **Merged:** 12/8/2017 **Merged by:** [@lunny](https://github.com/lunny) **Base:** `master` ← **Head:** `test-more-lfs` --- ### 📝 Commits (10+) - [`95be3d7`](https://github.com/go-gitea/gitea/commit/95be3d7258e8dca549bb9d486d2a5214b606e8ac) Add failing test - [`93726dc`](https://github.com/go-gitea/gitea/commit/93726dce7064a5629f5d348ddba5ae8eec6a66ea) Fix urls - [`e5d1c78`](https://github.com/go-gitea/gitea/commit/e5d1c78d486ea2129b02595f5f6f2c581981b1ea) Improve url in tests - [`d7dbb1d`](https://github.com/go-gitea/gitea/commit/d7dbb1da6d02b16303a8af2e8e064283ea8555d2) improve testing - [`0dd5514`](https://github.com/go-gitea/gitea/commit/0dd551408c4084a18d5ec51b2e4a5cdc3bec2e91) Remove debug code - [`b652e5e`](https://github.com/go-gitea/gitea/commit/b652e5ef7260371058ef504e79358d6a5f7276c5) Add deps - [`3a034b7`](https://github.com/go-gitea/gitea/commit/3a034b7e73af49a608e9e2e004db4dd0aed25e97) LFS corner-case : Search on lower but store with case - [`41d054e`](https://github.com/go-gitea/gitea/commit/41d054ef8ecdde9986e19439d77564c6ab367534) Temporary comment of blocking action - [`de40873`](https://github.com/go-gitea/gitea/commit/de408732800de2f0a68efce3f917b16068337d87) fix hooks - [`503ec29`](https://github.com/go-gitea/gitea/commit/503ec29d191ea8ba5087a766ef1ed76516d9045f) Use temporary repo for git client test ### 📊 Changes **13 files changed** (+154 additions, -29 deletions) <details> <summary>View changed files</summary> 📝 `integrations/git_test.go` (+139 -14) 📝 `integrations/gitea-repositories-meta/user2/repo1.git/hooks/post-receive.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user2/repo1.git/hooks/pre-receive.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user2/repo1.git/hooks/update.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user2/repo15.git/hooks/post-receive.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user2/repo15.git/hooks/pre-receive.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user2/repo15.git/hooks/update.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user3/repo3.git/hooks/post-receive.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user3/repo3.git/hooks/pre-receive.d/gitea` (+1 -1) 📝 `integrations/gitea-repositories-meta/user3/repo3.git/hooks/update.d/gitea` (+1 -1) 📝 `models/lfs_lock.go` (+3 -3) 📝 `modules/lfs/server.go` (+2 -2) 📝 `routers/repo/view.go` (+1 -1) </details> ### 📄 Description All in the title. Fix #3101 --- <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:18:31 -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#16762