summaryrefslogtreecommitdiff
path: root/src/mongo/shell/collection.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-37690 Return 0 from countDocuments for empty collectionA. Jesse Jiryu Davis2019-09-131-1/+4
* SERVER-42608 Accept hint in shell helper updateOne and updateManyJames Wahlin2019-09-111-1/+1
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-92/+86
* SERVER-41632 Fix division by zero in shell collStats helperRandolph Tan2019-07-091-4/+6
* SERVER-1599 Add support for index hint to update commandXin Hao Zhang2019-07-031-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
* SERVER-25357 expose read concern setter for shell mongo objectMatt Cotter2016-08-121-0/+5
* SERVER-21088 convert to objectid in massage objectMatt Cotter2016-08-091-2/+4
* SERVER-25300 Incorrect syntax in for loop in collection.jsWaley Chen2016-08-081-1/+1
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-11/+30
* Revert "SERVER-23882 Collation should be considered part of a query's shape"Scott Hernandez2016-07-071-30/+11
* SERVER-23882 Collation should be considered part of a query's shapeTess Avitabile2016-07-071-11/+30
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-241-0/+6
* Revert "SERVER-5905 Add collStats aggregation stage"Mathias Stearn2016-06-241-6/+0
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-231-0/+6
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-79/+29
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-3/+41