summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_out_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-76582 Pass correct SerializationContext objs into command repliesHugh Tong2023-05-121-0/+2
|
* SERVER-72687 support $out to time-series collectionsGil Alon2023-04-191-6/+38
|
* SERVER-75110 Support SerializationOptions in IDL generated serializersDavis Haupt2023-04-141-1/+1
|
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-311-0/+20
|
* Revert "SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAuto"auto-revert-processor2023-03-311-20/+0
| | | | This reverts commit ff32a9b23a2b485bd0900d129fd9013844559d5a.
* SERVER-75130: Shapify $currentOp, $out, $telemetry, $bucketAutoWill Buerger2023-03-301-0/+20
|
* SERVER-72687 Revert $out to time-series collectionsGil Alon2023-03-291-1/+1
|
* SERVER-74830 Ensure agg and views unit tests that set tenantIds behave ↵jannaerin2023-03-151-0/+5
| | | | correctly when multitenancySupport enabled
* SERVER-72687 Add support for $out to timeseries collectionGil Alon2023-02-241-1/+1
|
* SERVER-73112 Expose function to construct NamespaceString in unit testsjannaerin2023-02-081-4/+10
|
* SERVER-66024 Include tenantId when constructing namespaces for agg stagesjannaerin2022-05-241-0/+61
|
* SERVER-46110 Expose $out functionalityTed Tuckman2020-02-281-5/+5
|
* Revert "SERVER-46110 Expose $internalOutToDifferentDB functionality"Louis Williams2020-02-271-5/+5
| | | | This reverts commit 835e125ff9cf933ff9804d8f7ca22cca1e3a04f2.
* SERVER-46110 Expose $internalOutToDifferentDB functionalityTed Tuckman2020-02-271-5/+5
|
* SERVER-42693 Add renameAndPreserveOptions command and allow $out to output ↵Ted Tuckman2019-11-151-3/+3
| | | | to different DB
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
| | | | | | Document/Value is now used throughout the query execution engine, and therefore should move into the directory which holds query execution code.
* SERVER-40432 Undo 4.2 changes to $outAnton Korshunov2019-05-301-310/+6
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37871 Enforce agreement on shard key across cluster for $outCharlie Swanson2018-11-211-4/+27
|
* SERVER-37982 Distinguish use cases for collecting document key fieldsCharlie Swanson2018-11-161-3/+3
|
* SERVER-37378 Prevent $out to the same namespace as the aggregation for the ↵Devin Hilly2018-11-071-0/+20
| | | | new modes
* SERVER-36813 Be careful when choosing default uniqueKeyCharlie Swanson2018-11-011-1/+18
| | | | | | | | Before doing so, refresh the catalog cache to make sure the mongos serving the request is at least somewhat up to date. Additionally, communicate the epoch used to choose the uniqueKey from mongos to the shards, and raise an error from the shards and terminate the aggregation if the epoch of the targeted collection ever changes.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-21/+23
|
* SERVER-36367 validation for $out "uniqueKey"Kyle Suarez2018-09-111-30/+18
|
* SERVER-13201 support $out to foreign databaseKyle Suarez2018-08-281-7/+17
| | | | | Allows $out to write to a database foreign to the aggregation namespace when the mode is "insertDocuments" or "replaceDocuments"
* SERVER-35954 Default uniqueKey to document key for sharded collectionCharlie Swanson2018-08-241-0/+9
|
* SERVER-36123: Reject $out with mode: replaceCollection if the output ↵Nick Zolnierz2018-08-091-0/+16
| | | | collection is sharded
* SERVER-35896: Support 'replaceDocuments' mode in $outNick Zolnierz2018-08-021-30/+108
|
* SERVER-36286: Rename options for $outNick Zolnierz2018-07-261-70/+25
|
* SERVER-35897: Add support for $out to append to existing collectionNick Zolnierz2018-07-241-10/+0
|
* SERVER-35893: Update $out to accept new syntaxNick Zolnierz2018-07-051-0/+315