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

Unify and cleanup cache.js. #694

Merged
merged 5 commits into from
Feb 29, 2016
Merged

Unify and cleanup cache.js. #694

merged 5 commits into from
Feb 29, 2016

Conversation

nlutsenko
Copy link
Contributor

Removed usless methods, changed the api for it, unified all usages of it, added flow types, and most importantly removed database field on every request - everything goes through request.config.

@facebook-github-bot
Copy link

@nlutsenko updated the pull request.

@facebook-github-bot
Copy link

@nlutsenko updated the pull request.

@nlutsenko
Copy link
Contributor Author

Ehm, I am not sure on what happened here. Why request changes? What were the requested changes?
I already self-assigned, since I've seen the travis failure...

@nlutsenko nlutsenko assigned drew-gross and unassigned nlutsenko Feb 27, 2016
@facebook-github-bot
Copy link

@nlutsenko updated the pull request.

@@ -142,11 +142,11 @@ function ParseServer({
enableAnonymousUsers: enableAnonymousUsers,
allowClientClassCreation: allowClientClassCreation,
oauth: oauth
};
});
Copy link
Contributor

Choose a reason for hiding this comment

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

Use es6 style { masterKey, collectionPrefix...}

@drew-gross
Copy link
Contributor

That was just for the test failures. I requested changes and was going to comment about the test failures, and only then noticed that you had already self-assigned.

nlutsenko added a commit that referenced this pull request Feb 29, 2016
@nlutsenko nlutsenko merged commit 10efd5d into master Feb 29, 2016
@nlutsenko nlutsenko deleted the nlutsenko.cache branch February 29, 2016 20:49
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