summaryrefslogtreecommitdiff
path: root/src/mongo/shell/utils_sh.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-091-459/+457
* SERVER-22948 Assert that starting/stopping the balancer is successfulKaloian Manassiev2016-03-081-1/+4
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-051-155/+155
* SERVER-21009 Move sharding admin calls out of ShardingTestKaloian Manassiev2015-10-271-0/+281
* SERVER-19980: only permit sh.setBalancerState against mongos intancesSam Kleinman2015-08-281-17/+31
* SERVER-19493 Include 'code' field in thrown js Error objects where possibleSpencer T Brody2015-07-221-3/+3
* SERVER-18506: Make the balancer section of printShardingStatus() respect the ...Kevin Pulo2015-07-101-16/+27
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-0/+8
* SERVER-16987 sh.getRecentMigrations shows aborted migration as successRandolph Tan2015-03-131-15/+57
* SERVER-16499 Fix sh.getBalancerLockDetailsDavid Hows2014-12-111-5/+5
* SERVER-10824 sh.enableBalancing() now requires an argumentMatt Kangas2014-10-231-1/+10
* SERVER-14882 Add action log data to sh.status()daveh862014-10-121-0/+72
* SERVER-6352 Add sh.removeTagRangeAdam Comerford2014-07-091-0/+17
* SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"daveh862014-05-221-5/+5
* fix misspelling in assertQuentin Conner2014-03-271-1/+1
* SERVER-9371 addTagRange should prevent min and max being the sameRandolph Tan2013-10-041-0/+4
* SERVER-8167 make units more accurateGreg Studer2013-02-011-4/+4
* Fixed typosPascal Borreli2012-10-141-1/+1
* slightly clearer help message? please review.Dwight2012-10-011-2/+2
* SERVER-7032: Added help for sh.addTagRangeShaun Verch2012-09-191-1/+2
* SERVER-6943: fix sh.addTagRange for 3 config serversScott Hernandez2012-09-181-3/+3
* SERVER--6708 sh._adminCommand is silent, and sh helpers return result objectSamantha Ritter2012-08-081-12/+6
* SERVER-2545 - start of a few shell helpersEliot Horowitz2012-06-151-0/+34
* SERVER-5129 sh.waitForDLock() needs to handle no-lock caseGreg Studer2012-02-281-1/+2
* SERVER-3702 printShardingStatus interprets database name as regular expressionRen2012-02-171-1/+1
* SERVER-4621 noBalance flag for sharded collectionsGreg Studer2012-02-161-0/+60
* SERVER-4641 make sure stopBalancer() handles case where mongos is actively lo...gregs2012-01-161-30/+125
* bulk move of code to src/ SERVER-4551Eliot Horowitz2011-12-241-0/+164