summaryrefslogtreecommitdiff
path: root/src/mongo/base/status_test.cpp
AgeCommit message (Expand)Author
2024-04-29SERVER-89136 Enable MONGO_COMPILER_COLD_FUNCTION on clangMark Benvenuto
2023-06-15SERVER-77042 automated IWYU changes up to ratio of 0.3Daniel Moody
2022-07-29SERVER-67606 replace instances of ErrorCategory::Interruption in testsMatt Diener
2021-08-23SERVER-52904 Status faceliftBilly Donahue
2020-11-16SERVER-52741 Avoid invariant when trying to get optional ErrorExtraInfoPierlauro Sciarelli
2020-11-05SERVER-52642 Status constructor must handle optional ErrorExtraInfoPierlauro Sciarelli
2020-08-01SERVER-49800 fix use-after-move violations in testsBenety Goh
2020-06-22SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan
2020-03-27SERVER-47076 Clean up log lines in mongo/utilCheahuychou Mao
2020-02-25SERVER-46219 Unit Tests should log with jsonMark Benvenuto
2019-03-06SERVER-39688 Support namespaces for ErrorExtraInfoJason Carey
2019-02-13SERVER-39560 - remove leading blank line on all C++ filesBilly Donahue
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-01-17SERVER-32684 Make mongos write command objects hold Status directlyMathias Stearn
2018-01-17SERVER-32586 Convert ResolvedView to use ErrorExtraInfoMathias Stearn
2018-01-04SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn
2017-11-02SERVER-31734 Add Status::withContext() and addContext()Mathias Stearn
2017-11-02SERVER-31629 Support putting unique codes directly into Status constructorsMathias Stearn
2017-11-02SERVER-31629 Replace ErrorCodes::fromInt() with ErrorCodes::Error()Mathias Stearn
2017-11-02SERVER-31622 Support catching DBException by code or categoryMathias Stearn
2017-11-02SERVER-31622 Fix bad throwsMathias Stearn
2017-08-16SERVER-30580 Make argument order consistently code then messageMathias Stearn
2017-08-16SERVER-30580 No more status locationsMathias Stearn
2015-06-20SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto
2015-04-17SERVER-18050 catch boost::exception in exceptionToStatusAdam Midvidy
2015-04-03SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy
2015-04-03Revert "SERVER-17850 add utility to convert an exception to a Status"Adam Midvidy
2015-04-02SERVER-17850 add utility to convert an exception to a StatusAdam Midvidy
2015-02-13SERVER-16559 Require C++11 and remove conditional compilationAndrew Morrow
2014-04-07SERVER-13470 Give Status move semantics in C++11 modeAndrew Morrow
2014-02-26SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin
2013-12-10SERVER-8886 Final set of license exceptions for OpenSSLIan Whalen
2013-05-22SERVER-9757 Improve performance of Status as a return valueAndrew Morrow
2012-11-01Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin
2012-09-25Make Status::OK a static function.Andy Schwerin
2012-09-14Introduced the Status class.Alberto Lerner