summaryrefslogtreecommitdiff
path: root/src/mongo/shell/collection.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-74787 Prepare jstest corpus for implicit strict modeMatt Broadstone2023-05-071-1/+1
* SERVER-74086 Implement checks for consistent indexes across shardsTommaso Tocci2023-04-071-3/+5
* SERVER-74078 Add collection level mode to checkMetadataConsistency commandPol Pinol Castuera2023-04-071-0/+9
* SERVER-72947 Create shell helper that can be used to call cleanupStructuredEn...Shreyas Kalyan2023-03-221-0/+4
* SERVER-34245 Throw error when passed array type to save shell commandSebastien Mendez2022-11-211-2/+2
* SERVER-59302 Remove support in client code for commands wrapped with $queryDavid Storch2022-11-171-2/+1
* SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch2022-08-181-5/+6
* SERVER-63467 Create a shell helper that can be used to call compact encryptio...Erwin Pe2022-03-151-0/+4
* SERVER-56905 Ban API params to aggregate/find/etc shell helpersNicholas Zolnierz2021-10-121-2/+5
* SERVER-57869 Extending Shell getShardDistribution helper to handle new metada...Allison Easton2021-07-061-2/+7
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-031-46/+0
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-011-121/+76
* SERVER-51431 Transaction read concerns are not honored by mongo shellRaiden Worley2021-03-291-2/+4
* SERVER-54132: Review usages of config.collections 'dropped' fieldJordi Serra Torrens2021-02-191-1/+3
* SERVER-50442 Remove ensureIndex shell functionRishab Joshi2020-11-171-20/+0
* Revert "SERVER-50442 Remove ensureIndex shell function This commit also repla...Arun Banala2020-11-121-0/+20
* SERVER-50442 Remove ensureIndex shell function This commit also replaces all ...Rishab Joshi2020-11-121-20/+0
* SERVER-51362 Ensure update and delete shell helpers support 'let' variablesKatherine Wu2020-10-081-5/+21
* SERVER-50581 Replace setSlaveOk and getSlaveOk occurrences in jstestsAli Mir2020-09-091-3/+1
* SERVER-26726 Check number of arguments for createIndex, createIndexes and ens...Nikita Lapkov2020-08-211-0/+12
* SERVER-49990 Alias setSlaveOk() and getSlaveOk() shell helpersAli Mir2020-08-201-7/+19
* 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