summaryrefslogtreecommitdiff
path: root/jstests/sharding/shard_collection_basic.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-63732 Add new implicitlyCreateIndex and enforceUniqueness to shardColl...Randolph Tan2022-03-141-0/+29
* SERVER-60926 Make enableSharding command optionalTommaso Tocci2022-02-281-7/+0
* SERVER-62906 Add a check in the createCollection/shardCollection path verifyi...Antonio Fuschetto2022-02-021-0/+14
* SERVER-55551 Add recoverable critical section in create collection pathMarcos José Grillo Ramirez2021-04-191-54/+59
* SERVER-52812 Unify the implicit createDatabase/enableSharding flowKaloian Manassiev2021-02-211-7/+5
* SERVER-53105: Amend tests that target config.chunks by ns to target by ns or ...Jordi Serra Torrens2021-01-221-1/+3
* SERVER-50027 Make CollectionType use IDL (Part 2)Kaloian Manassiev2020-10-301-5/+5
* SERVER-47979 Perform the collation check for `shardCollection` on the shardKaloian Manassiev2020-06-081-1/+1
* SERVER-43914 Permit sharding commands to accept compound hashed shard key specsArun Banala2019-11-261-1/+5
* SERVER-42773 Replace uses of the assert.writeOK() Javascript assertion with a...James Wahlin2019-08-141-14/+14
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-294/+285
* SERVER-35054 Assert that dropDatabase succeeds in shard_collection_basic.jsCheahuychou Mao2018-06-141-5/+5
* SERVER-24174: Inconsistent rule for storing dotted field namesNick Zolnierz2017-10-121-0/+10
* SERVER-30912 Only check out sessions for write commandsJack Mulrow2017-09-141-0/+15
* SERVER-30071 _configsvrShardCollection should deduce the collation before che...Esha Maharishi2017-07-181-3/+8
* SERVER-29107 move shardCollection logic into new _configsvrShardCollection co...Esha Maharishi2017-06-211-2/+11
* SERVER-29350 Bump featureCompatibilityVersion to 3.6Tess Avitabile2017-06-091-24/+2
* SERVER-27032 Support for collation in sh.shardCollection() helperTess Avitabile2016-11-221-0/+68
* SERVER-25955: Only pass simple collation from mongos if necessaryMaria van Keulen2016-09-161-0/+33
* SERVER-24239 shardCollection should use simple collation when creating shard ...Tess Avitabile2016-08-111-9/+40
* SERVER-24439 Make mongos commands over sharded collections inherit the collec...Tess Avitabile2016-08-051-11/+14
* SERVER-24751 add collation parameter to shardCollection commandDavid Storch2016-06-271-0/+51
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-127/+101
* SERVER-22341 fix jslint errors in jstests/sharding with eslint --fixMike Grundy2016-02-091-1/+1
* SERVER-21134 add basic tests for shardCollection commandMisha Tyulenev2015-12-101-0/+181