summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* SERVER-30187 Remove "Impl" from ShardingCatalogManager filesHugh Han2017-07-256-5/+5
* SERVER-30243: Move ArrayFilter class to expressions library, allowing for fut...Natalia Jacobowitz2017-07-2521-472/+463
* SERVER-30293 Throw instead of return NamespaceNotFoundGeert Bosch2017-07-251-6/+5
* SERVER-30257 rsSyncApplyStop fail point should log message when enabledWilliam Schultz2017-07-251-7/+11
* SERVER-28776 Create ObjectReplaceNodeTess Avitabile2017-07-2511-679/+976
* SERVER-30288 Refactor hash_number_long_split.js integration test into split_c...Hugh Han2017-07-251-7/+92
* SERVER-29371 DocumentSource classes should provide auth requirementsJames Wahlin2017-07-2525-353/+425
* SERVER-29371 Move auth privilege.h/.cpp into own library for use in aggJames Wahlin2017-07-258-23/+39
* SERVER-30218 Add SHA256 SupportJason Carey2017-07-2557-3692/+7061
* SERVER-29669 parallelCollectionScan should always return a single cursor for ...Jason Chan2017-07-251-3/+14
* SERVER-29795 Recursive document structure generation for testing oplog idempo...may2017-07-244-0/+507
* SERVER-29181 Add restriction support to the updateRoleSara Golemon2017-07-241-2/+22
* SERVER-29180 Add restriction support to the createRoleSara Golemon2017-07-245-0/+70
* SERVER-29183 Add restriction support to rolesInfoSara Golemon2017-07-2411-158/+340
* SERVER-30028: Create $alwaysTrue and $alwaysFalse MatchExpressionsNick Zolnierz2017-07-2413-69/+315
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-2410-9/+383
* SERVER-30264 Delete ChunkSizeTrackerHugh Han2017-07-244-390/+0
* SERVER-30175: Remove unused variableAnne Lim2017-07-241-2/+2
* Revert "SERVER-28918 Make CRUD paths retryable"Jack Mulrow2017-07-249-379/+9
* SERVER-28918 Make CRUD paths retryableJack Mulrow2017-07-249-9/+379
* SERVER-28752 Get rid of all usages of Batched Insert/Update/Delete Request ou...Kaloian Manassiev2017-07-2414-315/+125
* Revert "SERVER-30147 Remove some unused calls around ShardServerCatalogCacheL...Kaloian Manassiev2017-07-243-25/+26
* SERVER-29979 Move SplitChunk Logic from split_chunk_command to split_chunkHugh Han2017-07-248-288/+1168
* SERVER-30175: minimum, exclusiveMinimum, exclusiveMaximumAnne Lim2017-07-242-14/+229
* SERVER-30275 Get rid of the apply_ops_cmd_common libraryKaloian Manassiev2017-07-247-396/+198
* SERVER-30147 Remove some unused calls around ShardServerCatalogCacheLoaderKaloian Manassiev2017-07-233-26/+25
* SERVER-29184 Update RoleGraph to propagate restrictions via subordinatesSara Golemon2017-07-233-21/+85
* SERVER-29179 Extend the role document parser to parse authenticationRestrictionsSara Golemon2017-07-234-10/+201
* SERVER-30221 Refactor Restriction/RestrictionSet to allow serialization to BSONSara Golemon2017-07-238-79/+185
* Revert "SERVER-30264 Delete ChunkSizeTracker"Hugh Han2017-07-224-0/+390
* SERVER-30264 Delete ChunkSizeTrackerHugh Han2017-07-224-390/+0
* SERVER-29660 move the logic of the enableSharding into the new _configsvrEnab...Jessica Yu2017-07-2214-376/+522
* SERVER-25788 Accept command line arguments in unit testsSiyuan Zhou2017-07-213-12/+60
* SERVER-28766 Create CurrentDateNodeTess Avitabile2017-07-216-0/+622
* SERVER-19402 Change agg array sort semantics to match find.David Storch2017-07-2120-392/+1043
* SERVER-29583: Create $_internalSchemaMinProperties and $_internalSchemaMaxPro...Anne Lim2017-07-2112-5/+521
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-211-0/+1
* SERVER-29943 Move IdempotencyTest test fixture to its own librarymay2017-07-211-4/+4
* SERVER-29870 Move splitVector command code into a separate function that can ...Joanna Huang2017-07-215-261/+720
* SERVER-30030 Fixup missing constGeert Bosch2017-07-211-1/+1
* SERVER-30030 create an $_internalSchemaCond MatchExpressionKyle Suarez2017-07-2111-0/+562
* SERVER-28771 PullAllNodeJustin Seyster2017-07-2110-108/+931
* SERVER-28912 Thread stmtId from update and delete requests to oplogRandolph Tan2017-07-2125-38/+117
* SERVER-28912 Include session id, txnNumber and stmtId to oplog for insertRandolph Tan2017-07-213-6/+39
* SERVER-30150 DropPendingCollectionReaper::rollBackDropPendingCollection() rol...Benety Goh2017-07-215-33/+32
* SERVER-29241 WiredTigerRecordStore::updateRecord has an unnecessary WT_CURSOR...Keith Bostic2017-07-211-1/+0
* SERVER-29178: Add restriction support to updateUserSpencer Jackson2017-07-211-4/+31
* SERVER-29177: Add restriction support to createUserSpencer Jackson2017-07-219-0/+141
* SERVER-29814 Move BSONObj::MatchType/BSONElement::getGtLtOp() to matcherJames Wahlin2017-07-2116-225/+377
* SERVER-30180 Move should-split logic from cluster_write.cpp to chunk.cppHugh Han2017-07-213-13/+20