summaryrefslogtreecommitdiff
path: root/buildscripts/moduleconfig.py
Commit message (Expand)AuthorAgeFilesLines
* SERVER-68593 Disable low value python warningsAlexander Neben2022-09-021-1/+0
* SERVER-67122 Add warning when requesting a module that doesn't exist or when ...Richard Samuels2022-06-221-0/+16
* SERVER-44390 Optimize for success in moduleconfigMathew Robinson2019-12-041-1/+3
* SERVER-32295 Support Python 3Mathew Robinson2019-04-081-1/+0
* SERVER-38056 enable building just some of the pieces of the enterprise moduleGabriel Russell2018-11-301-1/+8
* SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypyJonathan Abrahams2018-04-051-15/+17
* SERVER-23312 Format Python files with yapfJonathan Abrahams2018-03-261-1/+12
* SERVER-28308 Integrate python linting for IDL into EvergreenMark Benvenuto2017-04-181-5/+6
* SERVER-18575: clang_format.pyMark Benvenuto2015-06-201-1/+32
* SERVER-17897 Add a way to opt out of building modulesMathias Stearn2015-04-091-1/+8
* SERVER-8466 SERVER-8467 Clang support and autodetectionAndrew Morrow2013-03-151-2/+2
* SERVER-7118 Change "mongo modules" to use SConscript files for modules.Andy Schwerin2012-10-231-95/+107
* skip building the moduletests.txt file if no modulesDan Crosta2012-07-111-0/+3
* allow db modules to declare scripts that are run as a test suiteDan Crosta2012-07-101-2/+37
* use env.Glob in buildscripts/moduleconfigDan Crosta2012-07-101-1/+1
* db/modules may not exist, so don't fail if it doesn'tDan Crosta2012-07-061-0/+3
* discover and configure modules in db/modules/Dan Crosta2012-07-061-0/+90