summaryrefslogtreecommitdiff
path: root/jstests/change_streams/change_stream.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-23/+23
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-258/+255
* SERVER-39678 Comprehensive test for resuming a Change Stream with prepared tr...James Wahlin2019-03-211-3/+3
* SERVER-39495 Add more testing for multi:true/justOne:false updates and Change...Kaloian Manassiev2019-03-061-0/+40
* SERVER-35028: Add change stream notifications for collection drop and renameNick Zolnierz2018-06-071-11/+0
* SERVER-34662 fix $changeStream parsing to check that its argument is an objectIan Boros2018-04-261-0/+11
* SERVER-34302 Add passthrough suite(s) replacing single-collection $changeStre...Bernard Gorman2018-04-191-2/+3
* SERVER-34088 Add ability to watch all changes for an entire sharded clusterBernard Gorman2018-04-131-17/+9
* SERVER-34086 Add ability to watch all changes for an entire replica setBernard Gorman2018-04-121-0/+10
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-5/+5
* SERVER-34090 Allow resuming change stream when resume token's document key do...Bernard Gorman2018-04-061-7/+4
* SERVER-34040 Disallow $changeStream on internal databases and system collectionsBernard Gorman2018-04-041-18/+8
* SERVER-33918: Support $changeStream against all collections in a database for...Nick Zolnierz2018-03-291-14/+47
* SERVER-31885 Prohibit $changeStream from running on a non-existent databaseBernard Gorman2017-12-051-1/+9
* SERVER-31394 Create passthrough of existing $changeStream tests to run agains...Bernard Gorman2017-11-201-17/+21
* SERVER-29716 Keystring-encode ResumeTokens to allow bytewise comparisonsMatthew Russotto2017-10-051-25/+5
* SERVER-31134 Adapt change stream tests to relax assertions on change visibilityJudah Schvimer2017-10-041-194/+48
* SERVER-29126 Require change streams to run with readConcern:majoritySiyuan Zhou2017-10-031-31/+0
* SERVER-29141 Refactor the way mongos handles tailable awaitData cursorsBernard Gorman2017-09-261-18/+12
* SERVER-30679 Integrate causallyConsistentReads into SessionOptions.Max Hirschhorn2017-09-201-4/+4
* SERVER-29141 Clean up change stream tests' cursorsCharlie Swanson2017-09-181-49/+57
* SERVER-29142 Support $changeStream on unsharded collections.Charlie Swanson2017-09-131-0/+390