Commit Graph

9 Commits

Author SHA1 Message Date
Siyuan Zhou
f18c1a14b4 SERVER-16580 Remove deprecated system collection references in JS tests 2015-01-09 18:40:56 -05:00
Mathias Stearn
bfb1b6e84f SERVER-12586 Don't allow $out to special collections 2014-02-12 11:39:44 -05:00
Mathias Stearn
6244c5e5ef SERVER-12530 Make DocumentSourceCursor use Runner directly
Now that the input Runner no longer is wrapped in a ClientCursor, the
PipelineRunner is responsible for propagating kill and invalidate methods.
2014-02-12 11:39:35 -05:00
Jason Rassi
d07f4b8115 SERVER-10913 textSearchEnabled parameter deprecated, rejects false 2013-12-13 14:01:30 -05:00
Matt Dannenberg
6ba8fc2f0e SERVER-3253 expand $out testing 2013-10-11 18:38:46 -04:00
Mathias Stearn
061a086641 SERVER-10165 aggregate() shell helper now returns a cursor
The actual change is in src/mongo/shell/collection.js with the remaining changes
to adjust tests to the new api.

The "ideal" arguments are now an array of pipeline ops and an optional object
with extra top-level options for the command (such as {explain: true}. For
backwards compatibility, we still support the varargs style where each argument
is a pipeline stage, but there is no way to specify extra parameters in this
mode.
2013-10-08 17:35:02 -04:00
Mathias Stearn
1bd6d8a5be SERVER-10914 disallow $out to capped collections 2013-10-02 18:09:07 -04:00
Mathias Stearn
ef6cf5605e SERVER-10741 remove outputNs from return object when using $out 2013-09-20 15:46:19 -04:00
Mathias Stearn
ea776af8e3 SERVER-3253 Unsharded $out 2013-07-26 17:41:35 -04:00