summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30875 add requireOwnedObjects() to scopeJason Carey2017-08-309-3/+79
* SERVER-30885: Remove staging flag for 3.6 -> 3.4 storage downgradeDaniel Gottlieb2017-08-301-9/+1
* SERVER-30664: extend ExpressionWithPlaceholder to accept more expressionsNick Zolnierz2017-08-3013-112/+298
* SERVER-30177 Implement JSON Schema 'dependencies' keyword.David Storch2017-08-303-0/+422
* SERVER-30675 SERVER-30678 Add configuration options to JavaScript stepdown th...Jack Mulrow2017-08-304-332/+457
* SERVER-30799 Avoid misleading empty batches with tailable cursors.Charlie Swanson2017-08-3029-207/+365
* SERVER-30371 rename across database does not make target collection temporary...Benety Goh2017-08-302-34/+69
* SERVER-29839 Protect from mid-command renames in parseNsOrUUIDMaria van Keulen2017-08-3017-43/+201
* SERVER-30686 Add retryable_writes_jscore_passthrough_WT task.Max Hirschhorn2017-08-303-42/+91
* SERVER-30686 Add support for retryWrites=true in the mongo shell.Max Hirschhorn2017-08-305-4/+378
* SERVER-30686 Wire up SessionOptions in more places.Max Hirschhorn2017-08-3011-136/+340
* SERVER-30790: Have WiredTigerServerStatusSection take a Global IS lock.Daniel Gottlieb2017-08-302-10/+17
* SERVER-30371 disable UUID on temporary collection when renaming across databa...Benety Goh2017-08-292-1/+61
* SERVER-30877 Add --list-files option to errorcodes.pyMathias Stearn2017-08-291-0/+10
* SERVER-30874 Don't ignore errors in scope guard / ON_BLOCK_EXITMathias Stearn2017-08-292-9/+8
* SERVER-30245 Add support for multiple types in JSON Schema 'type'/'bsonType' ...David Storch2017-08-2919-351/+959
* SERVER-13825 Close connections for which we can't allocate a threadAndrew Morrow2017-08-294-7/+21
* SERVER-30413 Add function to set options.temp when resyncing collection metad...William Schultz2017-08-297-52/+84
* SERVER-30620 Lookup collection by UUID in fetchAndInsertMissingDocumentMaria van Keulen2017-08-293-6/+132
* SERVER-30212 add unit test for repl::logOpBenety Goh2017-08-292-0/+405
* SERVER-30778 Consolidate RecordStore interface to always use timestampsEric Milkie2017-08-2943-326/+323
* SERVER-30865 Synchronize a node's initial sync writes to the oplog with its l...Eric Milkie2017-08-295-6/+30
* SERVER-30866 Make op_msg_integration_test reconnect when clearing fail pointMathias Stearn2017-08-281-4/+9
* SERVER-30735 Make DBDirectClient use its own LastErrorMathias Stearn2017-08-287-27/+25
* SERVER-29386 VoteRequestor and FreshnessChecker need safe destructionSiyuan Zhou2017-08-2810-57/+140
* SERVER-30849 _handleARMResultsCallback needs to hold mutex while accessing me...William Schultz2017-08-282-7/+14
* SERVER-30568 Add test that user can specify their own uid in a LogicalSessionIdsamantharitter2017-08-281-0/+14
* SERVER-30212 moved test RAII class ForceSupportsDocLocking from d_concurrency...Benety Goh2017-08-282-20/+19
* SERVER-30478 New test for rename during initial syncGeert Bosch2017-08-282-40/+65
* SERVER-30371 UUIDCatalog::onCreateCollection() always replaces existing entry...Benety Goh2017-08-282-0/+45
* SERVER-30842 Don't try to set last optime for client backwards after rollbackSpencer T Brody2017-08-281-1/+16
* SERVER-30410 Ensure executor is saved after tailable cursor time out.Charlie Swanson2017-08-2825-1304/+1718
* SERVER-27801 define unique KRB5CCNAME per external_auth testSara Golemon2017-08-281-0/+13
* SERVER-30583 Only call os.fsync if not writing to stdout in collect_resource_...Eddie Louie2017-08-281-5/+7
* SERVER-30557 Make max_time_ms.js more robustTess Avitabile2017-08-281-45/+45
* SERVER-28914 Create a test fixture with mock replication coordinator and ephe...Randolph Tan2017-08-268-190/+201
* SERVER-30847 Start changeStreams at the lastAppliedOpTime not the lastDurable...Matthew Russotto2017-08-251-1/+1
* SERVER-30829 Decrease number of files generated for generational_jstestfuzz t...Kimberly Hou2017-08-251-2/+2
* SERVER-29840 Add allowed features bitmask to MatchExpressionParser::parseTess Avitabile2017-08-25116-2203/+2685
* SERVER-30748 WithLock to replace _inlockNathan Myers2017-08-258-75/+179
* SERVER-30835 Increase wtimeout in auth2.js testSpencer T Brody2017-08-251-1/+1
* SERVER-30762 Add dbCheck jstests.Ian Kuehne2017-08-256-119/+661
* SERVER-30568 Remove the startSession ActionTypesamantharitter2017-08-255-31/+3
* SERVER-30776 Fix dbCheck authorization.Ian Kuehne2017-08-251-2/+10
* SERVER-30806 Add options for limiting dbCheck rateIan Kuehne2017-08-252-2/+30
* SERVER-30020 Create a version of updateChunkWriteStatsAndSplitIfNeeded in Chu...Joanna Huang2017-08-254-12/+308
* SERVER-30656 renamed CollectionOptions local variable masking parameter nameBenety Goh2017-08-251-4/+4
* SERVER-30595 Do not use chunk metadata to filter results for read concern 'av...Dianna Hohensee2017-08-244-43/+110
* SERVER-30177 Add support for JSON Schema 'minProperties' and 'maxProperties'.David Storch2017-08-245-9/+267
* SERVER-29961 Add OR BSON helper and use it for change streams.Siyuan Zhou2017-08-245-55/+69