Commit Graph

687 Commits

Author SHA1 Message Date
Alberto Lerner
419ba813d3 SERVER-1278 Hook objsLeftInBatch to js code 2010-07-22 15:25:15 -04:00
Dwight
f6229557e8 shell 2010-07-22 13:15:45 -04:00
Alberto Lerner
a7be1e3fc1 dos2unix 2010-07-22 11:33:31 -04:00
Mathias Stearn
cf34f34aaa fix shellkillop jstest 2010-07-21 18:46:00 -04:00
Mathias Stearn
8dd514eecc fix atPrompt logic 2010-07-21 18:46:00 -04:00
Mathias Stearn
6d7606fd1c Revert "Revert "make mongo prompt before killing ops on the server SERVER-1451""
This reverts commit b392dc43b6.

Yes, this is reverting the revert. Unverting if you will
2010-07-21 18:46:00 -04:00
dwight
7532649184 linkify ramlog 2010-07-20 23:20:30 -04:00
dwight
515763a903 Merge branch 'master' of git@github.com:mongodb/mongo 2010-07-20 21:11:50 -04:00
dwight
cc6641eefd small fix diag screen 2010-07-20 21:11:43 -04:00
Aaron
5f8f07d940 SERVER-1405 try to fix parallel tests 2010-07-20 16:10:12 -07:00
dwight
25ac9e3ac3 localhost check 2010-07-20 16:46:32 -04:00
Alberto Lerner
4ab45012de SERVER-1270 Elim remaining c_str()'s 2010-07-20 12:59:47 -04:00
Dwight
e1b3f94e0f rs 2010-07-20 11:34:23 -04:00
Mathias Stearn
b392dc43b6 Revert "make mongo prompt before killing ops on the server SERVER-1451"
This reverts commit 3764a1f1bc.

Need to think about how to make this work with the tests
2010-07-19 22:06:29 -04:00
Mathias Stearn
3764a1f1bc make mongo prompt before killing ops on the server SERVER-1451 2010-07-19 18:55:30 -04:00
Eliot Horowitz
2a65e81471 updating 2010-07-19 16:35:33 -04:00
Dwight
452a187339 html cleaning 2010-07-19 12:08:02 -04:00
dwight
7fc85d6c80 mongo-vstudio 2010-07-18 12:54:45 -04:00
Mathias Stearn
5a2c3aa7ee Fix js munging 2010-07-16 15:42:51 -04:00
Mathias Stearn
15db784238 Revert "TEMPFIX: cant have // in js files except for comments"
This reverts commit b43feb002f.
2010-07-16 15:42:51 -04:00
Mathias Stearn
b43feb002f TEMPFIX: cant have // in js files except for comments 2010-07-16 15:28:10 -04:00
dwight
76b822f6af rs hbmsg 2010-07-16 14:42:04 -04:00
Eliot Horowitz
a911b2cb07 move counting logic to ShardingTest 2010-07-16 10:36:22 -04:00
Eliot Horowitz
34f99e58fd assert lte/gte 2010-07-15 00:29:28 -04:00
Eliot Horowitz
08b84d822c don't allow fsync+lock/unlock through mongos fsync by itselfis ok SERVER-932 2010-07-14 16:30:55 -04:00
Dwight
96dcc6fb4d Merge branch 'master' of github.com:mongodb/mongo 2010-07-14 15:50:41 -04:00
Dwight
9feab8a7d4 rs 2010-07-14 15:50:28 -04:00
Eliot Horowitz
fded3f1747 Merge branch 'master' of github.com:mongodb/mongo 2010-07-14 15:49:41 -04:00
Eliot Horowitz
66f8e416da killOp and currentOp work sharded SERVER-931 2010-07-14 15:49:21 -04:00
Dwight
db5aafcd11 rs fixes 2010-07-14 15:08:59 -04:00
Alberto Lerner
9891a1d545 SERVER-1185 split->multi-split and testing 2010-07-14 13:58:14 -04:00
Eliot Horowitz
6cebdef81d fix off by one 2010-07-14 13:23:08 -04:00
Dwight
f09d13a3c8 rs 2010-07-14 13:01:31 -04:00
Eliot Horowitz
1f3ff9a1c7 remove old pingers 2010-07-13 01:03:15 -04:00
Dwight
0fdde00115 Merge branch 'master' of github.com:mongodb/mongo 2010-07-12 19:03:08 -04:00
Dwight
0139397922 render mongo_vstudio.cpp in sconstruct 2010-07-12 19:02:44 -04:00
Eliot Horowitz
6cb09e33a2 dist lock fixes 2010-07-12 17:48:09 -04:00
dwight
71d5118726 db.isMaster() helper in shell 2010-07-11 17:04:30 -04:00
dwight
f674d14f6e UUID() in the shell beginnings 2010-07-10 23:17:05 -04:00
dwight
5a543ad37c make BinData really sort of work in the mongo shell 2010-07-08 00:27:15 -04:00
dwight
85b901c703 bindata shell 2010-07-08 00:01:53 -04:00
Eliot Horowitz
f7288ef410 fix v8 cursor closing 2010-07-05 00:54:17 -04:00
Mathias Stearn
542d21c700 fix for windows 2010-07-02 14:10:59 -04:00
Eliot Horowitz
6c7c8236bb nice printLog method 2010-07-02 10:15:31 -04:00
Eliot Horowitz
66c98c95e4 Merge branch 'master' of github.com:mongodb/mongo 2010-07-02 00:56:06 -04:00
Eliot Horowitz
92e8ad86fa finish first cut at migrate in mognod and lots of fixes SERVER-933 2010-07-02 00:51:41 -04:00
Mathias Stearn
fe54b5da1f Make findAndModify helper function return null rather than {} (no change to server API) 2010-07-01 20:40:37 -04:00
Eliot Horowitz
3ba2866586 Merge branch 'master' of github.com:mongodb/mongo 2010-07-01 17:46:23 -04:00
Mathias Stearn
08c7d96d3a Prettier db.listCommands() SERVER-1337 2010-07-01 17:46:06 -04:00
Eliot Horowitz
5f97419777 better printChunks 2010-07-01 16:05:37 -04:00