OpenSearch/qa
Nik Everett f0be979541 SQL: Mimick Elasticsearch defaults for sql action (elastic/x-pack-elasticsearch#4398)
The SQL action supports several text outputs and used to default to an
output that looked like the SQL CLI. It is a lovely output format but
this changes output selection behavior to mimick Elasticsearch's
standard behavior: it'll now default to the same format as the request.

That means that if you want the pretty text format then you need to ask
for it. The way to do that is:

```
POST /_xpack/sql?format=text/plain
{
    "query": "SELECT * FROM library ORDER BY page_count DESC LIMIT 5"
}
```

Original commit: elastic/x-pack-elasticsearch@4a15a23b18
2018-04-19 15:40:19 -04:00
..
audit-tests Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
core-rest-tests-with-security Revert "[TEST] mute CoreWithSecurityClientYamlTestSuiteIT" 2018-03-27 14:21:40 -07:00
full-cluster-restart Build: use built-in support for keystore files (elastic/x-pack-elasticsearch#4353) 2018-04-12 07:29:27 -06:00
ml-basic-multi-node Decouple XContentBuilder from BytesReference (elastic/x-pack-elasticsearch#4119) 2018-03-14 13:48:05 -06:00
ml-disabled Decouple XContentBuilder from BytesReference (elastic/x-pack-elasticsearch#4119) 2018-03-14 13:48:05 -06:00
ml-native-tests Stop filtering on `_type`. 2018-04-12 14:18:18 +02:00
ml-no-bootstrap-tests Build: Replace references to x-pack-elasticsearch paths with helper methods (elastic/x-pack-elasticsearch#3748) 2018-01-26 21:48:30 -08:00
ml-single-node-tests Decouple XContentBuilder from BytesReference (elastic/x-pack-elasticsearch#4119) 2018-03-14 13:48:05 -06:00
multi-cluster-search-security Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
multi-node Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
openldap-tests Add secure_bind_password to LDAP realm (elastic/x-pack-elasticsearch#4192) 2018-03-29 16:31:45 +10:00
reindex-tests-with-security Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
rolling-upgrade Build: use built-in support for keystore files (elastic/x-pack-elasticsearch#4353) 2018-04-12 07:29:27 -06:00
rolling-upgrade-basic Remove date from rest resp for non-exp licenses (elastic/x-pack-elasticsearch#4149) 2018-03-20 12:19:07 -04:00
saml-idp-tests Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
security-client-tests Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
security-example-spi-extension Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
security-migrate-tests Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
security-setup-password-tests Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
security-tools-tests Tie zip output to command line options in certutil (elastic/x-pack-elasticsearch#4354) 2018-04-17 11:05:30 +10:00
smoke-test-graph-with-security Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
smoke-test-ml-with-security Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
smoke-test-monitoring-with-watcher Decouple XContentBuilder from BytesReference (elastic/x-pack-elasticsearch#4119) 2018-03-14 13:48:05 -06:00
smoke-test-plugins Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
smoke-test-plugins-ssl Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
smoke-test-security-with-mustache Disable security for trial licenses by default (elastic/x-pack-elasticsearch#4120) 2018-03-21 21:09:44 -06:00
smoke-test-watcher Tests: Replace YAML test waiting for watch execution (elastic/x-pack-elasticsearch#4008) 2018-03-15 14:20:58 -07:00
smoke-test-watcher-with-mustache Default to basic license at startup (elastic/x-pack-elasticsearch#3878) 2018-02-12 12:57:04 -07:00
smoke-test-watcher-with-painless Watcher: Fix TransformInput toXContent serialization (elastic/x-pack-elasticsearch#4061) 2018-03-14 15:53:39 -07:00
smoke-test-watcher-with-security Improve watcher smoke test stability 2018-04-12 07:50:05 +02:00
sql SQL: Mimick Elasticsearch defaults for sql action (elastic/x-pack-elasticsearch#4398) 2018-04-19 15:40:19 -04:00
third-party Watcher: Fix JIRA tests (elastic/x-pack-elasticsearch#4271) 2018-04-02 13:59:31 -06:00
transport-client-tests Remove AcknowledgedRestListener in favour of RestToXContentListener (elastic/x-pack-elasticsearch#3985) 2018-02-22 09:13:58 +01:00
vagrant [test] packaging: renamed packaging configuration (elastic/x-pack-elasticsearch#4112) 2018-03-26 13:43:29 -07:00
build.gradle Remove assemble from build task when assemble removed 2017-06-16 17:19:47 -04:00