summaryrefslogtreecommitdiff
path: root/jstests/core/create_indexes.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstestsAli Mir2020-04-291-1/+3
|
* SERVER-44252 Delete implicit collection creation loop through the config ↵Mihai Andrei2020-01-091-8/+5
| | | | server in sharding
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-181/+179
|
* SERVER-42272 IndexBuildsCoordinator ignores duplicate index names within an ↵Benety Goh2019-07-191-0/+9
| | | | index build
* SERVER-41263 Disallow empty string in index key typeXin Hao Zhang2019-06-051-0/+4
|
* SERVER-40076 Tag JS tests with reason they're unable to run in Atlas.Max Hirschhorn2019-03-111-0/+5
| | | | | | | There are likely more JavaScript tests which have been added since r3.6.9 that still need to be tagged. (cherry picked from commit 05ec08fa62771582fb3f45160fff2e0ff184d6d9)
* SERVER-32615 Make most outgoing mongos user commands that can write set ↵Randolph Tan2018-03-071-2/+7
| | | | implicit create flag to false
* SERVER-32043 Disallow users from creating new indexes in config.transactionsRandolph Tan2017-11-221-0/+6
|
* SERVER-29191 Dropping an index named "*" is ambiguous because createIndexes ↵Matthew Russotto2017-07-061-0/+4
| | | | | | permits an index to be named "*" Disallows creating or individually dropping an index named "*".
* SERVER-24032 Replicated createIndexes should error on unrecognized fieldsJames Wahlin2016-09-291-2/+2
|
* SERVER-769 Validate createIndexes field namesJames Wahlin2016-09-231-0/+14
|
* SERVER-23971 Clang-Format codeMark Benvenuto2016-05-281-3/+5
|
* SERVER-22468 Format JS code with approved style in jstests/Jonathan Abrahams2016-03-091-61/+63
|
* SERVER-22341 fix jslint errors in jstests/core with eslint --fixMike Grundy2016-02-091-3/+3
| | | | | Conflicts: jstests/core/count_hint.js
* SERVER-17425 Disallow creation of v0 indexesDan Pasette2015-09-221-15/+7
|
* SERVER-18062 Implicitly create database for createIndexesKaloian Manassiev2015-06-191-5/+21
| | | | | Also moves some commands out of commands_public.cpp in an effort to get rid of this file.
* SERVER-17521: improve createIndex validation of empty nameEliot Horowitz2015-03-091-0/+6
|
* SERVER-16893 Disallow creation of v0 indexes with non-mmapv1 storage enginesalabid2015-01-231-0/+17
| | | | | | | | | Also moved jstests/tool/dumprestore6.js to jstests/mmapv1/dumprestore6.js since this JS test attempts to restore a v0 index Closes #914 Signed-off-by: Benety Goh <benety@mongodb.com>
* SERVER-16930 createIndexes should always set numIndexesBefore and ↵Benety Goh2015-01-211-83/+106
| | | | numIndexesAfter when it runs successfully
* SERVER-12967: remove createIndexes 'noChangesMade' field as its redundantEliot Horowitz2014-02-281-2/+2
|
* SERVER-12127 migrate js tests to jscore suite when not related to writesRandolph Tan2014-02-281-0/+83
Moved test jstest/[a-i].js -> jstests/core/ and made changes to comply with write command api