OpenSearch/x-pack/plugin
Nik Everett abe797bd42
SQL: Teach the CLI to ignore empty commands (#30265)
Cause the CLI to ignore commands that are empty or consist only of
newlines. This is a fairly standard thing for SQL CLIs to do.

It looks like:
```
sql> ;
sql>
   |
   | ;
sql> exit;
Bye!
```

I think I *could* have implemented this with a `CliCommand` that throws
out empty string but it felt simpler to bake it in to the `CliRepl`.

Closes #30000
2018-05-01 13:17:24 -04:00
..
bwc Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
core HTML5ify Javadoc for xpack core (#30277) 2018-05-01 08:32:58 -04:00
deprecation Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
graph Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
logstash Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
ml [ML] Refactor DataStreamDiagnostics to use array (#30129) 2018-05-01 09:50:32 +01:00
monitoring _cluster/state should always return cluster_uuid (#30143) 2018-04-30 10:16:11 -04:00
rollup Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
security Remove licenses missed by the migration (#30128) 2018-04-26 11:37:04 -05:00
sql SQL: Teach the CLI to ignore empty commands (#30265) 2018-05-01 13:17:24 -04:00
src/test [TEST] Redirect links to new locations (#30179) 2018-04-27 09:24:46 -07:00
upgrade Migrate x-pack-elasticsearch source to elasticsearch 2018-04-20 15:29:54 -07:00
watcher Bulk operation fail to replicate operations when a mapping update times out (#30244) 2018-05-01 08:15:02 +02:00
build.gradle Build: Assert jar LICENSE and NOTICE files match 2018-04-25 19:53:24 -04:00