[PR #3377] [MERGED] Add integrations tests from git cli #16913

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/3377
Author: @sapk
Created: 1/15/2018
Status: Merged
Merged: 1/16/2018
Merged by: @lafriks

Base: masterHead: add-tests-from-git


📝 Commits (6)

  • 7fcdd75 test: integration add git cli tests
  • 38fdab9 test: integration add git cli big file commit
  • 45d73fa fix: Don't rewrite key if internal server
  • a6faf8c Temporary debug
  • f0a4220 Remove temporary debug
  • 674b322 Merge branch 'master' into add-tests-from-git

📊 Changes

6 files changed (+256 additions, -140 deletions)

View changed files

📝 integrations/git_test.go (+219 -121)
📝 integrations/mysql.ini.tmpl (+5 -2)
📝 integrations/pgsql.ini.tmpl (+16 -13)
📝 integrations/repo_test.go (+1 -1)
📝 integrations/sqlite.ini (+5 -3)
📝 models/ssh_key.go (+10 -0)

📄 Description

Extracted from #3152 for easy review process.

  • Keep TestGit/SSH/LFS/Locks commented in the wait of #3152
  • Add big file test for covering #2930
  • Disable update of publickeyfile with internal server.

🔄 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/3377 **Author:** [@sapk](https://github.com/sapk) **Created:** 1/15/2018 **Status:** ✅ Merged **Merged:** 1/16/2018 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `add-tests-from-git` --- ### 📝 Commits (6) - [`7fcdd75`](https://github.com/go-gitea/gitea/commit/7fcdd757018daa19261e3db76fbf27273d7c8d82) test: integration add git cli tests - [`38fdab9`](https://github.com/go-gitea/gitea/commit/38fdab979e741a9c8ce4b4558a96bd6ac6d6e0a5) test: integration add git cli big file commit - [`45d73fa`](https://github.com/go-gitea/gitea/commit/45d73fa32a29266c3d97dfc0daa67da8f0ac9ca7) fix: Don't rewrite key if internal server - [`a6faf8c`](https://github.com/go-gitea/gitea/commit/a6faf8c78edf948bf33360f2448bf5ff48ce6d5e) Temporary debug - [`f0a4220`](https://github.com/go-gitea/gitea/commit/f0a4220f68b8a8b3e649e82ade7f39b982c49277) Remove temporary debug - [`674b322`](https://github.com/go-gitea/gitea/commit/674b3226be1dc9712f9db86717f10952e4f9d321) Merge branch 'master' into add-tests-from-git ### 📊 Changes **6 files changed** (+256 additions, -140 deletions) <details> <summary>View changed files</summary> 📝 `integrations/git_test.go` (+219 -121) 📝 `integrations/mysql.ini.tmpl` (+5 -2) 📝 `integrations/pgsql.ini.tmpl` (+16 -13) 📝 `integrations/repo_test.go` (+1 -1) 📝 `integrations/sqlite.ini` (+5 -3) 📝 `models/ssh_key.go` (+10 -0) </details> ### 📄 Description Extracted from #3152 for easy review process. - Keep TestGit/SSH/LFS/Locks commented in the wait of #3152 - Add big file test for covering #2930 - Disable update of publickeyfile with internal server. --- <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:22:00 -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#16913