Chad Carlson

Results 20 comments of Chad Carlson

@gwan284 Just came across this same issue. Find a solution?

@gwan284 Is this something that can be done using `SolrInterface` or it requires a `CoreAdmin`?

@jvmontes I found that the backend needs the following to get this starter to work. - api_token: it's mentioned above, but the token needs full-access, not read-only access. - permissions:...

## Template reliability roadmap 1. Set up templates issue/PR GitHub Project - [ ] Template-builder board - [ ] "All templates" board (to start) - [ ] Auto-add repo issues...

Better example, #### `migrate.py` ``` # migrate.py in template-builder root import os import json import dodo from datetime import datetime template = 'drupal9' mypath = "{0}/templates/{1}/files".format(os.getcwd(), template) template_link = 'https://raw.githubusercontent.com/platformsh/template-builder/master/'...

Things to consider: - Detecting the Stack type from a integrated repo in the first place - Continuing to track that project type through this flow for data/narrator/growth team -...

``` { "template": "wordpress-composer", "last_updated_on": "2022-02-24-14:18:10", "migration": { "files": [ "https://raw.githubusercontent.com/platformsh/template-builder/master/wp-config.php", "https://raw.githubusercontent.com/platformsh/template-builder/master/wp-cli.yml", "https://raw.githubusercontent.com/platformsh/template-builder/master/plugins", "https://raw.githubusercontent.com/platformsh/template-builder/master/plugins/README.txt", "https://raw.githubusercontent.com/platformsh/template-builder/master/.editorconfig", "https://raw.githubusercontent.com/platformsh/template-builder/master/README.md", "https://raw.githubusercontent.com/platformsh/template-builder/master/.gitignore", "https://raw.githubusercontent.com/platformsh/template-builder/master/.lando.upstream.yml", "https://raw.githubusercontent.com/platformsh/template-builder/master/.platform.app.yaml", "https://raw.githubusercontent.com/platformsh/template-builder/master/example.wp-config-local.php", "https://raw.githubusercontent.com/platformsh/template-builder/master/.platform", "https://raw.githubusercontent.com/platformsh/template-builder/master/.platform/services.yaml", "https://raw.githubusercontent.com/platformsh/template-builder/master/.platform/routes.yaml" ], "commands": [ "composer config platform.php 7.4",...

This includes more explicitness around what Elite and Enterprise entails. Request: > to be more specific, we need to have documentation that explains what the different support tiers are and...

There's quite a few dollar values on this page, where it feels like we could fall back to the proper Marketing pricing page.

A typical example would be to regenerate / warm up cache ```yaml web: commands: pre_start: 'bash warmup-cache' ```