Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v1.12.0 #829

Merged
merged 35 commits into from
Dec 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
35 commits
Select commit Hold shift + click to select a range
d6c5633
feat(IYY-267): Add Last Updated By to content list
codechefmarc Nov 15, 2024
23ac2ff
feat(IYY-267): Add last updated by to manage pages and manage posts
codechefmarc Nov 16, 2024
9ee218c
Merge branch 'develop' into IYY-267--add-last-updated
codechefmarc Nov 19, 2024
754fd81
feat(IYY-267): Update event and profile lists to match others
codechefmarc Nov 19, 2024
1733237
feat(IYY-263): Add new controller for dynamic search page
codechefmarc Nov 19, 2024
0030acb
feat(IYY-263): Add new search index for CAS content, remove path from…
codechefmarc Nov 20, 2024
c37cbd0
docs(IYY-263): Update view description to better explain what this vi…
codechefmarc Nov 20, 2024
79cd888
docs(IYY-263): Rename human name of new search index to be more expli…
codechefmarc Nov 20, 2024
4298330
Merge branch 'develop' into IYY-263--cas-search
codechefmarc Nov 20, 2024
a344736
Merge pull request #797 from yalesites-org/IYY-267--add-last-updated
codechefmarc Nov 22, 2024
55e3d6f
feat: update drupal core to 10.3.10
vinmassaro Nov 26, 2024
345a7bd
Merge pull request #808 from yalesites-org/drupal-10.3.10
vinmassaro Nov 26, 2024
10fdfe5
fix(migrate_plug_data_parser): update to new function signature
dblanken-yale Nov 22, 2024
9b4bc25
chore(LocalistJson): comment new paramter
dblanken-yale Nov 25, 2024
2bdf47b
feat: update atomic to 1.39.2
dblanken-yale Nov 25, 2024
58b2c83
feat(document): add field_metatags
dblanken-yale Nov 26, 2024
19ba219
feat(ai_engine): bump to 1.2.7
dblanken-yale Nov 26, 2024
09a9563
feat(IYY-266): Relax Power BI embed to allow for both /view and /repo…
codechefmarc Nov 26, 2024
6b83814
feat(IYY-266): Change Power BI embed to allow two kinds of URLs - vie…
codechefmarc Nov 26, 2024
9bdd9cb
Merge pull request #805 from yalesites-org/hotfix/ys-localist-parser
dblanken-yale Nov 26, 2024
9459795
Merge branch 'develop' into IYY-266--fix-ms-bi-embed
codechefmarc Nov 26, 2024
cdb17c4
Merge pull request #800 from yalesites-org/IYY-263--cas-search
codechefmarc Dec 2, 2024
c994faf
fix: update focal_point to 2.1.2 so patch #2830678 still applies
vinmassaro Dec 2, 2024
d482a79
fix: remove duplicative dependencies from require-dev stanza
vinmassaro Dec 2, 2024
bb6faea
Merge pull request #816 from yalesites-org/focal_point_patch_2830678
vinmassaro Dec 2, 2024
2524844
Merge branch 'develop' into composer-require-dev-cleanup
vinmassaro Dec 2, 2024
f0fe360
Merge pull request #817 from yalesites-org/composer-require-dev-cleanup
vinmassaro Dec 2, 2024
b382a15
fix: only run release_pr.yml workflow against release branch pattern
vinmassaro Dec 3, 2024
3d0069b
Merge pull request #818 from yalesites-org/ci-release-pr-fix
vinmassaro Dec 3, 2024
2ac989a
Merge branch 'develop' into IYY-266--fix-ms-bi-embed
codechefmarc Dec 5, 2024
8118abb
feat(IYY-266): Update instructions and examples for Power BI to get b…
codechefmarc Dec 5, 2024
7113ee3
fix(IYY-266): Change public example back to original example
codechefmarc Dec 5, 2024
06d7349
Merge pull request #810 from yalesites-org/IYY-266--fix-ms-bi-embed
codechefmarc Dec 11, 2024
7275a2c
fix: run workflow after creating a release to clean up multidevs
vinmassaro Dec 12, 2024
e192149
Merge pull request #828 from yalesites-org/ci-release_pr-trigger-fix
vinmassaro Dec 12, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 6 additions & 3 deletions .github/workflows/release_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,13 @@ on:
pull_request:
types:
- synchronize
- closed
branches:
- master
- v[0-9]+
workflow_dispatch:
workflow_run:
workflows: [Create a release]
types:
- completed
env:
YALESITES_BUILD_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
GH_TOKEN: ${{ secrets.YALESITES_BUILD_TOKEN }}
Expand Down Expand Up @@ -178,7 +181,7 @@ jobs:
run: ./.ci/github/deploy_release_sites

