Ace Nassri
Ace Nassri
**Current behavior** If an HTTP request returns an invalid status code, gaxios will return a `Request Failed with status code ` error. (Relevant code [here](https://github.com/googleapis/gaxios/blob/5a4d06019343aa08e1bcf8e05108e22ac3b12636/src/gaxios.ts#L158-L162)) This doesn't give me lots...
Cloud Run stuff was showing up in the Functions docs; this should fix that.
As requested by @grayside in [this PR](https://github.com/GoogleCloudPlatform/php-docs-samples/pull/1260#discussion_r560416623).
cc @grant @di We should have some (well-documented) mechanism for ignoring files. (Ignored files can result in unnecessary build failures - e.g. the Python GCF builder fails if your `.nox`...
This is an issue tracking all requested refactors of Cloud Functions PHP samples. - [x] Add start scripts to `composer.json` - [ ] Use trait-based `request` method instead of raw...
The [GAE Standard Laravel Sample](https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/)'s tests are failing. We should fix that. (Related PR [here](https://github.com/GoogleCloudPlatform/community/pull/1618).)
Let's (more) clearly denote who owns what cc @iennae
The [GAE Standard Wordpress sample](https://github.com/GoogleCloudPlatform/php-docs-samples/tree/master/appengine/standard/wordpress) has a ["white screen of death"](https://www.wpbeginner.com/wp-tutorials/how-to-fix-the-wordpress-white-screen-of-death/) in our CI environment. For now, I've disabled those tests in #1336 - but we should fix the underlying...