-
Notifications
You must be signed in to change notification settings - Fork 27
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Refresh] Respect cron locks when running crons #82
Conversation
This reverts commit d85bac9.
This reverts commit d79db82.
General improvements to the build process
Escape prefix when listing all tables with prefix
Display correct error when plugin update fails to update plugins
``` Loading composer repositories with package information Updating dependencies (including require-dev) - Removing symfony/finder (v2.8.16) - Installing symfony/finder (v2.8.17) Loading from cache - Removing symfony/yaml (v2.8.16) - Installing symfony/yaml (v2.8.17) Downloading: 100% - Removing symfony/filesystem (v2.8.16) - Installing symfony/filesystem (v2.8.17) Loading from cache - Removing symfony/config (v2.8.16) - Installing symfony/config (v2.8.17) Downloading: 100% - Removing symfony/debug (v2.8.16) - Installing symfony/debug (v2.8.17) Downloading: 100% - Removing symfony/console (v2.8.16) - Installing symfony/console (v2.8.17) Downloading: 100% - Removing symfony/dependency-injection (v2.8.16) - Installing symfony/dependency-injection (v2.8.17) Downloading: 100% - Removing symfony/event-dispatcher (v2.8.16) - Installing symfony/event-dispatcher (v2.8.17) Loading from cache - Removing symfony/process (v2.8.16) - Installing symfony/process (v2.8.17) Downloading: 100% - Removing symfony/translation (v2.8.16) - Installing symfony/translation (v2.8.17) Downloading: 100% - Removing wp-cli/php-cli-tools (v0.11.1) - Installing wp-cli/php-cli-tools (v0.11.2) Downloading: 100% Writing lock file Generating autoload files ```
Update Composer dependencies (2/15/2017)
Uses the snippet from the Travis CI Docs found here: [https://docs.travis-ci.com/user/languages/php#Disabling-preinstalled-PHP-extensions](https://docs.travis-ci.com/user/languages/php#Disabling-preinstalled-PHP-extensions) Fixes #3812
Remove XDebug from PHP runtime within Travis CI environment.
…r than a warning.
…quest to `example.com`
Not sure what's up with the functional tests. Getting many failures with the wp-config.php transformation:
|
@johnbillion This is because you are using |
Right but that anchor hasn't changed in this PR |
Oh I beg your pardon, yes it has. Hmmmm. |
Template used to generate |
Co-authored-by: Wojciech Smoliński <[email protected]>
Proceeding with wp-cli/wp-cli#5594 for this repository. I've captured this PR to https://gist.github.com/danielbachhuber/800870993ce975f7e775219180cc37fa in case this PR is auto-closed or broken in some way. |
406abbd
to
20e7367
Compare
This refreshes #38 and excludes the unrelated code quality changes.
Fixes #27.