Commit Graph

82 Commits

Author SHA1 Message Date
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
2f9a8039a0 typo SERVER-1310 2010-06-28 13:28:15 -04:00
dwight
d7f7155c83 shell 2010-06-17 13:46:27 -04:00
dwight
93fdeab943 better err msg 2010-06-14 16:10:23 -04:00
dwight
04529a1acf in the shell, make explain() say less unless you say explain(true) 2010-06-14 14:07:42 -04:00
Eliot Horowitz
d8b762a2ea don't pring getLastError on help() 2010-04-21 21:58:00 -04:00
Jay Ridgeway
2d818b6e4f Updated db.foo.help() to include name of the db to facilitate copy/paste. 2010-04-20 04:55:21 +08:00
Eliot Horowitz
677c053850 fix v8 and change lastID thing a bit 2010-03-01 23:16:36 -05:00
Eliot Horowitz
165b9c3ea5 write ops can't return or getLastError won't be called 2010-03-01 10:27:19 -05:00
Eliot Horowitz
11b9ab758c scaling on collstats 2010-02-27 12:11:41 -05:00
Eliot Horowitz
dd19206172 batchSize option for js and c++ 2010-02-27 11:16:26 -05:00
Eliot Horowitz
e0b1d9f763 db.foo.runCommand for running commands with a collection name 2010-02-24 13:12:37 -05:00
Mathias Stearn
d065d1bd72 Include index info in collstats command 2010-02-22 22:16:13 -05:00
Dwight Merriman
42d958985f git ignore
crlf?
2010-02-09 18:28:36 -05:00
Dwight
b8f779a2a2 shell should use the db's reIndex command 2010-01-29 14:58:10 -05:00
Mathias Stearn
0048e481c5 db.c.insert() now generates and returns _id. SERVER-288 2010-01-27 15:52:28 -05:00
Eliot Horowitz
ae7110f3bc better m/r debugging 2010-01-16 08:01:38 -05:00
Mathias Stearn
225173bb31 FindAndModify command SERVER-459 2009-12-30 20:08:43 -05:00
Eliot Horowitz
a7f5b115d9 doc 2009-12-28 13:10:39 -05:00
Eliot Horowitz
1c4f05b3bd add dropTarget option to renameCollection SERVER-487 2009-12-28 13:09:44 -05:00
Aaron
81b7e051b2 SERVER-446 js implementation of keySet() 2009-12-21 11:21:25 -08:00
Eliot Horowitz
a4a4fc0a58 better update docs 2009-12-09 21:29:59 -05:00
Eliot Horowitz
a46dbe3dae getShardVersion in mongos - diagnostic tools 2009-11-24 15:24:41 -05:00
Eliot Horowitz
ea24725b8e some command cleaning and query for distinct SERVER-437 2009-11-24 09:41:33 -05:00
Eliot Horowitz
1c136572d6 better error message 2009-11-19 21:40:11 -05:00
Eliot Horowitz
123cd0eb67 optional params for map function SERVER-401 2009-11-10 15:43:51 -05:00
Eliot Horowitz
76d849e090 fix drop fallout 2009-11-09 13:10:30 -05:00
Eliot Horowitz
f6d0668141 drop() support for sharded collections SHARDING-36 2009-11-09 12:42:20 -05:00
Eliot Horowitz
3eb4295ae9 helpers for distinct/mapReduce 2009-10-27 11:52:37 -04:00
Eliot Horowitz
5ebb72b9ec cleaning m/r api 2009-10-22 23:47:52 -04:00
Eliot Horowitz
1bc6fff4e6 shell multi-update option and test SERVER-268 2009-10-22 09:43:31 -04:00
Eliot Horowitz
7301029f4b fix a couple of returns so shell getLastError works 2009-10-21 16:01:46 -04:00
Eliot Horowitz
4c856f6e8f can't throw an exception... 2009-10-20 16:20:22 -04:00
Eliot Horowitz
8615f7d1cd fix ensureIndex to return errors 2009-10-20 16:15:27 -04:00
Eliot Horowitz
a78cb6681c map/reduce finalize option SERVER-372
nice mapReduce helper for shell
2009-10-19 11:00:53 -04:00
Mathias Stearn
448e629a81 sort lines in js help 2009-10-16 13:57:03 -04:00
Dwight
88c1b00b8b Merge branch 'master' of git@github.com:mongodb/mongo 2009-10-07 14:42:55 -04:00
Dwight
1333a4bda9 tweak help 2009-10-07 14:42:46 -04:00
Mike Dirolf
1395da19a5 add verbose option to totalIndexSize helper 2009-10-07 12:44:24 -04:00
Eliot Horowitz
236f13cec5 more help MINOR 2009-09-10 10:40:38 -04:00
Eliot Horowitz
780d6dfe11 simple distinct SERVER-127 2009-09-09 17:33:27 -04:00
Eliot Horowitz
89d5e0fe45 shell help 2009-09-09 16:52:02 -04:00
Eliot Horowitz
0cd6749dea help MINOR 2009-09-07 11:16:52 -04:00
Eliot Horowitz
f222e44e1a renameCollection command 2009-09-07 11:14:48 -04:00
Eliot Horowitz
5799c79d78 better error message 2009-08-28 12:34:56 -04:00
Eliot Horowitz
b219b209e0 clean up shell ensureIndex api and put more in help() 2009-08-26 10:22:55 -04:00
Eliot Horowitz
9a0818a69d add totalSize command 2009-08-24 17:13:15 -04:00
Dwight
f67e06ba64 improve help for group()

2009-08-24 11:42:15 -04:00
Eliot Horowitz
fcf1ca0afa make a group cmd that takes the same arguments as old db.eval version
still using js reduce function, but considerably faster
2009-08-19 11:51:16 -04:00
Eliot Horowitz
d804f7f3ee add collstats command SERVER-215 2009-08-12 13:53:52 -04:00