summaryrefslogtreecommitdiff
path: root/src/mongo/shell/collection.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-47409 writeconcern>1 gives no error on standalone serverRyan Timmons2020-06-081-1/+3
* Revert "SERVER-41365 include the particular namespace in 'ns not found' error...Dianna Hohensee2020-05-141-2/+1
* SERVER-41365 include the particular namespace in 'ns not found' error messagesWilliam Reiske2020-05-051-1/+2
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-0/+34
* SERVER-44051 ensure getShardDistribution correctly checks for sharded collect...Kevin Pulo2020-04-141-1/+2
* SERVER-44892 getShardDistribution should use $collStats agg stage instead of ...Tommaso Tocci2020-03-171-56/+64
* SERVER-42410 mongo shell count helper command throws errors on invalid optionsKatherine Wu2019-12-241-5/+11
* SERVER-44701 Remove support for 'planCacheListQueryShapes' and 'planCacheList...David Storch2019-11-261-20/+13
* SERVER-43689 getShardDistribution() incorrectly shows 0 chunksAlex Taskov2019-10-221-1/+1
* SERVER-43644 Update 'validate' shell helper to use an object instead of a boo...Gregory Wlodarek2019-10-021-6/+6
* SERVER-42675 M/R Agg: Remove MapReduceResult shell helperArun Banala2019-09-251-45/+7
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-08-201-1/+4
* SERVER-42608 Accept hint in shell helper updateOne and updateManyXin Hao Zhang2019-08-071-1/+1
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-92/+86
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-011-4/+6
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-06-181-2/+11
* SERVER-40408 Add pipeline versions of update helpers in the shellBernard Gorman2019-05-031-17/+16
* SERVER-39663 db.collection.dropIndex() should not accept multiple index namesGregory Wlodarek2019-04-051-0/+13
* SERVER-38937 unify txn override and auto retry on network errorJudah Schvimer2019-04-041-1/+1
* SERVER-39760 Add commitQuorum field to createIndex(es) shell helpersGregory Wlodarek2019-02-271-4/+9
* SERVER-38631 Let DriverSession own SessionAwareClient.Siyuan Zhou2019-01-241-2/+2
* SERVER-25936 Collection.dropIndexes() shell helper uses dropIndexes instead o...Benety Goh2018-12-271-2/+2
* SERVER-37727 dropIndexes supports dropping multiple indexesBenety Goh2018-11-081-5/+3
* SERVER-17478 Remove coll.copyTo() shell helperSara Golemon2018-10-191-21/+0
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-61/+10
* SERVER-36899 Accept new 'startAfter' option in watch() helpersCharlie Swanson2018-08-281-19/+4
* SERVER-35037 Create new concurrency suite that runs consecutive operations in...Samy Lanka2018-08-031-3/+3
* SERVER-35989 add document count functions to the shellPavi Vetriselvan2018-08-021-0/+84
* SERVER-28524 remove group commandKyle Suarez2018-05-301-11/+0
* SERVER-34991 JS tests doing transaction operations must use majority writeCon...Dianna Hohensee2018-05-251-4/+3
* SERVER-34818 Rename startAtClusterTime to startAtOperationTimeCharlie Swanson2018-05-171-3/+3
* SERVER-19630 allow FSM tests to connect to an existing clusterRobert Guo2018-04-301-4/+0
* SERVER-33818: Add 'resumeWithClusterTime' as an alias for '$_resumeAfterClust...Nick Zolnierz2018-04-041-0/+5
* SERVER-31335 cmd assertions check write errorsKevin Albertson2018-01-111-3/+14
* SERVER-30062 remove storageDetails wrappers from shellBilly Donahue2017-11-271-166/+0
* SERVER-31354 Support driver API for changeStreams in the shell.Siyuan Zhou2017-11-161-0/+19
* SERVER-31610 Add timestamp to plan cache entriesjannaerin2017-11-131-4/+2
* SERVER-24174: Inconsistent rule for storing dotted field namesNick Zolnierz2017-10-121-80/+3
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-2/+2
* SERVER-31038 Fix possible stall from happening in DBCollection.createIndexesIan Boros2017-09-191-0/+4
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-301-0/+13
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-301-11/+14
* SERVER-29928 invalid_db_name.js should test server not clientMathias Stearn2017-07-131-2/+2
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-75/+3
* SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...Tess Avitabile2017-04-041-2/+15
* SERVER-24081 fixed explainable count to respect hintMaria van Keulen2016-09-131-28/+3
* SERVER-25551 Pass batchSize through to DBCommandCursor in aggregation helperJonathan Reams2016-09-121-1/+4
* SERVER-7295 check arguments to rename collection helperMatt Cotter2016-09-021-0/+13
* SERVER-23219 DBCommandCursor should route getMore operations to original serverJonathan Reams2016-08-291-3/+3
* SERVER-25180 make full histogram output optionalKevin Albertson2016-08-291-2/+3