summaryrefslogtreecommitdiff
path: root/jstests/libs/geo_near_random.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-35/+27
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-071-6/+7
* SERVER-1981 Support near and nearSphere predicates on sharded collectionsTess Avitabile2017-12-281-10/+9
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-9/+2
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-32/+37
* SERVER-22341 fix jslint errors in jstests/libs with eslint --fixMike Grundy2016-02-051-14/+14
* CAP-2451 Added distance check and 2dsphere tests to tests involving GeoNearRa...Brandon Zhang2015-08-121-0/+3
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-151-22/+24
* Revert "SERVER-13741 Migrate remaining tests to use write commands"David Storch2014-05-061-24/+22
* SERVER-13741 Migrate remaining tests to use write commandsRandolph Tan2014-05-061-22/+24
* Support geo indexing with points equal to max (+180 by default) SERVER-4027Mathias Stearn2012-06-011-2/+2
* double bounds for geo query scaling and addn'l error msgs SERVER-2386 SERVER-...gregs2011-03-151-7/+19
* Fix for duplicate values in near-random testsgreg2011-03-021-1/+10
* tests for sharded geoNear SERVER-926Mathias Stearn2010-10-201-6/+8
* Limit generated points to [-179.9, 179.9] due to SERVER-1720Mathias Stearn2010-09-031-1/+1
* Add randomized $near tests SERVER-1342Mathias Stearn2010-09-021-0/+76