summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72531 Complete TODO listed in SERVER-71470Sophia Tan2023-01-061-5/+0
|
* SERVER-70082 Port kitchen package tests to Docker (pt. 2)Ryan Egesdahl2023-01-052-29/+155
|
* SERVER-72058: shardingtest can come up with catalog shardKshitij Gupta2023-01-051-0/+2
|
* SERVER-70546 Create passthroughs that inject the tenantId using $tenantSophia Tan2023-01-051-5/+111
|
* SERVER-72416 Find and findAndModify commands' ExpressionContext should ↵Arun Banala2023-01-0513-0/+14
| | | | inherit collection level collation
* SERVER-72498 lint against rand and srandBilly Donahue2023-01-041-0/+8
| | | | Annotate legacy srand calls with NOLINT to pass new linter
* SERVER-72506 Fix key error in benchmarks analysis scriptMikhail Shchatko2023-01-041-1/+10
|
* SERVER-72192 Add $tenant to kAllowedCollectionCreationOptions for timeseries ↵Sophia Tan2023-01-041-0/+7
| | | | colls
* SERVER-72491: Remove random chance to immediately promote initial sync nodeseanzimm2023-01-041-4/+1
|
* SERVER-71470 Fix lookup agg across multiple collections for multitenancycortrain2023-01-031-2/+0
|
* SERVER-72412 Added direct connection to powercycle testsAlexander Neben2022-12-291-3/+4
|
* SERVER-70082 Port kitchen package tests to Docker (pt. 1)Ryan Egesdahl2022-12-282-65/+297
|
* SERVER-72393 Add more test cases for external data sourceYoonsoo Kim2022-12-281-1/+1
|
* SERVER-71408 Create telemetry passthrough suiteJennifer Peshansky2022-12-281-0/+32
|
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-2519-0/+49
|
* SERVER-68761 Setup jscore passthrough test suite for query samplingIsrael Hsu2022-12-214-0/+688
|
* SERVER-70694 Platform Support: Add support for RHEL9 ARM64winstonzmdb2022-12-211-1/+1
|
* SERVER-70802 Ensure data files are uploaded on Evergreen timeoutJuan Gu2022-12-212-3/+38
|
* SERVER-72266 Fixed scons cache pruningAlexander Neben2022-12-201-1/+5
|
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString ↵Hugh Tong2022-12-201-0/+2
| | | | with tenantId
* SERVER-72264 Clang-tidy task needs fix schema updateMatt Kneiser2022-12-201-4/+6
|
* SERVER-71202 Adapt existing movePrimary logic to new DDL coordinatorAntonio Fuschetto2022-12-201-3/+0
|
* SERVER-72036 Implement data generation and loading into JS CE accuracy testsTimour Katchaounov2022-12-176-4/+357
| | | | | | | | | * Extend the data generation Python framework for cost calibration to support data generation for CE testing as follows: - the entry point is ce_generate_data.py, - the configuration of the generated data is in ce_generate_data_settings.py, - all collection data is exported into a single JSON file stored in 'jstests/query_golden/libs/data', and a schema file stored in the same directory * Implement a JS data loader function that also creates all indexes specified in the schema file. * Add a small JS test that shows how to load the generated JSON files into collections.
* SERVER-70921 Do not drop off tenant information when running find, count and ↵Sophia Tan2022-12-161-11/+0
| | | | distinct commands against views
* SERVER-71042 Remove featureFlagRequireTenantID from fully_disabled_feature_flagsjannaerin2022-12-161-3/+0
|
* SERVER-72137 Handle case when test stats are not availableMikhail Shchatko2022-12-162-2/+56
|
* SERVER-71748 create dummy mongo custom checks module for reference.Daniel Moody2022-12-161-5/+20
|
* SERVER-71897 Replace featureFlagMongoStore with featureFlagSecurityTokenSara Golemon2022-12-153-3/+3
|
* SERVER-71916 Remove amazonlinux:1 from package testsRyan Egesdahl2022-12-141-3/+0
|
* SERVER-71945 Reduce space requirements for test_packages_completeRyan Egesdahl2022-12-142-45/+54
|
* SERVER-72060 Tenant information on IDL command field is dropped off while ↵Sophia Tan2022-12-131-3/+3
| | | | parsing from BSONObj
* SERVER-62994 Use v4 toolchain for everything except clang formatAndrew Morrow2022-12-1312-26/+30
| | | | | | It has been a pleasure working here and quite the wild ride. Good luck everyone.
* SERVER-61794 update pymongo to 4.3.3Trevor Guidry2022-12-1315-85/+77
|
* SERVER-71763 CSI planning heuristics enhancementsAlyssa Wagenmaker2022-12-132-0/+2
|
* SERVER-71362 Lower the number tickets in config fuzzersLouis Williams2022-12-131-2/+2
|
* SERVER-71834 use runAllFeatureFlagTests in local resmoke invocationsTrevor Guidry2022-12-091-0/+5
|
* SERVER-71978 improve stdlib pretty printers selectionDaniel Moody2022-12-091-2/+2
|
* SERVER-71260 Add tenantIds parameter to donorStartMigrationDidier Nadeau2022-12-094-8/+14
|
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-081-0/+3
|
* SERVER-70543 Create override that injects the tenantId using $tenantSophia Tan2022-12-082-0/+48
|
* SERVER-70637 Implement sorted merge physical nodeMatt Boros2022-12-081-0/+1
|
* SERVER-71665 Remove TODO for SERVER-69723Hugh Tong2022-12-081-1/+2
|
* Revert "SERVER-71187 Index Build Coordinator to use TenantId object instead ↵mathisbessamdb2022-12-079-9/+9
| | | | | | of StringData" This reverts commit 5c403f99e17fd1d8989f05afd9109f52897e2856.
* SERVER-71914 Exclude FLE2 FSM tests from concurrency multi_stmt_txn suitesErwin Pe2022-12-075-5/+0
|
* SERVER-71818: Use the new cluster paramKshitij Gupta2022-12-071-0/+2
|
* SERVER-71187 Index Build Coordinator to use TenantId object instead of ↵mathisbessamdb2022-12-079-9/+9
| | | | StringData
* SERVER-70480 Log in to docker for package testsRyan Egesdahl2022-12-061-13/+39
|
* SERVER-71576 Cost Model End2End benchmark: calculate r2Alexander Ignatyev2022-12-063-40/+119
|
* SERVER-71314 Create bulkWrite IDL and command stubVesselina Ratcheva2022-12-061-0/+2
|
* SERVER-70545 Create passthroughs that inject a security tokenSophia Tan2022-12-051-0/+13
|