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

77 Commits

Author SHA1 Message Date
Eliot Horowitz
a2b6209692 Array.avg Array.stdDev 2009-11-09 22:25:37 -05:00
Eliot Horowitz
4a20517a71 Array.sum 2009-11-05 16:14:25 -05:00
Eliot Horowitz
f81362eb25 some tojson nicities 2009-10-19 11:00:43 -04:00
Eliot Horowitz
f22a821979 fix group with [] in inital SERVER-361 2009-10-15 21:19:24 -04:00
Eliot Horowitz
2894fe7b35 fix json tests 2009-10-15 11:38:39 -04:00
Eliot Horowitz
7ef85dd765 only use lint on big objects 2009-10-15 11:25:41 -04:00
Eliot Horowitz
9355cc739e v8: some more stuff working, checkpoint 2009-10-13 16:12:43 -04:00
Eliot Horowitz
5f62314f9e don't use lint for find() 2009-10-12 17:20:19 -04:00
Eliot Horowitz
6dad2527d2 fix json tesst 2009-10-12 16:27:35 -04:00
Eliot Horowitz
7881edc2ca option for 1 line tojson 2009-10-12 16:11:52 -04:00
kristina
85354972ae pretty JSON 2009-10-12 12:53:01 -04:00
Mike Dirolf
77d9e1fe42 don't show version in shell help, so that help doesn't hang when the db is locked 2009-10-07 12:47:20 -04:00
Eliot Horowitz
29069c485d Array.fetchRefs SERVER-213 2009-10-05 16:02:15 -04:00
Eliot Horowitz
cc2c5c4911 add new style DBRef to js SERVER-243 2009-10-02 17:07:07 -04:00
Eliot Horowitz
eaf0c845bc renamed DBRef DBPointer SERVER-243 2009-10-02 16:38:20 -04:00
Eliot Horowitz
9bfcbbb343 assert debugging 2009-09-14 14:32:04 -04:00
Eliot Horowitz
4ea89d9bda Array.shuffle 2009-09-03 10:03:25 -04:00
Eliot Horowitz
42504fc904 make assert.soon take a string to eval 2009-08-24 10:21:34 -04:00
Eliot Horowitz
b078f98360 remove methods in Array.prototype so for ( x in [] ) works 2009-08-23 23:33:17 -04:00
Eliot Horowitz
e1928bfda5 some safety for other JS impls MINOR 2009-08-21 01:36:41 -04:00
Eliot Horowitz
92820c7cfb getLastError output for writes SERVER-240 2009-08-17 16:54:47 -04:00
Eliot Horowitz
e11d9c7efb db.version() for server version and in help SERVER-200 2009-08-14 17:55:17 -04:00
Eliot Horowitz
de170c2bba clean up assert code MINOR 2009-08-14 13:33:45 -04:00
Eliot Horowitz
5025bb7637 beter output for (Min|Max)Key 2009-08-11 04:54:58 -04:00
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