Commit Graph

26 Commits

Author SHA1 Message Date
Anton Korshunov
089dd83af4 SERVER-40438 Add merge support for whenNotMatched: fail 2019-05-14 23:19:33 +01:00
Anton Korshunov
a25226e009 SERVER-40440 Add merge support for whenMatched: 'keepExisting' 2019-05-06 21:20:41 +01:00
Nick Zolnierz
aa36a9e8ad SERVER-36081: Write auth tests for $out and bypassDocumentValidation 2018-08-29 16:01:52 -04:00
Charlie Swanson
dd65b1675d SERVER-35765 Allow small discrepancy in computed geo distances. 2018-07-04 09:04:48 -04:00
Charlie Swanson
b5b50044fc SERVER-35765 Clean up utils.js.
This is in preparation for expanded functionality to allow for a custom
comparator.
2018-07-04 09:04:48 -04:00
Charlie Swanson
1a18c8f8ae SERVER-27646 Build index bounds for {$ne: null} predicates 2018-06-20 16:31:13 -04:00
Nick Zolnierz
b721d0f20a SERVER-32771: Add format specifier for $dateFromString expression 2018-02-05 16:48:17 -05:00
Jason Carey
f23002e965 SERVER-30848 make shell getMores use sessions
The shell should attach the logical session used to initiate cursors
(via find or aggregate) and use it for successive getMores.
2017-10-03 16:50:12 -04:00
Eddie Louie
fd01541d77 SERVER-29506 Require $changeNotification to be the first stage.
This reverts commit babab96789.
2017-08-01 20:15:42 -04:00
Eddie Louie
babab96789 Revert "SERVER-29506 Require $changeNotification to be the first stage."
This reverts commit 2431e13568.
2017-08-01 19:47:26 -04:00
Charlie Swanson
2431e13568 SERVER-29506 Require $changeNotification to be the first stage. 2017-08-01 17:16:14 -04:00
Tess Avitabile
92e5992374 SERVER-24623 Remove single document aggregation result option 2017-01-13 17:56:02 -05:00
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