summaryrefslogtreecommitdiff
path: root/src/mongo/embedded
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68214 move session_catalog*, session*, logical_session* to ↵Shin Yee Tan2022-08-172-7/+7
| | | | mongo/db/session directory
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-111-0/+1
|
* SERVER-67459 Change BasicCommand to use DatabaseNameSophia Tan2022-08-101-1/+1
|
* SERVER-67058 Create libdeps metricsDaniel Moody2022-08-092-2/+2
|
* SERVER-68246 rewrite calls to boost::optional get and is_initializedBilly Donahue2022-07-271-1/+1
|
* SERVER-67508 OpObserverImpl constructor accepts OplogWriterBenety Goh2022-07-151-1/+3
|
* SERVER-67508 add OplogWriterBenety Goh2022-07-151-0/+68
|
* SERVER-67927 ServiceExecutor: ThreadingModel -> HasDedicatedThreadBilly Donahue2022-07-141-1/+1
|
* SERVER-9434 fix embedded sdk compileBenety Goh2022-07-141-6/+6
|
* SERVER-67901 Stop gossiping lastCommittedOpTime in reply metadataTommaso Tocci2022-07-091-3/+0
|
* SERVER-67507 Move op_observer files to op_observer directoryShin Yee Tan2022-07-082-5/+5
|
* SERVER-9434 Audit and Normalize Process Exit CodesMatt Kneiser2022-07-074-17/+21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Put all references to ExitCode enumerators under an enum class to namespace all the enumerators and avoid polluting the mongo namespace with possible naming collisions. - Added magic-number exit codes to exit_code.h like 50 & 51 (LauncherMiddleError & LauncherError respectively). - Reserved a range of exit codes to account for FreeBSD's usage of 64-78. - Renamed all enums with removal of EXIT_ which could conflict or get confused with built-in macros. - camelCased all ExitCode enum values. - Added the generic - ExitCode::fail - for returning 1 as failure. - Added explicit dependency on the exit_code.h header for all files using ExitCode's. - Removed all references to implementation-defined exit codes like EXIT_FAILURE and EXIT_SUCCESS. - Narrowed return values of the shell's undocumented quit() argument to portable values within 0-255, 0/ExitCode::clean otherwise. - Deprecated 8 unused ExitCode's - java - oomMalloc - oomRealloc - fs - clockSkew - windowsServiceStop - possibleCorruption - test - Wrapped the 2 Windows-only ExitCode's in #ifdef's - ntServiceError - windowsServiceStop
* SERVER-66586 Add multitenancy support to UMC commandsSara Golemon2022-07-071-2/+2
|
* SERVER-66604 Analyze command skeletonLynne Wang2022-07-061-0/+1
|
* SERVER-55208: Remove nojournal,duroff and evergreen variantYu Jin Kang Park2022-07-061-2/+2
|
* SERVER-67218 remove SSM::onCleanupHook by changing ServiceEntryPointImpl ↵Billy Donahue2022-06-171-2/+2
| | | | SSMList data structure
* SERVER-67081 Use DatabaseName instead of StringData in AuthzManagerExeternalSara Golemon2022-06-131-1/+1
|
* SERVER-67224 clean up op_observer_impl LIBDEPSBenety Goh2022-06-131-0/+2
|
* SERVER-66490 Apply pylinters to build system codeTausif Rahman2022-05-254-57/+39
|
* SERVER-66360 Remove multi-user authentication supportSara Golemon2022-05-241-8/+7
|
* SERVER-64939 Send replSetStepUp command to recipient nodeDidier Nadeau2022-05-132-0/+6
|
* SERVER-66203 move MONGO_LOGV2_DEFAULT_COMPONENT defs below includesBilly Donahue2022-05-067-7/+20
|
* SERVER-65992 Remove outdated java related sources from embedded directoryAndrew Morrow2022-05-0525-1937/+0
|
* SERVER-65278 added clang-tidy v4 builder and fixed clang-tidy v4 issues.Daniel Moody2022-04-291-1/+1
|
* SERVER-60761 Move the global read-only flag to be an OperationContext functionGregory Wlodarek2022-04-222-7/+10
|
* SERVER-55204 Error on fallthrough unless the attribute is usedAndrew Morrow2022-04-181-1/+2
|
* SERVER-64372 Add parity $currentOp resharding donor fieldsBrett Nawrocki2022-04-141-0/+4
| | | | | | | Track and report the following fields in ShardingDataTransformInstanceMetrics for resharding $currentOp: countWritesDuringCriticalSection totalCriticalSectionTimeElapsedSecs
* Revert "SERVER-64603 Creates Skeleton for Renaming Database for Restore"Matt Kneiser2022-04-061-1/+0
| | | | This reverts commit bfb041da4093fc8d8645aa20fc45b55723e2e789.
* SERVER-61864 Disallow removing custom write concern during reconfig if it is ↵Vesselina Ratcheva2022-04-022-0/+20
| | | | currently set as the default
* SERVER-64603 Creates Skeleton for Renaming Database for RestoreMatt Kneiser2022-03-291-0/+1
|
* SERVER-63417 Oplog fetcher should not retry when a node is known to be downMatthew Russotto2022-03-162-2/+10
|
* SERVER-52726 remove call to ClientMetadata::setFromMetadata in embeddedMatt Diener2022-03-031-2/+0
|
* SERVER-63174 Add AuthorizationSession::mayBypassWriteBlockingMode()Gabriel Marks2022-02-101-0/+4
|
* SERVER-63236 Add AuthorizationManager::invalidateUsersByTenant()Sara Golemon2022-02-081-0/+4
|
* SERVER-62609 Represent the w parameter of WriteConcernOptions as a variantMatt Broadstone2022-02-012-2/+3
|
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-202-0/+7
|
* Revert "SERVER-60817 Check write concern string for validity"Kaloian Manassiev2022-01-192-7/+0
| | | | This reverts commit 4c96930ccb001d91fd188380f80756c19f1ad3c1.
* SERVER-60817 Check write concern string for validityGabriel Marks2022-01-182-0/+7
|
* SERVER-58410: Make minValid writes untimestampedLingzhi Deng2022-01-152-4/+0
|
* SERVER-27209 Eliminate dangerous BSONElement string extraction methodsMatt Kneiser2022-01-131-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - Fix: Change return type of BSONObj::getStringField to include size (StringData vs. char*). A char* only contains the data with an ending NULL termination. Whereas a StringData contains data + size so caller knows how to interpret data if there are embedded NULLs. - Cleanup: Remove old tag - CachedSizeTag - that disambiguated BSONElement ctors. A dangling reference to 'maxLen' in a comment led me to this historical issue. $ git log -S'maxLen' -- src/mongo/bson/bsonelement.h commit 0d38ef5 Author: Mathias Stearn mathias@10gen.com Date: Tue Dec 19 14:23:08 2017 -0500 SERVER-32302 Compute BSONElement sizes eagerly - Test: Add tests for NULL bytes being returned by getStringField - $ ninja -j400 +bson_obj_test - Cleanup: Move BSONElement::valuestr() from public to private - Cleanup: Remove BSONElement::valuestrsafe() - Cleanup: Remove all external callers of valuestr/valuestrsafe and cleanup their callsites with better alternatives. - Cleanup: Make multi-line BSONElement & BSONObj public API comments conform to style guidelines - Nit: Fix spelling in a comment
* SERVER-61615 Parse authenticated user from security token and add to ↵Sara Golemon2021-12-071-0/+8
| | | | authorization session
* SERVER-60837 Remove CollectionUUID and OptionalCollectionUUID aliasesDaniel Gómez Ferro2021-12-022-4/+4
|
* SERVER-61593 Test command waitForMemberState should be interruptibleMatthew Russotto2021-11-192-2/+4
|
* SERVER-60527 Make TransactionCoordinatorWorkerCurOpInfo report txnRetryCounterSanika Phanse2021-11-121-1/+1
|
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-11-091-0/+4
|
* SERVER-61007 ReplSetGetStatus calls storage with no lockHuayu Ouyang2021-10-292-2/+5
|
* SERVER-60323 Make coordinator shard support re-committing aborted prepared ↵Cheahuychou Mao2021-10-151-1/+3
| | | | transactions
* Revert "SERVER-59148: Periodically refresh LDAP users in authorization user ↵Varun Ravichandran2021-10-041-4/+0
| | | | | | cache" This reverts commit fc05532015895c8907437ea0c06fe83ab6c6f1dc.
* SERVER-59148: Periodically refresh LDAP users in authorization user cacheVarun Ravichandran2021-10-011-0/+4
|
* SERVER-58210 Eliminate unnecessary RPC protocol negotiation codeDavid Storch2021-10-013-3/+4
|