summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-22512 Remove unnecessary calls to stopBalancerKaloian Manassiev2016-06-094-102/+105
* SERVER-19735: Add support for decimal type in aggregationr3.3.8Geert Bosch2016-06-061-1/+49
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2858-1061/+831
* SERVER-24068 - Disable test server21632.js when running with WiredTiger LSMDavid Hows2016-05-171-0/+11
* SERVER-23896 Add ExpressionMod tests for infinite dividendJames Wahlin2016-05-091-4/+6
* SERVER-23896 Additional tests for ExpressionModJames Wahlin2016-05-092-80/+95
* SERVER-23725 Aggregation now supports the graphLookup stage.David Storch2016-05-046-0/+693
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-031-3/+2
* Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"Kyle Suarez2016-05-031-2/+3
* SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrorsSpencer T Brody2016-05-021-3/+2
* Revert "SERVER-23725 Aggregation now supports the graphLookup stage."Max Hirschhorn2016-04-306-693/+0
* SERVER-23725 Aggregation now supports the graphLookup stage.Benjamin Murphy2016-04-296-0/+693
* SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and inde...Benjamin Murphy2016-04-294-2/+348
* SERVER-6773 Aggregation now supports the split expression.Benjamin Murphy2016-04-261-0/+72
* SERVER-6146 Aggregation now supports the in expression.Benjamin Murphy2016-04-211-0/+156
* SERVER-17258 Aggregation now supports the reduce expression.Benjamin Murphy2016-04-212-0/+156
* SERVER-10689 Aggregation now supports the switch expression.Benjamin Murphy2016-04-152-0/+221
* SERVER-14670 Aggregation supports strLenCP and strLenBytes.Benjamin Murphy2016-03-291-0/+23
* SERVER-22881 Expand arrays during $lookup's query.Charlie Swanson2016-03-291-0/+49
* SERVER-7695 Add ISO versions of date expressions.Jens Fahnenbruck2016-03-291-0/+286
* SERVER-20163 Aggregation now supports the zip expression.Benjamin Murphy2016-03-251-0/+195
* SERVER-22580 Aggregation now supports substrCP.Benjamin Murphy2016-03-254-23/+70
* SERVER-4507 Group stages now take advantage of sorted input sequences.Benjamin Murphy2016-03-241-0/+71
* SERVER-20169 Aggregation now supports the range expressin.Benjamin Murphy2016-03-241-0/+61
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-185-7/+7
* SERVER-23029 Added reverseArray expression to aggregation.Benjamin Murphy2016-03-151-0/+32
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-09101-3978/+2996
* SERVER-22093 Aggregation uses a COUNT plan when no fields are needed from inp...Benjamin Murphy2016-03-042-560/+35
* SERVER-22537 Fix DBDirectClient's OperationContext not getting updated.Max Hirschhorn2016-02-291-0/+55
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-262-2/+2
* SERVER-22402 DocumentSourceMatch now includes dependency tracking.Benjamin Murphy2016-02-261-2/+2
* SERVER-19643 Aggregation directly from a shard does not use sharding filter.Benjamin Murphy2016-02-081-0/+11
* SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fixMike Grundy2016-02-0522-51/+51
* SERVER-21632 Add test to stress $sample as first stageCharlie Swanson2016-02-041-0/+71
* SERVER-18957 Separate isAssociativeAndCommutative into two functions.Santiago Alessandri2016-02-021-10/+11
* SERVER-20519 Set random seed, assert if seed not set and random function is i...Jonathan Abrahams2015-12-311-0/+2
* SERVER-21811 Remove disabled version of server5782.jsCharlie Swanson2015-12-091-106/+0
* SERVER-6102 Deserialize BSON undefined as JS undefinedJonathan Reams2015-11-111-1/+1
* SERVER-21186 Make all sharding tests use default verbosity of 1Kaloian Manassiev2015-11-116-6/+5
* SERVER-21287 $lookup should always make $eq queriesMathias Stearn2015-11-041-0/+25
* SERVER-19095 Move $lookup to community editionCharlie Swanson2015-10-301-0/+428
* SERVER-20969 Restrict $indexStats to first pipeline stageJames Wahlin2015-10-281-1/+1
* SERVER-21009 Remove usages of the multi-argument ShardingTest constructorKaloian Manassiev2015-10-232-24/+26
* SERVER-20935 do not attempt to attach shard version to OpCtx inside direct cl...David Storch2015-10-221-0/+15
* SERVER-20168 Empty array should not be present in document after $unwindCharlie Swanson2015-10-072-2/+2
* SERVER-20595 The includeArrayIndex option to $unwind should specify a pathCharlie Swanson2015-10-071-12/+17
* SERVER-18498 New replica set configurations have protocolVersion=1 by defaultmatt dannenberg2015-10-011-6/+6
* SERVER-20696 make testing TZ-independentRamon Fernandez2015-10-011-55/+55
* SERVER-4588 Add option to $unwind stage to include array index in outputCharlie Swanson2015-09-111-0/+48
* SERVER-20168 Add option to $unwind stage for treatment of nullish valuesCharlie Swanson2015-09-111-0/+41