Skip to content

Commit

Permalink
8.1.3
Browse files Browse the repository at this point in the history
- Updated PR template
  • Loading branch information
pookmish authored Jun 11, 2021
2 parents 10a45fb + a5c7dae commit cd97cfe
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 58 deletions.
9 changes: 6 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
20 changes: 14 additions & 6 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
44 changes: 2 additions & 42 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
--------------------------------------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- paragraphs:paragraphs
- drupal:text
- soe_paragraphs:soe_paragraphs
version: 8.x-1.2
version: 8.x-1.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- paragraphs:paragraphs
- drupal:text
- soe_paragraphs:soe_paragraphs
version: 8.x-1.2
version: 8.x-1.0
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ dependencies:
- paragraphs:paragraphs
- drupal:text
- soe_paragraphs:soe_paragraphs
version: 8.x-1.2
version: 8.x-1.0
2 changes: 1 addition & 1 deletion soe_paragraphs.info.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit cd97cfe

Please sign in to comment.