summaryrefslogtreecommitdiff
path: root/src/mongo/base
AgeCommit message (Expand)Author
2024-09-14SERVER-90429 Remove diagnostic latches (#27018)Sophia Tan
2024-09-09SERVER-93596: Classify Atlas connectivity issues as internal errors (#26860)mongodb-matthew-normyle
2024-09-03SERVER-87550 ChunkManager raises explicit error if metadata is inconsistent (...wolfee
2024-08-28SERVER-90983 Separate service arch owned files to new subteams (#26262)Ryan Berryhill
2024-08-27SERVER-93273 Convert 22 targets from SCons to Bazel (#26536)Zack Winter
2024-08-26SERVER-90772 Check index order violation in dbcheck (#25533)Jiawei Yang
2024-08-26SERVER-86323 Ensure minKey/maxKey is always logged in primary oplog for dbChe...huayu-ouyang
2024-08-26SERVER-90758 Add dbcheck test for clustered collections (#25323)Jiawei Yang
2024-08-26SERVER-79850 Unify and refactor error handling for dbCheck on primary (#23525)Xuerui Fa
2024-08-26SERVER-88894 Cap time spent applying dbcheck operations on secondaries (#24489)huayu-ouyang
2024-08-19SERVER-93270 Port JSHeader generators from SCons to Bazel (#26272)Zack Winter
2024-08-09SERVER-93253 convert system_error to bazel (#25878)Daniel Moody
2024-08-09SERVER-93399 Convert releases.h generator from SCons to Bazel (#25919)Zack Winter
2024-08-05SERVER-90253 Port the mongo base target to Bazel (#25616)Zack Winter
2024-08-05SERVER-93168 Populate all directories with Bazel exports (#25724)Zack Winter
2024-07-30SERVER-92016 Implement error_codes.tpl template generation in Bazel (#25505)Zack Winter
2024-07-26SERVER-91537 Add OWNERS.yml for areas you own (#25229)Shreyas Kalyan
2024-07-09SERVER-92222 Swap error codes 408 and 409 (#24474)Gregory Noma
2024-06-28SERVER-91289 Changed MigrationBlockingOperationCoordinatorCleaningUp to a Ret...GrantXiao07
2024-06-24SERVER-91331 Rewrite replication state errors for `moveRange` (#23820)Saman Memaripour
2024-06-20Revert "SERVER-91331 Rewrite replication state errors for `moveRange` (#23339...auto-revert-app[bot]
2024-06-20SERVER-91331 Rewrite replication state errors for `moveRange` (#23339)Saman Memaripour
2024-06-18SERVER-90624: Use named ErrorCodes for user errors in $merge, DLQ, changestre...mongodb-matthew-normyle
2024-06-07Revert "SERVER-90694: Index tables configured with `type=lsm` crash the serve...Stephanie
2024-06-06SERVER-84314 Add more metrics to queryStats serverStatus output (#17719)Charlie Swanson
2024-06-05SERVER-91135: Streams: use named used errors for parsing/planning errors (#22...mongodb-matthew-normyle
2024-06-04SERVER-90694: Index tables configured with `type=lsm` crash the server (#22902)Stephanie
2024-05-31SERVER-89440: Add StreamProcessingUserError and StreamProcessingRetryableErro...mongodb-matthew-normyle
2024-05-29SERVER-90887 Update diff tool to be compatible with thin targets (#22595)Zack Winter
2024-05-28SERVER-90910 Suppress log line when --version flag is specified (#22632)Erin McNulty
2024-05-22SERVER-89912 Make mongo initializers ordering reproducible (#21625)Erin McNulty
2024-05-22SERVER-90592 Add `bugprone-unhandled-self-assignment` to clang-tidy (#22284)Gregory Noma
2024-05-22SERVER-90615: Enable python formatting checks for src directory (#22299)Steve McClure
2024-05-21SERVER-56879 Synchronize DDL operations and add/removeShard (#22222)Jordi Serra Torrens
2024-04-29SERVER-89136 Enable MONGO_COMPILER_COLD_FUNCTION on clangMark Benvenuto
2024-04-23SERVER-87563 Failure to parse oplog entries should be less disruptiveMatthew Russotto
2024-04-17SERVER-89417 Substitute TODOs SERVER-83753 and SERVER-84407 (#21131)Kaloian Manassiev
2024-04-15SERVER-88727 Convert CODEOWNERS to new OWNERS.yml format (#21095)Matt Broadstone
2024-04-15SERVER-89071: Include reject flag in QuerySettings hash (#20882)James H
2024-04-06SERVER-88970 Added yaml formatting to server repoAlex Neben
2024-04-05SERVER-88391 Ensure transaction aborts if participant fails to unyield (#20644)Janna Golden
2024-03-30SERVER-83654 Various documentation updates for always compressed time-series ...Matt Kneiser
2024-03-19SERVER-78959 Introduce a relaxed memory order for our Counter64 API (#20122)mathisbessamdb
2024-03-19SERVER-87974 Enable modernize-use-override and apply fixes (#20075)Ivan Fefer
2024-03-18SERVER-78959 Introduce a relaxed memory order for our Counter64 API (#19970)mathisbessamdb
2024-03-14SERVER-78495 Throw out vestiges of enableFinerGrainedCatalogCacheRefresh from...Tommaso Tocci
2024-03-13SERVER-85158 Add a StringData ref check (#19870)Joseph Prince
2024-02-27SERVER-85142 Implement failover behavior for MultiUpdateCoordinatorBrett Nawrocki
2024-02-20SERVER-85876: Reject requests matching QuerySettings with reject=true (#18645)James H
2024-02-14SERVER-82303 separate MetricsTree per Service (#17183)Billy Donahue