-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New
extract-queries
command + other improvements (#115)
The new `extract-queries` command extracts all queries from the server log and writes it into a TSV file that can be processed using the `example-queries` command. If the server log contains lines matching `Alive check with message "..."`, the message is used as base name for the query descriptions. For each query with that base name `Query #<index>` is appended to the description. In this context, the following small improvements for the `example-queries` command (items 1, 2, 3, 4) and the `settings` command (item 5) were made: 1. The default for `--download_or_count` is now the more natural `download` (was: `count`). 2. The option `--accept` now has two more choices `application/qlever-results+json` and `AUTO`, where the later picks the accept header automatically from the query type 3. There is a new option `--add-query-type-to-description` 4. Long query descriptions are now truncated in the middle, that is shown as `Beginnig ... end` 5. For the runtime parameters supported by the settings command, there is now also `always-mulitply-unions`
- Loading branch information
1 parent
dd95a05
commit 94c0f79
Showing
3 changed files
with
249 additions
and
44 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.