From 4150d850b5ca787b69fe4b9a2ee76fe37e1a63d1 Mon Sep 17 00:00:00 2001 From: delvedor Date: Wed, 15 May 2019 16:17:40 -0400 Subject: [PATCH 1/2] Test all ES6 minor versions --- .ci/test-matrix.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.ci/test-matrix.yml b/.ci/test-matrix.yml index 1d84f1bc6..e8c0a5aa6 100644 --- a/.ci/test-matrix.yml +++ b/.ci/test-matrix.yml @@ -1,6 +1,13 @@ --- ELASTICSEARCH_VERSION: - 6.7.1 + - 6.6.2 + - 6.5.4 + - 6.4.3 + - 6.3.2 + - 6.2.4 + - 6.1.4 + - 6.0.1 NODE_JS_VERSION: - 12 From b70a3f103b82bf093b2c8515ddec663aa1e6b0f3 Mon Sep 17 00:00:00 2001 From: delvedor Date: Fri, 17 May 2019 09:02:37 -0400 Subject: [PATCH 2/2] Patch #855 --- api/api/get.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/api/get.js b/api/api/get.js index 1021a2d35..3c56aff4d 100644 --- a/api/api/get.js +++ b/api/api/get.js @@ -75,8 +75,6 @@ function buildGet (opts) { _sourceExclude: '_source_exclude', _sourceIncludes: '_source_includes', _sourceInclude: '_source_include', - _sourceExclude: '_source_exclude', - _sourceInclude: '_source_include', versionType: 'version_type', errorTrace: 'error_trace', filterPath: 'filter_path'