summaryrefslogtreecommitdiff
path: root/jstests/core/update_with_pipeline.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-61769 Remove inMultiDocumentTransaction from expCtxJennifer Peshansky2022-02-251-1/+5
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-231-1/+0
* SERVER-56907 Remove feature flag for Mitigate pain of using field names with ...Milena Ivanova2021-07-051-17/+6
* SERVER-57493 Remove requires_find_command jstest tagAdityavardhan Agrawal2021-06-301-6/+1
* SERVER-49117 Remove storage validation of '$' prefixes in insert and updateAlya Berciu2021-05-051-6/+18
* SERVER-55770 Add geo_update_dedup.js to the list of multi-update tests not ha...Matthew Russotto2021-04-081-0/+1
* SERVER-51475 Enable more jstests under SBE modeDrew Paroski2020-10-141-1/+0
* SERVER-50208 Modify existing update tests to guarantee $v:2 oplog entries gen...Ruoxin Xu2020-09-021-9/+12
* SERVER-49227 Tag tests to be excluded from jsCore_slot_based_executionJustin Seyster2020-08-141-1/+5
* Revert "SERVER-49117 Remove storage validation of '$' and '.' in field names ...Charlie Swanson2020-08-061-8/+7
* SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47Lingzhi Deng2020-08-051-1/+1
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-041-7/+8
* SERVER-43860 Always upsert exact source document for pipeline-insert $mergeBernard Gorman2019-11-141-2/+56
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-215/+202
* SERVER-41316 Account for constants in UpdateOpEntry size estimateCharlie Swanson2019-05-311-0/+11
* SERVER-41043 Add 'let' field support for merge stageAnton Korshunov2019-05-231-5/+78
* SERVER-40240 Add new $unset aggregation stageJames Wahlin2019-05-171-0/+8
* SERVER-40239 New alias: $replaceWith => $replaceRootCharlie Swanson2019-05-151-1/+1
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-151-5/+5
* Revert "SERVER-40238 New stage alias: $set => $addFields"Henrik Edin2019-05-101-5/+5
* SERVER-40238 New stage alias: $set => $addFieldsCharlie Swanson2019-05-101-5/+5
* SERVER-40402 Test support for 'writeConcern' option in combination with a pip...James Wahlin2019-05-061-20/+17
* SERVER-40400 Test support for 'bypassDocumentValidation' option in combinatio...James Wahlin2019-05-021-9/+0
* SERVER-40398 Test support for 'collation' option in combination with a pipeli...James Wahlin2019-05-011-6/+0
* SERVER-40381 Add the ability to specify a pipeline to an update commandJames Wahlin2019-04-111-0/+159