summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-34213 Start _id at 0 in testshard1.jsCharlie Swanson2018-04-021-1/+1
* SERVER-33444 Fix tests that fail when shard servers started as replica setsjannaerin2018-03-271-2/+1
* SERVER-25173 $substrBytes now checks for negative valuesIan Boros2018-03-222-8/+13
* SERVER-33757 Unsupported target type in $convert is an "onError" case.Justin Seyster2018-03-211-1/+16
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-099-47/+66
* SERVER-33280 Test that sharded agg cursors are fully cleaned up on error.David Storch2018-03-061-0/+82
* SERVER-33447 jstest for $convertJustin Seyster2018-03-061-0/+311
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-0/+24
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-271-6/+7
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-212-172/+259
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-213-21/+293
* SERVER-33034: Fix tests with bad assertionsDavid Bradford2018-02-151-8/+8
* SERVER-33172: Add onNull parameter to $dateToStringNick Zolnierz2018-02-131-0/+77
* SERVER-32873 Fix incorrect handling of NumberLong in $pow functionKevinCybura2018-02-101-1/+1
* SERVER-30523: dateFromParts should not reject out-of-range numbers for date/t...Nick Zolnierz2018-02-091-35/+114
* SERVER-31477 Add $trim, $ltrim and $rtrim expressions.Charlie Swanson2018-02-081-0/+99
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
* SERVER-32771: Add format specifier for $dateFromString expressionNick Zolnierz2018-02-053-94/+437
* SERVER-33084: Aggregate with explain >= 'executionStats' attempts to serializ...Nick Zolnierz2018-02-051-0/+61
* SERVER-18971 log command success/failureKevin Pulo2018-02-011-7/+7
* SERVER-32667 Add unsharded mongos aggregation passthroughCharlie Swanson2018-01-311-4/+10
* SERVER-32668 Add sharded aggregation passthrough with one shardCharlie Swanson2018-01-304-2/+6
* SERVER-29421 Make agg explain use outer PlanExecutorIan Boros2018-01-241-0/+80
* SERVER-30347 Fail startup when running wiredTiger with --nojournal as part of...Vesselina Ratcheva2018-01-231-1/+1
* SERVER-32769 Remove replica set tests from linux-64-duroff variantVesselina Ratcheva2018-01-231-1/+1
* SERVER-32690 Fix invariant failure in agg renamed paths optimization.David Storch2018-01-191-0/+13
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-193-6/+6
* Revert "SERVER-32308: Add the ability for a $lookup stage to execute on mongo...Nick Zolnierz2018-01-166-646/+1567
* SERVER-32505 Create mobile SE evergreen variant - Linuxr3.7.1Sulabh Mahajan2018-01-1510-3/+11
* SERVER-32308: Add the ability for a $lookup stage to execute on mongos agains...Nick Zolnierz2018-01-126-1567/+646
* SERVER-32297, SERVER-32430 fix $sort in-memory sort and $sortKey serializationKyle Suarez2017-12-211-0/+146
* SERVER-32282 $textScore metadata is not removed in cases where RouterStagePip...Bernard Gorman2017-12-161-2/+30
* SERVER-31785 use multiple shards in aggregation_sharded_collections_passthroughKyle Suarez2017-12-1417-1294/+1404
* SERVER-31689 Allow $facet to merge on mongoS if all its pipelines are eligibleBernard Gorman2017-12-141-0/+65
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-11-281-0/+7
* Revert "SERVER-30226 Best effort make the recipient shard refresh its metadat...Dianna Hohensee2017-11-281-7/+0
* SERVER-30226 Best effort make the recipient shard refresh its metadata after ...Dianna Hohensee2017-11-281-0/+7
* SERVER-31890 ExpressionFieldPath::optimize() should expand dotted field pathJames Wahlin2017-11-141-0/+116
* SERVER-31842 Restrict $lookup nested sub-pipeline depthJames Wahlin2017-11-071-7/+33
* SERVER-31804 Disable $expr rewrite optimizationJames Wahlin2017-11-061-163/+0
* SERVER-31696 Rename path prefixes in applyRenamesToExpression().Justin Seyster2017-11-031-0/+26
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-180/+159
* SERVER-26833 Non-blocking text queries when projection ignores score.Justin Seyster2017-10-191-0/+13
* SERVER-31497: Move server-30084.js to sharding directory to prevent it from r...Nick Zolnierz2017-10-161-18/+0
* SERVER-31549 Additional tests for $lookup w/ pipeline syntaxJames Wahlin2017-10-165-64/+433
* SERVER-31456 Set initial{Cluster,Operation}Time in concurrency suite.Max Hirschhorn2017-10-141-0/+9
* SERVER-31408 Test that all code paths that support expr support throwing at r...Tess Avitabile2017-10-111-2/+19
* SERVER-31496 MatchExpressionParser::parse() should not throwTess Avitabile2017-10-111-1/+1
* SERVER-30989 Add Expression rewrite to ExprMatchExpressionJames Wahlin2017-10-101-0/+163
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-092-14/+24