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

Fixes for Class Level and Pointer Permissions #1989

Merged
merged 3 commits into from
Jun 6, 2016
Merged

Conversation

flovilmart
Copy link
Contributor

@flovilmart flovilmart commented Jun 5, 2016

  • Fix bug that would leave public CLP when setting a new set of permissions
  • Sets empty permissions if missing to match parse.com API
  • Updates tests to reflect changes
  • Skips adding the pointer permissions filter if a general permission passes

fixes #1953

- Fix bug that would leave public CLP when setting a new set of permissions
- Sets empty permissions if missing to match parse.com API
- Updates tests to reflect changes
@codecov-io
Copy link

codecov-io commented Jun 5, 2016

Current coverage is 91.91%

Merging #1989 into master will decrease coverage by <.01%

  1. File ...atabaseController.js was modified. more
    • Misses +1
    • Partials 0
    • Hits -1
@@             master      #1989   diff @@
==========================================
  Files            91         91          
  Lines          6411       6418     +7   
  Methods        1095       1096     +1   
  Messages          0          0          
  Branches       1345       1346     +1   
==========================================
+ Hits           5894       5899     +5   
- Misses          517        519     +2   
  Partials          0          0          

Powered by Codecov. Last updated by ac705a8...fe3851e

@ghost
Copy link

ghost commented Jun 6, 2016

@flovilmart updated the pull request.

@@ -1573,4 +1569,40 @@ describe('schemas', () => {
});
});
});

fit("regression test for #1991", done => {
Copy link
Contributor

Choose a reason for hiding this comment

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

Should be it. Travis seems to have run every test anyway, though, so I will just merge and then fix this.

@ghost
Copy link

ghost commented Jun 6, 2016

@flovilmart updated the pull request.

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.

Class with CLP using _Role plus a CLP using _User pointer not working as expected
3 participants