Brent Shaffer

Results 184 issues of Brent Shaffer

Ensures `profile` scope is added for `id_token` tests - otherwise these tests will not return an ID token

In order to install the fixtures, I ran `bin/console doctrine:fixtures:load ` and received the error `Invalid fallback user was not found`: ``` Careful, database "packagist" will be purged. Do you...

- adds `created_at` field to show the date of the component's first commit - adds `downloads` field, which calls the Packagist API to determine the number of total package downloads...

Adds support for API Keys in GAPIC clients via a new `apiKey` client option: ```php $productSearchClient = new ProductSearchClient([ 'apiKey' => $myApiKey ]); ``` AIP: https://google.aip.dev/auth/4110 - Supports the `apiKey`...

cla: yes

Ensures `excludeTxnFromChangeStreams` is configurable for the following methods, and adds tests: - Database::runTransaction - Database::executePartitionedUpdate - Operation::transaction - Operation::execute - Operation::executeUpdate - Database::batchUpdate Additionally, ensures `excludeTxnFromChangeStreams` is NOT configurable for...