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

Production deploy 5/10/2024 #980

Merged
merged 40 commits into from
May 10, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
40 commits
Select commit Hold shift + click to select a range
a65465b
Merge branch 'main' of https://github.com/GSA/notifications-api into …
jonathanbobel Mar 25, 2024
6c216a8
flask upgrade dependencies
samathad2023 Apr 4, 2024
85b12f6
flask from 3.0.2 to 3.0.3
samathad2023 Apr 8, 2024
50b5eae
Merge branch 'main' of https://github.com/GSA/notifications-api into …
jonathanbobel Apr 22, 2024
fb8ab7e
1270 - Email content updates
jonathanbobel Apr 22, 2024
c7eba2b
latest version urllib3
samathad2023 Apr 23, 2024
a0d7723
Merge branch 'main' into notify-api-869
ccostino Apr 29, 2024
ac82ae6
Updated utils to 0.5.1 release in prep for Flask upgrade
ccostino Apr 29, 2024
acc577c
Merge pull request #941 from GSA/1270-update-email-content
ccostino Apr 30, 2024
bd9df68
Merge branch 'main' into notify-api-869
ccostino Apr 30, 2024
f8a2c7e
Update jsonschema from Dependabot
ccostino May 1, 2024
a5c67da
Update poetry.lock file for jsonschema
ccostino May 1, 2024
ac898b6
Update marshmallow based on Dependabot
ccostino May 1, 2024
1e04ecc
Merge pull request #901 from GSA/notify-api-869
ccostino May 6, 2024
c221514
Bump jinja2 from 3.1.3 to 3.1.4
dependabot[bot] May 6, 2024
cec16a6
Merge pull request #958 from GSA/dependabot/pip/jinja2-3.1.4
ccostino May 6, 2024
017bb63
Bump werkzeug from 3.0.2 to 3.0.3
dependabot[bot] May 6, 2024
8f7c293
Merge pull request #959 from GSA/dependabot/pip/werkzeug-3.0.3
ccostino May 6, 2024
dee50ea
Bump moto from 5.0.5 to 5.0.6
dependabot[bot] May 6, 2024
6f6b74e
Bump pip-audit from 2.7.2 to 2.7.3
dependabot[bot] May 6, 2024
79f43fe
Merge pull request #965 from GSA/dependabot/pip/pip-audit-2.7.3
ccostino May 6, 2024
b2ac753
Merge pull request #962 from GSA/dependabot/pip/moto-5.0.6
ccostino May 7, 2024
fa07e32
Bump botocore from 1.34.94 to 1.34.99
dependabot[bot] May 7, 2024
075f35d
Merge pull request #963 from GSA/dependabot/pip/botocore-1.34.99
ccostino May 7, 2024
5cd76ea
Bump packaging from 23.2 to 24.0
dependabot[bot] May 7, 2024
43c066e
Merge pull request #961 from GSA/dependabot/pip/packaging-24.0
ccostino May 7, 2024
01081c6
Bump cloudfoundry-client from 1.36.0 to 1.37.1
dependabot[bot] May 7, 2024
9f5b388
Bump python-dotenv from 1.0.0 to 1.0.1
dependabot[bot] May 7, 2024
7a1c49b
Merge pull request #968 from GSA/dependabot/pip/cloudfoundry-client-1…
ccostino May 7, 2024
3ae8b81
Merge pull request #971 from GSA/dependabot/pip/python-dotenv-1.0.1
ccostino May 8, 2024
eb3c71f
Bump exceptiongroup from 1.2.0 to 1.2.1
dependabot[bot] May 8, 2024
38228c5
Merge pull request #970 from GSA/dependabot/pip/exceptiongroup-1.2.1
ccostino May 8, 2024
f21acb7
Bump botocore from 1.34.99 to 1.34.100
dependabot[bot] May 8, 2024
ec0e18f
Merge pull request #969 from GSA/dependabot/pip/botocore-1.34.100
ccostino May 8, 2024
44fd437
Bump faker from 24.14.1 to 25.1.0
dependabot[bot] May 8, 2024
72ca2f3
Merge pull request #974 from GSA/dependabot/pip/faker-25.1.0
ccostino May 9, 2024
39985e4
Bump botocore from 1.34.100 to 1.34.101
dependabot[bot] May 9, 2024
1acf9a2
Merge pull request #976 from GSA/dependabot/pip/botocore-1.34.101
ccostino May 9, 2024
4577a6d
Bump boto3 from 1.34.94 to 1.34.101
dependabot[bot] May 9, 2024
10eaf9b
Merge pull request #977 from GSA/dependabot/pip/boto3-1.34.101
ccostino May 9, 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
7 changes: 4 additions & 3 deletions app/config_files/templates.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,13 +20,14 @@
"Notify.gov makes it easy to keep people updated by helping you send text messages.",
"",
"",
"Click this link to create an account on Notify.gov:",
"",
"[Join Service](((url)))",
"If you’re new to Notify.gov you will first be directed to Login.gov create an account with us.",
"",
"",
"This invitation will stop working at midnight tomorrow. This is to keep ((service_name)) secure."
"This invitation will stop working at midnight tomorrow. This is to keep ((service_name)) secure.",
"",
"",
"Notify.gov uses Login.gov to allow you to sign in safely. Login.gov is a secure sign in service to help you access participating government agencies' digital touchpoints."
]
},
{
Expand Down
Loading
Loading