summaryrefslogtreecommitdiff
path: root/src/mongo/s/catalog
Commit message (Expand)AuthorAgeFilesLines
* SERVER-32198 Make MetadataManager support an 'UNKNOWN' filtering metadata stateKaloian Manassiev2018-09-111-1/+3
* SERVER-36015 Remove references to system.namespaces and system.indexesDianna Hohensee2018-08-291-33/+22
* SERVER-29908 Fold the 'sharding_connection_hook' library into 'sharding_initi...Kaloian Manassiev2018-08-152-2/+2
* SERVER-36060 Remove unused variable declarationsSara Golemon2018-07-111-3/+0
* SERVER-36041 Increase size of changelog and actionlog in sharding_catalog_cli...Sarah Zhou2018-07-101-2/+2
* SERVER-36041 Increase the size of changelog and actionlogSarah Zhou2018-07-101-2/+2
* SERVER-35827 Add IDL types for coordinateCommitTransaction and prepareTransac...Jack Mulrow2018-06-291-11/+2
* SERVER-35720 Allow zones to be created on non-existent collectionCheahuychou Mao2018-06-282-0/+24
* SERVER-35691 Cleanup the ChunkVersion serialization/deserialization codeKaloian Manassiev2018-06-224-9/+10
* SERVER-35639 Include port in server name of config.changelog entriesKevin Pulo2018-06-221-3/+5
* SERVER-34470 Make DatabaseVersion non-optional on the config server's Databas...Blake Oler2018-06-205-28/+25
* SERVER-34470 Give config and admin databases a fixed database versionBlake Oler2018-06-201-2/+5
* SERVER-34470 Make DatabaseVersion non-optional in ShardDatabaseTypeBlake Oler2018-06-192-14/+14
* SERVER-34072 config.databases writes with new version field should take the g...Esha Maharishi2018-06-116-45/+15
* SERVER-34817 find replace from InterruptedDueToReplStateChange error code to ...Nathan Louie2018-06-061-3/+2
* SERVER-35275 rename fail point FP macros, improve docsBilly Donahue2018-05-302-2/+2
* SERVER-33008 Slice Authorization frameworkADAM David Alan Martin2018-05-111-0/+1
* SERVER-34628 Prep for removing appendCommandStatusMathias Stearn2018-05-084-29/+36
* SERVER-34644 Only explicitly do $-prefix check when writing sharded metadataKaloian Manassiev2018-04-301-5/+0
* SERVER-32198 Change the namespaces stored as StringData to NamespaceStringKaloian Manassiev2018-04-264-14/+0
* SERVER-34599 Check status in sharding catalog client's applyChunkOpsDeprecated()Blake Oler2018-04-231-15/+19
* SERVER-34435 rename versioning.{h,cpp} to database_version_helpers.{h,cpp}Esha Maharishi2018-04-132-2/+2
* SERVER-33781 upgrade/downgrade config.chunks metadata with a new history field.Martin Neupauer2018-04-131-1/+1
* SERVER-34145 Persist database version on shardjannaerin2018-04-052-0/+253
* SERVER-33453 - Add timestamp support to the ChunkManagerMartin Neupauer2018-03-271-0/+3
* SERVER-33867 Create and store db versions in config.databases on setFCV=4.0jannaerin2018-03-215-0/+53
* SERVER-33586 Move getAllShardedCollectionsForDb to the CatalogClientBlake Oler2018-03-145-0/+39
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-143-1/+135
* Revert "SERVER-33455 SERVER-33452 - Add history to the chunk type and update ...Martin Neupauer2018-03-143-135/+1
* SERVER-33455 SERVER-33452 - Add history to the chunk type and update move/spl...Martin Neupauer2018-03-143-1/+135
* SERVER-29908 Fix failing ReplSetDistLockManagerTestKaloian Manassiev2018-03-085-344/+5
* SERVER-29908 Move OpObserver callbacks out of CollectionShardingStateKaloian Manassiev2018-03-077-304/+251
* SERVER-32638 Rename interruptable to interruptibleLouis Williams2018-03-011-1/+1
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-0/+2
* SERVER-32320 Make sharding doTxn back into applyOps temporarily.Matthew Russotto2018-03-012-4/+4
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+0
* Revert "SERVER-29908 Create skeleton libraries for the sharding subsystem"Kaloian Manassiev2018-02-131-0/+1
* SERVER-29908 Create skeleton libraries for the sharding subsystemKaloian Manassiev2018-02-131-1/+0
* SERVER-29908 Consolidate some sharding libraries to help break dependency cyclesKaloian Manassiev2018-02-121-1/+0
* SERVER-25746 store advisoryHostFQDNs in config.mongosKevin Pulo2018-02-123-14/+112
* SERVER-32291 Fix SConscript due to file directory changesRandolph Tan2018-02-061-186/+0
* SERVER-32862 Prevent zone key field names from possessing invalid prefixesBlake Oler2018-02-061-0/+5
* SERVER-32291 Implement collection creation on config serverRandolph Tan2018-02-062-0/+190
* SERVER-29908 Move sharding_catalog_manager and tests under db/s/configKaloian Manassiev2018-02-0626-9467/+39
* Revert "SERVER-32983 persist a version field in new config.databases entries ...Esha Maharishi2018-02-051-26/+4
* SERVER-32983 persist a version field in new config.databases entries in fcv>=4.0Esha Maharishi2018-02-051-4/+26
* SERVER-32984 clean up DatabaseType classEsha Maharishi2018-02-059-156/+83
* SERVER-31768 Don't create the first collection chunk on a primary drained shardjannaerin2018-02-052-46/+88
* SERVER-29908 Move sharding_task_executor under mongo/sKaloian Manassiev2018-02-022-2/+0
* SERVER-18137 Use NamespaceString for fully-qualified ns in shardingKevin Pulo2018-02-0145-526/+477