[PR #1638] [MERGED] MySQL, Postgres integration tests in drone #15965

Closed
opened 2025-11-02 11:59:08 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/1638
Author: @ethantkoenig
Created: 4/28/2017
Status: Merged
Merged: 4/30/2017
Merged by: @appleboy

Base: masterHead: etk/integration


📝 Commits (4)

📊 Changes

9 files changed (+64 additions, -27 deletions)

View changed files

📝 .drone.yml (+2 -2)
📝 .drone.yml.sig (+1 -1)
📝 Makefile (+0 -1)
📝 integrations/integration_test.go (+45 -7)
📝 integrations/mysql.ini (+3 -3)
📝 integrations/pgsql.ini (+1 -1)
📝 models/attachment_test.go (+3 -3)
📝 models/fixtures/attachment.yml (+8 -8)
📝 models/fixtures/pull_request.yml (+1 -1)

📄 Description

Run make test-mysql and make test-pgsql in drone.


🔄 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/1638 **Author:** [@ethantkoenig](https://github.com/ethantkoenig) **Created:** 4/28/2017 **Status:** ✅ Merged **Merged:** 4/30/2017 **Merged by:** [@appleboy](https://github.com/appleboy) **Base:** `master` ← **Head:** `etk/integration` --- ### 📝 Commits (4) - [`927dd04`](https://github.com/go-gitea/gitea/commit/927dd0405727cfa8a079811f8b26cfbc20d095dd) MySQL, Postgres integration tests in drone - [`245c74e`](https://github.com/go-gitea/gitea/commit/245c74ed8e059d5fb3ef647525bc3d3d6bfefaf0) sign drone - [`e506932`](https://github.com/go-gitea/gitea/commit/e5069322364d2a0233e17d53acfdf93bf0843136) Fix .drone.yml - [`903d09d`](https://github.com/go-gitea/gitea/commit/903d09da83fa3bda724dfff7e738ffd648420afc) resign drone ### 📊 Changes **9 files changed** (+64 additions, -27 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+2 -2) 📝 `.drone.yml.sig` (+1 -1) 📝 `Makefile` (+0 -1) 📝 `integrations/integration_test.go` (+45 -7) 📝 `integrations/mysql.ini` (+3 -3) 📝 `integrations/pgsql.ini` (+1 -1) 📝 `models/attachment_test.go` (+3 -3) 📝 `models/fixtures/attachment.yml` (+8 -8) 📝 `models/fixtures/pull_request.yml` (+1 -1) </details> ### 📄 Description Run `make test-mysql` and `make test-pgsql` in drone. --- <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 11:59:08 -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#15965