mongo/buildscripts
Daniel Gottlieb 52f4d4d869 SERVER-47509: Have resmoke better cope with multiple set parameters. 2020-08-05 20:11:11 +00:00
..
build SERVER-49117 Remove storage validation of '$' and '.' in field names for insert and update 2020-08-04 21:51:57 +00:00
ciconfig SERVER-49128 Don't hard code selected_tests_buildvariants in etc/evergreen.yml 2020-07-08 15:40:59 +00:00
client SERVER-45320: Remove deprecated evergreen client from buildscripts 2019-12-31 14:13:52 +00:00
gdb SERVER-43055 Prevent an exception when gdb prints a BSONObj with datetimes beyond datetime.MAXYEAR 2020-07-14 18:55:02 +00:00
idl SERVER-49489 IDL doesn't properly deal with an optional string field when part of a chained struct 2020-07-15 00:45:53 +00:00
linter SERVER-48017: Filter out deleted files from files to lint 2020-05-07 18:25:41 +00:00
lldb SERVER-43055 Prevent exceptions when lldb prints a BSONObj with datetimes beyond datetime.MAXYEAR 2020-07-23 17:29:38 +00:00
package_test SERVER-48659 Update SLES 12 AMI for package tests 2020-06-10 19:32:40 +00:00
packaging/msi SERVER-37651 Fix typo in license files 2018-10-17 13:56:42 -04:00
patch_builds SERVER-47274: Refactor task generation in evergreen 2020-04-06 17:55:12 +00:00
powercycle SERVER-48690 Drive powercycle setup commands with expansions.yml 2020-07-07 21:04:42 +00:00
resmokeconfig SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47 2020-08-05 16:27:25 +00:00
resmokelib SERVER-47509: Have resmoke better cope with multiple set parameters. 2020-08-05 20:11:11 +00:00
testdata
tests SERVER-47509: Have resmoke better cope with multiple set parameters. 2020-08-05 20:11:11 +00:00
util SERVER-47274: Refactor task generation in evergreen 2020-04-06 17:55:12 +00:00
win SERVER-38951 Visual Studio Debugger Visualizers 2019-01-11 13:56:53 -05:00
__init__.py SERVER-23312 Python linting - Lint using pylint, pydocstyle & mypy 2018-04-05 14:41:58 -04:00
aggregate_tracefiles.py SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
aws_ec2.py SERVER-41109 Migrate powercycle scripts over to Python 3. 2019-05-16 14:52:24 -04:00
burn_in_tags.py SERVER-47827 Request for a local burn_in_tests.py that locally runs all tests changed since master, including those committed in the local branch 2020-06-24 15:30:56 +00:00
burn_in_tags_bypass_compile_and_fetch_binaries.py SERVER-45748: Ensure the correct task is used in bypass-compile for burn_in_tags 2020-01-30 21:34:34 +00:00
burn_in_tests.py SERVER-49127 Update default variant in burn_in_tests.py 2020-07-16 18:24:48 +00:00
burn_in_tests_multiversion.py SERVER-47827 Request for a local burn_in_tests.py that locally runs all tests changed since master, including those committed in the local branch 2020-06-24 15:30:56 +00:00
bypass_compile_and_fetch_binaries.py SERVER-48360: Bypass compile is broken 2020-06-11 17:01:10 +00:00
clang_format.py SERVER-47796: Ensure linters run against enterprise modules 2020-05-06 13:12:44 +00:00
collect_resource_info.py SERVER-40559 Python linters do not run after upgrade to Python 3 2019-04-16 14:33:43 -04:00
combine_reports.py SERVER-40559 Python linters do not run after upgrade to Python 3 2019-04-16 14:33:43 -04:00
consolidate-repos-enterprise.sh
consolidate-repos.sh
errorcodes.py SERVER-49151 Fix linter to prevent malformed LOGV2 and assertion IDs 2020-07-01 23:10:42 +00:00
eslint.py SERVER-47796: Ensure linters run against enterprise modules 2020-05-06 13:12:44 +00:00
evergreen_gen_fuzzer_tests.py SERVER-47274: Refactor task generation in evergreen 2020-04-06 17:55:12 +00:00
evergreen_gen_multiversion_tests.py SERVER-49064 Update references of "last-stable" to use "last-continuous" and "last-lts" 2020-07-23 12:26:49 +00:00
evergreen_generate_resmoke_tasks.py SERVER-46769 Migrate from optparse to argparse 2020-04-30 14:25:56 +00:00
evergreen_resmoke_job_count.py SERVER-47951 reduce number of jobs used by reconfig suites 2020-05-11 16:20:45 +00:00
evergreen_task_tags.py SERVER-44400: Fix evergreen_task_tags 2019-11-04 23:12:46 +00:00
evergreen_task_timeout.py SERVER-44549 Remove the mobile storage engine 2020-02-03 17:38:53 +00:00
generate_compile_expansions.py SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
generate_compile_expansions_shared_cache.py SERVER-44144: Enable commit-queue to populate shared scons cache 2019-11-18 20:54:52 +00:00
hang_analyzer.py SERVER-46684 Repackage the hang-analyzer as a resmoke subcommand 2020-05-04 19:28:28 +00:00
install-hooks
jiraclient.py SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
launch_evergreen_ec2_instance.sh
make_archive.py SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
make_vcxproj.py SERVER-44360 Visual Studio Project Generator can generate for both VS 2017 and VS 2019 2019-11-05 21:48:45 +00:00
merge_corpus.sh SERVER-44314 Refactor merge_corpus.sh 2019-11-12 16:28:42 +00:00
moduleconfig.py SERVER-44390 Optimize for success in moduleconfig 2019-12-04 15:15:36 +00:00
mongosymb.py SERVER-46260 handle structured log lines in mongosymb.py 2020-02-22 06:18:42 +00:00
mongosymb_multithread.py SERVER-45587 SIGUSR2 one thread per log line 2020-01-30 17:42:02 +00:00
mount_drives.sh SERVER-41393 Identify devices by their UUID in /etc/fstab. 2019-06-03 18:53:07 -04:00
msitrim.py Revert "SERVER-47257 Ensure back button on final MSI panel works correctly" 2020-06-25 17:46:40 +00:00
packager.py SERVER-44070 Platform Support: Add Community & Enterprise Ubuntu 20.04 x64 2020-04-29 20:33:51 +00:00
packager_enterprise.py SERVER-44071 Platform Support: Add Community & Enterprise Ubuntu 20.04 ARM 2020-05-18 19:00:47 +00:00
powercycle_operations.py SERVER-48690 Drive powercycle setup commands with expansions.yml 2020-07-07 21:04:42 +00:00
promote_silent_failures.py SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
pylinters.py SERVER-47796: Ensure linters run against enterprise modules 2020-05-06 13:12:44 +00:00
quickcpplint.py SERVER-49942 Update TODO referenced ticket for bison build integration 2020-07-28 14:52:38 +00:00
remote_operations.py SERVER-44559 Enable WT debug table for powercycle tests 2020-04-17 17:10:43 +00:00
requirements.txt SERVER-37461 Add requirements.txt redirection to mirror old location 2018-10-05 15:27:37 -04:00
resmoke.ini.in SERVER-45786 Generate Resmoke configuration file to auto-set installDir 2020-02-13 15:21:41 +00:00
resmoke.py SERVER-47590 Add undodb Resmoke Subcommand 2020-05-13 18:53:52 +00:00
scons.py SERVER-45198 Upgrade SCons to 3.1.2 2019-12-20 14:03:04 +00:00
scons_cache_prune.py SERVER-32295 Support Python 3 2019-04-08 14:08:49 -04:00
selected_tests.py SERVER-48723 Selected_tests_gen should not generate tasks already pulled into a patch build 2020-07-13 15:34:42 +00:00
setup_multiversion_mongodb.py SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00
signal_processing_setup.sh SERVER-48657: Use evergreen modules for performance signal-processing management 2020-06-09 13:47:42 +00:00
utils.py SERVER-44549 Remove the mobile storage engine 2020-02-03 17:38:53 +00:00
validate_commit_message.py SERVER-48714 Send commit queue validation messages to stderr 2020-06-29 18:31:40 +00:00
validate_mongocryptd.py SERVER-41390: Only validate_mongocryptd if variant has a push task 2019-05-30 13:57:18 -04:00
vcxproj.header SERVER-4535 Update vcxproj generator intellisense settings 2020-01-06 19:20:41 +00:00
yaml_key_value.py SERVER-40542 Remove references to pip2 2019-04-10 11:42:47 -04:00