Commit Graph

1095 Commits

Author SHA1 Message Date
agirbal
fccf1190d8 - SERVER-2684: v8 was relying on oid.toString() during conversion 2011-10-07 16:29:26 -07:00
agirbal
a6bfe26573 - SERVER-2684: special types in shell (e.g. Timestamp) display in variety of ways, and can confuse users 2011-10-07 15:40:13 -07:00
nosh
f2cbb54389 SERVER-4035 - fix typo in db.Help()
added 'L' to help output for "db.fsyncUnock"
2011-10-07 12:54:57 -04:00
agirbal
fedce713e9 - SERVER-3676: JSTests::NumberLong fails 2011-10-06 16:55:51 -07:00
gregs
dfd49fc99c buildbot db not set for sharding tests auth.js
also do not use slaveok
2011-10-06 18:16:51 -04:00
dwight
4412a27087 Merge branch 'master' of github.com:mongodb/mongo 2011-10-06 13:07:47 -04:00
dwight
bbf97f7942 compareandswap perftest / minor 2011-10-06 13:07:44 -04:00
gregs
deb6498c0b allow waiting for balancer when turned on or off for more reliable tests 2011-10-06 10:26:03 -04:00
Brandon Diamond
c59d5c43e6 SERVER-3818: Documented insert command within js shell. 2011-10-05 17:58:46 -04:00
Kristina
d21c163de2 Make secondaries go into recovering state when auth is wrong SERVER-3715 2011-10-05 16:56:06 -04:00
agirbal
1a93a3e7da - SERVER-1507: option as string must be converted to boolean
- SERVER-3629: implementation finished
2011-10-04 23:41:04 -07:00
Dwight
ae30374ed8 Merge branch 'master' of github.com:mongodb/mongo
Conflicts:
	db/btree.cpp
	db/db.vcxproj
	dbtests/test.vcxproj
	server.h
	util/concurrency/rwlock.h
	util/concurrency/value.h
2011-10-03 13:43:34 -04:00
dwight
98865b3bc0 compile 2011-10-02 13:41:51 -04:00
Kristina
a5cfd6af34 make getLastError require auth SERVER-3773 2011-09-30 13:11:21 -04:00
Greg Studer
4193d05ba7 spidermonkey doesn't have Array.isArray 2011-09-29 19:25:30 -03:00
gregs
6ff18f1db9 test case for bulk insert during sharding SERVER-2395 2011-09-29 15:42:45 -04:00
gregs
d419e25c83 Add bulk insert to shell SERVER-2395 2011-09-29 15:15:43 -04:00
gregs
4621d26de7 test for recheck of reset shard version SERVER-3889 2011-09-29 14:48:28 -04:00
gregs
38fe35874d auto-reload chunk manager to check version not reset after third staleconfig SERVER-3889 2011-09-29 14:48:17 -04:00
agirbal
47f28e9074 CS-1507: do print() instead of returning value, cleaner and works in loop 2011-09-29 00:38:02 -07:00
Brandon Diamond
ec950e4106 SERVER-3686: extended the 'has more' prompt to reference 'it' 2011-09-28 15:30:19 -04:00
dwight
f1aaad3d7b vstudio generatedd cpp file 2011-09-27 19:18:00 -04:00
Mathias Stearn
48c0fe0085 More explicit ISODate example 2011-09-26 13:08:39 -04:00
Dwight
d81d20efad minor help text 2011-09-26 12:42:54 -04:00
Dwight
31f8305575 Merge branch 'master' of github.com:mongodb/mongo 2011-09-26 09:07:21 -04:00
Dwight
4da8449ee2 shell help isodate 2011-09-26 09:07:14 -04:00
agirbal
5238cccca6 SERVER-1507: added verbose output to find 2011-09-25 23:22:27 -07:00
agirbal
8acb9cdcd1 SERVER-1507: add shell syntax 2011-09-25 22:50:48 -07:00
agirbal
11d51d2204 SERVER-3909: Blank lines don't work in the mongo shell starting with 2.0 2011-09-25 18:35:12 -07:00
agirbal
6978f76e22 SERVER-3909: Blank lines don't work in the mongo shell starting with 2.0 2011-09-25 18:35:12 -07:00
Eliot Horowitz
357f336ff9 if a chunk is too big to migrate, mark it as jumbo and move on SERVER-2571 2011-09-21 21:14:55 -04:00
agirbal
ab33a82e25 SERVER-1401: getLastError only called once per line input, if a write op was executed 2011-09-21 13:46:29 -07:00
Kristina
5282745c16 fix SERVER-1507 js that broke all buildbots 2011-09-21 15:47:06 -04:00
agirbal
61d496c3dd SERVER-1401: Dont call getLastError if last statement didn't go to server
SERVER-1507: improve output. Also display for inserts.
2011-09-20 23:40:10 -07:00
agirbal
b9d4ce580e SERVER-2031: setSlaveOk at each level in shell 2011-09-20 23:00:36 -07:00
agirbal
30e2b96899 SERVER-1507: moved option at shell level 2011-09-20 15:08:06 -07:00
agirbal
0c8d421606 SERVER-1507: option in shell to print how long each command takes and certain stats 2011-09-20 14:11:24 -07:00
Dwight
7399d406b1 indicate in shell prompt when connected to a configsvr. 2011-09-20 16:05:45 -04:00
Dwight
b67fee18f4 help 2011-09-20 16:01:02 -04:00
Dwight
296e4e15da tweak text 2011-09-20 15:58:20 -04:00
Mathias Stearn
153d07439b Delete temp file SERVER-3787 2011-09-14 09:26:05 -04:00
Mathias Stearn
8f8c64bef1 Don't use mkstemps as it isn't available everywhere SERVER-3787 2011-09-14 09:25:47 -04:00
Eliot Horowitz
b88b810d28 fix reIndex on secondaries SERVER-3866 2011-09-14 17:57:47 -04:00
gregs
10ab1ed629 shell helpers for some sharding operations/status across a collection 2011-09-14 16:24:35 -04:00
Mathias Stearn
9f4f53c3c7 Handle editor failure and error exit status SERVER-3787 2011-09-14 15:41:51 -04:00
Mathias Stearn
411236f3ab Add support for 'edit' magic in shell SERVER-3787 2011-09-14 15:41:51 -04:00
Eliot Horowitz
7dc52e245c ReplSetTest.stopmaster helper 2011-09-04 00:48:26 -04:00
gregs
8c0e882052 test for SERVER-3710 2011-08-29 15:36:41 -04:00
Eliot Horowitz
a61217961f fix show SERVER-3679 2011-08-29 10:44:16 -04:00
Aaron
755b58fa1a fix assertion comment 2011-08-17 21:03:54 -07:00