Lee Hinman
dc40562be6
SQL: Remove cli.debug system parameter ( elastic/x-pack-elasticsearch#3722 )
...
This was requested for removal in
https://github.com/elastic/x-pack-elasticsearch/pull/3686#discussion_r163286953
and is a followup for that.
Original commit: elastic/x-pack-elasticsearch@6134693a34
2018-01-25 10:51:12 -07:00
Lee Hinman
9f8c8ef3e9
Parse CLI's `-d` or `--debug` flag as turning on debug ( elastic/x-pack-elasticsearch#3686 )
...
Previously in order to turn on debug mode for the CLI, a user needed to specify
`-d true`. You now only need to specify `-d` or `--debug` to turn on debug mode.
Resolves elastic/x-pack-elasticsearch#3315
Original commit: elastic/x-pack-elasticsearch@d5052059e6
2018-01-23 15:40:43 -07:00
Lee Hinman
f69a09ce83
SQL: Remove unneeded licenses, notices, and shas
...
Original commit: elastic/x-pack-elasticsearch@2407eeabd3
2018-01-18 17:16:25 -07:00
Nik Everett
375ec896ce
SQL: Move top level sql directory into plugin/sql ( elastic/x-pack-elasticsearch#3618 )
...
This will conform to how we want the x-pack repo structured.
relates elastic/x-pack-elasticsearch#3363
Original commit: elastic/x-pack-elasticsearch@f67e597bc8
2018-01-18 11:15:02 -05:00
Nik Everett
753d21f3c6
SQL: Move CLI into plugin/sql directory ( elastic/x-pack-elasticsearch#3606 )
...
This is the next step in removing the top level sql directory.
I named the directory `sql-cli` instead of `cli` because that puts it at
the maven coordinates `org.elasticsearch.plugin:sql-cli` instead of
`org.elasticsearch.plugin:cli`.
Relates to elastic/x-pack-elasticsearch#3363
Original commit: elastic/x-pack-elasticsearch@d41a57a136
2018-01-18 08:39:02 -05:00