summaryrefslogtreecommitdiff
path: root/src/mongo/db/views/resolved_view_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54975 Rename IDL parser classes to use CommandRequest and CommandReply...Bernard Gorman2021-04-021-11/+11
* SERVER-53311 Add a 'struct' type to represent 'cursor' object in aggregate co...Ruoxin Xu2021-01-201-2/+6
* SERVER-51649 Convert aggregate command input to IDLRuoxin Xu2021-01-071-29/+31
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-1/+1
* SERVER-29794 Adding a comment to all commandsArun Banala2019-09-241-9/+0
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-16/+11
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn2018-01-171-12/+24
* SERVER-31049 Fix resolution of a view's default collation on mongos.David Storch2017-09-211-15/+73
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-6/+6
* SERVER-28040 Fix maxTimeMS/readPref/readConcern for sharded view queryJames Wahlin2017-04-051-0/+42
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-0/+9
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-80/+31
* SERVER-24623 Remove single document aggregation result optionTess Avitabile2017-01-131-12/+33
* SERVER-27211 de-duplicate symbol `isMongos`ADAM David Alan Martin2016-12-051-1/+0
* SERVER-26800 unit tests for ViewDefinitionKyle Suarez2016-11-221-6/+1
* SERVER-25599 unit tests for ResolvedViewKyle Suarez2016-11-011-0/+239