Steve Persch

Results 130 comments of Steve Persch

Hi @ygerasimov, thanks for showing that this is possible! But I'm reluctant to add this kind of feature to this example. Just yesterday I was chatting with co-workers in our...

@ygerasimov, yeah, I'd be fine with with adding something like a heading of "Additional Testing Examples" to the readme of this project that could list integrations like Diffy. I think...

Same with https://github.com/pantheon-systems/example-drops-8-composer/blob/master/scripts/gitlab/add-commit-comment

Sounds good. Since that'll need Behat with JavaScript let's consider https://packagist.org/packages/dmore/behat-chrome-extension It'll allow for headless Chrome in CI and headed Chrome for a cool demo. Do you have any interest...

> The use-case for having a usable pr multidev might be better served by simply using a ci-BUILD_NUMBER multidev to run all tests, and make a pr-PULL_REQUEST_ID multidev only for...

Nice, I was going to suggest we tackle Contenta as part of the ACE team Composer Week next week.

@e0ipso was working an Contenta repo with Circle 2.0 over in https://github.com/e0ipso/contentacms-demo/blob/master/.circleci/config.yml

I've been working on automated tests for the forthcoming pantheon_advanced_page_cache module and decided to use 2.0. It runs so much faster! https://github.com/pantheon-systems/pantheon_advanced_page_cache/pull/2/files

Thanks for the input @dawehner! I'd like to get to a point where doing an all Composer-based install of Contenta with Pantheon is a one-line command like what @greg-1-anderson mentioned...

@dawehner, @e0ipso I'm curious how you have handled oauth keys with Pantheon. I see that by default the installer will put them in a directory above the Drupal root: https://github.com/contentacms/contenta_jsonapi/blob/8.x-1.x/contenta_jsonapi.install#L45...