0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 01:21:03 +01:00
Commit Graph

230 Commits

Author SHA1 Message Date
Eliot Horowitz
33181727d2 make collection print in the shell nicely 2009-06-04 17:01:56 -04:00
Eliot Horowitz
ef6a52d21f make assert.eq more strict MINOR 2009-06-04 13:52:36 -04:00
Eliot Horowitz
f3c795db38 findOne should send a hard limit, not a soft limit 2009-06-03 17:04:43 -04:00
Eliot Horowitz
b2defb1b7e db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
Eliot Horowitz
01397d2c32 Merge branch 'master' of git@github.com:mongodb/mongo 2009-06-02 08:19:29 -04:00
Eliot Horowitz
dbff105e99 fix "show users" in shell SERVER-87 2009-06-01 16:47:43 -04:00
Eliot Horowitz
921f11c93e docs MINOR 2009-05-30 09:19:47 -04:00
Aaron
8c107408f2 use rawOut() when shell seg faults, log if shell gets SIGPIPE MINOR 2009-05-29 15:56:45 -04:00
Eliot Horowitz
67e827bfcf version() for shell 2009-05-28 17:45:28 -04:00
Aaron
342deb14a9 BUG SERVER-51 change port allocation strategy to hopefully avoid allocating duplicate ports 2009-05-28 16:11:56 -04:00
Aaron
0c2ab274ee protect global undefined_ variable MINOR 2009-05-28 14:43:32 -04:00
Eliot Horowitz
cc15ffda91 get rid of extraneous Map warning MINOR 2009-05-27 15:40:50 -04:00
Eliot Horowitz
f078c67ae9 added countReturn which takes limit and and skip into consideration
SERVER-75
2009-05-27 13:52:17 -04:00
Eliot Horowitz
77dbf16bac killOp and currentOp helpers
SERVER-74
2009-05-26 16:42:21 -04:00
Eliot Horowitz
bb78858156 helper to get mem info of shell process MINOR 2009-05-26 12:05:06 -04:00
Eliot Horowitz
303ac1bd03 print handling of null MINOR 2009-05-21 10:09:38 -04:00
Aaron
eb8b92ab10 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 17:04:38 -04:00
Aaron
5fb0867997 explicitly bind e2e mongod instances to loopback interface 2009-05-20 17:04:28 -04:00
Eliot Horowitz
0bcbdbc3ec some js safety stuff MINOR 2009-05-20 16:43:43 -04:00
Aaron
fe54a96b59 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 15:13:55 -04:00
Aaron
fc428a8885 compile solaris MINOR 2009-05-20 15:11:45 -04:00
Eliot Horowitz
afafd6aee9 Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-20 14:51:25 -04:00
Eliot Horowitz
3cebde86be converToCappend on collection 2009-05-20 14:50:33 -04:00
Aaron
1f6b10d7b3 specify loopback interface when getting port 2009-05-20 14:06:39 -04:00
Aaron
a0a9411bc3 also expect port arg for mongobridge 2009-05-20 13:39:46 -04:00
Aaron
04d6ddd42b handle more non-server programs 2009-05-20 11:29:21 -04:00
Aaron
1d091ef8b3 fix compiler warning MINOR 2009-05-20 10:55:03 -04:00
Aaron
56629ccaad Merge branch 'master' of git@github.com:mongodb/mongo 2009-05-19 13:11:22 -04:00
Aaron
46227a1f42 audit allocated ports to make sure there are no duplicates MINOR 2009-05-19 13:10:56 -04:00
Eliot Horowitz
3a75b466c8 fix shell commands 2009-05-19 11:54:30 -04:00
Eliot Horowitz
c60cf5c1c8 cleaning index accessor methods 2009-05-19 10:54:06 -04:00
Eliot Horowitz
738607b834 some collection admin helper methods 2009-05-16 21:01:56 -04:00
Aaron
d1b49ff9bd get rid of fork() 2009-05-15 16:32:31 -04:00
Aaron
a5969ca86b convert clonecolletion.js test to use spawned shells instead of fork() 2009-05-15 16:24:26 -04:00
Aaron
d0122e2e1a add ability to spawn a shell from shell 2009-05-15 14:55:18 -04:00
Eliot Horowitz
2db1e0ca72 Merge branch 'smshell'
Conflicts:
	jstests/count.js
	scripting/engine_spidermonkey.cpp
2009-05-15 13:10:55 -04:00
Eliot Horowitz
540f479a90 make assert.eq better 2009-05-15 13:03:03 -04:00
Aaron
16d763737d kill spawned mongo processes on synchronous os signal 2009-05-15 11:07:43 -04:00
Aaron
cb97e39f0f cleanup externalSetup modes MINOR 2009-05-15 10:48:14 -04:00
Eliot Horowitz
7030e2b584 Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 17:37:48 -04:00
Eliot Horowitz
6a06a6cb3c print shell stuff 2009-05-14 17:37:21 -04:00
Aaron
df9fe97f79 don't exec jsconcatcode for forked contexts, not sure why this is a problem 2009-05-14 17:32:07 -04:00
Eliot Horowitz
c6eaf9c500 fix _id 2009-05-14 16:39:10 -04:00
Eliot Horowitz
c3c8e9238e Merge branch 'smshell' of git@github.com:mongodb/mongo into smshell 2009-05-14 15:16:29 -04:00
Aaron
0edca05e15 port fork() to spidermonkey 2009-05-14 14:40:08 -04:00
Eliot Horowitz
fe9e174bde Math.sigFig 2009-05-14 13:32:14 -04:00
Aaron
c232600f16 set up mongo program scope; debugging MINOR 2009-05-14 13:19:45 -04:00
Aaron
397e5b13e8 port remaining shell util functions except for fork 2009-05-14 11:42:52 -04:00
Aaron
01f3e49668 port quit and allocatePorts 2009-05-14 10:58:28 -04:00
Eliot Horowitz
67d9c8bbde smshell: more utils working, some other fixes 2009-05-13 23:15:59 -04:00