Commit Graph

30 Commits

Author SHA1 Message Date
Hana Pearlman
00090a2e2b SERVER-67580: Remove featureFlagShardedLookup 2022-07-11 17:34:43 +00:00
Mihai Andrei
64847408ed SERVER-61300 Configure aggregation_mongos_passthrough suite to use CleanEveryN and re-enable some jstests 2021-12-17 18:18:02 +00:00
Militsa Sotirova
5d7e02cf09 SERVER-58073 Allow graphLookup against a sharded collection to execute on mongos 2021-07-12 18:00:02 +00:00
David Percy
8641dd510c SERVER-54233 Implement $derivative window-function executor 2021-03-04 22:11:37 +00:00
Anton Korshunov
0fc5b56b12 SERVER-51823 Use classic engine to evaluate queries containing expressions not supported in SBE 2021-02-14 15:30:07 +00:00
Justin Seyster
cdec685db9 SERVER-49227 Tag tests to be excluded from aggregation_slot_based_execution 2020-08-18 23:23:42 +00:00
James Wahlin
39c3a5d77b SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with assert.commandWorked() 2019-08-14 13:52:59 +00:00
clang-format-7.0.1
134a408395 SERVER-41772 Apply clang-format 7.0.1 to the codebase 2019-07-27 11:02:23 -04:00
Ian Boros
08be6c5794 SERVER-41237 Re-ban $graphLookup against a sharded collection 2019-06-18 11:39:13 -04:00
Martin Neupauer
a257327cc3 SERVER-32666 Allow $graphLookup against a sharded collection to execute on mongos 2019-01-30 17:57:26 -05:00
Dianna Hohensee
f1e3e2ca10 SERVER-35237 Unblacklist push2.js and error.js from running on WiredTiger 2018-06-04 09:59:00 -04:00
Louis Williams
d7304a9245 SERVER-35228 Blacklist push2.js and error.js 2018-05-25 16:15:52 -04:00
Charlie Swanson
a77297dbe3 SERVER-33174 Prevent catalog storage of new syntax during lower FCV
This will prevent the persistence of expressions introduced in 4.0
while the server is in feature compatibility version (FCV) 3.6.
2018-02-27 11:16:08 -05:00
Tess Avitabile
0287fb0144 SERVER-31408 Test that all code paths that support expr support throwing at runtime 2017-10-11 14:07:30 -04:00
Tess Avitabile
b1d1b244c7 SERVER-31496 MatchExpressionParser::parse() should not throw 2017-10-11 09:47:56 -04:00
Tess Avitabile
cb9f7cdcb7 SERVER-30731 Add expr support in MatchExpression outside of aggregation 2017-10-05 16:47:26 -04:00
James Wahlin
d0f5e2b103 SERVER-30951 Add top-level $expr to MatchExpression 2017-09-10 20:16:34 -04:00
Tess Avitabile
7dbfca42c4 SERVER-30954 Remove support for expr constant expressions from ComparisonMatchExpression 2017-09-06 14:26:51 -04:00
Tess Avitabile
b19f95495d SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parse 2017-08-25 14:16:10 -04:00
James Wahlin
9fb03a72fb SERVER-29371 Check auth for nested $lookup pipelines 2017-06-30 11:20:35 -04:00
Eddie Louie
9fc1ecd711 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
This reverts commit fb956b3b0a.
2017-03-23 14:07:50 -04:00
Randolph Tan
fb956b3b0a Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped"
This reverts commit 56e66454d1.

Conflicts:
	buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
2017-03-23 13:56:21 -04:00
Eddie Louie
56e66454d1 SERVER-26315 Override DBCollection.prototype.drop to re-shard collections that are dropped
in sharded cluster environments.
2017-03-15 19:19:49 -04:00
David Storch
8758a5c7be SERVER-25038 add LiteParsedPipeline
This provides a way to do pre-parse validity checks. Full
parsing of the Pipeline must be done under the collection
lock, when the collation is known.
2016-10-03 16:13:51 -04:00
Max Hirschhorn
fad11e0917 SERVER-24769 Add support for $lookup and $graphLookup on a view. 2016-08-10 20:20:19 -04:00
Benjamin Murphy
45977b4209 SERVER-24714 graphLookup now accepts the restrictSearchWithMatch option.
Closes #1098

Signed-off-by: David Storch <david.storch@10gen.com>
2016-07-05 15:16:59 -04:00
Mark Benvenuto
6dcdd23dd3 SERVER-23971 Clang-Format code 2016-05-28 17:55:12 -04:00
David Storch
34e784dd13 SERVER-23725 Aggregation now supports the graphLookup stage.
This commit is identical to a1253a94b8.
2016-05-04 09:54:45 -04:00
Max Hirschhorn
6c0f5951e3 Revert "SERVER-23725 Aggregation now supports the graphLookup stage."
This reverts commit a1253a94b8.
2016-04-30 17:30:50 -04:00
Benjamin Murphy
a1253a94b8 SERVER-23725 Aggregation now supports the graphLookup stage. 2016-04-29 17:38:28 -04:00