Skip to content
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: add support for auth actions #361

Merged
merged 1 commit into from
Jan 26, 2022

Conversation

alharris-at
Copy link
Contributor

Issue #, if available:
N/A

Description of changes:
Add support for proposed auth actions, sign out and update user attributes.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.

@alharris-at alharris-at requested a review from a team January 26, 2022 00:02
@codecov-commenter
Copy link

Codecov Report

Merging #361 (cf4386e) into tagged-release/q1-release (c81ee04) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@                    Coverage Diff                     @@
##           tagged-release/q1-release     #361   +/-   ##
==========================================================
  Coverage                      93.13%   93.14%           
==========================================================
  Files                             37       37           
  Lines                           1427     1429    +2     
  Branches                         316      316           
==========================================================
+ Hits                            1329     1331    +2     
  Misses                            96       96           
  Partials                           2        2           
Impacted Files Coverage Δ
packages/codegen-ui/lib/types/studio-types.ts 100.00% <ø> (ø)
packages/codegen-ui-react/lib/action.ts 78.94% <100.00%> (+0.76%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update c81ee04...cf4386e. Read the comment docs.

props: SignOutButtonProps
): React.ReactElement {
const { overrides: overridesProp, ...rest } = props;
const overrides = { ...overridesProp };
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Similar change from other PR required here as well to avoid this unnecessary renaming?

@dpilch dpilch merged commit b58f601 into tagged-release/q1-release Jan 26, 2022
@dpilch dpilch deleted the workflow-actions-auth branch January 26, 2022 16:01
@dpilch dpilch mentioned this pull request Feb 24, 2022
@alharris-at alharris-at mentioned this pull request Feb 24, 2022
alharris-at added a commit that referenced this pull request Feb 24, 2022
alharris-at added a commit that referenced this pull request Feb 25, 2022
alharris-at added a commit that referenced this pull request Feb 25, 2022
alharris-at added a commit that referenced this pull request Feb 25, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants