summaryrefslogtreecommitdiff
path: root/src/mongo/db/auth/auth_op_observer.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-67900 Thread CollectionPtr into the onInsert OpObserverKaloian Manassiev2022-08-231-4/+3
* SERVER-62781 Include tid in oplog entries for commandsHugh Tong2022-07-111-2/+2
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-081-1/+1
* SERVER-63838 expose createIndexes and create events from chunkMigration only ...Misha Tyulenev2022-03-291-1/+2
* SERVER-61891 Add document key to insert log entryRui Liu2022-01-111-1/+1
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-021-2/+2
* SERVER-61611 OpObserver::aboutToDelete() accepts UUIDBenety Goh2021-11-191-0/+1
* SERVER-60690: Refactor OplogUpdateEntryArgs to use retryable FAM enum.Daniel Gottlieb2021-11-021-3/+3
* SERVER-60509 onReplicationRollback should crash on failureJason Chan2021-10-261-2/+2
* SERVER-60509 make OpObserver::OnReplicationRollback noexceptJason Chan2021-10-191-1/+1
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObservers (Part 2)Kaloian Manassiev2021-10-191-5/+5
* SERVER-31540 Get rid of boost::optional<UUID> from the OpObserversKaloian Manassiev2021-10-151-2/+2
* SERVER-56373: Introduce `needsRetryImage` field to oplog entries. Refactor Op...Daniel Gottlieb2021-05-041-2/+1
* SERVER-55377 implement a passthrough for onImportCollectionSergey Galtsev2021-04-201-0/+12
* SERVER-31540 Remove usages of boost::optional<UUID> from the collMod pathKaloian Manassiev2021-02-231-1/+1
* SERVER-53962 Move UMC audit hooks to OpObserverssergey.galtsev2021-02-121-0/+7
* SERVER-50984 Add CollectionPtr to replace usage of const Collection*Henrik Edin2020-09-261-1/+1
* SERVER-50317 Const correct uses of CollectionHenrik Edin2020-09-021-1/+1
* SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED...Cheahuychou Mao2020-05-081-14/+7
* SERVER-9306 Ability to temporarily forbid query optimizer from using index ("...Zhihui Fan2020-04-221-2/+2
* SERVER-47468 Remove public CollectionMetadata references from ScopedCollectio...Kaloian Manassiev2020-04-141-0/+1
* SERVER-45781 Throw Stale Shard Version when collection is unknown on getColle...Marcos José Grillo Ramírez2020-04-081-1/+2
* SERVER-45780 Rename getCurrentMetadataTommaso Tocci2020-03-031-2/+2
* SERVER-44139 Allow collection creation in multi-document transactionsMaria van Keulen2020-01-071-1/+3
* SERVER-39495 Only return versioned filtering metadata for cases that actually...Kaloian Manassiev2019-02-281-1/+1
* 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-0/+2
* SERVER-38587 Extract authorization logic from OpObserverImpl to new AuthOpObs...Isabella Siu2019-01-081-0/+221