[PR #5234] [MERGED] Add test environment for Mysql8 #17715

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

📋 Pull Request Information

Original PR: https://github.com/go-gitea/gitea/pull/5234
Author: @lunny
Created: 10/31/2018
Status: Merged
Merged: 3/17/2019
Merged by: @techknowlogick

Base: masterHead: lunny/mysql8_test


📝 Commits (10+)

  • dc2595b Add test environment for Mysql8
  • 070253d fix drone test for mysql8
  • 785a109 update mysql8.ini.tmpl
  • 2b97c85 fix tests
  • 8875bf4 Merge branch 'master' into lunny/mysql8_test
  • d03e3ca Merge branch 'master' into lunny/mysql8_test
  • 232bf42 Update .drone.yml
  • fc03176 Merge branch 'master' into lunny/mysql8_test
  • 6c5b446 Update Makefile
  • d6ece5f mysql8 migration test

📊 Changes

4 files changed (+120 additions, -4 deletions)

View changed files

📝 .drone.yml (+25 -0)
📝 .gitignore (+3 -0)
📝 Makefile (+20 -4)
integrations/mysql8.ini.tmpl (+72 -0)

📄 Description

No description provided


🔄 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/5234 **Author:** [@lunny](https://github.com/lunny) **Created:** 10/31/2018 **Status:** ✅ Merged **Merged:** 3/17/2019 **Merged by:** [@techknowlogick](https://github.com/techknowlogick) **Base:** `master` ← **Head:** `lunny/mysql8_test` --- ### 📝 Commits (10+) - [`dc2595b`](https://github.com/go-gitea/gitea/commit/dc2595b4891e4f52dbb34244e3abfef2d012ce34) Add test environment for Mysql8 - [`070253d`](https://github.com/go-gitea/gitea/commit/070253df199a29cc4331fa2ade2e37c86595a578) fix drone test for mysql8 - [`785a109`](https://github.com/go-gitea/gitea/commit/785a109698228638d9e819b3154b0ff15ee2d850) update mysql8.ini.tmpl - [`2b97c85`](https://github.com/go-gitea/gitea/commit/2b97c85db4f90612c8dc16275e799f8d5d0b0eca) fix tests - [`8875bf4`](https://github.com/go-gitea/gitea/commit/8875bf4104a5a3614df1130b3ff31a82c8b146ca) Merge branch 'master' into lunny/mysql8_test - [`d03e3ca`](https://github.com/go-gitea/gitea/commit/d03e3caba8fdd2eb2707ad67bed9fa2d0e4f711a) Merge branch 'master' into lunny/mysql8_test - [`232bf42`](https://github.com/go-gitea/gitea/commit/232bf423914d9f9368210ae607f65a11d029eb73) Update .drone.yml - [`fc03176`](https://github.com/go-gitea/gitea/commit/fc03176752b9f1ea256bf07fb45c6360f6cdee5e) Merge branch 'master' into lunny/mysql8_test - [`6c5b446`](https://github.com/go-gitea/gitea/commit/6c5b44619f9bb07f85d4f0ae2b0a9784fc1d3af1) Update Makefile - [`d6ece5f`](https://github.com/go-gitea/gitea/commit/d6ece5f92d7e379e7b6437a4ec4b5a735e9e4382) mysql8 migration test ### 📊 Changes **4 files changed** (+120 additions, -4 deletions) <details> <summary>View changed files</summary> 📝 `.drone.yml` (+25 -0) 📝 `.gitignore` (+3 -0) 📝 `Makefile` (+20 -4) ➕ `integrations/mysql8.ini.tmpl` (+72 -0) </details> ### 📄 Description _No description provided_ --- <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 15:14:14 -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#17715