Skip to content

Commit

Permalink
Merge pull request #3153 from CityOfBoston/DIG-2289
Browse files Browse the repository at this point in the history
DIG-2289
  • Loading branch information
davidrkupton authored Aug 7, 2023
2 parents 11d3658 + 540b05d commit ab32dd9
Show file tree
Hide file tree
Showing 26 changed files with 29,267 additions and 36 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@

# Ignore behat testing files
/tests/behat/local.yml
.phpunit.result.cache
patches.lock.json

# Ignore logfiles from setup
/setup/*
Expand Down
2 changes: 1 addition & 1 deletion RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,4 @@ example: Dig-1839 - [Update residential exemption application in Assessing Onlin
## Project Manager: Release Jira Tickets
1. In Jira create a release with the following convention RepositoryName/release version (e.g. boston.gov-d8/v9.2023.2)
2. The release description should include what was updated and a link to the release notes (e.g. Boston.gov code updates[Release Notes](https://github.com/CityOfBoston/boston.gov-d8/releases/tag/v9.2023.2))
3. Attached release fix version to tickets before releasing the tickets.
3. Attached release fix version to tickets before releasing the tickets.
3 changes: 3 additions & 0 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,9 @@
"drupal/viewfield":{
"https://www.drupal.org/project/viewfield/issues/2860523": "https://www.drupal.org/files/issues/2018-06-08/d7_upgrade_path-2860523-6.patch"
},
"drupal/entity_clone":{
"resolves memory issue when cloning - du July/2023": "https://www.drupal.org/files/issues/2023-06-23/entity_clone-avoid_unnecessary_recursion_3010626-16.patch"
},
"drupal/media_entity_browser": {
"CoB patch - Skip confirmation step": "./patches/media_entity_browser__skip_confirmation.patch"
},
Expand Down
7 changes: 7 additions & 0 deletions config/acquia_dev/samlauth.user_roles.mapping.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
only_first_login: false
unassign_roles: { }
default_roles:
content_author: content_author
saml_attribute: ''
saml_attribute_separator: ''
value_map: { }
Loading

0 comments on commit ab32dd9

Please sign in to comment.