-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
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
Conversation
099856b
to
0339f07
Compare
@nlutsenko updated the pull request. |
0339f07
to
5c6fce6
Compare
@nlutsenko updated the pull request. |
Ehm, I am not sure on what happened here. Why request changes? What were the requested changes? |
…o through config.
5c6fce6
to
768a781
Compare
@nlutsenko updated the pull request. |
@@ -142,11 +142,11 @@ function ParseServer({ | |||
enableAnonymousUsers: enableAnonymousUsers, | |||
allowClientClassCreation: allowClientClassCreation, | |||
oauth: oauth | |||
}; | |||
}); |
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.
Use es6 style { masterKey, collectionPrefix...}
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. |
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.