summaryrefslogtreecommitdiff
path: root/src/mongo/shell
Commit message (Expand)AuthorAgeFilesLines
* 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
* SERVER-6823 Enable Access control without downtime.Shane Harvey2016-04-131-21/+22
* SERVER-22422 Test that write commands support writeConcernJudah Schvimer2016-04-121-1/+4
* SERVER-22661 Require --shardsvr for shard aware initializationRandolph Tan2016-04-082-4/+3
* SERVER-23094 Add collator parameter to the find commandTess Avitabile2016-04-071-0/+2
* SERVER-23547 Make the multiversion concept of "latest" more precise.Andy Schwerin2016-04-071-32/+66
* SERVER-23474 runMongoTool with --dialTimeout=30Gabriel Russell2016-04-051-0/+9
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-043-16/+0
* Revert "SERVER-23044 Fall back to system CA certs if CA file isn't provided"Jonathan Reams2016-04-043-0/+16
* SERVER-23044 Fall back to system CA certs if CA file isn't providedJonathan Reams2016-04-043-16/+0
* SERVER-23287: Cleanup replSetGetStatus output/code (field names)Scott Hernandez2016-03-271-2/+2
* SERVER-22533: correct tests for writeConcern majority + journal behaviorsScott Hernandez2016-03-272-8/+14
* SERVER-23246 make SockAddr its own filesMatt Cotter2016-03-231-1/+0
* SERVER-23109 Typo in src/mongo/shell/collection.jsWaley Chen2016-03-221-1/+1
* SERVER-23103 Unify exit handlingAndrew Morrow2016-03-214-52/+13
* 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