[PR #2571] [MERGED] Expand fixtures #16475

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2571
Author: @Morlinest
Created: 9/22/2017
Status: Merged
Merged: 9/22/2017
Merged by: @lafriks

Base: masterHead: feature/expand-fixtures


📝 Commits (4)

  • dd86a65 Add more repo search tests
  • 2d890de Add and fix /api/repo/search integration tests
  • 5cce3a7 Add owner to access table for organization repositories
  • 3101e90 Remove tests

📊 Changes

8 files changed (+204 additions, -1 deletions)

View changed files

📝 models/fixtures/access.yml (+24 -0)
📝 models/fixtures/org_user.yml (+8 -0)
📝 models/fixtures/repository.yml (+97 -0)
📝 models/fixtures/team.yml (+9 -0)
📝 models/fixtures/team_repo.yml (+12 -0)
📝 models/fixtures/team_user.yml (+6 -0)
📝 models/fixtures/user.yml (+47 -0)
📝 models/org_test.go (+1 -1)

📄 Description

Add more data for unit/integration tests.


🔄 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/2571 **Author:** [@Morlinest](https://github.com/Morlinest) **Created:** 9/22/2017 **Status:** ✅ Merged **Merged:** 9/22/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `master` ← **Head:** `feature/expand-fixtures` --- ### 📝 Commits (4) - [`dd86a65`](https://github.com/go-gitea/gitea/commit/dd86a651d1bbc167fb6e7e35cb08b9290ea1a029) Add more repo search tests - [`2d890de`](https://github.com/go-gitea/gitea/commit/2d890dec1fd4b37b1713dbb08d70569d37809a78) Add and fix /api/repo/search integration tests - [`5cce3a7`](https://github.com/go-gitea/gitea/commit/5cce3a797e9d39823737d6336d2ae6f24a7280e6) Add owner to access table for organization repositories - [`3101e90`](https://github.com/go-gitea/gitea/commit/3101e904f896e7bc710e40b64dbaf9ca5ee853bf) Remove tests ### 📊 Changes **8 files changed** (+204 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `models/fixtures/access.yml` (+24 -0) 📝 `models/fixtures/org_user.yml` (+8 -0) 📝 `models/fixtures/repository.yml` (+97 -0) 📝 `models/fixtures/team.yml` (+9 -0) 📝 `models/fixtures/team_repo.yml` (+12 -0) 📝 `models/fixtures/team_user.yml` (+6 -0) 📝 `models/fixtures/user.yml` (+47 -0) 📝 `models/org_test.go` (+1 -1) </details> ### 📄 Description Add more data for unit/integration tests. --- <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:11:30 -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#16475