index
:
mongo.git
master
release-6.0.1
release-7.0.1
Unnamed repository; edit this file 'description' to name the repository.
Lucas Castro
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
mongo
/
base
/
generate_error_codes.py
Age
Commit message (
Expand
)
Author
2024-07-30
SERVER-92016 Implement error_codes.tpl template generation in Bazel (#25505)
Zack Winter
2024-05-22
SERVER-90615: Enable python formatting checks for src directory (#22299)
Steve McClure
2020-06-22
SERVER-46962 add optional parameter when creating ErrorExtraInfo class
Pavi Vetriselvan
2019-08-13
SERVER-42624 convert to error_codes.yml
Billy Donahue
2019-04-10
SERVER-40542 Remove references to pip2
Mathew Robinson
2019-04-08
SERVER-32295 Support Python 3
Mathew Robinson
2019-03-06
SERVER-39688 Support namespaces for ErrorExtraInfo
Jason Carey
2018-10-24
SERVER-37651 Update copyright notices
Ramon Fernandez
2018-10-22
SERVER-37651 Update header files with new license
Ramon Fernandez
2018-01-04
SERVER-31734 Core ErrorExtraInfo implementation
Mathias Stearn
2017-11-02
SERVER-31622 Support catching DBException by code or category
Mathias Stearn
2017-11-02
SERVER-31390 Use a templating language to generate error_codes.{h,cpp,js}
Mathias Stearn
2017-08-16
SERVER-30580 Always use errorString() when streaming an ErrorCode::Error
Mathias Stearn
2016-05-16
SERVER-23826 SERVER-22697 Allow arbitrary error codes without undefined behavior
Andrew Morrow
2016-01-15
SERVER-22135 Take python from environment rather system default path
Valentin Kuznetsov
2015-08-17
SERVER 10160 generate symbolic JS constants for ErrorCodes
Calvin Chan
2015-07-09
SERVER-19313 Remove some obsoleted usages of boost
Andrew Morrow
2015-03-26
SERVER-17736 Remove obsolete C++ driver symbol export miscellanea
Andrew Morrow
2015-02-06
SERVER-16940 Change pass-by-const-ref of StringData to pass-by-value
Tyler Brock
2014-05-16
SERVER-13264 Move Apache-licensed files to AGPL
Ian Whalen
2014-02-26
SERVER-12770 Change stringification and casting of ErrorCodes::Error to impro...
Andy Schwerin
2013-12-10
SERVER-3364 Label enough of the client api with MONGO_CLIENT_API to build htt...
Andy Schwerin
2012-12-10
SERVER-7866 - use StringData's correct methods and substr
Eliot Horowitz
2012-11-27
SERVER-7602 Fix licenses for auto-generated files
Spencer T Brody
2012-11-06
SERVER-7565 Make line endings Unix-style on Windows
Tad Marshall
2012-11-06
SERVER-7565 Fix typos and style
Tad Marshall
2012-11-01
Add an isOK method to Status, and methods to get an ErrorCodes::Error from a ...
Andy Schwerin
2012-10-29
Auto-generate error_codes.{h,cpp}.
Andy Schwerin