-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Replace log entity type and remove ECK (#656) - Enabled empty_fields module - DEVOPS-000: SMRT quotes R dumb (#655)
- Loading branch information
Showing
35 changed files
with
495 additions
and
465 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -17,10 +17,13 @@ jobs: | |
run: | | ||
git config --global user.email "[email protected]" | ||
git config --global user.name "CircleCI" | ||
git config pull.ff true | ||
git config pull.rebase false | ||
git pull https://github.com/SU-SWS/stanford_profile.git 9.x -X ours --no-edit | ||
if [[ $(git diff origin/${CIRCLE_BRANCH} --name-only) ]]; then | ||
DATE=`date +%Y-%m-%d` | ||
git checkout -b ${DATE}-9.x | ||
git push origin ${DATE}-9.x | ||
git push ${DATE}-9.x | ||
sleep 5 | ||
gh pr create --title=${DATE} --base=9.x --body="Updates from stanford_profile" --assignee=pookmish,imonroe | ||
fi |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 0 additions & 70 deletions
70
config/sync/core.entity_view_display.log.policy.default.yml
This file was deleted.
Oops, something went wrong.
53 changes: 53 additions & 0 deletions
53
config/sync/core.entity_view_display.su_policy_log.su_policy_log.default.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,53 @@ | ||
uuid: 3b7ff7ed-9d71-420c-b710-68ec8826ba29 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.field.su_policy_log.su_policy_log.su_policy_date | ||
- field.field.su_policy_log.su_policy_log.su_policy_notes | ||
- field.field.su_policy_log.su_policy_log.su_policy_public | ||
- field.field.su_policy_log.su_policy_log.su_policy_title | ||
module: | ||
- datetime | ||
- empty_fields | ||
- field_formatter_class | ||
- stanford_policy | ||
id: su_policy_log.su_policy_log.default | ||
targetEntityType: su_policy_log | ||
bundle: su_policy_log | ||
mode: default | ||
content: | ||
su_policy_date: | ||
type: datetime_default | ||
label: hidden | ||
settings: | ||
timezone_override: '' | ||
format_type: stanford_month_two_digit_day_year | ||
third_party_settings: | ||
empty_fields: | ||
handler: '' | ||
field_formatter_class: | ||
class: '' | ||
weight: 1 | ||
region: content | ||
su_policy_notes: | ||
type: basic_string | ||
label: hidden | ||
settings: { } | ||
third_party_settings: { } | ||
weight: 2 | ||
region: content | ||
su_policy_title: | ||
type: string | ||
label: hidden | ||
settings: | ||
link_to_entity: false | ||
third_party_settings: { } | ||
weight: 0 | ||
region: content | ||
hidden: | ||
created: true | ||
search_api_excerpt: true | ||
status: true | ||
su_policy_public: true | ||
uid: true |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
24 changes: 24 additions & 0 deletions
24
config/sync/field.field.su_policy_log.su_policy_log.su_policy_date.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
uuid: de05decc-78dd-4aac-9903-7188d09a4422 | ||
langcode: en | ||
status: true | ||
dependencies: | ||
config: | ||
- field.storage.su_policy_log.su_policy_date | ||
module: | ||
- datetime | ||
- stanford_policy | ||
id: su_policy_log.su_policy_log.su_policy_date | ||
field_name: su_policy_date | ||
entity_type: su_policy_log | ||
bundle: su_policy_log | ||
label: Date | ||
description: 'The day this change log occurs. The "date" will appear above the change log notes.' | ||
required: true | ||
translatable: false | ||
default_value: | ||
- | ||
default_date_type: now | ||
default_date: now | ||
default_value_callback: '' | ||
settings: { } | ||
field_type: datetime |
Oops, something went wrong.