-
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
feat(authenticationContext): ent-4669 context, useSession hooks #915
Merged
Conversation
This file contains 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
* app, refactor towards userReducer update * authentication, refactor for context, useSession * authenticationContext, useAuth, useSession hooks * inventoryCard, Guests, optInView refactor for useSession * productView, update connected inventory import * userReducer, refactor shallow structure, prep for rename * userSelectors, refactor towards userReducer update * rhsmConstants, error response
cdcabrera
force-pushed
the
ent-4669-sel-session
branch
from
April 5, 2022 23:17
6219f70
to
ca9b84f
Compare
cdcabrera
changed the title
WIP feat(authenticationContext): ent-4669 auth context, useSession hook
feat(authenticationContext): ent-4669 auth context, useSession hook
Apr 5, 2022
cdcabrera
changed the title
feat(authenticationContext): ent-4669 auth context, useSession hook
feat(authenticationContext): ent-4669 context, useSession hooks
Apr 5, 2022
cdcabrera
commented
Apr 6, 2022
Codecov Report
@@ Coverage Diff @@
## ci #915 +/- ##
==========================================
+ Coverage 94.06% 94.11% +0.05%
==========================================
Files 129 130 +1
Lines 3928 3945 +17
Branches 1538 1545 +7
==========================================
+ Hits 3695 3713 +18
+ Misses 216 215 -1
Partials 17 17
Continue to review full report at Codecov.
|
cdcabrera
added a commit
that referenced
this pull request
Apr 14, 2022
* app, refactor towards userReducer update * authentication, refactor for context, useSession * authenticationContext, useAuth, useSession hooks * inventoryCard, Guests, optInView refactor for useSession * productView, update connected inventory import * userReducer, refactor shallow structure, prep for rename * userSelectors, refactor towards userReducer update * rhsmConstants, error response
Merged
cdcabrera
added a commit
that referenced
this pull request
Apr 19, 2022
* app, refactor towards userReducer update * authentication, refactor for context, useSession * authenticationContext, useAuth, useSession hooks * inventoryCard, Guests, optInView refactor for useSession * productView, update connected inventory import * userReducer, refactor shallow structure, prep for rename * userSelectors, refactor towards userReducer update * rhsmConstants, error response
cdcabrera
added a commit
that referenced
this pull request
Jun 14, 2022
* app, refactor towards userReducer update * authentication, refactor for context, useSession * authenticationContext, useAuth, useSession hooks * inventoryCard, Guests, optInView refactor for useSession * productView, update connected inventory import * userReducer, refactor shallow structure, prep for rename * userSelectors, refactor towards userReducer update * rhsmConstants, error response
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
What's included
Notes
instances
endpoint we should be able to remove several selectorsHow to test
Local run check
$ yarn
$ yarn start
Proxy run check
$ yarn
$ yarn start:proxy
Example
...
Updates issue/story
ent-4669