summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-29620 Add shorthand syntax for retrieving the record count for...Justin Seyster2017-06-152-81/+0
* SERVER-29620 Add shorthand syntax for retrieving the record count for a colle...Nick Zolnierz2017-06-152-0/+81
* SERVER-27789 Increase timeouts in commands_that_write_accept_wc_*Esha Maharishi2017-06-152-4/+14
* SERVER-28611 Use UTC TimeZone class for date expressions.Charlie Swanson2017-06-151-2/+13
* SERVER-29254 parse MinValid document with IDLJudah Schvimer2017-06-153-5/+12
* SERVER-28355 Add integration test for maxAcceptableLogicalClockDriftSecs para...Jack Mulrow2017-06-151-0/+58
* SERVER-29304 Exclude time spent blocking for awaitData from getMore latency r...David Storch2017-06-143-0/+247
* SERVER-29279 dbHash should ignore pending drop collectionsWilliam Schultz2017-06-141-5/+41
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-144-1/+18
* SERVER-29523 create a _configsvrMovePrimary command on mongodJessica Yu2017-06-141-0/+1
* SERVER-29525 sharding/explain_agg_read_pref.js shouldn't rely on internal $qu...Mathias Stearn2017-06-131-4/+11
* SERVER-27597 Delay blocking read operations during the migration critical sec...Kaloian Manassiev2017-06-131-2/+6
* SERVER-9406 treat ObjectId type as Date in aggregation date expressionsAsya Kamsky2017-06-123-67/+198
* SERVER-29536 reduce number of data-bearing nodes in apply_batch_only_goes_for...Benety Goh2017-06-121-5/+8
* SERVER-29412 make the movePrimary command use the IDLJessica Yu2017-06-121-1/+1
* Revert "SERVER-29207 Add DateTimeSupport to ServiceContext"Charlie Swanson2017-06-124-18/+1
* SERVER-29154 Have mongo shell display and accept UUID as such instead of BinD...Geert Bosch2017-06-091-2/+7
* SERVER-27595 Add client IP address to authentication failure messageSara Golemon2017-06-091-0/+15
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-0924-852/+522
* SERVER-29509 tolerate extended file ACLs in shell history jstestKevin Pulo2017-06-091-1/+1
* SERVER-29459 Add 'includePendingDrops' option to listCollections commandWilliam Schultz2017-06-082-0/+119
* SERVER-29207 Add DateTimeSupport to ServiceContextCharlie Swanson2017-06-084-1/+18
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-071-0/+78
* Revert "SERVER-29125 Add $changeNotification stage that always outputs the si...James Wahlin2017-06-071-78/+0
* SERVER-28590 Invoke validate command on collections before shutting down mong...Eddie Louie2017-06-0711-5/+223
* SERVER-29125 Add $changeNotification stage that always outputs the single las...Matthew Russotto2017-06-071-0/+78
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-072-4/+144
* SERVER-23035 Remove SlowWeeklyMongod code from the shellmay2017-06-0714-1220/+1244
* SERVER-19318 Tag aggregation_currentop.js with requires_persistenceBernard Gorman2017-06-071-0/+3
* SERVER-27769 Add wallClock time to oplogMisha Tyulenev2017-06-061-0/+29
* Revert "SERVER-29434 Don't accept empty timestamps for readConcern afterClust...Judah Schvimer2017-06-061-111/+0
* SERVER-28897 Update apply_ops1.js to only perform idempotent operations in ap...Matthew Russotto2017-06-061-10/+10
* SERVER-29434 Don't accept empty timestamps for readConcern afterClusterTimeJack Mulrow2017-06-061-0/+111
* SERVER-24480 Make validate hook run after checkReplDBHashPeter Mauldin2017-06-061-1/+5
* SERVER-2938 Improved lock file error messageGWlodarek2017-06-061-2/+2
* SERVER-29073 Allow variable definition within $lookupJames Wahlin2017-06-052-16/+251
* SERVER-29240 Add test to ensure valid index creation for capped collections d...William Schultz2017-06-051-0/+125
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-024-13/+15
* SERVER-28293 Verify mongod processes $logicalTime like mongosJack Mulrow2017-06-021-26/+28
* Revert "SERVER-29342 CollectionShardState/RangeDeleter support for safe secon...Nathan Myers2017-06-013-6/+6
* SERVER-29342 CollectionShardState/RangeDeleter support for safe secondary readsNathan Myers2017-06-013-6/+6
* SERVER-29270 Oplog query for first/last entry should not use a blocking sortJames Wahlin2017-05-314-5/+6
* SERVER-29351 remove redundant use of BSONObj::storageValidEmbedded from modif...Dianna Hohensee2017-05-302-0/+60
* SERVER-27549 Better check for when a server has shut downRobert Guo2017-05-304-13/+50
* SERVER-27115 Allow $match to swap across renames expressed using $map.David Storch2017-05-301-5/+126
* SERVER-28938 Invalidate all cursors on collections to be renamedMaria van Keulen2017-05-261-0/+20
* SERVER-19318 Add $currentOp aggregation stage for mongoDBernard Gorman2017-05-264-17/+423
* SERVER-29362 chunk_manipulation_util.js should support v3.4 currrentOp formatRandolph Tan2017-05-251-1/+2
* SERVER-20092: Add ability for DocumentSourceCursor to coalesce with a stage ...Nick Zolnierz2017-05-231-0/+107
* SERVER-28575 Profile entry for update/delete should contain entire raw update...Tess Avitabile2017-05-2333-131/+149