summaryrefslogtreecommitdiff
path: root/jstests/change_streams
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-065-12/+10
* SERVER-60238 Implement pre-image propagation to secondaries for non-transacti...Mindaugas Malinauskas2021-11-233-6/+0
* SERVER-61267: Fix multiple issues with change stream multi-version whole clus...Rishab Joshi2021-11-201-0/+7
* SERVER-58691 Implement deletion of pre-images which corresponding oplog entry...Denis Grebennicov2021-11-101-3/+4
* SERVER-60236 Ensure pre-/post-images are not retained for documents belonging...Rishab Joshi2021-11-051-0/+224
* SERVER-60957 Support change stream pre and post images in a sharded cluster.Rishab Joshi2021-10-293-14/+166
* SERVER-59607 Re-locate the pre-images collection to 'config' databaseDenis Grebennicov2021-10-251-1/+2
* SERVER-58825 Make pre-images collection clusteredMindaugas Malinauskas2021-10-192-2/+8
* SERVER-58687 Implement writing of pre-images for non-transactional delete ope...Denis Grebennicov2021-10-142-47/+113
* SERVER-60086 Add read concern check for aggregate commands.Wenbin Zhu2021-10-141-0/+4
* SERVER-60232 Convert 'changeStreamsPreAndPostImages' parameter for create/col...Denis Grebennicov2021-10-122-4/+5
* SERVER-60227 Make change_stream_basic_match_pushdown_rewrite.js more robustJustin Seyster2021-10-041-7/+15
* SERVER-58690 Implement loading of post-images in a change streamDenis Grebennicov2021-10-043-117/+231
* SERVER-55545 Add support for change stream $match pushdown for the "updateDes...Drew Paroski2021-10-021-0/+234
* SERVER-59422 Add $expr rewrite for "to" field.Rishab Joshi2021-09-301-55/+487
* SERVER-58689 Implement loading of pre-images in a change streamDenis Grebennicov2021-09-273-28/+150
* SERVER-59421 Add $expr rewrite for "ns" field.Rishab Joshi2021-09-232-43/+574
* SERVER-58686 Implement writing of pre-images for non-transactional update/rep...Denis Grebennicov2021-09-231-0/+67
* SERVER-59457 [Part2] Allow change stream rewrite tests to run in whole-db and...Rishab Joshi2021-09-166-0/+1915
* SERVER-58469 Add option "changeStreamsPreAndPostImages" to the "create" and "...Denis Grebennicov2021-09-151-1/+1
* SERVER-58934 Don't pass any feature flag parameters to old fixture in multive...Mikhail Shchatko2021-09-011-0/+1
* SERVER-58423 Parse and validate change stream open parameter "fullDocument"Denis Grebennicov2021-07-271-0/+26
* SERVER-56366 Update FCV constants to recognize 5.1 as latestJon Streets2021-07-232-2/+4
* SERVER-58511 Create feature flag for change stream oplog rewritesDrew Paroski2021-07-213-6/+6
* SERVER-57792 Always supply invalidate event to DSCSEnsureResumeTokenPresent w...Denis Grebennicov2021-07-121-0/+57
* SERVER-55309 Re-order post-image lookup stages when expanding $changeStreamDrew Paroski2021-07-081-38/+42
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-302-12/+0
* SERVER-56871: Allow $match and $project to get pushed down to the shards for ...Rishab Joshi2021-06-232-8/+9
* SERVER-56497 Add assert.throwsCode shell helper for testingSebastien Mendez2021-06-111-2/+1
* SERVER-55964 Replace "blacklist" in all code and commentsShreyas Kalyan2021-05-142-5/+5
* SERVER-55961: Replace 'whitelist' in variable names, types, and commentsVarun Ravichandran2021-05-122-10/+10
* SERVER-55959: Rename all jstests containing 'whitelist' in their filenamesVarun Ravichandran2021-05-051-0/+0
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-302-3/+29
* SERVER-50651 Replace occurrences of isMaster command with hello in misc jstestsAli Mir2020-10-013-4/+4
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-166-21/+34
* SERVER-47856 Use $v:2 delta oplog entries by defaultArun Banala2020-08-262-101/+103
* SERVER-50109 Add change streams passthrough which enables use of $v:2 delta o...Ruoxin Xu2020-08-181-0/+115
* SERVER-50321 Add fcv47 tag for 'pipeline_style_updates_v2_oplog_entries.js'Ruoxin Xu2020-08-171-3/+6
* SERVER-47354 Implement change stream oplog parsing code for delta oplog entriesRuoxin Xu2020-08-131-0/+218
* SERVER-47890 Allow report_post_batch_resume_token.js to run with coordinateCo...Bernard Gorman2020-06-101-6/+15
* SERVER-48636 Increase assertEventDoesNotWakeCursor getMore timeout in only_wa...Bernard Gorman2020-06-091-2/+2
* SERVER-47810 Make $changeStream shard-monitor cursor ineligible to contribute...Bernard Gorman2020-05-221-2/+1
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-292-4/+5
* SERVER-46819 Allow transactions in change stream sharded passthroughsBernard Gorman2020-04-284-118/+269
* SERVER-35804 Disallow dropping config and admin from mongosRandolph Tan2020-04-141-3/+2
* SERVER-40293 change_stream.js removal test should do an unordered check on th...Alex Taskov2020-04-081-1/+1
* SERVER-45987 Ensure apply op entries for deletes in multi-document transactio...Ruoxin Xu2020-03-131-0/+124
* SERVER-46103 Retain NonResumableChangeStreamError label for 4.4Bernard Gorman2020-02-211-0/+33
* SERVER-45807 Add change stream stage to fetch pre-image for update/replace/de...Jonathan Reams2020-02-101-0/+137
* SERVER-45505 Add ResumableChangeStreamError error labelBernard Gorman2020-02-072-34/+4