Commit Graph

966 Commits

Author SHA1 Message Date
Kristina
b7b8c16d61 fix test to pass through this 2011-05-17 16:55:10 -04:00
Kristina
0988843ddf make ReplSetTest::awaitReplication more robust 2011-05-17 15:04:34 -04:00
Eliot Horowitz
c57cf8d1ae sh.moveChunk 2011-05-13 17:02:07 -04:00
Dwight
bb1ccfa6f3 remove WIN32 define from vcxprojs 2011-05-11 13:55:41 -04:00
agirbal
088f11a6d6 fix compile 2011-05-10 19:15:18 -07:00
Mathias Stearn
6141dacd9f remove support for validate 1.9.0-specific validate output 2011-05-09 11:46:22 -04:00
Eliot Horowitz
91c9abc306 better debugging 2011-05-08 17:28:46 -04:00
Eliot Horowitz
9e4087883d put fields into system.profile, not a big string SERVER-3061 2011-05-08 00:53:07 -04:00
Kristina
360a8eadfe added ability to partition replica sets for testing 2011-05-06 13:26:37 -04:00
Eliot Horowitz
18dc400e68 don't allow blank usernmae or password SERVER-3003 2011-05-03 10:53:24 -04:00
agirbal
1725803c20 SERVER-2579: all v8 object creation is now lazy.
Correct allocation and freeing of underlying C++ object.
Correct ordering of object properties even when new ones are added within JS.
Supports deletion of properties with lazzy wrapper.

Also removed scope->setThis in favor of passing it in the invoke() command.
2011-05-02 16:08:41 -07:00
Eliot Horowitz
815b995207 more getLog work
show logs
show log helpers in shell
2011-05-02 15:01:52 -04:00
Mathias Stearn
ef373aa1de remove whitespace before trailing ; in shell helpers SERVER-3001
This was causing issues when someone typed "use some_db ;" into the shell
2011-05-02 13:28:11 -04:00
dwight
f46e187301 put hostname in the log. should make support a little easier. 2011-04-29 23:22:21 -04:00
Eliot Horowitz
c574959c57 shell helpers for turning on/off balancer SERVER-2680 2011-04-29 17:37:45 -04:00
Eliot Horowitz
ae53a3a0ce fix getOther for replica sets 2011-04-21 14:57:44 -04:00
Eliot Horowitz
b291d96b0a move sleep into core utils instead of shell 2011-04-21 14:57:44 -04:00
Kristina
c889977329 rs test fixes 2011-04-21 11:19:55 -04:00
dwight
78f525a937 more startMongnoProgram test script start time 2011-04-20 08:01:35 -04:00
Eliot Horowitz
3835614864 some more sh. helpers 2011-04-19 16:40:22 -04:00
Eliot Horowitz
d2bd72c3e4 more sh helpers 2011-04-16 02:41:09 -04:00
Eliot Horowitz
138040ccc0 not checking msgasserted for dupes 2011-04-15 13:39:47 -04:00
Eliot Horowitz
bf09b1cc49 sharding helper 2011-04-15 02:44:10 -04:00
Eliot Horowitz
e46920d6b3 starting to work on sharding helper (sh) 2011-04-14 20:00:18 -04:00
Dwight
39c5cbdbf7 indicate in mongo shell prompt if connected to a mongos. goal would be to prevent fat fingers and similar confusion. 2011-04-14 16:47:06 -04:00
Dwight
d65b438a5f vcxproj for shell linenoise 2011-04-14 16:46:03 -04:00
dwight
1369f8f3c4 more shell help - feel free to add more! 2011-04-12 18:53:58 -04:00
Mathias Stearn
ae79f44dd2 Use merged linenoise on windows SERVER-1763 2011-04-11 19:00:15 -04:00
Mathias Stearn
1ecf07317a reduce windows-specific code 2011-04-06 16:46:53 -04:00
Mathias Stearn
b7817b8986 Make shell killOp on ctrl-c stuff work on windows too SERVER-1451 2011-04-06 16:46:53 -04:00
Mathias Stearn
fa7fbbb1f6 support scale option to dbstats command SERVER-2174 2011-04-04 18:34:11 -04:00
Mathias Stearn
31970cf322 Consider lines ending in '.' as unfinished SERVER-2811 2011-04-04 16:12:56 -04:00
Mathias Stearn
a1689f6847 show private vars in completion when starting with _ 2011-04-04 12:47:59 -04:00
Dwight
1e3afd84eb try to make rs helper output in shell less confusing on a dropped connection during reconfig etc. 2011-04-04 12:32:20 -04:00
Dwight
1b9b77cfdc update mongo.vcxproj for linenoise 2011-04-04 11:53:20 -04:00
Kristina
c5b38d88eb force argument for reconfig SERVER-2894 2011-04-04 10:15:51 -04:00
Mathias Stearn
fa7cd65e48 g++ 4.6 compile (new -Wunused-but-set-variable warning) 2011-04-03 19:10:36 -04:00
Mathias Stearn
50613b6718 validate() helper support for sharding SERVER-2849 2011-03-30 16:28:21 -04:00
Mathias Stearn
b980e631d9 undefined should be quoted SERVER-2849 2011-03-30 16:07:22 -04:00
Mathias Stearn
30dd944c47 validate command now puts all data in proper fields SERVER-2849 2011-03-29 20:52:53 -04:00
Mathias Stearn
d399d0844b Add full option to validate defaulting to false SERVER-2803 2011-03-29 20:43:41 -04:00
Aaron
fce112398b SERVER-1465 remove replica pairs 2011-03-29 16:56:53 -07:00
Eliot Horowitz
b49e9338db collection._distinct helper to get raw info 2011-03-23 10:43:14 -04:00
Kristina Chodorow
7b77930c05 fix typo SERVER-2798 2011-03-19 09:13:03 -04:00
Mathias Stearn
bfcfc759ea Revert "for now disable shell history on windows"
This reverts commit 25f1581767.
2011-03-18 15:01:54 -05:00
Mathias Stearn
25f1581767 for now disable shell history on windows 2011-03-18 14:39:33 -05:00
Eliot Horowitz
9dd5c86e5e don't use tab completions on windows yet 2011-03-18 15:35:18 -04:00
Eliot Horowitz
7cbc2f2d8e Revert "separate ifdef for history for linenoise"
This reverts commit 261d65d693.
2011-03-18 15:33:39 -04:00
Eliot Horowitz
261d65d693 separate ifdef for history for linenoise 2011-03-18 15:32:10 -04:00
Eliot Horowitz
9711f4d311 try linenoise on windows 2011-03-18 15:19:43 -04:00