summaryrefslogtreecommitdiff
path: root/jstests/core/return_key.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-1/+3
|
* SERVER-43669 Serialize "sortKey" as BSONArrayJustin Seyster2019-12-131-8/+4
|
* SERVER-44794 Add requires_fcv_44 tag to tests using returnKeyIan Boros2019-11-221-1/+1
|
* SERVER-44232 remove TODO in return_key.jsIan Boros2019-10-291-6/+3
|
* SERVER-43830 use ProjectionAST in when extracting meta sort key for returnKeyIan Boros2019-10-171-0/+8
|
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with ↵James Wahlin2019-08-141-3/+3
| | | | assert.commandWorked()
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-61/+59
|
* SERVER-31785 Use 2 shards in sharded jscore passthrough.Charlie Swanson2018-01-191-6/+6
|
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-231-0/+5
| | | | | | that are dropped This reverts commit fb956b3b0a48c9b8376575c6adb971a4e0593292.
* Revert "SERVER-26315 Override DBCollection.prototype.drop to re-shard ↵Randolph Tan2017-03-231-5/+0
| | | | | | | | | collections that are dropped" This reverts commit 56e66454d14e16689331672734ecde7644a41c78. Conflicts: buildscripts/resmokeconfig/suites/sharded_collections_jscore_passthrough.yml
* SERVER-26315 Override DBCollection.prototype.drop to re-shard collections ↵Eddie Louie2017-03-151-0/+5
| | | | | | that are dropped in sharded cluster environments.
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-6/+5
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-8/+14
|
* SERVER-19355 allow simultaneous returnKey and sortKey meta-projectionsDavid Storch2015-09-021-0/+76
This is necessary in order to support queries with returnKey and sort routed through mongos.