summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* SERVER-28501 validate_collections.js hook should tolerate KeyTooLong error re...Eddie Louie2017-04-191-3/+22
* SERVER-28211 add db field to local.system.rollback.docs schemaBenety Goh2017-04-196-10/+51
* SERVER-28865 Keep a unique pointer to the executor instead of a value.Andy Schwerin2017-04-195-152/+154
* SERVER-28831 Log which compressor is being used for decompressingHannes Magnusson2017-04-191-0/+2
* SERVER-28565 invariant for _clusterTime proof in LogicalTimeMetadata::writeTo...Jack Mulrow2017-04-191-0/+3
* SERVER-28308 Integrate python linting for IDL into EvergreenMark Benvenuto2017-04-1826-114/+815
* SERVER-27115 extend $match swapping optimization to handle renamed fieldsDavid Storch2017-04-1819-108/+523
* SERVER-28805 Slice `IndexCatalog` by vtableADAM David Alan Martin2017-04-188-1651/+2479
* SERVER-28848 Change ReplicationCoordinatorImpl unit tests so as not to rely o...Andy Schwerin2017-04-182-16/+11
* SERVER-28850 Fix shadowed variable name in strategy.cppKaloian Manassiev2017-04-181-3/+3
* SERVER-28813 drop collection before doing dummy write in syncFrom helperSpencer T Brody2017-04-182-5/+15
* SERVER-28307 Integrate IDL python tests into evergreenMark Benvenuto2017-04-184-7/+25
* SERVER-28624 Replace references to ReplicationExecutor with TaskExecutor.Andy Schwerin2017-04-1818-128/+120
* SERVER-28433 Use mock DistLockManager in testRandolph Tan2017-04-181-0/+7
* Revert "Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater""Randolph Tan2017-04-188-2/+621
* SERVER-28579 require MODE_X collection lock in Collection::cappedTruncateAfter()David Storch2017-04-185-50/+96
* SERVER-28565 Do not return logicalTime on non-sharded RSJack Mulrow2017-04-1818-54/+165
* SERVER-28211 RollbackFixUpInfo handles create, drop and TTL changes to indexesBenety Goh2017-04-186-1/+754
* SERVER-28797 move waitForReadConcern into separate fileMisha Tyulenev2017-04-186-180/+303
* SERVER-28209 Implement RollbackCommonPointResolverJudah Schvimer2017-04-1818-1268/+2767
* Revert "SERVER-28433 Implement KeysCollectionCacheReaderAndUpdater"Daniel Gottlieb2017-04-188-621/+2
* SERVER-28433 Implement KeysCollectionCacheReaderAndUpdaterRandolph Tan2017-04-178-2/+621
* SERVER-28819 fix typo in PlanExecutor invariantDavid Storch2017-04-171-1/+1
* SERVER-28826 Limit parsing in cluster geoNear should not perform unsafe conve...Tess Avitabile2017-04-171-3/+3
* SERVER-28577 Extend mongos update implementation to accept an arrayFilters pa...Tess Avitabile2017-04-176-34/+163
* SERVER-28792 make dropIndexes unversioned againEsha Maharishi2017-04-178-264/+263
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-173-12/+18
* SERVER-28435 Implement getNewKey for catalog clientRandolph Tan2017-04-1711-1/+183
* SERVER-28823 Add missing check that dict is NoneBrian Samek2017-04-171-1/+2
* Revert "SERVER-28739 make the js scripting engine correctly verify that acces...Esha Maharishi2017-04-173-15/+12
* SERVER-28046 increase maxTimeMS in read_committed_on_secondary.jsJudah Schvimer2017-04-171-5/+8
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-172-7/+62
* SERVER-28821 Dont require leak free execution before the leak checker runsAndrew Morrow2017-04-171-1/+0
* SERVER-28211 UUID::parse(BSONElement) returns InvalidUUID instead of UnknownE...Benety Goh2017-04-173-8/+10
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-173-12/+15
* SERVER-28803 Increase timeout for clean_shutdown_oplog_state.jsMatthew Russotto2017-04-171-1/+1
* SERVER-28211 RollbackFixUpInfo handles non-TTL collMod operationsBenety Goh2017-04-176-0/+126
* SERVER-28053 allow network errors when turning off rollbackHangBeforeStart fa...Judah Schvimer2017-04-177-29/+25
* Revert "SERVER-28760 Add egress logging to DBConnectionPool"samantharitter2017-04-162-46/+5
* SERVER-28721 update ShardCollectionType schema with additional fields and ref...Dianna Hohensee2017-04-156-474/+514
* SERVER-28799 prevent possible dereference of unset boost::optional<MigrationS...Dianna Hohensee2017-04-151-3/+5
* SERVER-28760 Add egress logging to DBConnectionPoolsamantharitter2017-04-152-5/+46
* Revert "SERVER-28307 Integrate IDL python tests into evergreen"r3.5.6Ramon Fernandez2017-04-154-28/+7
* SERVER-28688 ReplicationCoordinatorExternalStateImpl::shutdown() performs dat...Benety Goh2017-04-141-19/+24
* SERVER-28681 make ClusterCountCmd::run use the ARSEsha Maharishi2017-04-149-128/+237
* SERVER-28739 make the js scripting engine correctly verify that accessed coll...Esha Maharishi2017-04-1422-193/+89
* SERVER-28785 Log resmoke.py invocation before running tests.Max Hirschhorn2017-04-141-0/+4
* SERVER-28384 apply_batch_only_goes_forward.js should call ReplSetTest.awaitNo...Judah Schvimer2017-04-141-0/+1
* SERVER-28277 Need to increase timeout in read_committed_with_catalog_changes.jsMatthew Russotto2017-04-141-1/+1
* SERVER-28657 Resolve missing edges and repair depsADAM David Alan Martin2017-04-146-31/+81