summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* SERVER-24227 Replace autoSplit startup opt with proper settingJess Fan2016-07-061-0/+35
* SERVER-24831 read_pref.js should wait for mongos replSet view with proper tagsRandolph Tan2016-07-011-0/+26
* SERVER-24720/SERVER-24782 Move serverStatus.balancer to a balancerStatus commandKaloian Manassiev2016-06-292-55/+13
* SERVER-24788 Raise the timeout waiting for processes to end in the shellJonathan Reams2016-06-281-1/+1
* SERVER-24703 Improved DBClientWithCommands index creation methodJ. Rassi2016-06-271-1/+1
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-241-0/+6
* Revert "SERVER-5905 Add collStats aggregation stage"Mathias Stearn2016-06-241-6/+0
* SERVER-5905 Add collStats aggregation stageKevin Albertson2016-06-231-0/+6
* SERVER-22696 Enable clang-format for code with JS template stringsKamran Khan2016-06-231-4/+1
* SERVER-24713 ensures config_server_checks.js fails ReplSetTest restart on aut...Judah Schvimer2016-06-221-2/+2
* SERVER-23226 port CheckReplDBHash hook to jSRobert Guo2016-06-221-2/+6
* SERVER-24603 Re-enable auth tests in 'sharding_last_stable_mongos'Kaloian Manassiev2016-06-201-45/+6
* SERVER-24652 Expose the balancer state through serverStatus sectionKaloian Manassiev2016-06-201-3/+38
* SERVER-24628 Do proper Timestamp comparison when waiting for last op to be co...Spencer T Brody2016-06-201-1/+8
* SERVER-23059: storage interface improvementsScott Hernandez2016-06-171-0/+1
* SERVER-24544 Make ShardingTest inherit the methods from 'sh'Kaloian Manassiev2016-06-171-59/+66
* SERVER-19556 Add entry for start/stopBalancer to sh.help()Kaloian Manassiev2016-06-171-16/+16
* SERVER-22347 Use "legacy" read mode for replica set connections.Max Hirschhorn2016-06-161-1/+5
* SERVER-23103 Don't use pooled scopes in benchrunAndrew Morrow2016-06-161-4/+4
* SERVER-23103 Remove clientAndShell as it is now emptyAndrew Morrow2016-06-161-50/+0
* SERVER-23103 Refactor access to haveLocalShardingInfoAndrew Morrow2016-06-161-4/+0
* SERVER-23103 Make service contexts responsible for creating DBDirectClientsAndrew Morrow2016-06-161-4/+0
* SERVER-24594 raise default write concern timeout for security shell helpersEric Milkie2016-06-151-1/+1
* SERVER-22672 Move the sharding balancer to the CSRS primaryKaloian Manassiev2016-06-152-25/+45
* SERVER-24456 Tests should lower RocksDB cache sizeMike Grundy2016-06-141-2/+8
* SERVER-24201 jsTest.authenticateNodes doesn't handle temp network errorsJonathan Abrahams2016-06-143-32/+29
* SERVER-22204 Tests should lower WT cache sizeMike Grundy2016-06-132-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-6/+13
* SERVER-24181 Enable BSON 1.1 by defaultGeert Bosch2016-06-031-1/+0
* SERVER-24118 Rename LiteParsedQuery to QueryRequest.David Hatch2016-06-031-25/+25
* SERVER-23742 use dialTimeout with supported tools versionsGabriel Russell2016-06-022-2/+39
* SERVER-23733 Remove the mongos chunkSize startup optionKaloian Manassiev2016-06-023-76/+66
* SERVER-23145 SERVER-22449 sharding shell helpers return result and assert on ...Kevin Pulo2016-06-011-24/+22
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-2826-1055/+542
* SERVER-24254 Wait for nodes to agree on primary in maxSyncSourceLagSecs.js an...Judah Schvimer2016-05-241-0/+39
* SERVER-12489 Make shell warn if version does not match server'sJoanna Cheng2016-05-231-4/+19
* SERVER-24087 Make sure config servers are caught up after ShardingTest starts upRandolph Tan2016-05-181-1/+15
* SERVER-24104 Replace stdx::duration with mongo::Duration.Andy Schwerin2016-05-174-0/+6
* SERVER-23791 extend shell helpers to pass collation parameter to serverDavid Storch2016-05-106-18/+185
* SERVER-24045 Refactor LiteParsedQueryTess Avitabile2016-05-061-25/+22
* SERVER-23949 Enable decimal support by default in Mongo shellGeert Bosch2016-05-061-0/+1
* SERVER-23733 Tests should not write chunkSize to config.settings directlyKaloian Manassiev2016-05-041-15/+12
* SERVER-23548 Remove VS2013 workaroundsMark Benvenuto2016-05-032-7/+0
* SERVER-18877: Spawn process with environment variablesSpencer Jackson2016-05-033-28/+197
* SERVER-23579 WriteConcern can be called on objectsMatt Cotter2016-04-291-2/+5
* SERVER-18720 Allow multiple setParameter options in MongoRunnerSpencer Jackson2016-04-291-5/+18
* SERVER-23875 MongoRunner._startWithArgs returns pid if not waiting for connec...Benety Goh2016-04-251-25/+31
* SERVER-23717 do not allocate memory in child if exec failsJonathan Reams2016-04-151-2/+3
* SERVER-23472 Enable JavaScript protection by defaultShane Harvey2016-04-142-6/+15