-
Notifications
You must be signed in to change notification settings - Fork 2.9k
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
Final Network Cleanup #8328
Final Network Cleanup #8328
Conversation
cc @roryabraham @marcochavezf since you all reviewed the first 2 clean up PRs |
✋ This PR was not deployed to staging yet because QA is ongoing. It will be automatically deployed to staging after the next production release. |
🚀 Deployed to staging by @roryabraham in version: 1.1.47-0 🚀
|
@mvtglobally Can you please confirm that these QA steps are covered by existing regression tests? More detailed test steps should look something like this:
|
🚀 Deployed to production by @roryabraham in version: 1.1.49-1 🚀
|
Details
Final Network cleanup PR. This one has less changes than the other two.
Summary of Changes
processRequest()
instead of duplicated logic in 2 places h/t to @marcochavezf for this ideasetSessionLoadingAndError()
method as it does not appear to be needed and was setting an untranslated string.Fixed Issues
No Issue - Related to Offline Doc
Tests
Existing automated tests should cover the changes made (we are just moving some logic around and reorganizing things).
QA
Make sure that offline report comments feature is still working as intended.