Aaron Staple
|
63b8f32e13
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-08-11 01:43:03 -04:00 |
|
Eliot Horowitz
|
e44b51ee69
|
make copyDatabase use admin db automatically SERVER-222
|
2009-08-10 13:31:48 -04:00 |
|
Eliot Horowitz
|
d4961e1575
|
fix search on $ref , $id SERVER-223
|
2009-08-10 11:10:15 -04:00 |
|
Eliot Horowitz
|
71aa2443a3
|
nicer error reporting
|
2009-08-10 10:25:43 -04:00 |
|
Mike Dirolf
|
a38fe7f2f2
|
minor: fix some bugs in arg handling
|
2009-08-07 16:02:56 -04:00 |
|
Mike Dirolf
|
ee964dcbc9
|
minor: check if there were any files given
|
2009-08-07 13:14:50 -04:00 |
|
Mike Dirolf
|
ae3312f1cc
|
towards boost::po - needs testing
|
2009-08-07 10:43:39 -04:00 |
|
Mike Dirolf
|
e3cefee81d
|
minor: whitespace
|
2009-08-06 14:15:18 -04:00 |
|
Eliot Horowitz
|
909a6bfd7a
|
fix shutdownServer secutiy check MINOR
|
2009-08-05 17:05:59 -04:00 |
|
Aaron Staple
|
f76fbbc402
|
BUG SERVER-184 mode for dropping duplicate records when creating unique index; correct index cache update behavior when createIndex called by ensureIndex fails
|
2009-08-05 16:02:20 -04:00 |
|
Aaron Staple
|
24a6ae09d7
|
disable data file preallocation for pairing/repl tests
|
2009-08-01 14:54:20 -04:00 |
|
Eliot Horowitz
|
8be85b3e48
|
fix gratuitous slowness in Map (for group) SERVER-189
|
2009-07-29 14:20:40 -04:00 |
|
Eliot Horowitz
|
b9721f7a1f
|
put .dbshell in $HOME so can read it from anywhere SERVER-190
|
2009-07-28 11:19:13 -04:00 |
|
Eliot Horowitz
|
9ff7fa1d89
|
throw an exception if arguments are passed to draopDatabase()
|
2009-07-23 20:51:01 -04:00 |
|
Eliot Horowitz
|
d6d3ee0e8d
|
mongo usage docs : file names have to end in .js
|
2009-07-22 16:03:50 -04:00 |
|
Mike Dirolf
|
3e637e9c7c
|
shell cannot insert key names starting with $ or containing . (including embedded documents)
|
2009-07-21 15:08:45 -04:00 |
|
Mike Dirolf
|
c7b0dcfed3
|
minor: whitespace
|
2009-07-21 14:41:23 -04:00 |
|
Mike Dirolf
|
5d3ba187a0
|
minor: update to use new --arbiter argument
|
2009-07-13 16:49:02 -04:00 |
|
Mike Dirolf
|
6da11a3453
|
minor: whitespace
|
2009-07-13 16:39:02 -04:00 |
|
Eliot Horowitz
|
f1253179ce
|
update vstudio shell files MINOR
|
2009-07-13 16:37:36 -04:00 |
|
Eliot Horowitz
|
252c621fc3
|
better error check, and clean shutdownServer message SERVER-152
|
2009-07-13 16:32:17 -04:00 |
|
Eliot Horowitz
|
c5e353874c
|
" use foo" fix
|
2009-07-10 14:17:19 -04:00 |
|
Eliot Horowitz
|
a96c97161e
|
make objectid serialize to something parseable
|
2009-07-06 13:47:00 -04:00 |
|
Eliot Horowitz
|
63251bbe34
|
fixed some tojson issues
|
2009-07-01 11:39:51 -04:00 |
|
Eliot Horowitz
|
f9e806bde0
|
print shell version on startup
|
2009-06-24 14:53:58 -04:00 |
|
Eliot Horowitz
|
643cfc0888
|
nice error when trying to save DBQuery
|
2009-06-24 14:49:50 -04:00 |
|
Eliot Horowitz
|
51d0bcd38b
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-06-22 09:31:48 -04:00 |
|
Eliot Horowitz
|
7cb14f0951
|
fix bug with shell helper
|
2009-06-22 09:31:28 -04:00 |
|
Eliot Horowitz
|
285b43af25
|
DBQuery.map - aka. db.foo.find().map()
|
2009-06-20 21:36:35 -04:00 |
|
Eliot Horowitz
|
a4a895e1f0
|
fix shell printing
|
2009-06-11 20:27:07 -04:00 |
|
Eliot Horowitz
|
8b6145546a
|
can't use JS eval trick from inside function because of JS scoping
|
2009-06-11 20:15:31 -04:00 |
|
Eliot Horowitz
|
a38d2d2695
|
re-implement it in shell
|
2009-06-08 11:20:30 -04:00 |
|
Eliot Horowitz
|
f17f26a629
|
update vstudio js code
|
2009-06-08 10:57:35 -04:00 |
|
Eliot Horowitz
|
d5122c9b90
|
change Map to use Map.get Map.put Map[] won't work
more tests for group
|
2009-06-08 10:54:55 -04:00 |
|
Eliot Horowitz
|
5be38d339c
|
assert.lt and assert.gt
|
2009-06-06 22:53:16 -04:00 |
|
Eliot Horowitz
|
071e9c39a7
|
.group works on collection as well as db
|
2009-06-05 10:05:33 -04:00 |
|
Eliot Horowitz
|
d2bbdd7941
|
BinData for spider monkey SERVER-97
|
2009-06-05 09:54:35 -04:00 |
|
Eliot Horowitz
|
33181727d2
|
make collection print in the shell nicely
|
2009-06-04 17:01:56 -04:00 |
|
Eliot Horowitz
|
ef6a52d21f
|
make assert.eq more strict MINOR
|
2009-06-04 13:52:36 -04:00 |
|
Eliot Horowitz
|
f3c795db38
|
findOne should send a hard limit, not a soft limit
|
2009-06-03 17:04:43 -04:00 |
|
Eliot Horowitz
|
b2defb1b7e
|
db ref for javascript and shell SERVER-46
|
2009-06-03 13:18:50 -04:00 |
|
Eliot Horowitz
|
01397d2c32
|
Merge branch 'master' of git@github.com:mongodb/mongo
|
2009-06-02 08:19:29 -04:00 |
|
Eliot Horowitz
|
dbff105e99
|
fix "show users" in shell SERVER-87
|
2009-06-01 16:47:43 -04:00 |
|
Eliot Horowitz
|
921f11c93e
|
docs MINOR
|
2009-05-30 09:19:47 -04:00 |
|
Aaron
|
8c107408f2
|
use rawOut() when shell seg faults, log if shell gets SIGPIPE MINOR
|
2009-05-29 15:56:45 -04:00 |
|
Eliot Horowitz
|
67e827bfcf
|
version() for shell
|
2009-05-28 17:45:28 -04:00 |
|
Aaron
|
342deb14a9
|
BUG SERVER-51 change port allocation strategy to hopefully avoid allocating duplicate ports
|
2009-05-28 16:11:56 -04:00 |
|
Aaron
|
0c2ab274ee
|
protect global undefined_ variable MINOR
|
2009-05-28 14:43:32 -04:00 |
|
Eliot Horowitz
|
cc15ffda91
|
get rid of extraneous Map warning MINOR
|
2009-05-27 15:40:50 -04:00 |
|
Eliot Horowitz
|
f078c67ae9
|
added countReturn which takes limit and and skip into consideration
SERVER-75
|
2009-05-27 13:52:17 -04:00 |
|