summaryrefslogtreecommitdiff
path: root/src/mongo/db/commands/test_commands_enabled.cpp
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-39907 Migrate enable test commands to IDLSara Golemon2019-03-021-12/+3
|
* SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue2019-02-131-1/+0
| | | | | | Remove leading comments that are just stating the filename. Move any file-level comments below the copyright banner. Remove leading blank lines.
* SERVER-37651 Update header files with new licenseRamon Fernandez2018-10-221-14/+16
|
* SERVER-33892 Separate test_commands_enabled libraryBilly Donahue2018-03-141-2/+18
|
* SERVER-20636 Move Command::testCommandsEnabled to its own library.Max Hirschhorn2015-10-071-0/+37
Resolves some linkage debt to make it easier to check whether test commands are enabled in the server.