summaryrefslogtreecommitdiff
path: root/src/mongo/shell/collection.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-101-3/+41
* SERVER-23109 Typo in src/mongo/shell/collection.jsWaley Chen2016-03-221-1/+1
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-549/+656
* SERVER-22948 Assert that starting/stopping the balancer is successfulKaloian Manassiev2016-03-081-2/+3
* 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-162/+162
* SERVER-20257 Support readConcern in count command shell helperJonathan Reams2015-11-121-35/+17
* SERVER-20146 add readConcern to DBQuery shell helpersJonathan Reams2015-10-291-2/+6
* SERVER-19841: Fix unsafe global loop vars in jsKevin Pulo2015-09-101-1/+1
* SERVER-12856 Add createIndexes shell helperMargaret Stephenson2015-08-141-13/+24
* SERVER-17953 Implement Driver CRUD API Spec in shellChristian Kvalheim2015-08-041-103/+233
* SERVER-19504 Remove indexStats command artifactsJames Wahlin2015-07-221-127/+0
* SERVER-19474 Improve validation for createIndex array options in shellJ Delaney2015-07-221-1/+5
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-221-8/+8
* SERVER-18198 fix incorrect logic for applying read pref to aggregate commandAdam Midvidy2015-05-151-1/+3
* SERVER-18198 use native runCommand method in the shellAdam Midvidy2015-04-291-15/+48
* SERVER-17708 Include createIndex method in DBCollection help() outputJason Rassi2015-03-241-1/+2
* SERVER-17347 add help text for DBCollection's explain methodDavid Storch2015-02-231-0/+1
* SERVER-16628: upgrade checker cleanupScott Hernandez2015-02-181-7/+10
* SERVER-16870 db.collectons.stats() supports indexDetails on sharded collectionsBenety Goh2015-01-161-0/+6
* SERVER-16782 SERVER-16870 refactor db.collection.stats()Benety Goh2015-01-161-20/+26
* SERVER-16848 fixed db.collections.totalSize() so that it uses totalIndexSize ...Benety Goh2015-01-151-10/+4
* SERVER-16782 db.collection.stats() supports toggling of indexDetails and disp...Benety Goh2015-01-151-3/+52
* SERVER-16782 fixed db.collection shell helper test to work with sharding pass...Benety Goh2015-01-151-8/+0
* SERVER-16659 listColls/listIndexes: empty cursor obj no longer neededJason Rassi2015-01-151-2/+2
* SERVER-16518 listIndexes response changed to cursor object formTyler Brock2014-12-161-2/+2
* SERVER-16518 listCollections response changed to cursor object formJason Rassi2014-12-161-3/+4
* SERVER-16171: fix repairIterator releasing under WTEliot Horowitz2014-11-171-1/+9
* SERVER-14875 explain helpers for the shellDavid Storch2014-10-131-21/+69
* SERVER-13635: use listCollections so repl works with non-mmapv1Eliot Horowitz2014-10-061-1/+13
* SERVER-14710 finish removal of dropDupsMathias Stearn2014-08-201-29/+1
* SERVER-14378 SERVER-12517: make shell use listIndexes when available and star...Eliot Horowitz2014-07-231-1/+35
* SERVER-12642 validates input to the distinct commandeshamaharishi2014-06-171-4/+7
* Revert "SERVER-12642 validates input to the distinct command"Benety Goh2014-06-171-7/+4
* SERVER-12642 validates input to the distinct commandeshamaharishi2014-06-171-4/+7
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-24/+24
* SERVER-12692 added cursor-style shell helpers for plan cacheBenety Goh2014-04-231-0/+18
* SERVER-13373 - The insert ordered option is reversed in the shellScott Hernandez2014-03-271-1/+1
* SERVER-13057 push shell write errors more in line with other driversGreg Studer2014-03-181-14/+51
* SERVER-13252 downconvert createIndex in compatibility modeGreg Studer2014-03-181-1/+15
* SERVER-13028 fix shell to use createIndex command for createIndex methodRandolph Tan2014-03-131-5/+2
* SERVER_12951 added getPlanCache() to Collection.help()Benety Goh2014-03-131-0/+1
* SERVER-12763 Do not return a SingleWriteResult if inserting from arrayAndreas Nilsson2014-03-111-1/+3
* SERVER-12964 accept query shape object in plan cache shell helpersBenety Goh2014-03-051-0/+12
* SERVER-12985 fix display index nameAsya Kamsky2014-03-031-1/+1
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-1/+1
* SERVER-12911 make ensureIndex return value consistentRandolph Tan2014-02-261-4/+2
* SERVER-12786: add shell writeMode optionScott Hernandez2014-02-261-12/+12
* SERVER-12657 better validity checks for ns and index descriptors in write opsgregs2014-02-191-2/+6
* SERVER-12702: add writeconcern operation optionScott Hernandez2014-02-171-24/+66