-
-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Case insensitive username and email indexing and query planning for Postgres #6506
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
Changes from 47 commits
Commits
Show all changes
54 commits
Select commit
Hold shift + click to select a range
c7ffba0
Update .travis.yml
cbaker6 2e5bb8f
Update .travis.yml
cbaker6 9e11991
Update .travis.yml
cbaker6 efe493d
Update .travis.yml
cbaker6 0dc0cf5
Update .travis.yml
cbaker6 4af02f0
Adding test case for caseInsensitive
cbaker6 e364242
Implementing ensureIndex
cbaker6 080f8e3
Merge branch 'master' of git://github.com/parse-community/parse-server
cbaker6 8c27d41
Updated PostgresStorageAdapter calls to ST_DistanceSphere. Note this …
cbaker6 66de026
updated postgres sections of contributions with newer postgres info. …
cbaker6 9faacb8
more info about postgres
cbaker6 b93083b
added necessary password for postgres docker
cbaker6 d8417c1
updated wording in contributions
cbaker6 117ec8b
removed reference to MacJr environment var when starting postgres in …
cbaker6 2cf865d
added more time to docker sleep/wait to enter postgis commands. This …
cbaker6 6328b4f
latest changes
cbaker6 cb09667
initial fix, need to test
cbaker6 f0335c4
fixed lint
cbaker6 06a74c9
Adding test case for caseInsensitive
cbaker6 72ad0cd
Implementing ensureIndex
cbaker6 0bdd53c
Updated PostgresStorageAdapter calls to ST_DistanceSphere. Note this …
cbaker6 2b7d6f4
updated postgres sections of contributions with newer postgres info. …
cbaker6 4555a87
more info about postgres
cbaker6 c9d8680
added necessary password for postgres docker
cbaker6 63c25e0
updated wording in contributions
cbaker6 1d078f9
removed reference to MacJr environment var when starting postgres in …
cbaker6 e1f86c8
added more time to docker sleep/wait to enter postgis commands. This …
cbaker6 297426b
latest changes
cbaker6 e59284c
initial fix, need to test
cbaker6 395b9dc
fixed lint
cbaker6 c824809
Adds caseInsensitive constraints to database, but doesn't pass regula…
cbaker6 0fa3ee7
fix merge
cbaker6 7231447
this version addes the indexes, but something still wrong with the en…
cbaker6 323021b
removed code from suggestions
cbaker6 0812679
fixed lint
cbaker6 9f3f5da
fixed PostgresAdapter test case
cbaker6 c9dcab6
small bug in test case
cbaker6 c7ba030
reverted back to main branch package.json and lock file
cbaker6 d024fb7
fixed docker command in Contribute file
cbaker6 5d34ef2
added ability to explain the find method
cbaker6 d148804
triggering another build
cbaker6 4da11a0
added ability to choose to 'analyze' a query which actually executes …
cbaker6 54d07bb
made sure to check that search actually returns 1 result. Removed pre…
cbaker6 f60fe05
added test cases using find and case insensitivity on fields other th…
cbaker6 f1f9d87
fixing issue where query in aggregate replaced the map method incorre…
cbaker6 21df1e2
reverted back to mapping for aggregate method to make sure it's the i…
cbaker6 d8576c9
switched back to caseInsensitive check for email and username as it w…
cbaker6 6042f23
fixed aggregate method using explain
cbaker6 93a17dd
made query plain results more flexible/reusable. Got rid of droptable…
cbaker6 3a9f762
updated CONTRIBUTING doc to use netrecon as default username for post…
cbaker6 e4db402
left postgis at 2.5 in the contributing document as this is the last …
cbaker6 db936a2
updating docker command for postgres
cbaker6 15193b0
Merge branch 'master' into master
acinader 5759694
Merge branch 'master' into master
cbaker6 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.