Commit Graph

3096 Commits

Author SHA1 Message Date
03159cf2b9 Merge pull request #3365 from samejack/master
Fix php7.x install gearman issue
2023-03-30 07:54:49 +08:00
9159c70d10 Merge pull request #3339 from leonschiphol/add_apcu_to_workspace
Add APCU installation option for the workspace and php-worker containers
2023-03-30 07:54:23 +08:00
1223d04fc9 Merge pull request #3314 from laradock/dependabot/npm_and_yarn/react/json-schema-and-jsprim-0.4.0
Bump json-schema and jsprim in /react
2023-03-29 15:01:52 +08:00
a0f0aa986c Merge branch 'master' into dependabot/npm_and_yarn/react/json-schema-and-jsprim-0.4.0 2023-03-29 15:01:44 +08:00
f5476b508f Merge pull request #3313 from laradock/dependabot/npm_and_yarn/react/scss-tokenizer-and-node-sass-0.4.3
Bump scss-tokenizer and node-sass in /react
2023-03-29 15:00:48 +08:00
dce004b54a Merge pull request #3312 from laradock/dependabot/npm_and_yarn/react/minimatch-3.0.8
Bump minimatch from 3.0.4 to 3.0.8 in /react
2023-03-29 15:00:00 +08:00
6043fbcf12 Merge pull request #3321 from laradock/dependabot/npm_and_yarn/react/decode-uri-component-0.2.2
Bump decode-uri-component from 0.2.0 to 0.2.2 in /react
2023-03-29 14:59:46 +08:00
afe161258b Merge pull request #3342 from laradock/dependabot/npm_and_yarn/react/json5-1.0.2
Bump json5 from 1.0.1 to 1.0.2 in /react
2023-03-29 14:59:31 +08:00
eec6d5cd0a Bump scss-tokenizer and node-sass in /react
Bumps [scss-tokenizer](https://github.com/sasstools/scss-tokenizer) to 0.4.3 and updates ancestor dependency [node-sass](https://github.com/sass/node-sass). These dependencies need to be updated together.


Updates `scss-tokenizer` from 0.2.3 to 0.4.3
- [Release notes](https://github.com/sasstools/scss-tokenizer/releases)
- [Commits](https://github.com/sasstools/scss-tokenizer/compare/v0.2.3...v0.4.3)

Updates `node-sass` from 7.0.0 to 7.0.3
- [Release notes](https://github.com/sass/node-sass/releases)
- [Changelog](https://github.com/sass/node-sass/blob/master/CHANGELOG.md)
- [Commits](https://github.com/sass/node-sass/compare/v7.0.0...v7.0.3)

---
updated-dependencies:
- dependency-name: scss-tokenizer
  dependency-type: indirect
- dependency-name: node-sass
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-03-29 06:49:11 +00:00
e3fadc24d6 Merge pull request #3311 from laradock/dependabot/npm_and_yarn/react/hosted-git-info-2.8.9
Bump hosted-git-info from 2.8.8 to 2.8.9 in /react
2023-03-29 14:46:24 +08:00
528d59ea33 Merge pull request #3310 from laradock/dependabot/npm_and_yarn/react/path-parse-1.0.7
Bump path-parse from 1.0.6 to 1.0.7 in /react
2023-03-29 14:46:02 +08:00
5624678a27 Merge pull request #3309 from laradock/dependabot/npm_and_yarn/react/y18n-4.0.3
Bump y18n from 4.0.0 to 4.0.3 in /react
2023-03-29 14:45:48 +08:00
af50b6bba8 Merge pull request #3325 from laradock/dependabot/npm_and_yarn/react/qs-6.5.3
Bump qs from 6.5.2 to 6.5.3 in /react
2023-03-29 14:45:31 +08:00
f4c0bfec64 Merge pull request #3349 from phantomboyA/fix-nvm-error
improvement on nvm installation in workspace container
2023-03-29 14:45:06 +08:00
185fa761ce Fix php7.x install gearman issue 2023-03-17 11:29:06 +08:00
c5ddf331ed improvement on nvm installation in workspace container 2023-02-07 04:07:02 +09:00
2b74305dc0 Bump json5 from 1.0.1 to 1.0.2 in /react
Bumps [json5](https://github.com/json5/json5) from 1.0.1 to 1.0.2.
- [Release notes](https://github.com/json5/json5/releases)
- [Changelog](https://github.com/json5/json5/blob/main/CHANGELOG.md)
- [Commits](https://github.com/json5/json5/compare/v1.0.1...v1.0.2)

---
updated-dependencies:
- dependency-name: json5
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2023-01-08 08:12:48 +00:00
1959f1f931 Added APCU installation option for the php-worker container 2023-01-04 16:45:17 +01:00
cd1d7014e4 Added APCU installation option for the workspace container 2023-01-04 16:27:35 +01:00
6c8cb6dd85 Merge pull request #3333 from erikn69/patch-5
Trying to fix some tests
2022-12-22 17:31:53 +08:00
e8432157b4 Fix protoc install 2022-12-21 14:50:19 -05:00
ea1a91e9e1 Fix event module 2022-12-21 11:16:14 -05:00
2bb27c5b05 Merge pull request #3334 from Silassiai/install-intl
added intl install for php-worker
2022-12-21 21:03:16 +08:00
05518b1a94 added intl install for php-worker 2022-12-20 12:22:06 +01:00
1198badfe4 Fix tests 2022-12-19 15:13:25 -05:00
7d1fb0cd86 Merge pull request #3332 from bestlong/fix/elasticsearch
fix: ElasticSearch can't start issue
2022-12-17 00:32:04 +08:00
b683e0258e fix: ElasticSearch can't start issue 2022-12-17 00:29:15 +08:00
f44f2f4261 Merge pull request #3331 from bestlong/workspace-node
fix: workspace nvm install node
2022-12-16 22:54:16 +08:00
566eaa64ba nvm will handle npm global bin path 2022-12-16 21:40:24 +08:00
75aa16c277 update nvm version 2022-12-16 21:36:33 +08:00
302ef140f6 Merge pull request #3330 from bestlong/php-worker-ldap-5.6-7.0-ssl
fix: php-worker ldap 5.6 7.0 ssl
2022-12-16 00:09:32 +08:00
5c9b8b708e fix: php-worker ldap 5.6 7.0 ssl 2022-12-15 23:41:32 +08:00
dd731bf73b Merge pull request #3329 from bestlong/php-worker-ssl
fix: php-worker ssl
2022-12-15 23:12:39 +08:00
28b9ea773d fix: php-worker ssl 2022-12-15 22:59:12 +08:00
ff462ce4c2 Merge pull request #3324 from kilvn/support-php8.2
support php8.2
2022-12-15 22:54:13 +08:00
74279feed7 PHP 8.2 tokenizer ext default available 2022-12-15 20:13:33 +08:00
03345453af disable explicitly and suppress this exception 2022-12-14 09:08:58 +00:00
253783fb21 fix syntax 2022-12-14 08:47:27 +00:00
6881e4bcb4 syntax fix 2022-12-14 02:02:40 +00:00
480fe10084 fix: php-worker build event error.
readme: https://learnku.com/php/t/30877
2022-12-13 10:00:13 +08:00
be5eb5af17 workflows add php8.2 2022-12-13 00:06:02 +08:00
befc464819 Bump qs from 6.5.2 to 6.5.3 in /react
Bumps [qs](https://github.com/ljharb/qs) from 6.5.2 to 6.5.3.
- [Release notes](https://github.com/ljharb/qs/releases)
- [Changelog](https://github.com/ljharb/qs/blob/main/CHANGELOG.md)
- [Commits](https://github.com/ljharb/qs/compare/v6.5.2...v6.5.3)

---
updated-dependencies:
- dependency-name: qs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-12 15:37:33 +00:00
fa4e60bd34 support php8.2 2022-12-12 16:39:21 +08:00
1df09d5fd2 Merge pull request #3297 from ljgade/master
fix php7 swoole build failed
2022-12-11 01:25:47 +08:00
24aedbc852 Merge pull request #3285 from glrvrl/glrvrl
added: PHP_DOWNGRADE_OPENSSL_TLS_VERSION
2022-12-11 01:24:52 +08:00
2652a6edf4 Merge pull request #3320 from afshintavakolian/jenkins
update version jenkins
2022-12-11 01:22:45 +08:00
527512f6bc Bump decode-uri-component from 0.2.0 to 0.2.2 in /react
Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2.
- [Release notes](https://github.com/SamVerschueren/decode-uri-component/releases)
- [Commits](https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.0...v0.2.2)

---
updated-dependencies:
- dependency-name: decode-uri-component
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-12-08 05:59:15 +00:00
053fa059ac update version jenkins 2022-12-08 04:36:45 +03:30
96e0f2e92f Merge pull request #3316 from zhushaolong/zhushaolong-patch-1
Update workspace Dockerfile for symfony
2022-12-07 15:23:14 +08:00
51ad2e13ca Update Dockerfile for symphony
The symfony execution file could not be found when building the workspace.
```shell
#0 17.14 Symfony CLI installer
#0 17.14 
#0 17.14 Environment check
#0 17.14   [*] cURL is installed
#0 17.14   [*] Tar is installed
#0 17.14   [*] Git is installed
#0 17.15   [*] Your architecture (amd64) is supported
#0 17.15 
#0 17.15 Download
#0 17.19   Downloading https://github.com/symfony-cli/symfony-cli/releases/latest/download/symfony-cli_linux_amd64.tar.gz..
#0 17.30   % Total    % Received % Xferd  Average Speed   Time    Time     Time  Current
#0 17.30                                  Dload  Upload   Total   Spent    Left  Speed
  0     0    0     0    0     0      0      0 --:--:-- --:--:-- --:--:--     0
  0     0    0     0    0     0      0      0 --:--:--  0:00:01 --:--:--     0
100 5228k  100 5228k    0     0  1598k      0  0:00:03  0:00:03 --:--:-- 2849k
#0 20.59   Uncompress binary...
#0 20.98   Installing the binary into your home directory...
#0 21.01   The binary was saved to: /root/.symfony5/bin/symfony
#0 21.01 
#0 21.01 The Symfony CLI was installed successfully!
#0 21.01 
#0 21.01 Use it as a local file:
#0 21.01   /root/.symfony5/bin/symfony
#0 21.01 
#0 21.01 Or add the following line to your shell configuration file:
#0 21.01   export PATH="$HOME/.symfony5/bin:$PATH"
#0 21.01 
#0 21.01 Or install it globally on your system:
#0 21.01   mv /root/.symfony5/bin/symfony /usr/local/bin/symfony
#0 21.01 
#0 21.01 Then start a new shell and run 'symfony'
#0 21.04 mv: cannot stat '/root/.symfony/bin/symfony': No such file or directory
------
failed to solve: executor failed running [/bin/sh -c if [ ${INSTALL_SYMFONY} = true ]; then   mkdir -p /usr/local/bin   &&  1
```
2022-12-05 01:37:29 +08:00