summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-70043 Thread-through CollectionPtr into the onDelete OpObserverJordi Serra Torrens2022-11-041-12/+27
* SERVER-68214 move session_catalog*, session*, logical_session* to mongo/db/se...Shin Yee Tan2022-08-171-1/+1
* SERVER-67505 Move multi-doc transaction classes from mongo/db/ to mongo/db/tr...Shin Yee Tan2022-08-011-1/+1
* SERVER-62923 Change DB lock RAII types to use DatabaseNamejannaerin2022-07-151-1/+1
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-5/+6
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-3/+3
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-5/+5
* SERVER-52624: Remove useless setOplogCollectionName and getOplogCollectionNam...Lingzhi Deng2020-11-061-1/+0
* SERVER-48433 Remove LogicalClock facadeKevin Pulo2020-09-171-1/+0
* SERVER-38987 Replace ephemeralForTest storage engine with biggie implementationHenrik Edin2020-07-171-1/+0
* SERVER-45806 Record pre-images on updates and deletes when recordPreImage is ...Jonathan Reams2020-02-101-5/+5
* SERVER-44368 protect opCtx's Locker with Client lockEric Milkie2019-11-041-2/+2
* SERVER-39339 Remove `stdx/memory.h`ADAM David Alan Martin2019-06-101-4/+4
* SERVER-37235 Use an onCommit/Abort handler to complete session kill on direct...Kaloian Manassiev2019-05-141-1/+0
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-0/+166