-
-
Notifications
You must be signed in to change notification settings - Fork 217
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
[B5] Split domain app #35349
[B5] Split domain app #35349
Conversation
…rates.html, splitting templates"
…ect_privacy.html, splitting templates"
…lling_info.html, splitting templates"
….html, splitting templates"
…very_measures_history.html, splitting templates"
…ndar_fixture.html, splitting templates"
…_alert.html, splitting templates"
…_basic.html, splitting templates"
…alculations.html, splitting templates"
…bscription_renewal.html, splitting templates"
…management.html, splitting templates"
…eases_by_app_profile.html, splitting templates"
…in_invite.html, splitting templates"
…track_settings.html, splitting templates"
…ayment_modal.html, splitting templates"
…ling_contact_info.html, splitting templates"
…ds.html, splitting templates"
…sfer_domain_pending.html, splitting templates"
…al_sms_rates.html, splitting templates"
…icense_explanations.html, splitting templates"
…_search.html, splitting templates"
…tion_in_progress.html, splitting templates"
…ransfer_domain.html, splitting templates"
…an.html, splitting templates"
…age_content.html, splitting templates"
…s_and_privileges.html, splitting templates"
…nt_privilege_notification.html, splitting templates"
…sfer_domain.html, splitting templates"
…omain.html, splitting templates"
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.
Looked at some, but not all, Bootstrap 5 Migration - initial auto-migration ... commits. All other commits were reviewed.
Added a commit to migrate the login pages to webpack so they also go through QA. Most of the rest of this app is getting migrated to webpack in #35390 |
Merged master now that most of this app is on webpack (see #35390). Because the bootstrap migration tool didn't support the |
Added a couple more commits to un-split two pages that were migrated in #34309 (in retrospect, it was a mistake to do them then, but it was earlier days in the migration, when there was less tracking code). |
…are-hq into jls/b5-domain-split
Technical Summary
This splits the domain app into B3 and B5 versions. There are ~50 views in this app, so it'll be migrated in multiple PRs.
Almost all commits are automated.
Safety Assurance
Safety story
The B5 code doesn't go live at this point, the only risk is of a file reference not getting renamed properly.
This process has been run numerous times on various apps. But this is an unusually large app and has some non-standard directory structures in the login templates, a high-risk area.
Automated test coverage
The migration tool has test coverage. The domain views probably have some coverage in QA's selenium smoke tests.
QA Plan
Requesting QA smoke test the login workflows: https://dimagi.atlassian.net/browse/QA-7239
Rollback instructions
Labels & Review