summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/currentop_query.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-58103 Remove test cases which test legacy op behaviorsYoonsoo Kim2021-06-301-109/+27
* SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggre...Katherine Wu2021-05-071-1/+2
* SERVER-55658 Out-of-order destruction of AutoGet* objects can lead to transac...Mihai Andrei2021-04-161-25/+0
* Revert "SERVER-47603 Rewrite db.currentOp() shell helper in terms of $current...Katherine Wu2021-03-291-2/+1
* SERVER-47603 Rewrite db.currentOp() shell helper in terms of $currentOp aggre...Katherine Wu2021-03-121-1/+2
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-22/+46
* SERVER-50743 Support generation of "planSummary" stats in SBEAnton Korshunov2020-10-231-4/+1
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-9/+37
* SERVER-41763 Remove comment when truncating queriesMindaugas Malinauskas2020-06-231-10/+35
* SERVER-44475 Remove Query KnobJacob Evans2019-12-111-6/+12
* SERVER-43844: Remove redundant collation BSONObj on ExpressionContextNicholas Zolnierz2019-10-211-17/+11
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-6/+6
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-564/+548
* SERVER-37006 Move originatingCommand from currentOp inprog to cursor objectTed Tuckman2018-10-021-8/+8
* SERVER-36720 $geoNear tests in currentop_query.js can hang behind a sharding ...Bernard Gorman2018-09-081-3/+10
* SERVER-35043, SERVER-22949: move geoNear implementation into aggregationKyle Suarez2018-06-181-13/+22
* SERVER-32064 Requests from the shell should use an implicit session by defaultJack Mulrow2018-06-131-0/+4
* SERVER-28524 remove group commandKyle Suarez2018-05-301-22/+0
* SERVER-34286 Ensure that operations never unexpectedly exceed the truncation ...Bernard Gorman2018-05-251-405/+425
* SERVER-32437 add Amazon Linux 2 platform supportZakhar Kleyman2018-04-041-1/+1
* SERVER-14900 Log operations that exceed slowMs on mongoSBernard Gorman2018-03-221-37/+52
* SERVER-18094 Tag currentop_query.js to resolve test failures on mobile variantsBernard Gorman2018-03-161-0/+1
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-139/+227
* SERVER-33154 Add tests for upconversion of legacy queries with predicate {que...Bernard Gorman2018-03-151-0/+19
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+1
* SERVER-30848 make shell getMores use sessionsJason Carey2017-10-031-2/+2
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-27/+58
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-261-10/+29
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-231-30/+42
* SERVER-29075 Add remaining client metadata to the currentOp outputMark Benvenuto2017-05-121-0/+3
* SERVER-28690 raise currentOp limit to 1000 bytesMathias Stearn2017-04-121-25/+24
* SERVER-27439 Large queries can omit comment in currentOpBernard Gorman2017-03-221-2/+59
* SERVER-28128 Add support for a "comment" parameter to the aggregate...Bernard Gorman2017-03-151-2/+6
* SERVER-28196 Make legacy query and getMore appear in a consistent format acro...Bernard Gorman2017-03-071-10/+49
* SERVER-27848 Add index hint to aggregation and non-materialized viewsJames Wahlin2017-02-031-3/+4
* SERVER-24611 Implement ClientMetadata classMark Benvenuto2016-08-041-0/+2
* SERVER-24063 Add collation to logs, profile and currentOp.David Hatch2016-07-201-26/+70
* SERVER-23260 Test currentOp content for both operations and commandsJames Wahlin2016-06-081-232/+263
* SERVER-23260 Report original query with getMoreJames Wahlin2016-06-031-1/+4
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-4/+2
* SERVER-23260 Test db.currentOp() query field size limitJames Wahlin2016-05-191-0/+34
* SERVER-23267 Add currentOp tests for ns, command & planSummaryJames Wahlin2016-05-161-0/+232