summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Expand)AuthorAgeFilesLines
* SERVER-29299 Add currentOp as parallel op during basicPlus.jsCharlie Swanson2017-07-184-4/+0
* SERVER-28948 blacklist secondary_shard_versioning.js from the last stable suiteEsha Maharishi2017-07-181-0/+1
* SERVER-29640 Cleanup test lifecycle invalid tagsYves Duhem2017-07-176-4/+80
* SERVER-29642 SERVER-29643 Add Python tests for test lifecycle scripts.Max Hirschhorn2017-07-177-748/+2432
* SERVER-29402 Implement ServiceExecutor and fixed-size test executorJonathan Reams2017-07-143-0/+11
* SERVER-29731 Add sharding_jscore_passthrough_opquery suiteMathias Stearn2017-07-131-0/+74
* SERVER-14761 only allow NumberLong as split key in hashed shard patternsHugh Han2017-07-131-0/+2
* SERVER-30055 Exclude sqlite third party from the linterKim Tao2017-07-121-0/+1
* SERVER-30052 Temporarily disable queryoptimizer3.js from the sharded collecti...Kaloian Manassiev2017-07-121-0/+2
* SERVER-30103 Fix commands_with_uuid.js to not run on sharded clusters or with...Geert Bosch2017-07-121-0/+2
* SERVER-29984 Non-strict command parsers do not detect required fields are use...Mark Benvenuto2017-07-101-9/+12
* SERVER-29936 New module for test tags filesYves Duhem2017-07-075-88/+336
* SERVER-29877 Mount /data on EBS volume in AWS EC2 instanceJonathan Abrahams2017-07-061-0/+143
* SERVER-29398 add mode to combine_report.py to not signal test failure with ex...Robert Guo2017-07-051-1/+9
* SERVER-29956 Chained structs inside a command produce non-compilable codeMark Benvenuto2017-07-051-8/+9
* SERVER-29813 Spawn and control AWS EC2 instances using Boto 3Jonathan Abrahams2017-07-032-0/+564
* SERVER-29405 delay deleting orphaned shard chunksNathan Myers2017-06-301-0/+7
* SERVER-29779 Add OpMsgRequest parsing and serialization to IDLMark Benvenuto2017-06-3011-185/+848
* SERVER-29888 Use ciconfig.evergreen module in scriptsYves Duhem2017-06-292-80/+33
* SERVER-29634 Support overriding the C++ name for chained structs/types in IDLMark Benvenuto2017-06-297-91/+201
* SERVER-29821 Update test lifecycle algorithmYves Duhem2017-06-281-3/+3
* SERVER-18292 Re-enable tests tagged with SERVER-18292Mathias Stearn2017-06-284-15/+0
* SERVER-29849 IDL generated code should ensure fields are set on serializationMark Benvenuto2017-06-272-49/+128
* SERVER-29248 Add parameter to adjust frequency of key rotationMisha Tyulenev2017-06-232-0/+2
* SERVER-28453 Key rotation integration testsJack Mulrow2017-06-232-0/+3
* SERVER-29778 Add a string constant for the command name to generated classesMark Benvenuto2017-06-231-0/+12
* SERVER-29777 IDL should disallow optional and default for the same fieldMark Benvenuto2017-06-233-8/+77
* SERVER-28978 Add hostname to $collStats output, and include shard name when r...Bernard Gorman2017-06-232-0/+3
* SERVER-29639 New Python module to access evergreen.yml project configurationYves Duhem2017-06-222-0/+199
* SERVER-28636 add executor_file back in for burn_in_testsRobert Guo2017-06-221-0/+1
* SERVER-28636 replace --executor with --suite in resmoke.pyRobert Guo2017-06-224-52/+28
* SERVER-29743 Initialize fields with defaults in IDLKaloian Manassiev2017-06-221-1/+4
* SERVER-29367 Add buildscripts/collect_resource_info.py to collect system reso...Eddie Louie2017-06-221-0/+96
* SERVER-29652 mongos should not gossip logical time until admin.system.keys is...Jack Mulrow2017-06-222-0/+2
* SERVER-29486 Filter test membership map by test_kindYves Duhem2017-06-212-12/+6
* SERVER-29560 Remove testcases.py now that it has been split up.Max Hirschhorn2017-06-211-500/+0
* SERVER-29639 New Python module to access evergreen.yml project configurationYves Duhem2017-06-214-0/+325
* SERVER-29758 IDL should support a static function serializerKaloian Manassiev2017-06-211-3/+9
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-0/+5
* SERVER-29646 hang_analyzer.py signals python processes before attaching to an...Jonathan Abrahams2017-06-201-14/+15
* SERVER-29715 IDL generator for commands with required namespace should genera...Kaloian Manassiev2017-06-192-44/+71
* SERVER-29629 Add causally consistent passthrough with authMisha Tyulenev2017-06-192-0/+215
* SERVER-29399 Add mode to ignore missing reports in combine_reports.pyRobert Guo2017-06-191-2/+14
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-164-0/+6
* SERVER-29681 Make IDL commands support chained types and structsKaloian Manassiev2017-06-161-0/+2
* SERVER-28786 Add buildscripts/update_test_lifecycle.py script for updating et...Jonathan Abrahams2017-06-153-216/+734
* SERVER-28825 Do not decode BSONObj in pretty printer if the value is optimize...Jonathan Abrahams2017-06-151-4/+8
* SERVER-29560 Split testcases.py module into separate files.Max Hirschhorn2017-06-1410-9/+586
* SERVER-29560 Change fixtures to be registered automatically.Max Hirschhorn2017-06-144-27/+38
* SERVER-29560 Split hooks.py module into separate files.Max Hirschhorn2017-06-1412-692/+875