summaryrefslogtreecommitdiff
path: root/jstests/aggregation/sources/replaceRoot
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46700 Update tests in aggregation suite to avoid spawning ↵Nick Zolnierz2020-03-251-53/+34
| | | | mongod/sharded clusters
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-1/+1
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-272-100/+96
|
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-152-1/+26
|
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-111-1/+4
| | | | | | | There are likely more JavaScript tests which have been added since r3.6.9 that still need to be tagged. (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
* SERVER-32668 Add sharded aggregation passthrough with one shardCharlie Swanson2018-01-301-1/+2
|
* SERVER-23313 add replaceRoot aggregation stageCarly Robison2016-07-291-0/+101
replaceRoot promotes a subdocument to the top level