Commit Graph

14 Commits

Author SHA1 Message Date
David Storch
56555dd1f9 SERVER-23349 add a test for aggregation expressions respecting the collation 2016-07-26 08:10:04 -07:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
Spencer T Brody
595d7d795f SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors
This reverts commit f294d1dcd4.
2016-05-03 18:57:26 -04:00
Kyle Suarez
f294d1dcd4 Revert "SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors"
This reverts commit 21cfba12a0.
2016-05-03 00:01:19 -04:00
Spencer T Brody
21cfba12a0 SERVER-23213 Remove all users of ShardRegistry::kAllRetriableErrors 2016-05-02 18:45:08 -04:00
Benjamin Murphy
7ae631410d SERVER-8951 Aggregation now supports the indexOfArray, indexOfBytes, and indexOfCP expressions. 2016-04-29 17:17:43 -04:00
Benjamin Murphy
0dfb47dd67 SERVER-17258 Aggregation now supports the reduce expression. 2016-04-21 11:23:15 -04:00
Jonathan Abrahams
4ae691e8ed SERVER-22468 Format JS code with approved style in jstests/ 2016-03-09 12:18:14 -05:00
Mike Grundy
bca7050e6f SERVER-22341 fix jslint errors in jstests/aggregation with eslint --fix 2016-02-05 15:00:49 -05:00
daveh86
0e224f9a0f SERVER-10177 Remove all Js instances of "throw 'string';" with "throw Error();"
Includes both the initial patch to remove all throws and patches for all failing tests

Signed-off-by: Benety Goh <benety@mongodb.com>
2014-05-22 09:17:09 -04:00
Mathias Stearn
72cbbb5697 Support cursors returned from sharded aggregation
Follow-up to SERVER-5932
2013-08-08 16:12:13 -04:00
Mathias Stearn
a51f2688fa SERVER-5932 Aggregation returning a cursor
related tickets:
SERVER-8261 System for commands to return cursors
SERVER-10165 aggregate() helper should return cursor
2013-07-10 17:43:58 -04:00
Mathias Stearn
68f6dcd2c3 SERVER-6649 have agg helper throw exceptions and fix tests accordingly
Most of this was done by Samantha Ritter. Thanks!
2012-12-18 15:34:56 -05:00
U-tellus\cwestin
54f86fa31d SERVER-4504 minor changes from code review 2012-05-21 12:40:39 -07:00