Ecosyste.ms: Timeline

Browse the timeline of events for every public repo on GitHub. Data updated hourly from GH Archive.

Automattic/vip-cli

yolih created a review comment on a pull request on Automattic/vip-cli
[Related discussion in Slack](https://a8c.slack.com/archives/C245KEKF1/p1729092958288579). The WP-CLI command `wp shell` is disallowed on the VIP Platform: https://docs.wpvip.com/vip-cli/wp-cl...

View on GitHub

yolih created a review on a pull request on Automattic/vip-cli

View on GitHub

yolih created a review comment on a pull request on Automattic/vip-cli
Whoops! Yes.

View on GitHub

yolih created a review on a pull request on Automattic/vip-cli

View on GitHub

yolih created a review comment on a pull request on Automattic/vip-cli
Yeah, as much as I want to do a thorough grooming of all error messages I don't think I can handle that level of scope creep. I probably should have exercised more restraint and not touched the err...

View on GitHub

yolih created a review comment on a pull request on Automattic/vip-cli
Agreed!

View on GitHub

yolih created a review on a pull request on Automattic/vip-cli

View on GitHub

yolih created a review on a pull request on Automattic/vip-cli
LGTM! Thank you for quick action on this.

View on GitHub

yolih created a comment on a pull request on Automattic/vip-cli
Thanks, @mehmoodak ! 🙌 A couple more questions: - Does the `--output` option behave differently when passed with the `vip import sql` and the `vip search-replace` commands? If the behavior o...

View on GitHub

mehmoodak created a comment on a pull request on Automattic/vip-cli
> Would it be possible for your PR to only fix the --output bug and for my PR to make the updates to the --help menu? @yolih I have made some changes, please take a look again.

View on GitHub

sonarcloud[bot] created a comment on a pull request on Automattic/vip-cli
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

mehmoodak pushed 1 commit to bb8-12054/fixes-output-option-of-sql-import-command Automattic/vip-cli
  • 👌 IMPROVE: vip search-replace help text 1744963

View on GitHub

sonarcloud[bot] created a comment on a pull request on Automattic/vip-cli
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

github-actions[bot] created a comment on a pull request on Automattic/vip-cli
<h1>Dependency Review</h1> ✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.<h2>OpenSSF Scorecard</h2> <table><tr><th>Package</th><th>Version</th><th>Score</th><th>Details</...

View on GitHub

sonarcloud[bot] created a comment on a pull request on Automattic/vip-cli
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

bor0 opened a pull request on Automattic/vip-cli
Use a more reliable way to convert to string
## Description Due to the recent MFA changes, my role was demoted to `Member` instead of `Admin`. When I tried to run `vip @97.production config envvar get-all`, the variables had the value of `...
bor0 pushed 1 commit to fix/reliable-string-conversion Automattic/vip-cli
  • Use a more reliable way to convert to string 15e0f29

View on GitHub

mehmoodak pushed 7 commits to bb8-12054/fixes-output-option-of-sql-import-command Automattic/vip-cli
  • Update to command description in main help menu 00f3375
  • Updates to the command examples and descriptions cb16333
  • Merge branch 'trunk' into update/docs-pt-vip-import 87ec347
  • Changes as per feedback 2c54dd3
  • Fixing tests 2a3a4d3
  • Merge pull request #2054 from Automattic/update/docs-pt-vip-import Update the `import` command group to follow the V... b1509e1
  • Merge branch 'trunk' into bb8-12054/fixes-output-option-of-sql-import-command 49f9afc

View on GitHub

bor0 created a branch on Automattic/vip-cli

fix/reliable-string-conversion - The VIP CLI

terriann created a review comment on a pull request on Automattic/vip-cli
```suggestion 'Invalid command, please pass a valid WP-CLI command.' ``` There are inconsistencies in the codebase about how error responses are displayed (e.g., some have a [red "x Error...

View on GitHub

terriann created a review comment on a pull request on Automattic/vip-cli
```suggestion 'Use the VIP-CLI to launch an interactive WP-CLI console to run WP-CLI commands on the develop environment of the "example-app" application.', ``` This shell mode can only run...

View on GitHub

terriann created a review on a pull request on Automattic/vip-cli

View on GitHub

dependabot[bot] pushed 7 commits to dependabot/npm_and_yarn/babel-26869f8ab1 Automattic/vip-cli
  • Update to command description in main help menu 00f3375
  • Updates to the command examples and descriptions cb16333
  • Merge branch 'trunk' into update/docs-pt-vip-import 87ec347
  • Changes as per feedback 2c54dd3
  • Fixing tests 2a3a4d3
  • Merge pull request #2054 from Automattic/update/docs-pt-vip-import Update the `import` command group to follow the V... b1509e1
  • build(deps-dev): bump the babel group with 2 updates Bumps the babel group with 2 updates: [@babel/core](https://git... 4d86886

View on GitHub

sonarcloud[bot] created a comment on a pull request on Automattic/vip-cli
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

github-actions[bot] created a comment on a pull request on Automattic/vip-cli
<h1>Dependency Review</h1> ✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.<h2>OpenSSF Scorecard</h2> <table><tr><th>Package</th><th>Version</th><th>Score</th><th>Details</...

View on GitHub

saroshaga opened a pull request on Automattic/vip-cli
Remove the unused `--format` option from validate media files command
## Description The `--format` option on the `vip import validate-files` is not a valid one, and does nothing right now. We're removing it from the help menu, and ensuring that it is not an op...
saroshaga created a branch on Automattic/vip-cli

update/remove-format-validate-files - The VIP CLI

sonarcloud[bot] created a comment on a pull request on Automattic/vip-cli
## [![Quality Gate Passed](https://sonarsource.github.io/sonarcloud-github-static-resources/v2/checks/QualityGateBadge/qg-passed-20px.png 'Quality Gate Passed')](https://sonarcloud.io/dashboard?id=...

View on GitHub

github-actions[bot] created a comment on a pull request on Automattic/vip-cli
<h1>Dependency Review</h1> ✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.<h2>OpenSSF Scorecard</h2> <table><tr><th>Package</th><th>Version</th><th>Score</th><th>Details</...

View on GitHub

yolih opened a pull request on Automattic/vip-cli
Updates the `vip wp` command to follow the VIP-CLI style guide
## Description Updated the voice, tense, and format of command descriptions, examples, and usage models for the `vip wp` command to follow the VIP-CLI style guide. ## Pull request checklist ...
Load more