summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-23226 port CheckReplDBHash hook to jSRobert Guo2016-07-151-2/+6
* SERVER-24335 Make shell sharding helpers use wtimeout in their write concernsSpencer T Brody2016-07-131-7/+11
* SERVER-23145 SERVER-22449 sharding shell helpers return result and assert on ...Kevin Pulo2016-07-131-22/+22
* SERVER-22383 Do not throw in shell if no database is specified in MongoURIJonathan Reams2016-07-131-1/+1
* SERVER-24201 jsTest.authenticateNodes doesn't handle temp network errorsJonathan Abrahams2016-06-212-1/+21
* SERVER-22422 ShardingTest passes rsSettings to ReplSetTestJudah Schvimer2016-06-171-1/+4
* SERVER-24456 Tests should lower RocksDB cache sizeMike Grundy2016-06-161-2/+11
* SERVER-22204 Tests should lower WT cache sizeMike Grundy2016-06-162-0/+5
* SERVER-24466 ReplSetTest getPrimary() now only returns when there is one primaryJudah Schvimer2016-06-091-1/+9
* SERVER-23741 Use MongoRunner.runMongoTool() to run tools from JS tests.Max Hirschhorn2016-06-071-8/+13
* SERVER-23742 use dialTimeout with supported tools versionsGabriel Russell2016-06-072-2/+39
* SERVER-22914 Make mongos_no_replica_set_refresh obtain config from the primar...Kaloian Manassiev2016-04-271-9/+16
* SERVER-23474 runMongoTool with --dialTimeout=30Gabriel Russell2016-04-211-0/+9
* SERVER-22043 attach read preference in count helperAdam Midvidy2016-04-191-1/+1
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-183-16/+0
* SERVER-23547 Make the multiversion concept of "latest" more precise.Andy Schwerin2016-04-071-32/+65
* SERVER-17468 don't log balancer rounds to the actionlog if no chunks are movedDianna Hohensee2016-03-301-0/+37
* SERVER-22493 don't use boost's initial_path when finding programs in MongoRunnerJonathan Reams2016-03-281-18/+3
* SERVER-23109 Typo in src/mongo/shell/collection.jsWaley Chen2016-03-221-1/+1
* SERVER-23067 Final round of JS linting and formattingMike Grundy2016-03-212-8/+8
* SERVER-22469 Format JS code with approved style in src/mongo/shell & src/mong...Jonathan Abrahams2016-03-0920-6372/+6826
* SERVER-23018 Clean up JS linting errors in JS testsMike Grundy2016-03-081-2/+2
* SERVER-22864 Fix minor javascript errors found by eslint in v3.2 branchMike Grundy2016-03-081-1/+1
* SERVER-22878 rewrite checks in csrs_upgrade_mongod_using_movechunk.js after n...Esha Maharishi2016-02-261-9/+54
* 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-9131 prevent automatic function marshalling in shellrahuldhodapkar2016-02-244-1/+16
* SERVER-22292: make wait-for-pid operation more robust on windowsSam Kleinman2016-02-241-4/+9
* SERVER-22440 fix shell to resolve readMode correctly on first .find() operationDavid Storch2016-02-221-9/+7
* SERVER-22597 Fix minor javascript errors found by eslintMike Grundy2016-02-192-10/+10
* SERVER-22299 add test to verify mongod upgrades to csrs mode on receiving mov...Esha Maharishi2016-02-181-0/+17
* SERVER-22428 added logging for read-after-optime timeoutsBenety Goh2016-02-181-0/+3
* SERVER-22547 added support for config server replica set options to ShardingTestBenety Goh2016-02-171-0/+1
* SERVER-22521 extended default timeout for ReplSetTest.initiate() from 60 seco...Benety Goh2016-02-171-1/+1
* SERVER-22287 build ReplSetTest._alldbpaths using actual dbpath from MongoRunn...Benety Goh2016-02-171-8/+4
* SERVER-22340 Fix JS lint errors in src/mongo/ with ESLint --fixMike Grundy2016-02-1615-1056/+1056
* SERVER-21427: Replaced BSONObjBuilder.done() with BSONObjBuilder.obj() in ben...dalyd2016-02-011-1/+1
* SERVER-21427 fix lintJonathan Reams2016-01-291-35/+35
* SERVER-21427: benchRun should complain when passed invalid optionsdalyd2016-01-292-430/+700
* SERVER-21912 Iterate command response cursorsCharlie Swanson2016-01-291-2/+30
* SERVER-22077 Speed up sharding tests which stop replica set membersKaloian Manassiev2016-01-141-16/+30
* SERVER-21050 Continuous config server primary step downKaloian Manassiev2016-01-131-3/+9
* SERVER-21050 Continuous config stepdown logging changesKaloian Manassiev2016-01-132-67/+91
* SERVER-21923 Propagate ReplSetTest.awaitSecondaryNodes timeout valuesKamran Khan2015-12-171-1/+1
* SERVER-21050 Introduce ReplSetTest.State enumeration everywhereKaloian Manassiev2015-12-111-45/+0
* SERVER-21248 speed up shell test function responsible for mongo program shutdownBenety Goh2015-12-101-14/+16
* SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist aggreg...Jonathan Abrahams2015-12-102-0/+15
* SERVER-21637 add a test for 3.2 shell / 3.0 server find compatibilityDavid Storch2015-12-091-11/+12
* SERVER-21426:Add writeConcern support to benchRundalyd2015-12-081-1/+13