Mikhail Artemenko
|
e9497cdcbc
|
use tryMulti instead of NoThrow
|
2024-08-29 12:20:42 +00:00 |
|
Mikhail Artemenko
|
8bbb78375e
|
add try limit
|
2024-08-29 12:18:51 +00:00 |
|
Mikhail Artemenko
|
4d486f1a74
|
update error policy
|
2024-08-28 15:36:15 +00:00 |
|
Mikhail Artemenko
|
7f613563e1
|
initial impl for cp/mv
|
2024-08-28 13:39:29 +00:00 |
|
Yakov Olkhovskiy
|
c1b5b908ba
|
hide Field::get in private, only use Field::safeGet
|
2024-08-10 13:01:55 +00:00 |
|
Alexander Gololobov
|
9d92d238ad
|
More tidy fixes
|
2024-05-31 10:15:46 +02:00 |
|
Alexander Gololobov
|
dd5c151d86
|
clang-tidy fix
|
2024-05-30 21:22:07 +02:00 |
|
Alexander Gololobov
|
3da65bb0a2
|
Apply suggestions from code review
Co-authored-by: Konstantin Bogdanov <thevar1able@users.noreply.github.com>
|
2024-05-30 15:11:35 +02:00 |
|
Alexander Gololobov
|
abbfbe0472
|
Build fix
|
2024-05-30 14:40:27 +02:00 |
|
Alexander Gololobov
|
d0b61f3790
|
Style fix
|
2024-05-30 14:16:59 +02:00 |
|
Alexander Gololobov
|
234e0d8e99
|
Speedup find_* commands by making multiple async getChildren requests
|
2024-05-30 13:36:33 +02:00 |
|
Robert Schulze
|
18d432f44c
|
Reapply "Remove some unnecessary UNREACHABLE s"
This reverts commit 5a868304c0 .
|
2024-05-29 13:37:47 +00:00 |
|
Alexander Tokmakov
|
5a868304c0
|
Revert "Remove some unnecessary UNREACHABLE s"
|
2024-05-27 11:38:22 +02:00 |
|
Robert Schulze
|
58e655e07b
|
Incorporate review feedback
|
2024-05-22 07:24:42 +00:00 |
|
Robert Schulze
|
9969f9cf30
|
Merge remote-tracking branch 'rschu1ze/master' into unreachable-unreachable
|
2024-05-19 08:26:39 +00:00 |
|
Robert Schulze
|
53e992af4f
|
Remove some unnecessary UNREACHABLEs
|
2024-05-17 11:46:07 +00:00 |
|
Alexey Milovidov
|
26501178e6
|
Fix analyzer
|
2024-05-17 10:23:32 +02:00 |
|
Alexander Gololobov
|
8b87ec301e
|
Skip whitespaces before optional path arg
|
2024-05-16 10:36:04 +02:00 |
|
Alexander Gololobov
|
d4735cb1ce
|
Add ErrorCodes
|
2024-05-15 19:17:53 +02:00 |
|
Alexander Gololobov
|
4de7773783
|
Properly calculate number of nodes in subtree
|
2024-05-15 17:50:46 +02:00 |
|
Alexander Gololobov
|
a5a614bff7
|
Traverse supernode tree because it can have other supernodes inside
|
2024-05-15 17:30:17 +02:00 |
|
Alexander Gololobov
|
8bf5dd9a97
|
Handle concurrent deletion on nodes
|
2024-05-15 17:28:47 +02:00 |
|
Nikita Mikhaylov
|
15896ecaf6
|
Add table system.keywords [Part 1] (#51808)
|
2024-03-18 16:58:57 +01:00 |
|
xuzifu666
|
12599c4b8e
|
Commands node args should add rvalue to push_back
|
2024-02-13 17:35:55 +08:00 |
|
Alexey Milovidov
|
d112492c56
|
Remove some code
|
2024-01-13 03:48:04 +01:00 |
|
xuzifu666
|
010cc6918a
|
Add get_direct_children_number command to keeper-client (#55898)
|
2023-10-24 17:02:54 +02:00 |
|
guoxiaolong
|
8b47bf5e7e
|
fix CheckSytel
|
2023-10-12 09:58:42 +08:00 |
|
guoxiaolong
|
31ff669edc
|
change the code to for loop
|
2023-10-11 17:47:38 +08:00 |
|
guoxiaolong
|
3df0e77ea3
|
keeper_client add get_all_children_number command
|
2023-10-11 10:28:28 +08:00 |
|
János Benjamin Antal
|
16e2f7f0b9
|
Add optional version argument to rm
|
2023-09-16 00:03:46 +00:00 |
|
pufit
|
926310728f
|
Fix issues
|
2023-09-07 22:48:04 -04:00 |
|
pufit
|
ef2350cfc7
|
Implementing exists , sync commands. Better tests
|
2023-09-06 20:36:39 -04:00 |
|
pufit
|
096b44e1e5
|
Implementing reconfig command. Parser improvements
|
2023-09-01 23:34:47 -04:00 |
|
pufit
|
30700996f0
|
Merge branch 'master' into pufit/keeper-client-improvements
# Conflicts:
# docs/en/operations/utilities/clickhouse-keeper-client.md
# programs/keeper-client/Commands.cpp
# programs/keeper-client/Commands.h
# programs/keeper-client/KeeperClient.cpp
# tests/integration/test_keeper_client/test.py
|
2023-08-07 12:26:08 -04:00 |
|
pufit
|
8e6f7b4d0b
|
Fix typo, fix tests, touch command.
|
2023-08-07 12:08:31 -04:00 |
|
Azat Khuzhin
|
94fcae58b9
|
clickhouse-keeper-client: fix version parsing for set command
Previously:
/ :) set /test foo 1
DB::Exception: Bad get: has UInt64, requested Int64
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
|
2023-08-04 09:50:45 +02:00 |
|
Alexey Milovidov
|
3a9f9e1297
|
Revert "Implementing new commands for keeper-client"
|
2023-08-03 15:05:52 +03:00 |
|
pufit
|
1e77c7c73f
|
Deterministic delete_stable_backups
|
2023-07-28 10:48:22 -04:00 |
|
pufit
|
0e15f098d1
|
Yet another fix test
|
2023-07-28 02:22:44 -04:00 |
|
pufit
|
ea672ba618
|
Add docs, add tests, fix small issues.
|
2023-07-26 11:15:27 -04:00 |
|
pufit
|
bb2a749b94
|
Update programs/keeper-client/Commands.cpp
Co-authored-by: Yarik Briukhovetskyi <114298166+yariks5s@users.noreply.github.com>
|
2023-07-26 11:15:27 -04:00 |
|
pufit
|
68b78f52ec
|
Add DeleteStableBackups, FindBigFamily
|
2023-07-26 11:15:27 -04:00 |
|
pufit
|
10a8a8dd74
|
Implementing new commands for keeper-client
|
2023-07-26 11:15:27 -04:00 |
|
pufit
|
2426c445b0
|
Improve set command
|
2023-04-26 20:10:32 -04:00 |
|
pufit
|
a20f8e74a0
|
Fix cd command. Style consistency
|
2023-04-26 01:05:51 -04:00 |
|
pufit
|
8bef8fc1de
|
Parsing Keeper commands via ClickHouse Parser
|
2023-04-26 00:54:28 -04:00 |
|