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

Move transform acl #2021

Merged
merged 2 commits into from
Jun 12, 2016
Merged

Conversation

drew-gross
Copy link
Contributor

For the database adapters, it will be more performant and easier to work with _rperm and _wperm than with the ACL object. This way we can type it as an array and so on, and once we have stronger validations in Parse Server, we can type it as an array containing strings of length < x, which will be much much better for sql databases.

For the database adapters, it will be more performant and easier to work with _rperm and _wperm than with the ACL object. This way we can type it as an array and so on, and once we have stronger validations in Parse Server, we can type it as an array containing strings of length < x, which will be much much better in sql databases.
@codecov-io
Copy link

Current coverage is 91.98%

Merging #2021 into master will increase coverage by 0.05%

  1. File ...go/MongoTransform.js was modified. more
    • Misses -6
    • Partials 0
    • Hits +6
@@             master      #2021   diff @@
==========================================
  Files            91         91          
  Lines          6431       6434     +3   
  Methods        1099       1099          
  Messages          0          0          
  Branches       1350       1355     +5   
==========================================
+ Hits           5912       5918     +6   
+ Misses          519        516     -3   
  Partials          0          0          

Powered by Codecov. Last updated by a00d795...3acc1e7

}
});
});
});
};

// Transforms a Database format ACL to a REST API format ACL
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd put that method alongside the transformCounter part for readability

@flovilmart
Copy link
Contributor

LGTM after the small nit

@drew-gross drew-gross merged commit d559cb2 into parse-community:master Jun 12, 2016
@drew-gross drew-gross deleted the move-transform-ACL branch June 12, 2016 20:39
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