Andrew Berry

Results 82 issues of Andrew Berry

[drupal-admin-ui](https://github.com/jsdrupal/drupal-admin-ui) had to make some changes to the scripts to work with how they have their modules in the repository. As is, we expect: * One module per repository *...

To test alerting on the `resticprofile_backup_status` I tweaked my AWS access key to be invalid, and triggered a backup. While the job errored out, I see a fresh metric for...

bug
feedback

I was unable to set up Pocket integration through the UI as the "Generate Access Token" link was missing the consumer key parameter. For example: ``` https://example.com/plugins/oneclickpocket/auth.php?consumer_key= ``` I would...

I noticed today that I am able to install known-insecure versions of Drupal. Here's the basic `composer.json`: ```json { "require": { "drupal-composer/drupal-security-advisories": "8.x-dev", "drupal/core": "8.8.3" } } ``` And here's...

I built a new site, and the following files are missing from the Github repository: ``` default.services.pantheon.preproduction.yml default.services.yml default.settings.php settings.pantheon.php ``` `services.yml` is missing both from the Pantheon deployment and...

As a developer using the drupal.org API, it's common to have to load multiple pages of results. This PR adds a new class that transparently loads new pages as you...

There can be good reasons to merge PRs that have open security issues: 1. There is a related upgrade that needs to be merged and tested first before upgrading the...

bug
client affected
architecture
lsm

As I noted at https://github.com/Lullabot/drainpipe/pull/216, phpstan generally recommends and expects a `.dist` file to be committed to the repo, and `phpstan.neon` to be git ignored. As well, PHPStorm throws an...

bug
client affected

This PR pulls is the first two commits from https://github.com/Lullabot/drainpipe/pull/114/commits that: 1. Extracts private methods to reduce the length of the installCiCommands method. 2. Adds an early return to manage...

https://github.com/Lullabot/drainpipe/issues/164 came up on two separate projects again within a day. As well, we noticed that the error still happens even when _not_ running parallel jobs, which we had previously...

bug
client affected