Commit Graph

2472 Commits

Author SHA1 Message Date
Marcelo Garbin fb110a9d91 Added configuration for ssl with apache2 based on the nginx container 2021-03-16 10:05:46 -03:00
Shao Yu-Lung (Allen) d6b7d95f34
Merge pull request #2882 from PavelSavushkinMix/fix/php5.6_turn_off_aerospike_build
fix(aerospike extension): turn off build in Travis due to image version
2021-03-15 12:01:40 +08:00
Shao Yu-Lung (Allen) b2af3e70d9
Merge pull request #2880 from PavelSavushkinMix/fix/php8.0_swoole_extension
feat(swoole extension): change installation to be able to use PHP 8.0
2021-03-15 11:27:27 +08:00
Shao Yu-Lung (Allen) d374dc2ed4
Merge pull request #2878 from PavelSavushkinMix/feature/php8.0_cassandra
feat(cassandra extension): upgrade version of cassandra and avoid installation for PHP 8.0
2021-03-15 10:29:26 +08:00
Shao Yu-Lung (Allen) 0ce0f0838e
Merge pull request #2873 from PavelSavushkinMix/fix/inotify_extension
fix(inotify extension): update installed version of the extension | All PHP versions
2021-03-15 09:28:11 +08:00
Pavel Savushkin 7b396b7c39
fix(aerospike extension): update syntax
Fix typos in the build script.

Closes #2881
2021-03-14 18:46:51 +02:00
Pavel Savushkin 793c1a085f
fix(aerospike extension): turn off build in Travis due to image version
PHP 8.0 is not supported by Aerospike. See the issue's references.

Closes #2881
2021-03-14 18:40:06 +02:00
Pavel Savushkin 37ffbbea29
fix(aerospike extension): turn off build in Travis due to image version
Base image (Ubuntu 18) is no supported by Aerospike.

Closes #2881
2021-03-14 18:03:57 +02:00
Pavel Savushkin f9edf13d65
feat(swoole extension): change installation to be able to use PHP 8.0
Add support for PHP 8.0
Fix other versions of PHP with correct versions.

Closes #2879
2021-03-14 17:50:14 +02:00
Pavel Savushkin 925e02bc7b
fix(cassandra extension): get installed cassandra for horizon and worker images
Setup the installation on laravel-horizon and php-worker images.

Closes #2876
2021-03-14 16:22:02 +02:00
Pavel Savushkin 0c085f4984
feat(cassandra extension): upgrade version of cassandra and avoid installation for PHP 8.0
Cassandra should not be installed for PHP 8.0 due to unsupported PHP driver. See the issue's references.

Closes #2876
2021-03-14 16:21:59 +02:00
Shao Yu-Lung (Allen) 4177c6ac2b
Merge pull request #2872 from PavelSavushkinMix/feature/php8.0_add_amqp_actual_version
fix(amqp extension): hard-code the version for PHP 8.0
2021-03-14 01:11:47 +08:00
Shao Yu-Lung (Allen) f57c7f3744
Merge pull request #2870 from PavelSavushkinMix/fix/php8.0_drush_package
fix(drush package): bump version to support PHP 8.0
2021-03-14 01:11:12 +08:00
Pavel Savushkin 6ff934aef2
fix(inotify extension): update installed version of the extension
There is a typo which should be fixed.

Closes #2867
2021-03-13 03:34:25 +02:00
Pavel Savushkin 50fce4c74b
fix(amqp extension): hard-code the version for PHP 8.0
The version could be hard-coded in the Dockerfile due to no ability to build workspace image w/o problems from scratch for different PHP versions.

Closes #2871
2021-03-13 03:16:19 +02:00
Pavel Savushkin f1fd051f1f
fix(drush package): bump version to support PHP 8.0
Bump a version of the package to support a correct build of the workspace for PHP 8.0

Closes #2869
2021-03-13 03:05:01 +02:00
Pavel Savushkin c6040861b0
Merge remote-tracking branch 'base/master' 2021-03-12 16:43:27 +02:00
Shao Yu-Lung (Allen) ac52c18728
Merge pull request #2864 from PavelSavushkinMix/feature/add_ci_for_php8.0
ci(PHP 8.0): add CI processes for PHP 8.0
2021-03-12 11:11:20 +08:00
Pavel Savushkin 741cecdb02
Merge remote-tracking branch 'base/master' into feature/add_ci_for_php8.0 2021-03-12 04:38:16 +02:00
Pavel Savushkin 6248b4f328
Merge pull request #1 from laradock/master
Update forked repository
2021-03-12 04:35:17 +02:00
Shao Yu-Lung (Allen) 08b395ed50
Merge pull request #2862 from PavelSavushkinMix/feature/php_8.0_imagemagick
fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
2021-03-12 10:02:19 +08:00
Pavel Savushkin f3816a99ab
ci(PHP 8.0): add CI processes for PHP 8.0
CI environment for the PHP 8.0 should be implemented.

