Commit Graph

18 Commits

Author SHA1 Message Date
Steve McClure
1ffbc6c2e9 SERVER-109432: Autofix JS var usage to favor let (#40637)
GitOrigin-RevId: 9674b7db36a0f3f650d39c1e3fb2ad6ff2141cfb
2025-08-28 19:21:01 +00:00
Zac
591928c619 SERVER-108478 JS formatted by prettier and remove clang-format (#39656)
GitOrigin-RevId: 6c8f6aded47f260aa4f7c231b17dae3302cb1e04
2025-08-21 17:27:09 +00:00
Matt Broadstone
a4f458fe4d SERVER-79735 Convert jstest corpus to use es modules 2023-08-06 20:48:04 +00:00
Hana Pearlman
00090a2e2b SERVER-67580: Remove featureFlagShardedLookup 2022-07-11 17:34:43 +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
Drew Paroski
6e2ad2316a SERVER-51475 Enable more jstests under SBE mode 2020-10-14 22:00:32 +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
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
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