summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
Commit message (Collapse)AuthorAgeFilesLines
* Revert "SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match ↵HEADmasterauto-revert-processor2023-05-181-1/+4
| | | | | | the class name" This reverts commit de55cd2ac227dcc8cae2fd021abc291e86b2abb2.
* SERVER-77224 Rename lock_state.h/.cpp to locker_impl.h/.cpp to match the ↵Kaloian Manassiev2023-05-171-4/+1
| | | | class name
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+2
|
* SERVER-77124 Move TransactionResources under shard_role_apiKaloian Manassiev2023-05-161-1/+0
|
* SERVER-68655 Change ReplicationCoordinator::canAcceptWritesForDatabase to ↵mathisbessamdb2023-05-122-4/+5
| | | | take in DatabaseName obj
* SERVER-73468 Break dependency of commands on op_metricsKaloian Manassiev2023-05-021-3/+2
|
* SERVER-74563 remove unused function OplogWriter::logInsertOps()Benety Goh2023-04-261-10/+0
|
* SERVER-74563 add logOplogRecords to OplogWriter interfaceBenety Goh2023-04-261-0/+9
|
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-262-9/+37
|
* Revert "SERVER-70127 change system operations to be killable by default"Sviatlana Zuiko2023-04-252-37/+9
| | | | This reverts commit c35bad3b048e8d885bf0b7517aacd2349ea81d14.
* SERVER-70127 change system operations to be killable by defaultJiawei Yang2023-04-252-9/+37
|
* SERVER-75787 OplogWriter::logInsertOps() accepts ShardingWriteRouter instead ↵Benety Goh2023-04-121-8/+7
| | | | of wrapper function
* SERVER-75401 Move aggregation specific logic out of AuthorizationSessionSara Golemon2023-04-031-6/+4
|
* SERVER-75083 Make index build step-up checks resilient to concurrent commitYu Jin Kang Park2023-04-032-2/+2
|
* Revert "SERVER-70127 change system operation threads to be killable by default"Jiawei Yang2023-03-301-6/+0
| | | | | | | | This reverts commit 9f2867c9da77e2d64df3852f7d4578f10e6f0817. Revert "SERVER-75352 OplogBatcher's ReplBatcher thread should be unkillable" This reverts commit 26266d5b736f90961a328399dea5d299cd407ab2.
* SERVER-74589 OplogWriter::logInsertOps() accepts fromMigrate bool arrayBenety Goh2023-03-281-0/+1
|
* SERVER-70127 change system operation threads to be killable by defaultJiawei Yang2023-03-131-0/+6
|
* SERVER-57932 Improve error message for $near in aggregation to suggest ↵Maddie Zechar2023-03-041-5/+11
| | | | workarounds
* SERVER-72225 Fail waiting for config commitment if new config was installed ↵Ali Mir2023-03-032-2/+5
| | | | while waiting
* SERVER-74433 Stop jobs upon destruction of embedded periodic runnerGregory Noma2023-03-012-1/+25
|
* SERVER-72836 Adding USER_ROLES variable and testsMilitsa Sotirova2023-03-011-0/+4
|
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-242-2/+2
|
* SERVER-73294 Signal primary node for aborting index builds on failureYu Jin Kang Park2023-02-232-0/+7
|
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-117-31/+33
| | | | Signed-off-by: Ryan Egesdahl <ryan.egesdahl@mongodb.com>
* SERVER-71019 add ReplicationCoordinator::isRetryableWrite()Benety Goh2023-02-102-0/+6
|
* SERVER-73634 Merge the `server_options_core` library into `server_base`Kaloian Manassiev2023-02-061-2/+1
|
* SERVER-73292 Add voteAbortIndexBuild commandYu Jin Kang Park2023-02-062-0/+11
|
* SERVER-73497 Create an interface for the HealthLogGregory Wlodarek2023-02-031-1/+0
|
* SERVER-73267 Create mongod text-search command skeletonsDianna Hohensee2023-01-271-106/+0
|
* SERVER-73238 Introduce the `shard_role_api` libraryKaloian Manassiev2023-01-262-2/+3
|
* SERVER-71421 Remove pinnedUsersSara Golemon2023-01-241-4/+0
|
* SERVER-73238 Cleanup direct linking references to `sharding_api_d`Kaloian Manassiev2023-01-241-1/+0
|
* SERVER-72935 switch c stdlib headers to cpp compat stdlib headersDaniel Moody2023-01-202-4/+4
|
* SERVER-67446 Ensure consistent wildcardProjection specs in catalogKevin Cherkauer2023-01-193-5/+2
|
* SERVER-72499 Make SplitPrepareSessionManager accessible through replication ↵Wenbin Zhu2023-01-112-0/+6
| | | | coordinator.
* SERVER-72498 lint against rand and srandBilly Donahue2023-01-042-3/+3
| | | | Annotate legacy srand calls with NOLINT to pass new linter
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-12-242-2/+2
|
* SERVER-70701: Allow AuthorizationSession to enforce expiration timesVarun Ravichandran2022-12-161-1/+7
|
* SERVER-71873: Update access blocker util methods to use DatabaseNameChristopher Caplinger2022-12-062-2/+2
|
* SERVER-71314 Create bulkWrite IDL and command stubVesselina Ratcheva2022-12-061-0/+1
|
* SERVER-71029 Update slow SessionWorkflow log criteriaBlake Oler2022-11-282-0/+5
|
* SERVER-68867 Add simplecpplint check for UninterruptibleLockGuardYu Jin Kang Park2022-11-251-1/+2
|
* SERVER-71367 Make getDocumentKey get the shardKeyPattern from collectionPtr ↵Jordi Serra Torrens2022-11-221-2/+2
| | | | instead of asking the CSS every time
* SERVER-70415 Attach tenantId to dbStats during initial syncjannaerin2022-11-151-0/+8
|
* SERVER-70206 Remove getLastError commandAlex Li2022-11-151-1/+0
|
* Revert "SERVER-70700 Use UserRequest to in authorization workflow"auto-revert-processor2022-11-142-2/+2
| | | | This reverts commit 8728459da343c79cc2f8157856a5b8e03c1bfdf1.
* SERVER-70700 Use UserRequest to in authorization workflowSara Golemon2022-11-132-2/+2
|
* SERVER-70147 Migrate addRequiredPrivileges to checkAuthForOperationSara Golemon2022-10-051-3/+5
|
* SERVER-69348 Remove repairDatabase commandSpencer Jackson2022-09-131-1/+0
|
* SERVER-67439 Change IndexBuildsCoordinator to take in dbName as DatabaseNameSophia Tan2022-09-062-4/+4
|