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

53 Commits

Author SHA1 Message Date
Eliot Horowitz
8be85b3e48 fix gratuitous slowness in Map (for group) SERVER-189 2009-07-29 14:20:40 -04:00
Eliot Horowitz
a96c97161e make objectid serialize to something parseable 2009-07-06 13:47:00 -04:00
Eliot Horowitz
63251bbe34 fixed some tojson issues 2009-07-01 11:39:51 -04:00
Eliot Horowitz
8b6145546a can't use JS eval trick from inside function because of JS scoping 2009-06-11 20:15:31 -04:00
Eliot Horowitz
a38d2d2695 re-implement it in shell 2009-06-08 11:20:30 -04:00
Eliot Horowitz
d5122c9b90 change Map to use Map.get Map.put Map[] won't work
more tests for group
2009-06-08 10:54:55 -04:00
Eliot Horowitz
5be38d339c assert.lt and assert.gt 2009-06-06 22:53:16 -04:00
Eliot Horowitz
d2bbdd7941 BinData for spider monkey SERVER-97 2009-06-05 09:54:35 -04:00
Eliot Horowitz
ef6a52d21f make assert.eq more strict MINOR 2009-06-04 13:52:36 -04:00
Eliot Horowitz
b2defb1b7e db ref for javascript and shell SERVER-46 2009-06-03 13:18:50 -04:00
Eliot Horowitz
dbff105e99 fix "show users" in shell SERVER-87 2009-06-01 16:47:43 -04:00
Eliot Horowitz
cc15ffda91 get rid of extraneous Map warning MINOR 2009-05-27 15:40:50 -04:00
Eliot Horowitz
303ac1bd03 print handling of null MINOR 2009-05-21 10:09:38 -04:00
Eliot Horowitz
3a75b466c8 fix shell commands 2009-05-19 11:54:30 -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
Eliot Horowitz
540f479a90 make assert.eq better 2009-05-15 13:03:03 -04:00
Eliot Horowitz
6a06a6cb3c print shell stuff 2009-05-14 17:37:21 -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
89efc0b51d in shell, print() produces json output, output is recorded for test to access, assert.soon accepts timeout parameter, timeout to connect to a mongod is now 5 secs MINOR 2009-05-12 11:19:39 -04:00
Eliot Horowitz
b59cea1ce6 object enumeration fix 2009-05-08 16:57:51 -04:00
Eliot Horowitz
f31e2284e3 remove keySet until i figure out how to do it nicely MINOR 2009-05-06 17:35:52 -04:00
Eliot Horowitz
c4c89013e6 Spider Monkey: insert, jni(1|2|3) work 2009-05-06 16:01:41 -04:00
Eliot Horowitz
8e0ff9805a Spider Monkey: udpate working, other db.eval things 2009-05-06 15:30:05 -04:00
Eliot Horowitz
bea1c15eba more portable 2009-05-03 22:40:55 -04:00
Aaron
e54bfd896a merge 2009-04-22 15:34:59 -04:00
Eliot Horowitz
03089a911b some Array helpers 2009-04-21 07:35:00 -04:00
Aaron
278bf65f61 enhanced shell debug info 2009-04-09 18:49:45 -04:00
Aaron
6a8c117755 soon is now 30 secs 2009-04-03 15:36:18 -04:00
Aaron
006c1404e9 assert.soon waits up to 20 sec 2009-04-03 12:53:09 -04:00
Eliot Horowitz
6fa7b75c6a more debugging 2009-03-29 21:24:16 -04:00
Eliot Horowitz
c4c2b2559a better Array.tojson option 2009-03-26 16:16:53 -04:00
Eliot Horowitz
002155dcbb assert helpers for testing success/failure of commands 2009-03-18 10:50:49 -04:00
Eliot Horowitz
bc725bc851 better tojson error 2009-03-17 15:48:46 -04:00
Eliot Horowitz
300485189d npe on assert 2009-03-11 17:02:57 -04:00
Aaron
0a291f6958 fork checkpoint 2009-03-05 16:06:11 -05:00
Eliot Horowitz
d18d71b169 better assert.eq 2009-02-24 17:09:21 -05:00
Eliot Horowitz
441e5585b6 printjson 2009-02-21 23:39:32 -05:00
Eliot Horowitz
54ea674212 assert.neq 2009-02-20 13:46:43 -05:00
Eliot Horowitz
30f3acd445 verbosity option 2009-02-20 10:46:23 -05:00
Eliot Horowitz
e0762fd1ba assert.throws 2009-02-18 13:54:08 -05:00
Eliot Horowitz
640d9fc0ac getSisterDB 2009-02-13 10:01:31 -05:00
Dwight
9cc79db551 fix a bug with dup _id keys, but fix is in comments for tonight
make show dbs pretty

2009-02-10 17:42:31 -05:00
Dwight
9e237c3871 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-06 13:30:27 -05:00
Dwight
94f125e855 new pagewriter
File class
sleepmillis fixed
2009-02-06 13:29:57 -05:00
Eliot Horowitz
d2801728ed it get mapped to last result 2009-02-06 12:31:24 -05:00
Dwight
e0030050ee "show profile" feature in the shell

2009-02-04 14:46:17 -05:00
Dwight
fac2ee626f mamke getCollectionNames() in the shell prettier
overlogging
2009-02-03 14:42:53 -05:00