Daniel Bachhuber

Results 311 issues of Daniel Bachhuber

On hack days with a slow internet connection, the initial run of `composer behat` can be quite slow as WP-CLI fetches a copy of WordPress across the network. This can...

scope:testing

To help prevent regressions like https://github.com/wp-cli/wp-cli/issues/5521, it would be nice to run our test suites against Windows. **Done is:** * Our automated tests are running against Windows in all repos.

scope:testing

To ensure consistent formatting of the feature files, it would be nice to add a linter. https://github.com/j13k/yaml-lint looks like a good candidate. Related https://github.com/j13k/yaml-lint/issues/81 **Done is:** * Behat feature file...

scope:testing

We marked it broken with https://github.com/wp-cli/package-command/pull/170 I think we're getting hit by some rate limiting. My best bet would be to only run it on one CI build. Related https://github.com/wp-cli/package-command/pull/164...

bug
scope:testing
command:package
command:package-install

As of #47, we support GitHub. There are a few other providers we could support too: * bitbucket-oauth * gitlab-oauth * gitlab-token * http-basic

command:package

We could use a `--regex` flag, which would iterate through all of the rows and perform search with regex.

enhancement
command:db-ack

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...

type: enhancement

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its `wp scaffold...

type: enhancement
priority: high

👋 I'd like to be able to `composer require` this plugin into a site. However, `composer require` against a bare Git repo is less than desirable. Would you be open...