Andrei Stefan
00e6fec718
SQL: XPack FeatureSet functionality ( #35725 )
...
* Introduced "client.id" parameter for REST requests
* Bug that made the Verifier run twice, fixed in the Analyzer
* Single node IT and unit testing
2018-11-26 07:11:43 +02:00
Alpar Torok
8a85b2eada
Remove build qualifier from server's Version ( #35172 )
...
With this change, `Version` no longer carries information about the qualifier,
we still need a way to show the "display version" that does have both
qualifier and snapshot. This is now stored by the build and red from `META-INF`.
2018-11-07 14:01:05 +02:00
Andrei Stefan
a7e08f462f
SQL: handle X-Pack or X-Pack SQL not being available in a more graceful way ( #34736 )
...
Throw a different error message for a http response code of 400, but also when the error itself is of a specific type.
2018-10-25 12:14:49 +03:00
Andrei Stefan
91434f7721
SQL: the SSL default configuration shouldn't override the https protocol if used ( #34635 )
...
* The default SSL option shouldn't override the https protocol if specified. Fixes https://github.com/elastic/elasticsearch/issues/33817
2018-10-23 11:04:16 +03:00
Alpar Torok
82d10b484a
Run forbidden api checks with runtimeJavaVersion ( #32947 )
...
Run forbidden APIs checks with runtime hava version
2018-08-22 09:05:22 +03:00
Armin Braun
580d59e2d7
CORE: Upgrade to Jackson 2.8.11 ( #32670 )
...
* closes #30352
2018-08-08 12:04:25 +02:00
Igor Motov
0b1a0641ef
SQL: Refactor package names of sql-proto and sql-shared-proto projects ( #31622 )
...
- renames project `sql-proto` to `sql-action`,
- renames package `sql.plugin` to `sql.action`
- renames project `sql-shared-client` to `sql-client`
- renames package `sql.shard.client` to `sql.client`
- renames project `sql-shared-proto` to `sql-proto`
Closes #31593
2018-06-28 05:56:16 -07:00