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

370 Commits

Author SHA1 Message Date
Eliot Horowitz
a361b49376 a basic repl test that just ensures master/salve are the same - multi update test as well SERVER-268 2009-10-26 14:32:20 -04:00
Eliot Horowitz
21964f0873 trying to clean/speedup repl tests a bit - SERVER-10 2009-10-26 14:19:52 -04:00
Eliot Horowitz
5ebb72b9ec cleaning m/r api 2009-10-22 23:47:52 -04:00
Eliot Horowitz
3146b3110b indentation 2009-10-22 23:46:03 -04:00
Eliot Horowitz
1bc6fff4e6 shell multi-update option and test SERVER-268 2009-10-22 09:43:31 -04:00
Eliot Horowitz
7301029f4b fix a couple of returns so shell getLastError works 2009-10-21 16:01:46 -04:00
Eliot Horowitz
17568a92c4 slight mr speedup across the board and v8 wrapper work 2009-10-21 11:40:43 -04:00
Eliot Horowitz
4c856f6e8f can't throw an exception... 2009-10-20 16:20:22 -04:00
Eliot Horowitz
8615f7d1cd fix ensureIndex to return errors 2009-10-20 16:15:27 -04:00
Eliot Horowitz
a78cb6681c map/reduce finalize option SERVER-372
nice mapReduce helper for shell
2009-10-19 11:00:53 -04:00
Eliot Horowitz
f81362eb25 some tojson nicities 2009-10-19 11:00:43 -04:00
metagoto
14cd7183e6 quick fix for global namespace pollution (mostly client) 2009-10-18 09:39:08 +08:00
Mathias Stearn
448e629a81 sort lines in js help 2009-10-16 13:57:03 -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
adfc0973c0 map/reduce cleaning 2009-10-15 11:26:51 -04:00
Eliot Horowitz
7ef85dd765 only use lint on big objects 2009-10-15 11:25:41 -04:00
Eliot Horowitz
2295bf1ec9 cleaning up map/reduce temp collection names and output 2009-10-14 16:19:13 -04:00
Eliot Horowitz
9355cc739e v8: some more stuff working, checkpoint 2009-10-13 16:12:43 -04:00
Eliot Horowitz
f7553c7835 v8: more refactoring, basic shell working 2009-10-13 10:48:38 -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
Eliot Horowitz
c628c7b93f don't allow shards on localhost unless allowLocal : true SHARDING-47 2009-10-12 13:27:04 -04:00
kristina
85354972ae pretty JSON 2009-10-12 12:53:01 -04:00
Eliot Horowitz
324438fbae fix printCollectionStats 2009-10-11 18:29:35 -04:00
Eliot Horowitz
7885b8a7c0 removing old v8 stuff 2009-10-10 01:32:39 -04:00
Eliot Horowitz
8a6dfdc9e9 cleaning tool debugging/tests 2009-10-09 22:11:15 -04:00
Eliot Horowitz
ff170c0f9f use timestamp for replication instead of Date 2009-10-09 13:10:04 -04:00
Eliot Horowitz
9c3215b828 --smallfiles for some tests 2009-10-09 13:09:45 -04:00
Eliot Horowitz
8269a86c5f handle null return from reduce 2009-10-08 19:45:49 -04:00
Eliot Horowitz
ee72859d26 --smallfiles for some regression tests 2009-10-08 16:29:04 -04:00
Eliot Horowitz
914bca4ff4 updated vstudio js code 2009-10-07 17:05:52 -04:00
Eliot Horowitz
89c01e099c making js smaller. moved md5 to c++, doing some cleaning of js code 2009-10-07 17:05:09 -04:00
Dwight
88c1b00b8b Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-07 14:42:55 -04:00
Dwight
1333a4bda9 tweak help 2009-10-07 14:42:46 -04:00
Eliot Horowitz
0c3d3b7528 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-07 12:57:55 -04:00
Eliot Horowitz
a517b84d7f faster map/reduce impl 2009-10-07 12:57:45 -04:00
Mike Dirolf
9297abd07e Merge branch 'master' of github.com:mongodb/mongo 2009-10-07 12:47:27 -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
cfb8512886 Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-07 12:46:58 -04:00
Mike Dirolf
1395da19a5 add verbose option to totalIndexSize helper 2009-10-07 12:44:24 -04:00
Eliot Horowitz
fecc9119a7 handle weird boost case with weird filenames 2009-10-07 12:43:44 -04:00
Eliot Horowitz
498169e9e3 got rid of meminfo and timeinfo and replace with serverStatus 2009-10-07 12:43:24 -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
Dwight
1c16fd57c0 getLastErrorObj() in shell 2009-10-02 15:01:45 -04:00
Dwight
7cb2e80e14 repl helper functions 2009-09-29 13:26:23 -04:00
Mike Dirolf
2fedd80c4d minor: fix for shell exit code on bad hostname, plus update tests 2009-09-25 15:51:11 -04:00