summaryrefslogtreecommitdiff
path: root/src/mongo/shell/explainable.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56193 Add 'Explain.sbeReformatExperimental()' shell helperDavid Storch2021-07-141-0/+444
* SERVER-48244 remove shell-side explain string validationHirday Gupta2020-06-241-8/+1
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski2020-05-111-4/+17
* Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" ...Drew Paroski2020-05-111-17/+4
* SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to t...Drew Paroski2020-05-091-4/+17
* SERVER-45791 The db.collection.explain().mapReduce() shell helper should acce...James Wahlin2020-02-131-3/+12
* SERVER-44583 M/R Agg: Add explain support for mapReduce commandMihai Andrei2019-11-221-0/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-3/+4
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-0/+5
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-031-3/+3
* SERVER-28524 remove group commandKyle Suarez2018-05-301-9/+0
* SERVER-32300 Explainable.aggregate should not modify options argument.“Dandan2018-03-051-6/+6
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-251-5/+6
* SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...Tess Avitabile2017-04-041-0/+5
* SERVER-19758 add support for "executionStats" and "allPlansExecution" to agg ...David Storch2017-03-131-2/+13
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-131-2/+3
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-15/+4
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-1/+17
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-20/+26
* SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan2016-02-291-1/+1
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-15/+15
* SERVER-19341 fix read preference and slaveOk handling for the find commandDavid Storch2015-09-011-3/+4
* SERVER-15020 Explain for distinct commandQingyang Chen2015-07-311-0/+9
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-221-1/+1
* SERVER-16063 Rewrite the findAndModify command.Charlie2015-04-141-0/+8
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-0/+199