summaryrefslogtreecommitdiff
path: root/src/mongo/base/generate_error_codes.py
AgeCommit message (Expand)Author
2024-07-30SERVER-92016 Implement error_codes.tpl template generation in Bazel (#25505)Zack Winter
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
2020-06-22SERVER-46962 add optional parameter when creating ErrorExtraInfo classPavi Vetriselvan
2019-08-13SERVER-42624 convert to error_codes.ymlBilly Donahue
2019-04-10SERVER-40542 Remove references to pip2Mathew Robinson
2019-04-08SERVER-32295 Support Python 3Mathew Robinson
2019-03-06SERVER-39688 Support namespaces for ErrorExtraInfoJason Carey
2018-10-24SERVER-37651 Update copyright noticesRamon Fernandez
2018-10-22SERVER-37651 Update header files with new licenseRamon Fernandez
2018-01-04SERVER-31734 Core ErrorExtraInfo implementationMathias Stearn
2017-11-02SERVER-31622 Support catching DBException by code or categoryMathias Stearn
2017-11-02SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}Mathias Stearn
2017-08-16SERVER-30580 Always use errorString() when streaming an ErrorCode::ErrorMathias Stearn
2016-05-16SERVER-23826 SERVER-22697 Allow arbitrary error codes without undefined behaviorAndrew Morrow
2016-01-15SERVER-22135 Take python from environment rather system default pathValentin Kuznetsov
2015-08-17SERVER 10160 generate symbolic JS constants for ErrorCodesCalvin Chan
2015-07-09SERVER-19313 Remove some obsoleted usages of boostAndrew Morrow
2015-03-26SERVER-17736 Remove obsolete C++ driver symbol export miscellaneaAndrew Morrow
2015-02-06SERVER-16940 Change pass-by-const-ref of StringData to pass-by-valueTyler Brock
2014-05-16SERVER-13264 Move Apache-licensed files to AGPLIan Whalen
2014-02-26SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...Andy Schwerin
2013-12-10SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...Andy Schwerin
2012-12-10SERVER-7866 - use StringData's correct methods and substrEliot Horowitz
2012-11-27SERVER-7602 Fix licenses for auto-generated filesSpencer T Brody
2012-11-06SERVER-7565 Make line endings Unix-style on WindowsTad Marshall
2012-11-06SERVER-7565 Fix typos and styleTad Marshall
2012-11-01Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...Andy Schwerin
2012-10-29Auto-generate error_codes.{h,cpp}.Andy Schwerin