summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/cluster/metadata/MetaDataCreateIndexServiceTests.java
AgeCommit message (Expand)Author
2018-01-11Rename core module to server (#28180)Tim Brooks
2017-11-23Automatically prepare indices for splitting (#27451)Simon Willnauer
2017-11-21Protect shard splitting from illegal target shards (#27468)Simon Willnauer
2017-11-06Add ability to split shards (#26931)Simon Willnauer
2017-09-25Unify Settings xcontent reading and writing (#26739)Simon Willnauer
2017-08-17Disallow : in cluster and index/alias names (#26247)Lee Hinman
2017-04-04Rename random ASCII helper methodsJason Tedor
2017-03-27Remove obsolete index setting `index.version.minimum_compatible`. (#23593)Marios Trivyzas
2017-01-06Ensure shrunk indices carry over version information from its source (#22469)Simon Willnauer
2016-11-17Replace IndexAlreadyExistsException with ResourceAlreadyExistsException (#21494)Dimitris Athanasiou
2016-10-08Remove NodeServicesProviderNik Everett
2016-10-07Remove LocalTransport in favor of MockTcpTransport (#20695)Simon Willnauer
2016-09-25Remove NoopGatewayAllocator in favor of a more realistic mock (#20637)Boaz Leskes
2016-08-18Plugins: Remove IndexTemplateFilterRyan Ernst
2016-08-17Disallow creating indices starting with '-' or '+'Lee Hinman
2016-08-05Upon being elected as master, prefer joins' node info to existing cluster sta...Boaz Leskes
2016-07-15Index creation waits for active shard copies before returning (#18985)Ali Beyad
2016-07-04Persistent Node Ids (#19140)Boaz Leskes
2016-06-20Remove VersionModule and use Version#current consistently.Simon Willnauer
2016-06-17Cleanup ClusterService dependencies and detached from Guice (#18941)Simon Willnauer
2016-06-07Allow `_shrink` to N shards if source shards is a multiple of N (#18699)Simon Willnauer
2016-06-02Only filter intial recovery (post API) when shrinking an index (#18661)Simon Willnauer
2016-06-01Index Template: parse and validate mappings in template when template putsJun Ohtani
2016-05-31Add primitive to shrink an index into a single shard (#18270)Simon Willnauer