summaryrefslogtreecommitdiff
path: root/src/mongo/db/pipeline/document_source_current_op_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-45838 Rename/restructure mongo_process_interface classes and filesCharlie Swanson2020-02-051-1/+1
* SERVER-42302 Move Document/Value library to db/exec/document_value directory.David Storch2019-10-011-2/+2
* SERVER-41362 Attach diagnostic captures to OperationContextsRahul Sundararaman2019-07-231-1/+2
* SERVER-40476 remove mongoutils::strBilly Donahue2019-04-091-1/+1
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-8/+10
* SERVER-37001 Add idleCursor to $currentOpTed Tuckman2018-09-141-2/+3
* SERVER-33294 Ignore 'allUsers' when reporting stashed locks with auth disabledBernard Gorman2018-04-051-4/+14
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-0/+1
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-15/+21
* SERVER-32190 Shorten MongoDProcessInterface to MongoDInterface.Charlie Swanson2017-12-191-14/+8
* SERVER-32190 Make MongoProcessInterface always availableCharlie Swanson2017-12-191-11/+13
* SERVER-29609 Rename MongodInterface to MongoProcessInterface.Charlie Swanson2017-10-031-15/+16
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-4/+4
* SERVER-30580 Eliminate UserException and MsgAssertionException typesMathias Stearn2017-08-161-9/+9
* SERVER-18940 Optimise sharded aggregations that are targeted to a single shardBernard Gorman2017-08-021-4/+4
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-8/+21
* SERVER-29546 Add hostname to standard currentOp output, and include shard nam...Bernard Gorman2017-06-231-2/+4
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-0/+235