[PR #4999] [MERGED] Upgrade gopkg.in/testfixtures.v2 #17584

Closed
opened 2025-11-02 14:14:13 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/4999
Author: @typeless
Created: 10/2/2018
Status: Merged
Merged: 10/2/2018
Merged by: @techknowlogick

Base: masterHead: upgrade-testfixtures.v2


📝 Commits (1)

  • c977b62 Upgrade gopkg.in/testfixtures.v2

📊 Changes

13 files changed (+705 additions, -168 deletions)

View changed files

📝 Gopkg.lock (+3 -3)
📝 vendor/gopkg.in/testfixtures.v2/deprecated.go (+22 -6)
vendor/gopkg.in/testfixtures.v2/errors.go (+41 -0)
vendor/gopkg.in/testfixtures.v2/generate.go (+110 -0)
📝 vendor/gopkg.in/testfixtures.v2/helper.go (+39 -4)
vendor/gopkg.in/testfixtures.v2/json.go (+44 -0)
📝 vendor/gopkg.in/testfixtures.v2/mysql.go (+95 -6)
📝 vendor/gopkg.in/testfixtures.v2/oracle.go (+61 -22)
📝 vendor/gopkg.in/testfixtures.v2/postgresql.go (+114 -36)
📝 vendor/gopkg.in/testfixtures.v2/sqlite.go (+43 -7)
📝 vendor/gopkg.in/testfixtures.v2/sqlserver.go (+50 -25)
📝 vendor/gopkg.in/testfixtures.v2/testfixtures.go (+58 -32)
📝 vendor/gopkg.in/testfixtures.v2/time.go (+25 -27)

📄 Description

Fixes #4998


🔄 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/4999 **Author:** [@typeless](https://github.com/typeless) **Created:** 10/2/2018 **Status:** ✅ Merged **Merged:** 10/2/2018 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `upgrade-testfixtures.v2` --- ### 📝 Commits (1) - [`c977b62`](https://github.com/go-gitea/gitea/commit/c977b627aa17927f804f9fef1107318517503b5e) Upgrade gopkg.in/testfixtures.v2 ### 📊 Changes **13 files changed** (+705 additions, -168 deletions) <details> <summary>View changed files</summary> 📝 `Gopkg.lock` (+3 -3) 📝 `vendor/gopkg.in/testfixtures.v2/deprecated.go` (+22 -6) ➕ `vendor/gopkg.in/testfixtures.v2/errors.go` (+41 -0) ➕ `vendor/gopkg.in/testfixtures.v2/generate.go` (+110 -0) 📝 `vendor/gopkg.in/testfixtures.v2/helper.go` (+39 -4) ➕ `vendor/gopkg.in/testfixtures.v2/json.go` (+44 -0) 📝 `vendor/gopkg.in/testfixtures.v2/mysql.go` (+95 -6) 📝 `vendor/gopkg.in/testfixtures.v2/oracle.go` (+61 -22) 📝 `vendor/gopkg.in/testfixtures.v2/postgresql.go` (+114 -36) 📝 `vendor/gopkg.in/testfixtures.v2/sqlite.go` (+43 -7) 📝 `vendor/gopkg.in/testfixtures.v2/sqlserver.go` (+50 -25) 📝 `vendor/gopkg.in/testfixtures.v2/testfixtures.go` (+58 -32) 📝 `vendor/gopkg.in/testfixtures.v2/time.go` (+25 -27) </details> ### 📄 Description Fixes #4998 --- <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 14:14:13 -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#17584