clean_up_multidevs:
if: ${{ github.event.action == 'closed' }}
if: ${{ github.event.action == 'completed' }}
needs: [setup]
runs-on: ubuntu-latest
env:
Expand Down
16 changes: 4 additions & 12 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,24 +27,16 @@
"require": {
"composer/installers": "^1.9",
"cweagans/composer-patches": "^1.7",
"drupal/core-composer-scaffold": "10.3.9",
"drupal/core-project-message": "10.3.9",
"drupal/core-recommended": "10.3.9",
"drupal/core-composer-scaffold": "10.3.10",
"drupal/core-project-message": "10.3.10",
"drupal/core-recommended": "10.3.10",
"drush/drush": "^11 || ^12",
"oomphinc/composer-installers-extender": "^2.0",
"pantheon-systems/drupal-integrations": "^10",
"yalesites-org/yalesites_profile": "*"
},
"require-dev": {
"dealerdirect/phpcodesniffer-composer-installer": "^0.7.2",
"drupal/coder": "^8.3",
"drupal/core-dev": "^10",
"drupal/drupal-driver": "^2.1",
"drupal/drupal-extension": "^5.0",
"mikey179/vfsstream": "^1.6",
"phpspec/prophecy-phpunit": "^2",
"phpunit/phpunit": "^9.5",
"squizlabs/php_codesniffer": "^3.6"
"drupal/core-dev": "^10"
},
"conflict": {
"drupal/drupal": "*"
Expand Down
6 changes: 3 additions & 3 deletions web/profiles/custom/yalesites_profile/composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
"drupal/entity_redirect": "2.3.0",
"drupal/fast_404": "3.3.0",
"drupal/field_group": "3.6.0",
"drupal/focal_point": "2.1.1",
"drupal/focal_point": "2.1.2",
"drupal/formdazzle": "4.0.0",
"drupal/gin": "3.0.0-rc13",
"drupal/gin_lb": "1.0.0-rc8",
Expand Down Expand Up @@ -107,8 +107,8 @@
"jjj/chosen": "2.2.1",
"laminas/laminas-escaper": "2.13.0",
"northernco/ckeditor5-anchor-drupal": "0.4.0",
"yalesites-org/ai_engine": "1.2.6",
"yalesites-org/atomic": "1.39.1",
"yalesites-org/ai_engine": "1.2.7",
"yalesites-org/atomic": "1.39.2",
"yalesites-org/yale_cas": "v1.0.5"
},
"minimum-stability": "dev",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@ status: true
dependencies:
config:
- field.field.media.document.field_media_file
- field.field.media.document.field_metatags
- field.field.media.document.field_tags
- media.type.document
module:
- chosen_field
- file
- metatag
id: media.document.default
targetEntityType: media
bundle: document
Expand All @@ -21,6 +23,14 @@ content:
settings:
progress_indicator: throbber
third_party_settings: { }
field_metatags:
type: metatag_firehose
weight: 3
region: content
settings:
sidebar: true
use_details: true
third_party_settings: { }
field_tags:
type: chosen_select
weight: 2
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_form_mode.media.media_library
- field.field.media.document.field_media_file
- field.field.media.document.field_metatags
- field.field.media.document.field_tags
- media.type.document
module:
Expand Down Expand Up @@ -38,6 +39,7 @@ content:
third_party_settings: { }
hidden:
created: true
field_metatags: true
path: true
revision_log_message: true
status: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ status: true
dependencies:
config:
- field.field.media.document.field_media_file
- field.field.media.document.field_metatags
- field.field.media.document.field_tags
- media.type.document
module:
Expand All @@ -22,6 +23,7 @@ content:
region: content
hidden:
created: true
field_metatags: true
field_tags: true
name: true
search_api_excerpt: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ dependencies:
config:
- core.entity_view_mode.media.media_library
- field.field.media.document.field_media_file
- field.field.media.document.field_metatags
- field.field.media.document.field_tags
- image.style.media_library
- media.type.document
Expand All @@ -29,6 +30,7 @@ content:
hidden:
created: true
field_media_file: true
field_metatags: true
field_tags: true
name: true
search_api_excerpt: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
weight: 0
region: content
field_external_source:
type: link_separate
Expand All @@ -63,19 +63,29 @@ content:
rel: ''
target: ''
third_party_settings: { }
weight: 2
weight: 3
region: content
field_login_required:
type: boolean
label: hidden
settings:
format: boolean
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 4
region: content
field_teaser_text:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
weight: 2
region: content
search_api_excerpt:
settings: { }
third_party_settings: { }
weight: 0
weight: 1
region: content
hidden:
field_category: true
Expand All @@ -100,7 +110,6 @@ hidden:
field_localist_id: true
field_localist_info: true
field_localist_register_enabled: true
field_login_required: true
field_metatags: true
field_stream_embed_code: true
field_stream_url: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
weight: 0
region: content
field_external_source:
type: link_separate
Expand All @@ -38,23 +38,32 @@ content:
rel: ''
target: ''
third_party_settings: { }
weight: 2
weight: 3
region: content
field_login_required:
type: boolean
label: hidden
settings:
format: true-false
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 4
region: content
field_teaser_text:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
weight: 2
region: content
search_api_excerpt:
settings: { }
third_party_settings: { }
weight: 0
weight: 1
region: content
hidden:
field_category: true
field_login_required: true
field_metatags: true
field_tags: true
field_teaser_media: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,19 @@ dependencies:
- field.field.node.post.layout_builder__layout
- node.type.post
module:
- link
- text
- user
id: node.post.search_result
targetEntityType: node
bundle: post
mode: search_result
content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: 0
region: content
field_external_source:
type: link_separate
label: hidden
Expand All @@ -34,28 +40,38 @@ content:
rel: ''
target: ''
third_party_settings: { }
weight: 2
weight: 3
region: content
field_login_required:
type: boolean
label: above
settings:
format: boolean
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 4
region: content
field_teaser_text:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
weight: 2
region: content
search_api_excerpt:
settings: { }
third_party_settings: { }
weight: 0
weight: 1
region: content
hidden:
field_author: true
field_category: true
field_login_required: true
field_metatags: true
field_publish_date: true
field_tags: true
field_teaser_media: true
field_teaser_title: true
layout_builder__layout: true
links: true
workflow_buttons: true
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ content:
content_moderation_control:
settings: { }
third_party_settings: { }
weight: -20
weight: 0
region: content
field_external_source:
type: link_separate
Expand All @@ -54,19 +54,29 @@ content:
rel: ''
target: ''
third_party_settings: { }
weight: 2
weight: 3
region: content
field_login_required:
type: boolean
label: hidden
settings:
format: boolean
format_custom_false: ''
format_custom_true: ''
third_party_settings: { }
weight: 4
region: content
field_teaser_text:
type: text_default
label: hidden
settings: { }
third_party_settings: { }
weight: 1
weight: 2
region: content
search_api_excerpt:
settings: { }
third_party_settings: { }
weight: 0
weight: 1
region: content
hidden:
field_address: true
Expand All @@ -76,7 +86,6 @@ hidden:
field_first_name: true
field_honorific_prefix: true
field_last_name: true
field_login_required: true
field_media: true
field_metatags: true
field_position: true
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
uuid: 3c7d1cca-b0b1-4ee7-886b-ad6fa0400e92
langcode: en
status: true
dependencies:
config:
- field.storage.media.field_metatags
- media.type.document
module:
- metatag
id: media.document.field_metatags
field_name: field_metatags
entity_type: media
bundle: document
label: Metadata
description: ''
required: false
translatable: false
default_value: { }
default_value_callback: ''
settings: { }
field_type: metatag
Loading
Loading