-
Notifications
You must be signed in to change notification settings - Fork 166
LG-13006: remove instances of skip_doc_auth - step 4/6 #11338
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
Merged
Merged
Changes from all commits
Commits
Show all changes
27 commits
Select commit
Hold shift + click to select a range
90b304f
feat: remove instances of skip_doc_auth
KeithNava d7c5fc6
changelog: Internal, In-person proofing, remove old skip_doc_auth var…
KeithNava 9d897fa
feat: remove skip_doc_auth from hybrid handoff
KeithNava 6971de0
feat: fix linting
KeithNava bc29ada
feat: update selected_remote helper method
KeithNava 9bc612b
feat: add proper variables from session
KeithNava a7bbf83
feat: update new variable on the frontend
KeithNava 1577da1
feat: lintfix
KeithNava 443954e
feat: more lintfixes
KeithNava fd4fe47
feat: remove skip_doc_auth_from_handoff in controller
KeithNava 568f27e
feat: update checks for hybrid_handoff controller
KeithNava 268a6ac
feat: revert removal of skip_doc_auth from how to verify controller
KeithNava b7a49b4
feat: more updates to how_to_verify controller
KeithNava b550f80
feat: lintfix
KeithNava 578afc1
feat: remove skipDocAuth from comment
KeithNava 2dcf5dd
feat: add back old var for 50/50 testing
KeithNava eb4d7b1
feat: lintfix
KeithNava 95f76cd
feat: revert removal of skip_doc_auth
KeithNava e5e530f
feat: updates to utilize skipDocAuth in flow along side skipDocAuthFr…
KeithNava eea6b8d
feat: lint fix
KeithNava d205e6d
feat: pull out space and line updates
KeithNava 0d63ab7
fix: another whitespace fix
KeithNava 4b99c60
space fix
KeithNava 0956cc7
fix: another whitespace line fix
KeithNava 634a171
feat: sync up with git
KeithNava cc50716
lintfix
KeithNava e1444f1
feat: lintfix
KeithNava File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Hey @KeithNava, I am confused about what’s being displayed in “Files changed” section of this PR. When I look at the code on this branch locally, I see your changes to
HowToVerifyController. But theHowToVerifyControllerdoesn’t show up in the “Files changed” section of this PR.However, if I navigate to the
keithw/LG-13006-rename-skip-doc-auth-valuebranch and look at theHowToVerifyController, I see your commit 58d401d from four days ago. Link here.Any ideas what might have caused this? It has me scratching my head. 🤔
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.
@eileen-nava I'm not exactly sure what happening there but I created a few commits around whitespacing to try and 'trick' git into not noticing a diff.