0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-11-30 00:56:44 +01:00
Commit Graph

67 Commits

Author SHA1 Message Date
Eliot Horowitz
1a4ad3f915 cleaning up test framework and very simple sharding framework sanity test 2009-02-17 10:06:02 -05:00
Eliot Horowitz
873ab5b666 split out server stuff from mongo.js 2009-02-17 09:38:03 -05:00
Aaron
fb8957c743 Less dumb interface 2009-02-14 09:15:05 -05:00
Aaron
851b91a4d3 Don't expect dbpath parameter for non-mongod programs 2009-02-13 14:35:03 -05:00
Aaron
8fc2c86e0a Now can start any 'mongo program' from within mongo shell 2009-02-13 12:01:37 -05:00
Aaron
ebc0e5d2f2 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-13 10:44:52 -05:00
Aaron
e4c179c180 Killing the spawned process doesn't widow the pipe -- have to close remote end of the pipe manually 2009-02-13 10:44:35 -05:00
Eliot Horowitz
640d9fc0ac getSisterDB 2009-02-13 10:01:31 -05:00
Eliot Horowitz
65687c9303 command helper system
runCommand( { "blah" : 1 , help : true } )
in shell db.commandHelp( "blah" )
2009-02-13 09:44:07 -05:00
Aaron
be6e778aa1 Merge branch 'master' of git@github.com:mongodb/mongo 2009-02-12 16:52:41 -05:00
Aaron
c12c7851f9 Log output from spawned mongod instances to stdout 2009-02-12 16:52:34 -05:00
Eliot Horowitz
6e345fc61d make shell output more info for bindata
BSONElement.binDataType helper
2009-02-12 14:30:45 -05:00
Eliot Horowitz
25be6f87a2 remove warning for non-readline 2009-02-11 21:15:54 -05:00
Eliot Horowitz
7be50081c4 win32 hack removed 2009-02-11 21:05:45 -05:00
Eliot Horowitz
bdc7d90b85 Merge branch 'master' of git.10gen.com:/data/gitroot/p 2009-02-11 09:35:11 -05:00
Eliot Horowitz
3ae8e9440c catch socker errors for find in shell 2009-02-11 09:35:08 -05:00
Dwight
8154c0af5e db.shutdownServer() in shell 2009-02-11 09:34:00 -05:00
U-ELIOT-019992DFC\Administrator
c68d42e36c better non-readline version of shell 2009-02-11 09:15:06 -05:00
Eliot Horowitz
4ffe0fe3ad windows 2009-02-10 22:11:51 -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
U-ELIOT-019992DFC\Administrator
1b6151f37b make dbshell not require readline 2009-02-10 13:45:30 -05:00
Eliot Horowitz
c245e7066c reIndex 2009-02-09 13:05:36 -05:00
Dwight
147948c7b3 doneAndDecouple() -> obj() 2009-02-09 13:04:32 -05:00
Eliot Horowitz
82f5e84538 fix for not having . in path 2009-02-07 10:35:57 -05:00
Eliot Horowitz
5b8a108923 removeUser 2009-02-07 10:27:22 -05:00
Aaron
3504f3249c dbshell support for field spec with count 2009-02-06 17:16:28 -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
Aaron
3706946ff5 Localize loop var 2009-02-05 22:59:31 -05:00
Dwight
0c2e6bc6e9 more shell command helpers 2009-02-05 16:05:06 -05:00
Dwight
50538e88c3 db.getReplicationInfo() in shell 2009-02-05 15:41:34 -05:00
Aaron
875d81cdd1 Print count failure message readably 2009-02-04 17:10:48 -05:00
Dwight
e0030050ee "show profile" feature in the shell

2009-02-04 14:46:17 -05:00
Eliot Horowitz
e2e9efa98a catch socket errors 2009-02-04 13:43:54 -05:00
Dwight
fac2ee626f mamke getCollectionNames() in the shell prettier
overlogging
2009-02-03 14:42:53 -05:00
Aaron
c684aab51f Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-02-02 09:54:23 -05:00
Aaron
4c8dd6e18f Handle more signals in shell 2009-02-02 09:53:14 -05:00
Eliot Horowitz
9bcacf16c0 pragma pack changes for solaris
slight change this will break other platforms, will test
2009-02-01 22:21:32 -05:00
Aaron
0468be26d9 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-30 15:20:10 -05:00
Aaron
3613577677 Better kill 2009-01-30 15:15:48 -05:00
Eliot Horowitz
120f859704 change password digest
from md5( "mongo" + pwd )
to md5( username + ":mongo:" + pwd )
2009-01-30 15:06:12 -05:00
Aaron
02e22ec1c2 Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-30 14:57:45 -05:00
Aaron
898a1f66c2 Add slaveOk option 2009-01-30 14:51:31 -05:00
Eliot Horowitz
e5d97f404a cleaning 2009-01-30 13:00:47 -05:00
Aaron
d4ac72577d Kill child mongod instances if killed abruptly 2009-01-30 12:37:46 -05:00
Eliot Horowitz
6a70dab62b hint 2009-01-30 10:05:07 -05:00
Eliot Horowitz
a0a79507ea slighly less spam 2009-01-29 20:41:05 -05:00
Aaron
c00066302a Merge branch 'master' of ssh://aaron@git.10gen.com/data/gitroot/p 2009-01-29 16:32:18 -05:00
Aaron
ee7c4694ec Get rid of hudson compiler warning 2009-01-29 16:31:58 -05:00