Commit Graph
545 Commits
Author SHA1 Message Date
William Desportes 905cae841e Update the examples to have something more explicit for Docker command line examples
Ref: https://github.com/phpmyadmin/phpmyadmin/commit/7faf6a53ecd3ce5b47d484b717c9b153d970f678
2022-08-10 00:39:02 +02:00
William Desportes 0ed2e6651b Apply some coding standard rules on config.inc.php 2022-08-01 11:01:02 +02:00
William Desportes df4d08c1a8 Add a missing CHANGELOG entry 2022-08-01 10:54:12 +02:00
William Desportes 0c9a5f06d5 Fix a typo in the README 2022-08-01 10:53:59 +02:00
William Desportes 918d2639a9 Give more time for databases to start on d-compose tests 2022-06-20 01:18:56 +02:00
William Desportes 3f1f550631 Update CHANGELOG.md 2022-06-20 01:13:00 +02:00
William Desportes 9b6fb4229f Stop using container names 2022-06-20 01:07:20 +02:00
William Desportes 8b33eefd53 Add project name for test runs 2022-06-20 01:07:15 +02:00
William Desportes 095161cdb1 Implement test cleanup 2022-06-20 01:07:11 +02:00
William Desportes b936b8ebd1 Ref #369 - Update files using ./update.sh 2022-06-20 01:07:06 +02:00
William Desportes 5ab888d0d4 Ref #369 - Remove apache specific settings from non apache entrypoints 2022-06-20 01:06:59 +02:00
William Desportes fee52fdd0b Merge #369 - Allow a different Apache port with APACHE_PORT
Pull-request: #369
Fixes: #340
Ref: #187
2022-06-20 01:06:42 +02:00
William Desportes 3c16423f78 Ref #369 - Add tests for a different Apache2 port 2022-06-20 00:35:02 +02:00
William Desportes 0b7054a449 Fix #372 - Support docker secrets from file for {PMA_USER,PMA_CONTROLUSER,PMA_CONTROLHOST}
- Support docker secrets from file for `PMA_USER`
- Support docker secrets from file for `PMA_CONTROLUSER`
- Support docker secrets from file for `PMA_CONTROLHOST`
2022-06-19 19:47:49 +02:00
William Desportes 6718899e83 Update CHANGELOG.md 2022-06-19 19:42:20 +02:00
Devin Matte aa6481613d Allowing different apache ports 2022-06-10 13:39:10 -04:00
William Desportes 0f9d9d2630 Fix the section about E2E tests 2022-06-10 16:00:17 +02:00
William Desportes 336ba22d89 Stop forcing a specifig auth mysql plugin as many users do not do such config 2022-06-10 15:53:25 +02:00
William Desportes 545fcca480 Mark test script as python3 2022-06-10 15:52:00 +02:00
William Desportes 3c859c0511 Add mariadb-connector-c for support of caching sha2 password method 2022-06-10 15:43:52 +02:00
William Desportes 347512bfc4 Re-work the makefile 2022-06-10 15:38:42 +02:00
William Desportes d621982217 Move docker-compose test files into a folder 2022-06-10 15:14:55 +02:00
William Desportes cc19f8ada1 Use Alpine 3.15 for the test image 2022-06-10 13:25:56 +02:00
William Desportes c0cd783445 Add permissions on GitHub workflows 2022-06-10 12:20:10 +02:00
William Desportes 326191915b Change the config syntax replacement way for phpMyAdmin 5.2 to define the "configFile" directive
Fixes #361
Fixes #364
Fixes #365
Fixes #366
2022-05-12 21:17:50 +02:00
William Desportes cddd8dda1b Add commands to check the replaced line can be found and was replaced + lint the file afterwards
Ref #361
Ref #364
Ref #365
Ref #366
2022-05-12 21:07:32 +02:00
William Desportes a9851bbd0c Bump actions/checkout to v3 2022-05-12 21:05:38 +02:00
Isaac Bennetch b057ee3d89 Update to 5.2.0 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
5.2.0
2022-05-11 10:21:57 -04:00
Isaac Bennetch 90bc75ac92 Version 5.1.4
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
5.1.4
2022-05-11 10:17:10 -04:00
Isaac Bennetch 026ddf5c11 Fix incorrect image tag name in README.md
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2022-02-11 09:12:01 -05:00
Isaac Bennetch 2b79d71002 Update to 5.1.3 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
5.1.3
2022-02-11 08:58:24 -05:00
Isaac Bennetch 4dd05de348 Update to 5.1.2 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
5.1.2
2022-01-21 22:08:10 -05:00
William Desportes 7c28533a32 Fix #325 - Upgrade to PHP 8 2021-08-23 17:39:00 +02:00
William Desportes 056d2b51fd Write CHANGELOG entries since 4.9.2 2021-08-23 17:26:34 +02:00
William Desportes 030928a01e Fix #345 - Add back composer.json and remove non needed source files 2021-08-23 16:46:30 +02:00
William Desportes a73a82a790 Change the tags list link to the official image 2021-08-13 02:59:02 +02:00
William Desportes 0f4250dc7f Move test section to the end
I bet most users to not care about it
2021-08-13 02:55:48 +02:00
William Desportes 17b7a91289 Add a warning and example on the README
Ref: #338
Ref: #342
2021-08-13 02:53:23 +02:00
William Desportes 886f7ae6e3 Fix yaml format fence on the README 2021-08-13 02:47:32 +02:00
William Desportes 1655371fb0 Remove microbadger, it has shutdown 2021-08-13 02:45:41 +02:00
William Desportes 60c187d10d Add some format details from the PHP FAQ
Closes: #328
2021-08-13 02:42:49 +02:00
William Desportes 3dafd123f8 Merge #341 - Fix GPG keyservers 2021-08-13 01:43:47 +02:00
Daniel Rudolf e8ade8e3b1 Follow-up: GPG: Fix GPG keyservers
Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-08-11 20:25:33 +02:00
Daniel Rudolf 12e6fdf738 GPG: Fix GPG keyservers
sks-keyservers.net was shut down some time ago. keys.gnupg.net is just
an alias. Neither pgp.mit.edu, nor keyserver.pgp.com are available
right now, but there was no take-down notice, so we should assume they
are temporarily unavailable. Use keys.openpgp.org as main alternative.

Signed-off-by: Daniel Rudolf <github.com@daniel-rudolf.de>
2021-08-11 18:49:58 +02:00
Isaac Bennetch 935605b8d0 Update to 5.1.1 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
5.1.1
2021-06-04 00:45:29 -04:00
Isaac Bennetch 4482d47ca7 Improve documentation
Add some missing information, fix typos, restructure, and improve
readability

Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
2021-03-17 21:22:05 -04:00
Isaac Bennetch 3d8c2ba403 Update to 5.1.0 release
Signed-off-by: Isaac Bennetch <bennetch@gmail.com>
5.1.0
2021-02-24 01:44:19 -05:00
William Desportes e09f731a32 Merge #324 - Add expose_php env back
It was broken in #320 implementation
2021-02-07 22:02:42 +01:00
J0WI d383a98040 Revert HIDE_PHP_VERSION removal 2021-02-07 21:25:36 +01:00
William Desportes bd7de17631 Add MEMORY_LIMIT to allowed ENV names
Added in #320
See: https://github.com/docker-library/official-images/pull/9426
2021-02-02 00:12:33 +01:00