Closes #2863
2021-03-12 03:56:39 +02:00
Shao Yu-Lung (Allen) 73fdc97559
Merge pull request #2852 from anribras/master
Add mariadb timezone setting via WORKSPACE_TIMEZONE in .env
2021-03-12 09:53:07 +08:00
Shao Yu-Lung (Allen) ecbff7a946
Merge pull request #2860 from PavelSavushkinMix/feature/bump_ast_version
fix(AST extension): bump version due to php 8.0 support
2021-03-12 09:51:22 +08:00
Pavel Savushkin 67cc72da62
fix(IMAGEMAGICK extension): implement building extension for PHP 8.0 from source
We need to build imagemagick extension from sources due the latest version, that supports PHP 8.0 has not been released to PECL.

Closes #2861
2021-03-12 03:40:38 +02:00
Pavel Savushkin 247ce67097
fix(AST extension): bump version due to php 8.0 support
According to the changelog of the extension version should be bumped to support PHP 8.0

Closes 2859
2021-03-12 02:00:10 +02:00
Mahmoud Zalt fd203fba04 add custom sponsor 2021-02-25 15:13:27 +01:00
Shao Yu-Lung (Allen) 29f3d6a671
Merge pull request #2817 from Djuki/master
Configuration to switch between composer version 1 or 2
2021-02-22 15:18:26 +08:00
Shao Yu-Lung (Allen) 3a73aa60ee
Merge pull request #2840 from vlauciani/master
Install 'docker' client into 'php-fpm' and 'workspace' docker image
2021-02-10 22:29:42 +08:00
Shao Yu-Lung (Allen) 4b8c96a795
Merge pull request #2842 from trilogo-lordee/master
moving php.ini variables for phpmyadmin to env-example
2021-02-10 22:28:54 +08:00
trilogo-lordee 99345ceb1c moving php.ini variables for phpmyadmin to env-example 2021-02-10 14:25:32 +02:00
Shao Yu-Lung (Allen) 29e872c474
Merge branch 'master' into master 2021-02-09 21:44:03 +08:00
Shao Yu-Lung (Allen) 0e2386e8d8
Merge pull request #2836 from JohannesM/patch-1
adding --no-log-init for large UID
2021-02-09 21:39:20 +08:00
Valentino Lauciani a00364bf01
Add code to install docker client into docker image 2021-02-09 13:17:58 +01:00
Valentino Lauciani 88b4050c79
Add code to install docker client into docker image 2021-02-09 13:17:08 +01:00
Valentino Lauciani ffc36b7ec8
Add variable to install docker client 2021-02-09 13:14:27 +01:00
Valentino Lauciani a6950d2e6f
Add variable to install docker client 2021-02-09 13:13:14 +01:00
JohannesM 1a632c82d0
adding --no-log-init for large UID
Fixing docker build crash with high user id. see https://github.com/moby/moby/issues/5419
2021-02-04 23:23:44 +01:00
Shao Yu-Lung (Allen) e2d2e9db9e
Merge pull request #2818 from daryledesilva/daryledesilva-patch-1
Add support for xdebug 3 if running on PHP 8
2021-01-20 23:39:13 +08:00
Daryle Dale De Silva ea9e9f8156 fix "Xdebug: [Step Debug] Time-out connecting to debugging client, waited: 200 ms. Tried: host.docker.internal:9003 (through xdebug.client_host/xdebug.client_port) :-(" 2021-01-19 12:27:58 +08:00
Daryle Dale De Silva de70beae47 support xdebug 3 2021-01-18 12:02:27 +08:00
Ivan Djurdjevac 4bb1fe281d Configuration to switch between composer version 1 or 2 2021-01-16 08:34:05 +01:00
Shao Yu-Lung (Allen) 4cf39da90d
Merge pull request #2815 from noud/mercure
Mercure for Server-sent events
2021-01-13 08:40:44 +08:00
Shao Yu-Lung (Allen) 9b8f21dda9
Merge pull request #2814 from laradock/dependabot/npm_and_yarn/react/axios-0.21.1
Bump axios from 0.19.2 to 0.21.1 in /react
2021-01-07 08:59:44 +08:00
Noud de Brouwer 1f6c214747 mercure 2021-01-07 01:52:00 +01:00
A.P. deBROUWER 77d5a7be8b
Merge pull request #6 from laradock/master
pull-up
2021-01-06 21:28:19 +01:00
dependabot[bot] 418f9d8e36
Bump axios from 0.19.2 to 0.21.1 in /react
Bumps [axios](https://github.com/axios/axios) from 0.19.2 to 0.21.1.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v0.21.1/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v0.19.2...v0.21.1)

Signed-off-by: dependabot[bot] <support@github.com>
2021-01-06 10:38:08 +00:00
Shao Yu-Lung (Allen) 836470a99b
Merge pull request #2780 from vlauciani/master
Fix nginx default.key permission
2021-01-06 10:20:25 +08:00
Shao Yu-Lung (Allen) e41be7eaf2
Merge pull request #2813 from J-T-McC/master
Added PHP 8 to libzip exclusion conditions
2021-01-06 10:19:15 +08:00
J-T-McC d094cae2fb Added PHP 8 to libzip exclusion conditions 2021-01-05 17:47:32 -08:00