This repository has been archived by the owner on May 19, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 18
User invite error handling #1105
Merged
Merged
Changes from 1 commit
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
e6550d3
Attempt to fix failing test
907f16c
Fix problem with how test being resolved
5164e9c
Add user invite error to be called
41d9ea4
It should call user error when cf create user fails
741c9f1
User invite error action shoudl dispatch error
31b4b90
Rename to global user error
faf889f
Add contextual message to global error action
816a0cd
Add specific user information to error messages
72f098b
Add error messaging when user association fails
c55d771
Remember to rename to correct constant
dfb418b
Changed backed to invite error
3204c30
User store adds invite error when action happens
8e3117f
Reset user invite error when fetched again
01ef7da
Add error message to UI
38bf31c
Removed unused dep
5853d1c
Add test for error message
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 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.
is there a way to lint for unused dependencies?
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.
Good question.
This looks like it does it: https://github.com/depcheck/depcheck
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.
when does it get called? i didn't see an error for it in the build before it was fixed.