summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-184-34/+38
* SERVER-22320 remove SYNC option and SyncClusterConnectionMisha Tyulenev2016-03-103-172/+46
* SERVER-22359 Move ensureShardVersionOkOrThrow to CollectionShardingStateKaloian Manassiev2016-03-101-1/+1
* SERVER-22356 add read_only_sharded suiteAdam Midvidy2016-03-101-15/+35
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-0920-6355/+6792
* SERVER-23018 Clean up JS linting errors in JS testsMike Grundy2016-03-081-1/+1
* SERVER-22948 Assert that starting/stopping the balancer is successfulKaloian Manassiev2016-03-083-5/+9
* SERVER-22969 Remove connectionURLTheSame from the global scopeKamran Khan2016-03-072-40/+39
* SERVER-22737 make exit logging.js more robustAdam Midvidy2016-03-041-6/+1
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-03-021-9/+16
* SERVER-22883 Add type checking to the createMongoArgs function in the shellKamran Khan2016-03-011-2/+6
* SERVER-22882 Remove the argumentsToArray function from the shellKamran Khan2016-02-296-14/+7
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-02-291-0/+38
* SERVER-22870 rename getServerName and getServerDianna Hohensee2016-02-261-22/+29
* SERVER-22822 prevent mongod stepdown in balance_repl.js and sharding_rs2.jsDianna Hohensee2016-02-261-0/+3
* SERVER-22850 Clean up additional javascript issues found by eslintMike Grundy2016-02-251-3/+2
* SERVER-22732 assert.contains() has unreachable code after returnMike Grundy2016-02-251-12/+10
* SERVER-22803 Increase timeout for ShardingTest.{stop/start}BalancerSpencer T Brody2016-02-231-0/+2
* SERVER-22765 Remove unnecessary logging in sharding tests when running on con...Randolph Tan2016-02-221-2/+2
* SERVER-22597 Fix minor javascript errors found by eslintMike Grundy2016-02-192-10/+10
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-3/+5
* SERVER-22493 don't use boost's initial_path when finding programs in MongoRunnerJonathan Reams2016-02-181-18/+3
* Revert "SERVER-22714 MongoURI should use the socketTimeout option"Kaloian Manassiev2016-02-181-5/+3
* SERVER-22714 MongoURI should use the socketTimeout optionKaloian Manassiev2016-02-181-3/+5
* SERVER-22582 wrap assert.soon functions in try...catch in ReplSetTestJudah Schvimer2016-02-181-19/+54
* SERVER-22698 fix duplicate error codes caused by broken errorcodes.pyAdam Midvidy2016-02-171-1/+1
* SERVER-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-174-1/+16
* SERVER-22641 Disable clang-format for template strings in JS codeJonathan Abrahams2016-02-171-0/+2
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-111-0/+3
* SERVER-19867 removed oplog reads in ReplSetTestJudah Schvimer2016-02-101-77/+96
* SERVER-22547 added support for config server replica set options to ShardingTestBenety Goh2016-02-101-0/+1
* SERVER-21785 Explain with shell does not negate limitTess Avitabile2016-02-101-4/+1
* SERVER-22521 extended default timeout for ReplSetTest.initiate() from 60 seco...Benety Goh2016-02-091-1/+1
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-081-9/+7
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-0515-1035/+1035
* SERVER-22287 build ReplSetTest._alldbpaths using actual dbpath from MongoRunn...Benety Goh2016-02-051-8/+4
* SERVER-21814 Shell correctly processes negative batchSize in commands readMode.Benjamin Murphy2016-02-041-1/+6
* SERVER-22447 IP Address in mongo --help command is not consistentGabe Fernando2016-02-031-2/+2
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* SERVER-18144 Remove references to TestData.testFile and TestData.testPathJonathan Abrahams2016-02-011-16/+0
* SERVER-21427 fix code formattingMark Benvenuto2016-01-291-35/+35
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-292-430/+700
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-01-291-4/+9
* SERVER-20838 stopMongod should throw if mongod exits abnormallyJonathan Reams2016-01-192-19/+77
* SERVER-21925 Update mutliversion tests to use 3.2Jonathan Abrahams2016-01-131-3/+3
* SERVER-22148 Simplify read committed testsCharlie Swanson2016-01-121-0/+5
* SERVER-22077 Speed up sharding tests which stop replica set membersKaloian Manassiev2016-01-111-16/+30
* SERVER-22043 attach read preference in count helperAdam Midvidy2016-01-041-1/+1
* SERVER-21973 move all server options initializers to NSDMIsAdam Midvidy2016-01-041-12/+5
* SERVER-20519 Set random seed, assert if seed not set and random function is i...Jonathan Abrahams2015-12-311-42/+69