-
-
Notifications
You must be signed in to change notification settings - Fork 596
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
Improved Auth Spec & challenge endpoint #1276
base: alpha
Are you sure you want to change the base?
Improved Auth Spec & challenge endpoint #1276
Conversation
# Conflicts: # integration/test/ParseLocalDatastoreTest.js # integration/test/ParseUserTest.js # package-lock.json # src/ParseUser.js # src/__tests__/ParseUser-test.js
# Conflicts: # src/__tests__/ParseUser-test.js
Generated by 🚫 dangerJS |
Codecov Report
@@ Coverage Diff @@
## master #1276 +/- ##
=======================================
Coverage 99.94% 99.94%
=======================================
Files 60 60
Lines 5847 5869 +22
Branches 1311 1320 +9
=======================================
+ Hits 5844 5866 +22
Misses 3 3
Continue to review full report at Codecov.
|
Issue reported for Mongo 4.X and field name length: #1277 |
# Conflicts: # integration/test/ParseQueryTest.js # package-lock.json # package.json # src/ParseUser.js # src/__tests__/ParseUser-test.js
@dplewis if you have an idea on the failing integration test, |
@Moumouls Can you update from master? |
# Conflicts: # jasmine.json # package-lock.json
@dplewis if you have some suggestion about the failing test ? 🙂 |
Can you update from master again? The new release removes the flaky tests. |
Done @dplewis |
@Moumouls how is this coming along? Would be good to have implemented for Parse Server 6 |
Need: #1275
SDK Login update for: https://github.com/parse-community/parse-server
Note: On OSX can test integration with 3.6, and tests fails in mongo 4.0 due to invalid field name "length"
If CI pass then we have detected a regression between mongo 3.6 and 4.0 for field name
length
on objects