Skip to content

Cleanup delete schema #1604

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

Merged
merged 3 commits into from
Apr 25, 2016

Conversation

drew-gross
Copy link
Contributor

I was going to do more in this PR but there is a dependency on count so I'm going to break that dependency before going further with this.

@codecov-io
Copy link

Current coverage is 92.31%

Merging #1604 into master will increase coverage by -0.48%

@@           master      #1604   diff @@
========================================
  Files          87         87           
  Lines        5543       6154    +611   
  Methods         0       1082   +1082   
  Branches     1055       1278    +223   
========================================
+ Hits         5145       5681    +536   
- Misses        385        473     +88   
+ Partials       13          0     -13   
  1. 2 files in src/Controllers were modified. more
    • Misses +7
    • Partials -2
    • Hits +61
  2. 2 files in src were modified. more
    • Misses +1
    • Hits +15
  3. 9 files (not in diff) in src/authDataManager were modified. more
    • Misses +11
    • Hits +13
  4. 15 files (not in diff) in src/Routers were modified. more
    • Misses +21
    • Hits +77
  5. 10 files (not in diff) in src/LiveQuery were modified. more
    • Misses +9
    • Partials -1
    • Hits +52
  6. 7 files (not in diff) in src/Controllers were modified. more
    • Misses +1
    • Hits +52
  7. 3 files (not in diff) in ...apters/Storage/Mongo were modified. more
    • Misses +17
    • Partials -5
    • Hits +111
  8. 2 files (not in diff) in src/Adapters/Logger were modified. more
    • Misses +7
    • Hits +2
  9. 2 files (not in diff) in src/Adapters/Files were modified. more
    • Misses +4
    • Hits +11
  10. 2 files (not in diff) in src/Adapters were modified. more
    • Misses +3

Sunburst

Powered by Codecov. Last updated by 7c78c06

});
}

_allCollections() {
Copy link
Contributor

Choose a reason for hiding this comment

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

can we make it a function with this passed as a prop like:

function allCollections(storageAdapter) { ... }

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Just so it's not exported? Sure.

Copy link
Contributor

Choose a reason for hiding this comment

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

Thx!

@drew-gross drew-gross force-pushed the cleanup-delete-schema branch from 329182c to 558c237 Compare April 25, 2016 17:50
@facebook-github-bot
Copy link

@drew-gross updated the pull request.

@flovilmart flovilmart merged commit 234d009 into parse-community:master Apr 25, 2016
@drew-gross drew-gross deleted the cleanup-delete-schema branch April 25, 2016 18:56
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