summaryrefslogtreecommitdiff
path: root/src/mongo/rpc/op_legacy_integration_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-76085 Create createDatabaseName_forTest to be used in unit testingmathisbessamdb2023-04-171-4/+6
* SERVER-72948 Change DBClient runCommand function to use DatabaseName objectSophia Tan2023-01-231-4/+4
* SERVER-70206 Remove getLastError commandAlex Li2022-11-151-2/+1
* SERVER-57384 Remove serverStatus counters and logging for deleted opcodesIrina Yatsenko2022-08-031-242/+49
* SERVER-65946 Have DBClient::call always throw exceptions on failureJason Chan2022-07-061-7/+7
* SERVER-66833 Improve error and log messages on attempt to use unsupported leg...David Storch2022-06-011-97/+100
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-061-1/+3
* SERVER-61030 Add 'authenticate' command to the OP_QUERY allowlistDavid Storch2021-10-271-6/+26
* SERVER-59300 Make AsyncDBClient use OP_MSG rather than OP_QUERY for isMasterDavid Storch2021-10-131-0/+17
* SERVER-58140 Remove legacy update/delete parsersYoonsoo Kim2021-08-101-0/+40
* SERVER-59069 Add buildinfo to allowlist for OP_QUERY commandsYoonsoo Kim2021-08-041-4/+12
* SERVER-58432 Include dochub link in legacy op deprecation log messagesYoonsoo Kim2021-08-021-0/+4
* SERVER-58338 Return an error if client attempts an OP_QUERY command other tha...Yoonsoo Kim2021-08-021-3/+48
* SERVER-57390 Remove getLastError implementationYoonsoo Kim2021-07-221-26/+14
* SERVER-57391 Return error response to OP_QUERY and OP_GET_MORE messagesIrina Yatsenko2021-07-161-57/+81
* SERVER-58337 Log and count as deprecated commands issued via OP_QUERYIrina Yatsenko2021-07-091-2/+81
* SERVER-57457 Close connection on receiving of OP_DELETE, OP_INSERT, OP_UPDATE...Irina Yatsenko2021-07-081-25/+21
* SERVER-57389 Remove GLE helpers from the shell and dbclientIrina Yatsenko2021-07-031-2/+26
* SERVER-57265 Migrate tests for deprecated op codes from jstest to C++ integra...Irina Yatsenko2021-06-151-0/+290