-
Notifications
You must be signed in to change notification settings - Fork 18
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
Move updates from staging to production #1366
Conversation
* change default exit_url in Study model to use BASE_URL * add makemigrations to make file * switch exit URL from static to reverse * switch make target from migrations to makemigrations
…1357) * remove the send_mail "from_email" arg and move lab emails into reply-to * update and add tests
* Add email base templates to hold links * Update existing templates with new base * Add new view to unsubscribe * Update existing tests * Add test for new view * Add token generator/check to user model * Replace sign in link with one click link * Add new view to post unsubscribe * Add one click unsubscribe link to email template * Cover case where user is already unsubscribed. * Remove unused template * Update tests * one-click unsubscribe header * Fixed more tests
* internationalisation and Japanese translations * Remove html tags in response to reviewer request * Remove html tags in response to reviewer request
* Fix linting issues introduced by merging in mbah PRs * Add no-root to poetry install command
* Add questions/feedback link to participant emails * Update tests * Add CHS to unsubscribe email footer * Update tests * Add CHS to "email preferences" footer
* move email footer links to new lines * fix test
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I double-checked our API views and internal docs for external API consumers, and I didn't see anything that we missed. So we're good to go!
@okaycj I can help coordinate the API URL domain switch on Pipe and AWS, if you want to let me know when you're doing the release.
This PR is to release recently completed PRs into production. Below is a list of the PRs that haven't been merged yet.
Closes #1365