summaryrefslogtreecommitdiff
path: root/buildSrc
AgeCommit message (Expand)Author
2016-07-04Migrate remaining calc aggs to NamedWriteableNik Everett
2016-07-01Fix order of modifiersTanguy Leroux
2016-07-01Enable checkstyle ModifierOrder moduleTanguy Leroux
2016-07-01fix line length problems in all classes under o.e.test.rest packagejavanna
2016-07-01[TEST] make JsonPath independent of data format, rename to ObjectPathjavanna
2016-07-01[TEST] replace ResponseBodyAssertion with existing MatchAssertionjavanna
2016-06-30Merge branch 'pr/19144-discovery-azure-classic'David Pilato
2016-06-30Don't inject TransportPercolateAction into RestPercolateActionNik Everett
2016-06-30Deprecate discovery-azure and rename it to discovery-azure-classicDavid Pilato
2016-06-27Keep input time unit when parsing TimeValuesJason Tedor
2016-06-27Add the integ test node's configuration directory as a system propertyLee Hinman
2016-06-26Switch analysis from push to pullNik Everett
2016-06-24Revert slow tests heartbeatJason Tedor
2016-06-23Upgrade JNA to 4.2.2 and remove optionalityJason Tedor
2016-06-22Merge branch 'master' into feature/http_clientjavanna
2016-06-21Merge pull request #18955 from rjernst/gradle_reqRyan Ernst
2016-06-21Merge branch 'master' into feature/http_clientjavanna
2016-06-21ingest: merged o.e.ingest.core with o.e.ingest and in ingest-common module ad...Martijn van Groningen
2016-06-20Fail doc tests when any shard failsNik Everett
2016-06-20Improve error message if a setting is not found (#18920)Simon Willnauer
2016-06-20Remove VersionModule and use Version#current consistently.Simon Willnauer
2016-06-19Update forbiddenapis to 2.2 and fix painless testsUwe Schindler
2016-06-18Build: Require exactly gradle 2.13Ryan Ernst
2016-06-17Cleanup ClusterService dependencies and detached from Guice (#18941)Simon Willnauer
2016-06-17Merge branch 'master' into feature/http_clientjavanna
2016-06-17Build: do not load integ test class if --skip-integ-tests-in-disguise is spec...javanna
2016-06-17Upgrade to Lucene 6.1.0. #18926Adrien Grand
2016-06-16Cut over settings registration to a pull model (#18890)Simon Willnauer
2016-06-15Merge pull request #18899 from rmuir/more_def_cleanupRobert Muir
2016-06-15Add microbenchmarking infrastructure (#18891)Daniel Mitterdorfer
2016-06-15Merge branch 'master' into feature/http_clientjavanna
2016-06-14remove null guards from +, if not needed.Robert Muir
2016-06-14Move NamingConventionsCheck into buildSrcNik Everett
2016-06-14Test: Fix integ test extra config files to work with more than oneRyan Ernst
2016-06-13Set next version back to alpha4Ryan Ernst
2016-06-10Upgrade to lucene-6.1.0-snapshot-3a57bea.Adrien Grand
2016-06-10Make IndicesClusterStateService unit testable (#17270)Yannick Welsch
2016-06-10Build: add animalsniffer to detect usage of java8 apis in client and client-s...javanna
2016-06-09Merge branch 'master' into feature/http_clientjavanna
2016-06-08Remove setRefreshNik Everett
2016-06-07Merge pull request #18748 from rmuir/painless_method_referencesRobert Muir
2016-06-07ingest: Move processors from core to ingest-common module.Martijn van Groningen
2016-06-06Merge branch 'master' into painless_method_referencesRobert Muir
2016-06-06ban slow methods in MethodHandleRobert Muir
2016-06-06Add support for waiting until a refresh occursNik Everett
2016-06-06Build: add hamcrest and securemock to version.propertiesjavanna
2016-06-05Wrap lines at 140 characters (:qa projects)Nik Everett
2016-06-03[TEST] wait for yellow after setup doc tests (#18726)Britta Weber
2016-06-03Replace rest test client with low level RestClientjavanna
2016-06-03[TEST] add rest client test dependency and replace usage of HttpRequestBuilde...javanna