From d37fd77818905852dd0fa5ae51ec5191c69240c4 Mon Sep 17 00:00:00 2001 From: Ian Monroe Date: Fri, 11 Jun 2021 10:43:02 -0600 Subject: [PATCH] 8.1.3 --- .circleci/config.yml | 9 ++++++--- .github/pull_request_template.md | 20 +++++++++++++------ CHANGELOG.md | 6 ++++++ composer.json | 6 +++--- .../soe_paragraph_cta_list.info.yml | 2 +- .../soe_paragraph_image_cta.info.yml | 2 +- .../soe_paragraph_stories.info.yml | 2 +- soe_paragraphs.info.yml | 2 +- 8 files changed, 33 insertions(+), 16 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 77f5633..b6b240e 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,10 +4,13 @@ version: 2 ## Defines images and working directory. defaults: &defaults docker: - - image: pookmish/drupal8ci:pcov - - image: selenium/standalone-chrome:3.141.59-neon - - image: mariadb:10.3 + - image: pookmish/drupal8ci:latest + - image: selenium/standalone-chrome:latest + - image: circleci/mysql:5.7 environment: + MYSQL_DATABASE: drupal + MYSQL_USER: drupal + MYSQL_PASSWORD: drupal MYSQL_ALLOW_EMPTY_PASSWORD: 1 working_directory: /var/www/html diff --git a/.github/pull_request_template.md b/.github/pull_request_template.md index c1b1029..b48a7ff 100644 --- a/.github/pull_request_template.md +++ b/.github/pull_request_template.md @@ -11,20 +11,28 @@ - How critical is this PR on a 1-10 scale? Also see [Severity Assessment](https://stanfordits.atlassian.net/browse/D8CORE-1705). - E.g., it affects one site, or every site and product? +# Urgency +- How urgent is this? (Normal, High) + # Review Tasks ## Setup tasks and/or behavior to test 1. Check out this branch -2. Navigate to... -3. Verify... +2. Rebuild Cache and import config `drush cr ; drush ci` +3. Navigate to... +4. Verify... + +### Site Configuration Sync + +- Is there a config:export in this PR that changes the config sync directory? ## Front End Validation -- [ ] Is the markup using the appropriate semantic tags and passes HTML validation? -- [ ] Cross-browser testing has been performed? -- [ ] Automated accessibility scans performed? -- [ ] Manual accessibility tests performed? - [ ] Design is approved by @ user? +- [ ] HTML validation: Is the markup using the appropriate semantic tags and [passes validation](https://validator.w3.org/nu/)? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? +- [ ] Cross-browser testing: Has been performed? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? +- [ ] Automated accessibility: Scans performed? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? +- [ ] Manual accessibility: Manually tested? Or, [QA request ticket created](https://github.com/SU-SWS/template_warehouse/blob/master/jira_templates/QA_request_template.txt)? ## Backend / Functional Validation ### Code diff --git a/CHANGELOG.md b/CHANGELOG.md index 350ef77..d19d998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # SOE Paragraphs +8.x-1.0 +-------------------------------------------------------------------------------- +_Release Date: 2021-06-11_ + +- D8CORE-2617: added default icon to stories paragraph (#21) () + 8.x-1.0-alpha -------------------------------------------------------------------------------- _Release Date: 2020-06-18_ diff --git a/composer.json b/composer.json index 58657f9..808a57a 100644 --- a/composer.json +++ b/composer.json @@ -78,9 +78,9 @@ "drupal/element_class_formatter": "^1.1", "drupal/field_formatter_class": "^1.4", "drupal/allowed_formats": "^1.3", - "su-sws/stanford_fields": "dev-8.x-1.x", - "su-sws/jumpstart_ui": "dev-8.x-1.x", - "su-sws/stanford_text_editor": "dev-8.x-1.x" + "su-sws/stanford_fields": "^8.1", + "su-sws/jumpstart_ui": "^8.1", + "su-sws/stanford_text_editor": "^8.1" }, "autoload": { "psr-4": { diff --git a/modules/soe_paragraph_cta_list/soe_paragraph_cta_list.info.yml b/modules/soe_paragraph_cta_list/soe_paragraph_cta_list.info.yml index 9098cb3..72889c8 100644 --- a/modules/soe_paragraph_cta_list/soe_paragraph_cta_list.info.yml +++ b/modules/soe_paragraph_cta_list/soe_paragraph_cta_list.info.yml @@ -9,4 +9,4 @@ dependencies: - paragraphs:paragraphs - drupal:text - soe_paragraphs:soe_paragraphs -version: 8.x-1.0-dev +version: 8.x-1.0 diff --git a/modules/soe_paragraph_image_cta/soe_paragraph_image_cta.info.yml b/modules/soe_paragraph_image_cta/soe_paragraph_image_cta.info.yml index bd9694a..e817e34 100644 --- a/modules/soe_paragraph_image_cta/soe_paragraph_image_cta.info.yml +++ b/modules/soe_paragraph_image_cta/soe_paragraph_image_cta.info.yml @@ -9,4 +9,4 @@ dependencies: - paragraphs:paragraphs - drupal:text - soe_paragraphs:soe_paragraphs -version: 8.x-1.0-dev +version: 8.x-1.0 diff --git a/modules/soe_paragraph_stories/soe_paragraph_stories.info.yml b/modules/soe_paragraph_stories/soe_paragraph_stories.info.yml index 356a830..9881141 100644 --- a/modules/soe_paragraph_stories/soe_paragraph_stories.info.yml +++ b/modules/soe_paragraph_stories/soe_paragraph_stories.info.yml @@ -9,4 +9,4 @@ dependencies: - paragraphs:paragraphs - drupal:text - soe_paragraphs:soe_paragraphs -version: 8.x-1.0-dev +version: 8.x-1.0 diff --git a/soe_paragraphs.info.yml b/soe_paragraphs.info.yml index ff116f8..7d5170b 100644 --- a/soe_paragraphs.info.yml +++ b/soe_paragraphs.info.yml @@ -3,7 +3,7 @@ type: module description: 'Provides custom paragraph types for SOE' core_version_requirement: ^8.8 || ^9 package: Stanford -version: 8.x-1.0-dev +version: 8.x-1.0 dependencies: - paragraphs:paragraphs - jumpstart_ui:jumpstart_ui