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

Remove immutable from status and auth #4727

Merged

Conversation

smashercosmo
Copy link
Contributor

Summary

First step on closing #3853

Test plan

Run existing tests

@smashercosmo smashercosmo requested a review from a team December 15, 2020 13:28

const auth = (state = defaultState, action: AuthAction) => {
const auth = produce((draft: Auth, action: AuthAction) => {
Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hm... maybe it's better to use 'state' instead of 'draft'

@erezrokah erezrokah added the type: chore work needed to keep the product and development running smoothly label Dec 15, 2020
@smashercosmo
Copy link
Contributor Author

Hm... seems like something's not ok

@smashercosmo
Copy link
Contributor Author

@erezrokah any idea why e2e tests are failing?

@smashercosmo
Copy link
Contributor Author

Alright, found the reason

@smashercosmo smashercosmo force-pushed the remove-immutable-from-status-and-auth branch from 3245e90 to c3d7a97 Compare December 16, 2020 12:41
Copy link
Contributor

@erezrokah erezrokah left a comment

Choose a reason for hiding this comment

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

Great work @smashercosmo!

@erezrokah erezrokah merged commit 655fffe into decaporg:master Dec 20, 2020
vladdu pushed a commit to vladdu/netlify-cms that referenced this pull request Jan 26, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: chore work needed to keep the product and development running smoothly
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants