summaryrefslogtreecommitdiff
path: root/shell/utils.js
Commit message (Expand)AuthorAgeFilesLines
* don't pring getLastError on help()Eliot Horowitz2010-04-211-0/+4
* assert.close just uses difference now (can specify decimal place) - old imple...Mike Dirolf2010-03-221-7/+8
* fix for assert.close and use assert.close for 0 case in jstests/geob.jsMike Dirolf2010-03-221-0/+3
* handle multiple geo indexes with $near SERVER-686Eliot Horowitz2010-03-011-0/+25
* don't run test that checks profiling level in parallelAaron2010-02-251-1/+2
* edge case fixEliot Horowitz2010-02-261-1/+8
* SERVER-305 shell kills in progress operations on clean exitAaron2010-02-171-0/+11
* tojson(undefined) shouldn't return "null"Mathias Stearn2010-01-271-2/+2
* make --quiet option for shell SERVER-542Eliot Horowitz2010-01-131-1/+8
* SERVER-529 commentAaron2010-01-121-4/+2
* Merge branch 'master' of git@github.com:mongodb/mongoKristina Chodorow2010-01-081-10/+190
|\
| * SERVER-470 finish basicPlus testAaron2010-01-051-1/+2
| * SERVER-470 improvements for allops testAaron2010-01-051-1/+5
| * SERVER-470 improve event generation helpersAaron2010-01-051-4/+15
| * SERVER-470 move more code to parallel testing fwkAaron2010-01-051-3/+109
| * SERVER-470 start extracting framework for parallel testAaron2010-01-051-7/+57
| * MINOR commentsAaron2010-01-051-4/+7
| * SERVER-470 improve JS rand()Aaron2010-01-041-1/+1
| * SERVER-470 clean up multi thread testing functionAaron2010-01-041-4/+9
* | no \n's in empty array json formattingKristina Chodorow2010-01-081-0/+4
|/
* SERVER-470 complete setup for parallel clients in separate js scopesAaron2009-12-291-12/+23
* SERVER-470 MINOR use return value to check in assert.parallelTestsAaron2009-12-291-6/+5
* SERVER-470 allow shell threads to be run in fresh scopesAaron2009-12-291-1/+6
* MINOR put helper in assert namespaceAaron2009-12-281-1/+1
* SERVER-470 add runParallelTests helper, improve insert testAaron2009-12-281-0/+24
* SERVER-470 added fork()/Thread() to v8 engine-Aaron2009-12-221-0/+16
* SERVER-446 implement keySet w/o array comprehension, since v8 doesn't support...Aaron2009-12-211-1/+7
* SERVER-446 js implementation of keySet()Aaron2009-12-211-0/+4
* Array.avg Array.stdDevEliot Horowitz2009-11-091-0/+17
* Array.sumEliot Horowitz2009-11-051-0/+8
* some tojson nicitiesEliot Horowitz2009-10-191-3/+6
* fix group with [] in inital SERVER-361Eliot Horowitz2009-10-151-2/+6
* fix json testsEliot Horowitz2009-10-151-1/+1
* only use lint on big objectsEliot Horowitz2009-10-151-2/+7
* v8: some more stuff working, checkpointEliot Horowitz2009-10-131-0/+6
* don't use lint for find()Eliot Horowitz2009-10-121-1/+1
* fix json tesstEliot Horowitz2009-10-121-1/+1
* option for 1 line tojsonEliot Horowitz2009-10-121-10/+13
* pretty JSONkristina2009-10-121-29/+56
* don't show version in shell help, so that help doesn't hang when the db is lo...Mike Dirolf2009-10-071-2/+0
* Array.fetchRefs SERVER-213Eliot Horowitz2009-10-051-1/+22
* add new style DBRef to js SERVER-243Eliot Horowitz2009-10-021-0/+20
* renamed DBRef DBPointer SERVER-243Eliot Horowitz2009-10-021-6/+6
* assert debuggingEliot Horowitz2009-09-141-1/+20
* Array.shuffleEliot Horowitz2009-09-031-0/+10
* make assert.soon take a string to evalEliot Horowitz2009-08-241-2/+10
* remove methods in Array.prototype so for ( x in [] ) worksEliot Horowitz2009-08-231-10/+15
* some safety for other JS impls MINOREliot Horowitz2009-08-211-12/+22
* getLastError output for writes SERVER-240Eliot Horowitz2009-08-171-2/+10
* db.version() for server version and in help SERVER-200Eliot Horowitz2009-08-141-0/+2