summaryrefslogtreecommitdiff
path: root/jstests/aggregation
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43204 Relax assertion in internal_js_reduce.js to account for failure ...Nicholas Zolnierz2019-09-131-1/+1
* SERVER-42798 Add unit tests for new internal JS expressionsJames Wahlin2019-09-101-14/+10
* SERVER-42756 Ensure that pipeline optimizations are re-enabled after test fin...Anton Korshunov2019-08-281-34/+45
* SERVER-42756 $multiply operator may return with or w/o an error depending on ...Anton Korshunov2019-08-261-0/+52
* SERVER-42890 Fix collection name used in internal_js_reduce_with_scope.jsNicholas Zolnierz2019-08-191-3/+4
* SERVER-42684 Add support for 'scope' RunTimeConstantNicholas Zolnierz2019-08-152-0/+180
* SERVER-42644 Add $_internalJs expressionTed Tuckman2019-08-151-0/+116
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-14105-450/+450
* SERVER-42694 Add internal JS reduce accumulatorDavis Haupt2019-08-131-0/+116
* SERVER-42507 Add internal javascript emit aggregation expressionNick Zolnierz2019-08-071-0/+88
* SERVER-34373 add aggregation expression to test if type is numericGeorge Wangensteen2019-08-011-0/+118
* SERVER-42491 Ensure DocumentSourceSort does not crash on searchScore or searc...Misha Ivkov2019-07-311-0/+47
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-27178-19123/+18612
* SERVER-42017 make stage names in error messages match name usedGeorge Wangensteen2019-07-246-66/+141
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-121-0/+83
* Revert "SERVER-40755 Expose statistics which indicate how many collection sca...Xiangyu Yao2019-07-101-83/+0
* SERVER-40755 Expose statistics which indicate how many collection scans have ...samontea2019-07-101-0/+83
* SERVER-42001 unset stage should accept single stringXin Hao Zhang2019-07-081-0/+4
* SERVER-40383 Handle week, day edge cases in timelib_date_from_isodateJustin Seyster2019-07-011-12/+113
* SERVER-41714 DocumentSourceSequentialDocumentCache should not start serving t...Xin Hao Zhang2019-06-271-0/+80
* SERVER-41290 Pipeline stages can incorrectly passthrough mongos when nested w...Arun Banala2019-06-272-5/+169
* SERVER-41237 Re-ban $graphLookup against a sharded collectionIan Boros2019-06-187-3/+30
* SERVER-41065 Make agg evaluate() thread safe by passing 'Variables' as a para...Arun Banala2019-06-124-99/+190
* SERVER-40810 give precedence index filter > hint > index on DISTINCT_SCANMisha Ivkov2019-06-111-47/+130
* Revert "SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a ...Gregory Wlodarek2019-06-114-190/+99
* SERVER-41065 Make evaluate() thread safe by passing 'Variables' as a parameterArun Banala2019-06-114-99/+190
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-111-7/+3
* SERVER-40961 Extend translated $out tests to support all $merge modesArun Banala2019-06-107-74/+83
* SERVER-23923 Track writeConcern through getMoresCharlie Swanson2019-06-031-0/+5
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-302-4/+2
* SERVER-41203 Robustify $merge all_modes.jsAnton Korshunov2019-05-304-0/+23
* SERVER-41275 rename $merge option replaceWithNew to replaceCharlie Swanson2019-05-2313-105/+79
* SERVER-41198 Translate $out tests in jstests/aggregation/sources/out to use $...Nick Zolnierz2019-05-2319-883/+1193
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-233-5/+281
* SERVER-41200 Change syntax from $out to $merge for tests in other directoriesJacob Evans2019-05-211-3/+6
* SERVER-41201 Add replacements for more $out helpersNick Zolnierz2019-05-201-0/+45
* SERVER-40439 Add merge support for whenNotMatched: discardAnton Korshunov2019-05-178-32/+834
* SERVER-41181 Fix sharding tests for hostname normalizationA. Jesse Jiryu Davis2019-05-171-3/+7
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-171-0/+35
* SERVER-41201 Rename test to reflect new coverageCharlie Swanson2019-05-171-0/+0
* SERVER-41201 Add replacement for "withEachOutMode"Charlie Swanson2019-05-172-33/+85
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-153-1/+38
* SERVER-40438 Add merge support for whenNotMatched: failAnton Korshunov2019-05-145-3/+508
* SERVER-40431 Add merge support for whenMatched: pipelineAnton Korshunov2019-05-131-0/+397
* SERVER-40440 Add merge support for whenMatched: 'keepExisting'Anton Korshunov2019-05-064-16/+382
* SERVER-40465 $group will not distinct scan multikey indexIan Boros2019-05-031-102/+138
* SERVER-40430 Add merge support for whenMatched: mergeAnton Korshunov2019-05-031-0/+382
* SERVER-40429 Add merge stage to write output to existing collectionAnton Korshunov2019-05-026-16/+87
* SERVER-40584 Regex agg expressions should not inherit from ExpressionFixedArityArun Banala2019-04-301-11/+25
* SERVER-40083 Don't recompile each time $regex is evaluated when regex argumen...Arun Banala2019-04-261-4/+30