summaryrefslogtreecommitdiff
path: root/src/mongo/s/collection_metadata_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-18084 Move mongod metadata management to be under mongo/dbKaloian Manassiev2015-07-111-1321/+0
* SERVER-19247 remove implicit conversion from NamespaceString to std::stringQingyang Chen2015-07-061-1/+1
* SERVER-18579: Clang-Format - reformat code, no comment reflowMark Benvenuto2015-06-201-1204/+1099
* SERVER-17308 Remove duplicate std::unique_ptr using-declarationsJason Rassi2015-06-191-2/+1
* SERVER-17308 Replace boost::scoped_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-42/+41
* SERVER-17309 Replace std::auto_ptr<T> with std::unique_ptr<T>Andrew Morrow2015-06-101-1/+1
* SERVER-18127 Remove all references to configServerKaloian Manassiev2015-06-041-23/+14
* SERVER-13874 Make mongo::Milliseconds et al. aliases for equivalent stdx::chr...Andy Schwerin2015-05-131-26/+38
* SERVER-18137 CollectionType should store fully-qualified namespace as Namespa...Daniel Alabi2015-05-121-6/+6
* SERVER-18126 MetadataLoader needs to use the catalog manager for reading chun...Daniel Alabi2015-05-061-5/+5
* SERVER-18124 Cleanup ChunkType and ChunkVersionKaloian Manassiev2015-04-281-1/+0
* SERVER-18024 Move collection metadata loading under the catalog managerKaloian Manassiev2015-04-211-88/+100
* SERVER-17774 Move ChunkType to src/mongo/s/catalogDaniel Alabi2015-04-071-1/+1
* SERVER-17774 Cleanup parsing of ChunkType. Implement validate and fromBSON me...Daniel Alabi2015-03-311-1/+1
* SERVER-17496 Move range_arithmetic out of mongosKaloian Manassiev2015-03-101-1/+0
* SERVER-14657 use RangeDeleter for all migration cleanup in d_migrate.cppRandolph Tan2014-08-151-0/+10
* SERVER-14367 Preparation for removing some implicit conversion and other meth...Andy Schwerin2014-06-301-5/+5
* SERVER-13385 relax merge chunk constraintsRandolph Tan2014-05-151-0/+15
* SERVER-12515 Unable to move hashed shard key chunks created by numInitialChunksRandolph Tan2014-02-181-0/+90
* SERVER-11538: Create mongoclient library to avoid pulling in mongocommonShaun Verch2013-11-041-9/+0
* SERVER-11538: Create library for socket code and fix dependencies of libserve...Shaun Verch2013-11-041-0/+9
* SERVER-11104 make sure orphaned data command uses valid shard keyGreg Studer2013-10-231-0/+7
* SERVER-8886 Correct license exception for headersIan Whalen2013-09-061-1/+1
* SERVER-8886 Add OpenSSL license exception to sharding filesIan Whalen2013-08-271-0/+12
* SERVER-10013 use old manager for chunk version rollback on migration failGreg Studer2013-08-271-19/+17
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-141-6/+6
* Revert "SERVER-8869 command to merge co-located chunks"Greg Studer2013-08-131-6/+6
* SERVER-8869 command to merge co-located chunksGreg Studer2013-08-131-6/+6
* SERVER-8598 command to iteratively cleanup orphaned dataGreg Studer2013-08-061-2/+126
* SERVER-8869 merge chunks: metadata clone and sharding state pieceGreg Studer2013-08-011-0/+178
* SERVER-8598 buildbot collection_metadata_test epoch validation now required f...Greg Studer2013-07-261-2/+2
* SERVER-8598 allow CollectionManager to track pending chunksGreg Studer2013-07-101-36/+370
* SERVER-8598 preserve semantics of exception-on-conn-failure in trySetVersionGreg Studer2013-06-171-108/+124
* SERVER-8598 CollectionManager -> CollectionMetadata refactor, no behavior changeGreg Studer2013-06-171-0/+631