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

Sprint 71 release to PROD #1096

Merged
merged 6 commits into from
Nov 6, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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: 0 additions & 9 deletions config/local/config_split.patch.language.entity.ja.yml

This file was deleted.

2 changes: 1 addition & 1 deletion config/non_production/usagov_login.settings.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
_core:
default_config_hash: 1Xz2Y9u-DpLPoXeM9FLMA1wBRRy36fMD8T7_Zga2SnY
sso_login_path: /saml/login
sso_login_text: 'Proceed to GSA SecureAuth login'
sso_login_text: 'Proceed to GSA Auth login'
sso_cancel_path: /
sso_cancel_text: 'Cancel and return to Vote.gov'
9 changes: 0 additions & 9 deletions config/production/config_split.patch.language.entity.ja.yml

This file was deleted.

14 changes: 7 additions & 7 deletions web/modules/custom/vote_nvrf/dist/assets/main.js

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions web/modules/custom/vote_nvrf/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion web/modules/custom/vote_nvrf/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@
"copy-dist:data": "rm -rf ../../../data && cp -r ./node_modules/vote-gov-nvrf-app/dist/data ../../../data"
},
"dependencies": {
"vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.19.0"
"vote-gov-nvrf-app": "github:usagov/vote-gov-nvrf-app#v0.20.0"
}
}
4 changes: 2 additions & 2 deletions web/modules/custom/vote_utility/translations/ja.po
Original file line number Diff line number Diff line change
Expand Up @@ -138,10 +138,10 @@ msgid "Register by mail deadline:"
msgstr "郵送での登録締切:"

msgid "Must be postmarked by @date"
msgstr "2022年5月28日 @date 消印有効"
msgstr "@date 消印有効"

msgid "Must be received by @date"
msgstr "2022年5月28日 @date 必着"
msgstr "@date 必着"

# data.translations.register.dates__byonline_deadline
msgid "Online registration deadline:"
Expand Down
6 changes: 3 additions & 3 deletions web/sites/default/settings.cloudgov.php
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@
case "dev":
$config['config_split.config_split.non_production']['status'] = TRUE;
$config['samlauth.authentication']['sp_entity_id'] = 'dev.vote.gov';
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://secureauth.dev.gsa.gov/SecureAuth592';
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://auth-preprod.gsa.gov/app/gsauth-preprod_devvotegov_1/exkcups2fwc3wTcTO4h7/sso/saml';
break;

case "prod":
Expand All @@ -133,12 +133,12 @@
case "stage":
$config['config_split.config_split.non_production']['status'] = TRUE;
$config['samlauth.authentication']['sp_entity_id'] = 'cms-stage.vote.gov';
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://secureauth.dev.gsa.gov/SecureAuth616';
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://auth-preprod.gsa.gov/app/gsauth-preprod_cmsstagevotegov_1/exkcupw8ddWb0oqaP4h7/sso/saml';
break;

case "test":
$config['config_split.config_split.non_production']['status'] = TRUE;
$config['samlauth.authentication']['sp_entity_id'] = 'cms-test.vote.gov';
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://secureauth.dev.gsa.gov/SecureAuth615';
$config['samlauth.authentication']['idp_single_sign_on_service'] = 'https://auth-preprod.gsa.gov/app/gsauth-preprod_cmstestvotegov_1/exkcuoyewsWHvYili4h7/sso/saml';
break;
}
26 changes: 0 additions & 26 deletions web/themes/custom/votegov/src/sass/uswds-overrides/usa-alert.scss

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -18,13 +18,12 @@
--usa-alert-info-icon: #{$bg-high-contrast};
}

.usa-alert__body {
.usa-alert__body {
background-color: var(--usa-alert-info-bg);
color: var(--usa-alert-info-text);

@include at-media-max('tablet') {
@include u-padding-left(0);
padding-inline-start: 3rem;
&.usa-alert--no-icon {
@include u-padding-left(4);
}

&:before {
Expand Down