Volodymyr Kolesnykov

Results 19 issues of Volodymyr Kolesnykov

### Description of the Change GitHub has [deprecated](https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/) the `set-output` and `save-state` commands. This PR updates `deploy.sh` to use the [suggested replacement](https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#setting-an-output-parameter). ### How to test the Change Do a...

This PR adds a Development Container so that we can test our PRs directly from GitHub.

[Status] In Progress
[Type] Maintenance

### Is there an existing issue for this? - [X] I have searched the existing issues ### Current Behavior `npm audit signatures` complains: ``` 1 package has an invalid attestation:...

Needs Triage

To reproduce: ``` php -r 'echo serialize("aaaaabbbbbbbbbbaaaaa"), PHP_EOL;' > test.txt cat test.txt | ./go-search-replace bbbbbbbbbb ccccc cat test.txt | ./go-search-replace bbbbbbbbbb ccccccccccccccc ``` Expected result: ``` s:15:"aaaaacccccaaaaa"; s:25:"aaaaacccccccccccccccaaaaa"; ``` Actual...

To reproduce: ``` php -r 'echo serialize("aaaaabbbbbbbbbbaaaaa");' > test.txt cat test.txt | ./go-search-replace bbbbbbbbbb ccccc ``` Expected result: ``` s:15:"aaaaacccccaaaaa"; ``` Actual result: empty output

Heisenbug :-( ``` ⠿ Container viplocal-wordpress-1 Error while Killing 0.2s Error response from daemon: Cannot kill container: 0a997f0ff01116217b598e3ceeca9c2f161afff22ce10840719dbc217cf4a721: Container 0a997f0ff01116217b598e3ceeca9c2f161afff22ce10840719dbc217cf4a721 is not running ``` ``` $ docker logs 0a997f0ff01116217b598e3ceeca9c2f161afff22ce10840719dbc217cf4a721 STARTING...

[Type] Bug
[Status] Keep

## Description This PR adds tracking of `docker` and `docker-compose` versions for `vip dev-env start`. ## Pull request checklist - [ ] Update [SETUP.md](https://github.com/Automattic/vip-cli/blob/trunk/docs/SETUP.md#list-of-environmental-variables) with any new environmental variables. -...

[Type] Enhancement
[Status] Needs Review

⚠️ Automattic/vip-cli#1813 needs to be released first

[Status] Needs Review
Blocked

## Description Reduce memory usage in `VIP_Filesystem::filter_wp_read_image_metadata()` by using `copy()` instead of `file_get_contents()`/`file_put_contents()`. The symptoms are: ``` PHP message: PHP Fatal error: Allowed memory size of 805306368 bytes exhausted (tried...

[Type] Bug
[Status] In Progress