summaryrefslogtreecommitdiff
path: root/jstests/core/update_arrayFilters.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-66476 Dedupe causal consistency passthrough exclude listMatt Broadstone2022-05-271-0/+2
* SERVER-58889 Fix FCV/multi-version issues in some testsDan Larkin-York2021-07-291-1/+1
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-57388 Remove readMode/writeMode/rpcProtocols/useLegacyWriteOps shell c...Yoonsoo Kim2021-07-011-408/+297
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-071-1/+2
* Revert "SERVER-56265 Cleanly fail unsupported queries on timeseries collections"Eric Cox2021-06-041-2/+1
* SERVER-56265 Cleanly fail unsupported queries on timeseries collectionsEric Cox2021-06-031-1/+2
* SERVER-55770 Add geo_update_dedup.js to the list of multi-update tests not ha...Matthew Russotto2021-04-081-1/+5
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-92/+102
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-659/+640
* SERVER-34572 Write commands in transactions must check for pending catalog ch...Tess Avitabile2018-04-301-4/+6
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-211-5/+0
* Revert "SERVER-30005: remove $isolated/$atomic option"Nick Zolnierz2018-03-201-0/+5
* SERVER-30005: remove $isolated/$atomic optionNick Zolnierz2018-03-201-5/+0
* SERVER-32617 Fix code that reconstructs status with just code and stringMathias Stearn2018-01-171-5/+6
* SERVER-31194 Add jscore tags for retryable_writes_jscore_stepdown_passthrough...Jack Mulrow2017-12-071-1/+1
* SERVER-17846: Forbid $isolated outside of update/delete user operationsNick Zolnierz2017-10-231-0/+5
* SERVER-31029 Add support for top-level $expr within $or and $andBlake Oler2017-10-091-0/+20
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-301-2/+17
* SERVER-28772 Remove the $pushAll modifier.Justin Seyster2017-08-101-19/+0
* SERVER-28772 PushNodeJustin Seyster2017-08-081-14/+7
* SERVER-28773 Create insert mode for SetNodeTess Avitabile2017-08-021-13/+7
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-251-1/+1
* SERVER-28766 Create CurrentDateNodeTess Avitabile2017-07-211-15/+11
* SERVER-28771 PullAllNodeJustin Seyster2017-07-211-14/+8
* SERVER-28768 Create CompareNodeTess Avitabile2017-07-191-28/+12
* SERVER-28770 Create PullNodeJustin Seyster2017-07-171-14/+7
* SERVER-28765 Create BitNode.Justin Seyster2017-07-101-15/+8
* SERVER-28774 Add RenameNode.Justin Seyster2017-06-291-10/+19
* SERVER-28769 Implement PopNode.David Storch2017-06-291-13/+6
* SERVER-28764 Create AddToSetNodeTess Avitabile2017-06-291-14/+7
* SERVER-28762 Conditionally parse an update expression as an UpdateNode treeTess Avitabile2017-06-191-44/+595
* SERVER-28577 Extend mongos update implementation to accept an arrayFilters pa...Tess Avitabile2017-04-171-30/+32
* SERVER-28576 Add arrayFilters parameter to update and findAndModify shell hel...Tess Avitabile2017-04-041-82/+172
* SERVER-28478 Create ArrayFilter class and implement parsing of arrayFilters i...Tess Avitabile2017-04-041-0/+113