summaryrefslogtreecommitdiff
path: root/jstests/views
Commit message (Expand)AuthorAgeFilesLines
* SERVER-26765 move tests in jstests/views to other suitesKyle Suarez2017-04-246-421/+0
* SERVER-26765 move views tests into jsCoreKyle Suarez2017-04-2413-1652/+0
* SERVER-27761 track collation in ViewGraphr3.4.4-rc0Kyle Suarez2017-04-141-0/+63
* SERVER-27644 $unwind arrays when performing distinct on a viewKyle Suarez2017-04-141-10/+40
* SERVER-28380 Clear ramlog before looking for stopReplProducer failpoint log m...Spencer T Brody2017-04-041-0/+1
* SERVER-28121 DurableViewCatalog shouldn't throw on null byte in view nsJames Wahlin2017-03-281-0/+1
* SERVER-26960 don't convert find to aggregation if sort contains $naturalKyle Suarez2016-12-211-0/+2
* SERVER-27030 Improve error for legacy find/getMore on viewJames Wahlin2016-11-161-11/+38
* SERVER-26243 Allow deletion of system.views and fix/test rollbackGeert Bosch2016-11-092-5/+28
* SERVER-26090 Propagate aggregate options through view resolution.Charlie Swanson2016-10-141-0/+43
* SERVER-25459 Create command should reject unknown optionsTess Avitabile2016-10-031-6/+2
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-031-0/+12
* SERVER-26267 forbid creating views starting with 'system.'Kyle Suarez2016-09-281-0/+20
* 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