Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

move basic auth state to appStore #3390

Merged
merged 1 commit into from
Aug 27, 2016
Merged

move basic auth state to appStore #3390

merged 1 commit into from
Aug 27, 2016

Conversation

bridiver
Copy link
Collaborator

  • Submitted a ticket for my issue if one did not already exist.
  • Used Github auto-closing keywords in the commit message.
  • Ran git rebase -i to squash commits if needed.

fixes #3354

const Immutable = require('immutable')

const immutableUtils = {
makeImmutable: (obj) => {
Copy link
Member

Choose a reason for hiding this comment

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

Definitely like this 👍

}
}

const doAction = (action) => {
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

not sure how I feel about this. I wanted to separate the electron code from the appState to make it more unit testable, but not sure if this is the best way to handle it or not. I also considered some kind of change listener, but I think that might need a larger change to make sure the notifications are efficient

@bbondy
Copy link
Member

bbondy commented Aug 27, 2016

++ thanks

@bbondy bbondy merged commit c9d3053 into master Aug 27, 2016
@luixxiul luixxiul added this to the 0.11.6dev milestone Aug 29, 2016
@bbondy bbondy deleted the basic-auth branch September 23, 2016 00:02
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

redirect to basic auth hangs forever
4 participants