summaryrefslogtreecommitdiff
path: root/core/src/test/java/org/elasticsearch/node
AgeCommit message (Expand)Author
2017-06-26Remove default path settingsJason Tedor
2017-06-26Remove path.conf settingJason Tedor
2017-06-20Tests: Refactor NodeTests settings (#25309)Guillaume Le Floch
2017-05-14Settings: Remove support for yaml and json config files (#24664)Ryan Ernst
2017-05-11Settings: Deprecate settings in .yml and .json (#24059)Ryan Ernst
2017-04-24Check for default.path.data included in path.dataJason Tedor
2017-04-13Remove support for default settingsJason Tedor
2017-04-13Correct handling of default and array settingsJason Tedor
2017-04-07Settings: Disallow secure setting to exist in normal settings (#23976)Ryan Ernst
2017-01-30Settings: Fix settings reading to account for defaults (#22871)Ryan Ernst
2017-01-27S3 repository: Add named configurations (#22762)Ryan Ernst
2017-01-16Remove HttpServer and HttpServerAdapter in favor of a simple dispatch method ...Simon Willnauer
2016-12-08Avoid NPE in NodeService#stats if HTTP is disabledJason Tedor
2016-07-23Persistent Node Names (#19456)Boaz Leskes
2016-06-18Add ClusterName#value as the default instead of it's toString methodSimon Willnauer
2016-06-17Cleanup ClusterService dependencies and detached from Guice (#18941)Simon Willnauer
2016-05-19Remove settings and system properties entanglementJason Tedor
2016-04-08Remove Settings.settingsBuilder.Adrien Grand
2016-03-07Moved MockTerminal and created a base test case for cli commands.Ryan Ernst
2016-03-06Cli: Simplify test terminalsRyan Ernst
2016-02-04Remove format args from readText and readSecretRyan Ernst
2016-02-02Make settings validation strictSimon Willnauer
2016-01-27Convert `cluster.name` to the new settings infraSimon Willnauer
2016-01-22Convert "path.*" and "pidfile" to new settings infraDaniel Mitterdorfer
2015-12-18Remove wildcard importsRyan Ernst
2015-11-21Ban write access to system propertiesRobert Muir
2015-10-29Build: Move test framework files to their new locationRyan Ernst
2015-09-08Finish removing loadConfigSettings, and fix node startup to use correctRyan Ernst
2015-09-08Change prepareSettingsAndEnvironment to prepareEnvironmentRyan Ernst
2015-09-07Settings: Remove environment from transport clientRyan Ernst
2015-08-22Plugins: Removed plugin.typesRyan Ernst
2015-08-21Do not permit multiple settings filesJason Tedor
2015-08-21Do not swallow exceptions thrown while parsing settingsJason Tedor
2015-08-18Merged AbstractPlugin and Plugin. Also added Settings back toRyan Ernst
2015-08-14Merge branch 'master' into resolve_your_own_configRyan Ernst
2015-08-14Internal: Remove Environment.resolveConfigRyan Ernst
2015-08-13Internal: Remove ClassLoader from SettingsRyan Ernst
2015-08-13Tests: Refactor classes only plugged in by tests to use package private exten...Ryan Ernst
2015-08-03Tests: Rename base tests cases to use "TestCase" suffixRyan Ernst
2015-07-23copy the classloader from the original settings when checking for promptsjaymode
2015-07-08do not prompt for node name twicejaymode
2015-06-05create core moduleSimon Willnauer