Commit Graph

1614 Commits

Author SHA1 Message Date
cytopia
6e59572a51 CI: check-config.sh checks 2020-11-12 17:12:58 +01:00
cytopia
bbf297a356 check-config.sh abort if .env file is not present 2020-11-12 17:12:58 +01:00
cytopia
8a290af71c Ensure to check uid/gid with check-config 2020-11-12 17:12:58 +01:00
cytopia
f2929f3d08
Merge branch 'master' into release/v1.8.1 2020-11-12 15:36:09 +01:00
cytopia
4fb0d557a6
Merge pull request #734 from alexandredoria/patch-1
Enable remote_autostart as default on Xdebug configuration
2020-11-12 15:35:52 +01:00
cytopia
d0776566a2
Merge branch 'master' into patch-1 2020-11-12 15:29:47 +01:00
cytopia
254b76205c
Update gitignore 2020-11-12 15:23:22 +01:00
cytopia
d727835228
Replace tree with find command 2020-11-12 15:03:57 +01:00
cytopia
760d1606c5
Adjust CI tests for PHP 8.(0|1) xdebug settings 2020-11-12 14:52:25 +01:00
cytopia
5d476b9c32
Bump version 2020-11-12 14:44:59 +01:00
cytopia
6465542af8
Fixes #746 xdebug config for PHP 8.0 and 8.1 2020-11-12 14:44:02 +01:00
cytopia
686ad73b63
Ensure to check versions in check-config.sh 2020-11-12 14:39:14 +01:00
cytopia
70695d179c
Add hints to check-config.sh 2020-11-12 14:31:59 +01:00
cytopia
039ffacaf7
Silence PHP warnings in phpmemcached and opcache GUIs 2020-11-12 14:20:42 +01:00
cytopia
9367c9540a
Add check-config.sh script for local troubleshooting 2020-11-12 14:19:49 +01:00
cytopia
87fa92d931
Merge pull request #743 from cytopia/release/v1.8.0
Release v1.8.0
2020-11-09 09:46:22 +01:00
cytopia
d655bea64f
Fixed undefined var in integration tests 2020-11-08 15:52:32 +01:00
cytopia
4acfa94639
Fix Adminer for PHP 8.0/8.1 2020-11-08 15:42:43 +01:00
cytopia
2d5361891e
Add integration tests for MariaDB 10.5 2020-11-08 15:42:00 +01:00
cytopia
db58f3b1bb
Disable Wordpress tests for PHP 8.0 and PHP 8.1 2020-11-08 14:46:02 +01:00
cytopia
2dfb908fbf
Fix phpPgAdmin for PHP 8.0 and PHP 8.1 2020-11-08 14:44:21 +01:00
cytopia
20931a7d97
Fix missing config for phpMyAdmin 5.0.4 2020-11-08 14:09:11 +01:00
cytopia
8fa4ea59c7
Fix shellcheck issues with tests 2020-11-08 13:59:20 +01:00
cytopia
da12bccc29
Fix configs for phpMyAdmin 2020-11-08 13:55:44 +01:00
cytopia
3e9bcec90b
Add MariaDB 10.5 2020-11-08 13:52:33 +01:00
cytopia
e5f93062ca
Add PHP 8.1 conf directories 2020-11-08 13:47:02 +01:00
cytopia
f37e9b2a58
Bump to minor release 2020-11-08 13:28:58 +01:00
cytopia
156e36be56
Fix Adminer 4.7.7 2020-11-08 13:27:31 +01:00
cytopia
6aca07a5b9
Update phpMyAdmin 2020-11-08 12:56:53 +01:00
cytopia
530698aee2
Update documentation 2020-11-08 11:17:04 +01:00
cytopia
9f647fa745
Adjust integration tests 2020-11-08 11:16:28 +01:00
cytopia
8f510c7f6c
Update Adminer from 4.7.5 to 4.7.7 2020-11-08 11:04:33 +01:00
cytopia
d94cf193e3
Update env-example 2020-11-08 11:02:55 +01:00
cytopia
d471794f72
Fix phpPgAdmin error reporting 2020-11-07 16:57:40 +01:00
cytopia
9ff5006d1a
Ensure phpRedmin works without login 2020-11-07 16:41:02 +01:00
cytopia
9179683f18
Ensure backwards compatibility with phpPgAdmin 2020-11-07 16:15:32 +01:00
cytopia
16a0f360bf
Fix CHANGELOG 2020-11-07 15:56:37 +01:00
cytopia
bca2a37723
#728 Updated phpPgAdmin from 7.12 to 7.13 2020-11-07 15:52:05 +01:00
cytopia
e2806d147a
Fix typo in version 2020-11-07 12:04:34 +01:00
cytopia
9cefd120ef
Add missing docker volumes 2020-11-07 11:54:35 +01:00
cytopia
97d8602f19
Fix broken link in docs 2020-11-07 11:45:47 +01:00
cytopia
2c8c8f2fa5
Update Readme 2020-11-07 11:34:52 +01:00
cytopia
b9cf538dcf
Update Changelog 2020-11-07 11:18:38 +01:00
cytopia
f034dec17a
Add latest available docker images 2020-11-07 11:17:59 +01:00
cytopia
9ce7111587
Update integration tests 2020-11-07 11:17:13 +01:00
cytopia
d5eca8a114
Update PHP images 2020-11-07 10:38:03 +01:00
Alexandre Dória
81f344ee04
Enable remote_autostart on Xdebug configuration for Docker on Linux: Xdebug for Visual Studio Code
Normally is need to use a specific HTTP GET/POST variable to start remote debugging. When this setting is set to true, Xdebug will always attempt to start a remote debugging session and try to connect to  vscode-php-debug plugin client, even if the GET/POST/COOKIE variable was not present.

More information on 
https://xdebug.org/docs/all_settings
https://xdebug.org/docs/remote#browser_session
2020-10-09 12:58:03 -03:00
cytopia
4b23dd6d6d
Merge pull request #725 from cytopia/release/v1.7.2
Release v1.7.2
2020-09-18 10:18:39 +02:00
cytopia
10952e80b2
Merge branch 'master' into release/v1.7.2 2020-09-17 17:28:48 +02:00
cytopia
ae4514e1ca
Merge pull request #726 from tyrann0us/patch-1
Fix typo docker-composer kil
2020-09-17 17:28:30 +02:00