[PR #2553] [MERGED] Backport: Fix lint, fmt and integration testing errors #16462

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/2553
Author: @ethantkoenig
Created: 9/20/2017
Status: Merged
Merged: 9/20/2017
Merged by: @lafriks

Base: release/v1.2Head: relv1.2


📝 Commits (3)

📊 Changes

13 files changed (+12 additions, -49 deletions)

View changed files

📝 integrations/mysql.ini (+1 -1)
📝 integrations/pgsql.ini (+1 -1)
📝 integrations/sqlite.ini (+0 -5)
📝 models/gpg_key.go (+1 -5)
📝 models/issue.go (+1 -5)
📝 models/login_source.go (+1 -4)
📝 models/migrations/v16.go (+1 -5)
📝 models/migrations/v21.go (+1 -4)
📝 models/org.go (+1 -5)
📝 models/ssh_key.go (+1 -5)
📝 modules/context/repo.go (+1 -1)
📝 modules/lfs/content_store.go (+1 -4)
📝 modules/log/file.go (+1 -4)

📄 Description

Backport of #2547.


🔄 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/2553 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 9/20/2017 **Status:** ✅ Merged **Merged:** 9/20/2017 **Merged by:** [@lafriks](https://github.com/lafriks) **Base:** `release/v1.2` ← **Head:** `relv1.2` --- ### 📝 Commits (3) - [`78412d4`](https://github.com/go-gitea/gitea/commit/78412d4882b2debb58142500623b77ba7eb4a640) Fix lint errors - [`842ee9e`](https://github.com/go-gitea/gitea/commit/842ee9e6bb8198dcb8df841705847cab6e94ad48) Fix fmt errors (#2544) - [`14e91e7`](https://github.com/go-gitea/gitea/commit/14e91e71d3b53010bbabea078f520c26caea4a8e) Hotfix for integration testing (#2473) ### 📊 Changes **13 files changed** (+12 additions, -49 deletions) <details> <summary>View changed files</summary> 📝 `integrations/mysql.ini` (+1 -1) 📝 `integrations/pgsql.ini` (+1 -1) 📝 `integrations/sqlite.ini` (+0 -5) 📝 `models/gpg_key.go` (+1 -5) 📝 `models/issue.go` (+1 -5) 📝 `models/login_source.go` (+1 -4) 📝 `models/migrations/v16.go` (+1 -5) 📝 `models/migrations/v21.go` (+1 -4) 📝 `models/org.go` (+1 -5) 📝 `models/ssh_key.go` (+1 -5) 📝 `modules/context/repo.go` (+1 -1) 📝 `modules/lfs/content_store.go` (+1 -4) 📝 `modules/log/file.go` (+1 -4) </details> ### 📄 Description Backport of #2547. --- <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: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#16462