summaryrefslogtreecommitdiff
path: root/src/mongo/db/op_observer_registry_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-3/+3
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-14/+16
* SERVER-54982 Test resumability of changes streams together with reshardCollec...jannaerin2021-05-051-0/+4
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-39338 Remove `stdx/functional.h`ADAM David Alan Martin2019-06-101-2/+2
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38800 OpObserver accepts numRecords for drop and rename operationsBenety Goh2019-01-081-5/+9
* SERVER-37443 Make catalog objects survive collection rename.David Storch2018-10-231-3/+10
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-34615 Make UUIDCatalog updates for renameCollection atomicMaria van Keulen2018-06-061-10/+29
* SERVER-34196 remove redundant dropTarget boolean argument from OpObserver::on...Benety Goh2018-03-301-3/+2
* SERVER-32843 Allow multiple times in OpObserversADAM David Alan Martin2018-03-011-16/+30
* SERVER-29602 New OpObserverRegistry to allow multiple observersGeert Bosch2017-12-211-0/+175