summaryrefslogtreecommitdiff
path: root/jstests/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-25856 Rename _configsvr{Split,Merge}Chunks commands to _configsvrCommi...Spencer T Brody2016-09-081-2/+2
* SERVER-25186 check view collation during create/collModKyle Suarez2016-09-061-0/+33
* SERVER-25186 support a default collation for viewsKyle Suarez2016-09-063-5/+237
* SERVER-25799 fix skip messages in views_all_commands.jsKyle Suarez2016-09-021-37/+6
* SERVER-25937 Writing to system.views collection should not error when feature...Tess Avitabile2016-09-021-20/+0
* SERVER-25796 copydb support for views + additional cloner testsJames Wahlin2016-08-311-3/+3
* SERVER-25740 Prevent creation of views if featureCompatibilityVersion is 3.2Tess Avitabile2016-08-315-10/+93
* SERVER-25675 fix collMod type check for view pipelineKyle Suarez2016-08-301-2/+9
* SERVER-25798 return appropriate views error when validating a viewKyle Suarez2016-08-291-1/+1
* SERVER-24771 Support killCursors & mongos getMore on view namespaceJames Wahlin2016-08-261-2/+66
* SERVER-25812 don't run compact on ephemeral storage engines in testsKyle Suarez2016-08-261-2/+7
* SERVER-25802 DurableViewCatalog::iterate must check pipelineKyle Suarez2016-08-261-79/+101
* SERVER-25680 Don't check for view if collection existsKyle Suarez2016-08-241-0/+90
* SERVER-24764 Support for cluster admin commands on viewsJames Wahlin2016-08-242-22/+84
* SERVER-25723 do not terminate in presence of invalid viewsGeert Bosch2016-08-241-0/+65
* SERVER-25001 Wire in new _configsvrSplitChunk command so mongod no longer run...Jess Fan2016-08-231-0/+2
* SERVER-24771 Use view namespace in cursors for aggregate/getMoreGeert Bosch2016-08-221-1/+3
* SERVER-25155 Create setFeatureCompatibilityVersion commandTess Avitabile2016-08-191-0/+2
* SERVER-25569 Must hold mutex when iterating through ViewCatalogKyle Suarez2016-08-191-2/+2
* SERVER-25492 mongod gracefully handles invalid views on startupKyle Suarez2016-08-171-0/+34
* SERVER-25301 Test views with legacy reads/writesKyle Suarez2016-08-161-0/+42
* SERVER-24496: Add collStats command output to $collStats stageKevin Albertson2016-08-161-0/+6
* SERVER-25235: singleBatch special case in QueryRequest::asAggregationCommandKyle Suarez2016-08-161-0/+6
* SERVER-24764 Test mongos commands against views.James Wahlin2016-08-121-68/+115
* SERVER-24769 Add support for $lookup and $graphLookup on a view.Max Hirschhorn2016-08-101-1/+93
* SERVER-24506 Cloner support for viewsJames Wahlin2016-08-091-0/+43
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-043-33/+120
* Revert "SERVER-24768 Add view cycle and depth checking"Siyuan Zhou2016-08-033-120/+33
* SERVER-24768 Add view cycle and depth checkingKevin Albertson2016-08-033-33/+120
* SERVER-24568 Record stats and fix $collStats for viewsKevin Albertson2016-08-022-0/+126
* SERVER-24823 Add support for remaining admin commandsGeert Bosch2016-08-011-63/+99
* SERVER-24767 Replicate viewsGeert Bosch2016-08-012-16/+13
* SERVER-24762 Support for views on sharded collectionsJames Wahlin2016-07-291-0/+78
* SERVER-24393 rename assignKeyRangeToZone to updateZoneKeyRangeRandolph Tan2016-07-261-1/+1
* SERVER-24393 Implement assignKeyRangeToZone and _configsvrAssignKeyRangeToZoneRandolph Tan2016-07-261-0/+1
* SERVER-24823 Add admin commands, durable system.views catalogGeert Bosch2016-07-247-22/+243
* SERVER-24766 views support for count and distinctKyle Suarez2016-07-213-3/+136
* SERVER-24616 Add new getDiagnosticData commandMark Benvenuto2016-07-211-0/+1
* SERVER-24766 find command support for viewsKyle Suarez2016-07-192-1/+76
* SERVER-24766 aggregation support for viewsKyle Suarez2016-07-142-1/+94
* SERVER-24765 Evergreen test suite for viewsKyle Suarez2016-07-111-0/+1
* SERVER-24765 fix views_creation.jsKyle Suarez2016-07-081-6/+6
* SERVER-24765 integration test suite for viewsKyle Suarez2016-07-082-0/+461