summaryrefslogtreecommitdiff
path: root/buildscripts
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71250 Ensure aliased platform names work in package testsRyan Egesdahl2022-11-291-11/+31
|
* SERVER-69959 Introduce majority committed point advancement notification ↵Denis Grebennicov2022-11-292-4/+0
| | | | mechanism
* Revert "SERVER-71548 Avoid deleting files after symbolization"Alexander Neben2022-11-282-86/+42
| | | | This reverts commit 5f7a95abeefa77b1ae9ad9918b3319ec107e2364.
* SERVER-71506 Refactor tooling metricsTausif Rahman2022-11-2810-368/+280
|
* SERVER-71548 Avoid deleting files after symbolizationjasurbeknurboyev2022-11-252-42/+86
|
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-0/+12
|
* SERVER-71598 Upgraded eslint ecma version in server repoAlexander Neben2022-11-252-2/+2
|
* Revert "SERVER-71548 Avoid deleting files after symbolization"auto-revert-processor2022-11-242-82/+42
| | | | This reverts commit 9e64ace5f63595b8a6f1609cf24ede6d36693767.
* SERVER-71576 Implement Cost Model End2End testingAlexander Ignatyev2022-11-247-23/+504
|
* SERVER-71548 Avoid deleting files after symbolizationjasurbeknurboyev2022-11-242-42/+82
|
* SERVER-64835 Removed the disabled_for_fcv_6_1_upgrade flagsAaron Morand2022-11-234-6/+0
|
* SERVER-68286 Improved lifetime issues with `mongo::mozjs::currentJSScope`Mohammad Dashti2022-11-221-3/+3
|
* SERVER-70975 Exclude commands which are not allowed with security token from ↵Sophia Tan2022-11-221-19/+74
| | | | NTDI core passthrough (YAML file)
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-226-116/+129
|
* SERVER-70070 re-enable fle2/find.js in passthrough suitesDavis Haupt2022-11-212-0/+7
|
* SERVER-65977 Create initial sync concurrency suite on sharded setsVesselina Ratcheva2022-11-2116-378/+1235
|
* SERVER-71491 Turn off boost pretty printer auto-detection of version.Max Hirschhorn2022-11-191-1/+7
|
* SERVER-71179 Update the ShardSplitCommands to use the TenantId classmathisbessamdb2022-11-187-7/+11
|
* SERVER-71448: Add resmoke option for optional config server.Kshitij Gupta2022-11-186-5/+53
|
* SERVER-71411 Replace asyncio with explicit timeouts in metrics collectionTausif Rahman2022-11-172-22/+4
|
* SERVER-65809 Add min_fcv IDL option for server parametersGabriel Marks2022-11-175-8/+20
|
* SERVER-71435 Increse verbosity level for range-deleter in resmokePierlauro Sciarelli2022-11-171-4/+5
|
* SERVER-71369 Remove deprecated ↵Tommaso Tocci2022-11-165-7/+0
| | | | override_methods/mongos_manual_intervention_actions.js
* SERVER-63104 add resmoke argument for generating all_feature_flags.txt locallyTrevor Guidry2022-11-165-48/+50
|
* SERVER-71363 Use Nanoseconds rather than Microseconds in QueryExecTime and ↵Ruoxin Xu2022-11-162-2/+2
| | | | support Nanoseconds in ScopedTimer
* SERVER-71293 Don't close shared logger after retiring donorMatt Broadstone2022-11-142-7/+12
|
* SERVER-70993 Create new multiversion base suites for update fuzzersTausif Rahman2022-11-143-0/+48
|
* SERVER-71103 Improve UX for failed metrics collectionTausif Rahman2022-11-146-19/+79
|
* SERVER-69636 Collect SCons MetricsTausif Rahman2022-11-1411-141/+498
|
* SERVER-66954: Introduce a new build variant which enables CQFHana Pearlman2022-11-141-32/+2
|
* SERVER-69668 FLE2 range float precision: update OSTType algorithmMark Benvenuto2022-11-111-0/+11
|
* SERVER-71220 Apply additional filters when calibrating Cost ModelAlexander Ignatyev2022-11-118-190/+137
|
* SERVER-71199 Create featureFlag for resilient movePrimaryAntonio Fuschetto2022-11-111-0/+3
|
* SERVER-69030 Add python requirements.txt for Cost ModelAlexander Ignatyev2022-11-103-0/+50
|
* SERVER-71228 - Add support for golden test CLI on windows.Anna Wawrzyniak2022-11-101-5/+113
|
* SERVER-70163 Implement RIDUnionNodeMatt Boros2022-11-091-0/+1
|
* SERVER-70825 Rename collection across dbs should also work in multitenancy modeSophia Tan2022-11-091-0/+1
|
* Revert "SERVER-69636 Collect SCons Metrics"Uladzimir Makouski2022-11-0911-498/+141
| | | | This reverts commit 3a4d6fdeb7cc74f1b9f2821b3fa6f6dddeca4a62.
* SERVER-70500 Calibrate ABT nodes on smaller queriesRuoxin Xu2022-11-089-31/+209
|
* SERVER-69636 Collect SCons MetricsTausif Rahman2022-11-0811-141/+498
|
* SERVER-65492 Cleaning the sbe::PlanCache when it has sharded stale infoSergi Mateo Bellido2022-11-081-0/+2
|
* SERVER-70778: Enable compact on column store tests.Colin Stolley2022-11-071-2/+0
|
* SERVER-70585 ContinuousStepdown can run indefinitely if mongod crashes while ↵kauboy262022-11-071-0/+7
| | | | stepping down
* SERVER-68924 make pylinter output correct fix command and allow absolute pathsTrevor Guidry2022-11-043-8/+13
|
* SERVER-70040 Revert RecordId unique buffer to use shared bufferJordi Olivares Provencio2022-11-041-6/+7
|
* SERVER-70436 Handle covered $or null queries with regexAlya Berciu2022-11-041-0/+2
|
* SERVER-70537 Implement end to end cost model benchmark.Alexander Ignatyev2022-11-0310-36/+328
|
* SERVER-62033: Add C++ performance benchmarks for ABT translationHana Pearlman2022-11-022-0/+16
|
* SERVER-70963 Test API version compatibility only against reachable versionsTommaso Tocci2022-11-021-26/+32
|
* SERVER-70754 Make shards support persisting diffs for sampled update queriesCheahuychou Mao2022-11-021-0/+1
|