Commit Graph

93 Commits

Author SHA1 Message Date
Jiří Kozlovský
de8c5eaed0
Make the Replxx client history size configurable 2024-10-24 16:10:56 +02:00
Julia Kartseva
bf0c609353 possible conflict w private 2024-10-16 02:18:59 +00:00
Julia Kartseva
f610c08124 Merge remote-tracking branch 'origin/master' into refactor-object-storages 2024-10-09 08:22:59 +00:00
Konstantin Bogdanov
67c1e89d90
Apply linter changes 2024-10-06 12:29:20 +02:00
Julia Kartseva
038ffe7cc0 Merge branch 'master' into refactor-object-storages 2024-09-28 08:58:14 +00:00
Julia Kartseva
6d8954a055 fix 02802_clickhouse_disks_s3_copy.sh 2024-09-28 08:08:14 +00:00
Julia Kartseva
f988aa521f Merge remote-tracking branch 'origin/master' into refactor-object-storages 2024-09-23 21:14:11 +00:00
Kseniia Sumarokova
0f37e46333
Merge branch 'master' into fix-read-settings-in-index-loading 2024-08-20 10:55:34 +02:00
Azat Khuzhin
e623ad041f Make C-z ignorance configurable (ignore_shell_suspend) in clickhouse-client
C-z is extermelly useful for some users (like myself), so provide a way
to configure it in client and avoid it's ignorance in clickhouse-disks
(I hope it is OK since it is not that known utility and it does not have
it's own configuration, while cli option is useless, one should remeber
about it).

Honestly I've never seen any interactive client that forbids C-z, so
ignoring it my default looks strange to me.

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2024-08-19 08:33:53 +02:00
kssenii
ecee8721df Merge remote-tracking branch 'origin' into fix-read-settings-in-index-loading 2024-08-12 14:39:05 +02:00
kssenii
09c9ca62e8 Revert "Remove default constructor of ReadSettings"
This reverts commit ba1a23d0ea.
2024-08-12 13:06:03 +02:00
Alexey Milovidov
1fd9b60353 More direct interface of Disk and ObjectStorage 2024-08-11 00:13:40 +02:00
divanik
4815f0d6ff Resolve conflicts 2024-07-04 14:09:43 +00:00
divanik
eff9fd519d Merge sth 2024-07-04 13:52:05 +00:00
divanik
b4be9d5c6f Fix address 2024-07-04 13:40:36 +00:00
divanik
242b553253 Change unique_ptr creation to shared_ptr 2024-07-01 17:35:07 +00:00
divanik
a163007325 Change creation criteria of a local disk 2024-07-01 15:33:34 +00:00
divanik
9e92aed2de Correct style check 2024-07-01 13:24:13 +00:00
kssenii
ba1a23d0ea Remove default constructor of ReadSettings 2024-07-01 14:54:51 +02:00
divanik
fee7da5ed3 Corrected tests 2024-07-01 12:46:17 +00:00
divanik
bb0b93f77d Change wrong implementations of copy and move 2024-07-01 11:11:16 +00:00
divanik
7d4293f6f8 Make commands more profound 2024-06-28 00:21:19 +00:00
divanik
a67d468eaa Forbid unregistered options 2024-06-26 17:25:43 +00:00
divanik
5cebec8152 fix some issues 2024-06-26 15:59:15 +00:00
divanik
5da4b69d57 Tried to fix tests 2024-06-25 17:20:42 +00:00
kssenii
f48e0da696 Fix ReadSettings 2024-06-24 18:32:38 +02:00
divanik
504cc3b090 Fix some tests 2024-06-21 16:27:21 +00:00
divanik
6f841d89e7 Fix tests 2024-06-17 17:41:28 +00:00
divanik
752bd00784 Corrected problems and tests 2024-06-14 13:54:12 +00:00
divanik
4ace4006d2 Add documentation for new features in interactive client 2024-06-14 13:02:41 +00:00
divanik
2824ca64e0 Tests and code style 2024-06-14 11:06:56 +00:00
divanik
b8992f0397 Create integration test 2024-06-13 19:14:16 +00:00
divanik
78325c89cc Change help message 2024-06-10 16:17:36 +00:00
divanik
3f7a9738fe Fix compilation bug 2024-06-07 09:04:28 +00:00
divanik
d7c70d029e Ignore caches and encrypted 2024-06-06 16:56:30 +00:00
divanik
439ac99897 Resolve several issues 2024-05-31 13:10:42 +00:00
divanik
75c484a73b Corrected build and some integrations tests 2024-05-30 14:07:25 +00:00
divanik
3133b757d7 Add query for a non-interactive mode 2024-05-29 14:59:50 +00:00
divanik
0a2d922d23 Fix help message printing 2024-05-29 13:57:29 +00:00
divanik
856a0e35f2 Remove redundant includes 2024-05-28 13:32:26 +00:00
divanik
a9000bd821 Fix bugs 2024-05-28 13:17:49 +00:00
divanik
4c2d8a1378 Add highlighting 2024-05-27 14:26:20 +00:00
divanik
4574ee7504 Correct style check 2024-05-27 12:45:05 +00:00
divanik
846d46075d Remove comments 2024-05-27 12:17:04 +00:00
divanik
bc21d0fb27 Minor fix 2024-05-27 11:49:59 +00:00
divanik
f7238356d1 Commit from private 2024-05-27 11:44:45 +00:00
Michael Kolupaev
37f6e331c6 DiskApp: fix 'list --recursive /' and crash on invalid arguments 2024-05-03 20:32:23 +00:00
Robert Schulze
97281203b8
Don't access static members through instance, pt. II
clang-tidy rightfully complains
(-readability-static-accessed-through-instance) that static member
functions are accessed through non-static members
2024-04-07 11:09:35 +00:00
Alexey Milovidov
c49651ef89 Even less conflicts 2024-02-14 03:31:31 +01:00
Alexey Milovidov
39378deac1 Less conflicts 2024-02-14 03:09:40 +01:00