[PR #28] [MERGED] react-express-mysql: fetch version from mysql #758

Closed
opened 2026-03-07 21:23:21 -06:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/docker/awesome-compose/pull/28
Author: @jdrouet
Created: 3/24/2020
Status: Merged
Merged: 3/24/2020
Merged by: @glours

Base: masterHead: express-mysql


📝 Commits (2)

  • 75aa525 react-express-mysql: split backend code
  • 59724f8 react-express-mysql: get version from mysql

📊 Changes

12 files changed (+672 additions, -306 deletions)

View changed files

react-express-mysql/.gitignore (+1 -0)
📝 react-express-mysql/backend/Dockerfile (+10 -15)
📝 react-express-mysql/backend/healthcheck.js (+9 -9)
react-express-mysql/backend/index.js (+0 -78)
📝 react-express-mysql/backend/package-lock.json (+499 -169)
📝 react-express-mysql/backend/package.json (+7 -7)
react-express-mysql/backend/src/config.js (+20 -0)
react-express-mysql/backend/src/database.js (+7 -0)
react-express-mysql/backend/src/index.js (+48 -0)
react-express-mysql/backend/src/server.js (+36 -0)
📝 react-express-mysql/backend/test/sample.js (+25 -24)
📝 react-express-mysql/docker-compose.yaml (+10 -4)

📄 Description

returns the mysql version in the answer from the server


🔄 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/docker/awesome-compose/pull/28 **Author:** [@jdrouet](https://github.com/jdrouet) **Created:** 3/24/2020 **Status:** ✅ Merged **Merged:** 3/24/2020 **Merged by:** [@glours](https://github.com/glours) **Base:** `master` ← **Head:** `express-mysql` --- ### 📝 Commits (2) - [`75aa525`](https://github.com/docker/awesome-compose/commit/75aa52524ccb9224ae6f681ddbcdcc8ae7f3e18e) react-express-mysql: split backend code - [`59724f8`](https://github.com/docker/awesome-compose/commit/59724f87a1d14d853b94f66baa7ae61fb08b7545) react-express-mysql: get version from mysql ### 📊 Changes **12 files changed** (+672 additions, -306 deletions) <details> <summary>View changed files</summary> ➕ `react-express-mysql/.gitignore` (+1 -0) 📝 `react-express-mysql/backend/Dockerfile` (+10 -15) 📝 `react-express-mysql/backend/healthcheck.js` (+9 -9) ➖ `react-express-mysql/backend/index.js` (+0 -78) 📝 `react-express-mysql/backend/package-lock.json` (+499 -169) 📝 `react-express-mysql/backend/package.json` (+7 -7) ➕ `react-express-mysql/backend/src/config.js` (+20 -0) ➕ `react-express-mysql/backend/src/database.js` (+7 -0) ➕ `react-express-mysql/backend/src/index.js` (+48 -0) ➕ `react-express-mysql/backend/src/server.js` (+36 -0) 📝 `react-express-mysql/backend/test/sample.js` (+25 -24) 📝 `react-express-mysql/docker-compose.yaml` (+10 -4) </details> ### 📄 Description returns the mysql version in the answer from the server --- <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 2026-03-07 21:23:21 -06:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/awesome-compose#758