You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Per-screen scroll (previously PgDown works as scroll 5 entries down,
which was annoying and very inconvenient)
Autocompletion for bash
Add ability to pause updates - useful to concentrate on concrete thing
Add ability to proactively refresh view
Add EXPLAIN SYNTAX action (and print all changed SETTINGS in the EXPLAIN
SYNTAX, useful to copy query with all the settings and paste into the
client)
Add multi selection (and various actions, like looking logs and
flamegraphs supports showing them for multiple queries)
Fully static binaries (requires switching from ncurses to termios)
package for aur archlinux registry
Improvements
Add thread_id into logs (useful to understand how many threads involved)
Support clickhouse-client configs in YAML
Show full error trace on Enter in system.errors
Better color scheme for summary bar, and so now that if you see
something red, this is likely requires some attention
Add replicated fetches/queue into summary bar
Add system.dictionaries support
Improve how focus works (before chdig always tries to select the first
query by defualt, which was not that convenient, since sometimes you
want to look at the top CPU usage, so now if you do not select anything
chdig will show queries sorted, but switch to following query once you
select something, and you can get back using Home key)
Fixes
Fix chdig with non default user/password in config.xml/env vars
Do not omit queries without initial query with grouping
Commits
6f5e042: Use timestamp_nanos_opt() over deprecated timestamp_nanos() (Azat Khuzhin)
8ca6f41: Add autocompletion support (Azat Khuzhin)
0d713ed: Add ability to start from different views via subcommands (Azat Khuzhin)
89381aa: Add per-page scroll for logs (PageDown/PageUp) (Azat Khuzhin)
7d29066: Throw an error in case of multiple connections had been matched from config.xml (Azat Khuzhin)
b85958a: Fix chdig with non default user/password in config.xml/env vars (Azat Khuzhin)
2ebe30c: Do not omit queries without initial query with grouping (Azat Khuzhin)