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 e707333..d19d998 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,50 +1,10 @@ # SOE Paragraphs - -8.x-1.2 --------------------------------------------------------------------------------- -_Release Date: 2020-11-06_ - -- D8CORE-2617: added default icon to stories paragraph (#21) (dc4eebc) - -8.x-1.1 --------------------------------------------------------------------------------- -_Release Date: 2020-10-05_ - -- D8CORE-2616: updating the spacing (#19) (69f255a) -- Merge pull request #17 from SU-SOE/D8CORE-2614 (5f0841f) -- Merge pull request #18 from SU-SOE/D8CORE-2618 (1e27d27) -- D8CORE-2618 D8CORE-2616: adding the underline to the cta list too (192c2e1) -- D8CORE-2618: fixing the underline state on hover (076eda3) -- Update core.entity_view_display.paragraph.stanford_stories.default.yml (54aa1a7) -- D8CORE-2614: removing the extra su-button class (49707fd) -- Merge pull request #16 from SU-SOE/D8CORE-2542 (bffaae7) -- D8CORE-2542: addingcurly quotes (ff1968a) - 8.x-1.0 -------------------------------------------------------------------------------- -_Release Date: 2020-08-07_ - -- D8CORE-2273: Moved tests into module, as well as profile. (#9) (79a3bf4) -- D8CORE-2427: added aria tags for presentation only (768c0e9) -- D8CORE-2427: corrected a11y problem with empty link when image was absent. (c62233b) -- D8CORE-2247: fixup! (5635293) -- D8CORE-2247: changing the images to responsive display (d73abfd) - -8.x-1.0-beta.1 --------------------------------------------------------------------------------- -_Release Date: 2020-07-13_ +_Release Date: 2021-06-11_ -- Merge pull request #8 from SU-SOE/D8CORE-2242 (ba236f0) -- D8CORE-2242: fixing template, recompile css (475b57e) -- Merge pull request #7 from SU-SOE/D8CORE-2129 (415a54e) -- D8CORE-2129: fixup! (b322f47) -- D8CORE-2129: fixup! (424e362) -- D8CORE-2129: fixed internal links and one codeclimate issue. (273d54f) -- D8CORE-2129: fixup for responsive (cf60178) -- D8CORE-2129: changed Image CTA so the image was clickable (7098048) -- D8CORE-2129: fixing up the mobile padding. Needs more work (6a02c62) -- D8CORE-2129: initial commit for the SOE image CTA styling. Removed the specific to SOE code. (cb40eaf) +- D8CORE-2617: added default icon to stories paragraph (#21) () 8.x-1.0-alpha -------------------------------------------------------------------------------- diff --git a/composer.json b/composer.json index f33ef03..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": "^8.1.0", - "su-sws/jumpstart_ui": "^8.1.0", - "su-sws/stanford_text_editor": "^8.1.0" + "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 0f1bd2c..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.2 +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 d7b72d0..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.2 +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 41f08b3..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.2 +version: 8.x-1.0 diff --git a/soe_paragraphs.info.yml b/soe_paragraphs.info.yml index 50623fe..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.2 +version: 8.x-1.0 dependencies: - paragraphs:paragraphs - jumpstart_ui:jumpstart_ui