summaryrefslogtreecommitdiff
path: root/jstests/sharding/change_streams.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-54937 Removes DocumentSourceChangeStreamCloseCursor dependencies on in...Rishab Joshi2021-04-301-0/+1
* SERVER-55672 Fix bug in oplog ts logic when 'stopApplyingFilterAfterFirstMatc...Arun Banala2021-04-271-1/+0
* SERVER-55010 enable sharding suites in SBE build variantKyle Suarez2021-04-131-1/+5
* SERVER-50300 Change modifier style updates to use the $v:2 oplog formatIan Boros2020-09-161-3/+3
* SERVER-50280 Remove 'supportsMajorityReadConcern' test helper function in fav...Gregory Wlodarek2020-08-121-9/+1
* SERVER-48442: Fix change_streams.js to test events in any orderSvilen Mihaylov2020-06-021-6/+17
* SERVER-44356 Set config server periodicNoopIntervalSecs to 1Bernard Gorman2020-02-161-0/+8
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-14/+18
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-244/+241
* SERVER-40949 add LookupAllowed stage constraintIan Boros2019-05-201-2/+1
* SERVER-39302 Change streams should always use the simple collation when no ex...Bernard Gorman2019-03-111-5/+3
* SERVER-39495 Add more testing for multi:true/justOne:false updates and Change...Kaloian Manassiev2019-03-061-180/+236
* SERVER-37786 Reject change stream pipelines which modify or project-out the r...Bernard Gorman2019-02-031-8/+7
* SERVER-37227 Reintroduce enableMajorityReadConcern:false server parameterTess Avitabile2018-10-021-0/+1
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-5/+11
* SERVER-32088: ChangeStream resumeAfter does not work on sharded collections i...Nick Zolnierz2018-05-291-15/+35
* SERVER-34181 Include 'clusterTime' in each change streamCharlie Swanson2018-04-121-1/+2
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-1/+2
* SERVER-32052 Update ShardingTest to default to starting shard servers as repl...jannaerin2018-03-091-3/+3
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-1/+1
* SERVER-29609 Enable updateLookup for sharded change streams.Matthew Russotto2017-10-111-1/+0
* SERVER-29137 Implement $changeStream whitelistBernard Gorman2017-10-101-5/+8
* SERVER-29141 Enable change streams on sharded collectionsCharlie Swanson2017-10-091-0/+169