example-drops-8-composer icon indicating copy to clipboard operation
example-drops-8-composer copied to clipboard

Install drops-8 with Composer on Pantheon.

Results 29 example-drops-8-composer issues
Sort by recently updated
recently updated
newest added

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...

Although they are both less than 100 lines, both `composer.json` and `circle.yml` have a lot of complexity that we are likely to copy into other repos for WordPress, Drupal 7,...

The example-drops-8-composer project uses the Behat Drupal Driver to run tests, so the multidev environment is not altered by the test procedure. This is not 100% reliable, though; it is...

See https://github.com/pantheon-systems/example-drops-8-composer/pull/107 for background. - [ ] Run or skip tests on non-pull-request builds: https://github.com/pantheon-systems/example-wordpress-composer/issues/40 - [ ] Backup site before tests, restore after tests https://github.com/pantheon-systems/example-drops-8-composer/issues/113 - [ ] Run...

See https://github.com/pantheon-systems/example-drops-8-composer/pull/107#issuecomment-329315175 and surrounding discussion.

Here is a break-out issue from https://github.com/pantheon-systems/example-drops-8-composer/issues/61#issuecomment-315160708 In that comment @greg-1-anderson questioned if `build-assets`, which wraps `composer install` is needed. Could we instead just call `composer install` and expect project...

postponed
reduce boilerplate

Here is a break-out issue from #61 (comment) The file [add-commit-comment](https://github.com/pantheon-systems/example-drops-8-composer/blob/7f15cf31478180494937651b7383e913e8439782/scripts/github/add-commit-comment) does not need to be specific to this repo. It could be moved to inside a Docker container after...