Commit Graph

1204 Commits

Author SHA1 Message Date
Alexey Milovidov
7d6beb5587 Add a lot of minor things from the private repository 2024-10-25 20:00:24 +02:00
Alexey Milovidov
0b7cba6f72 Merge branch 'master' into revert-68608-revert-60197-format-settings-parsing 2024-10-24 03:29:06 +02:00
Raúl Marín
67b92982b8 Don't do validation when synchronizing user_directories from keeper 2024-10-14 18:32:46 +02:00
Alexey Milovidov
7539dc5c67 Merge branch 'master' into revert-68608-revert-60197-format-settings-parsing 2024-10-14 18:12:25 +02:00
pufit
a89b81852c
Merge branch 'master' into pufit/fix-implicit-grants 2024-10-08 09:45:02 +08:00
Konstantin Bogdanov
67c1e89d90
Apply linter changes 2024-10-06 12:29:20 +02:00
Raúl Marín
cbfd5cf90e Hide MergeTreeSettings implementation 2024-10-04 19:03:15 +02:00
Raúl Marín
f52f6df0f4 Remove unused boost includes 2024-10-04 18:47:13 +02:00
pufit
dcbccc6f00 Merge branch 'master' into pufit/fix-implicit-grants 2024-10-03 22:58:44 -04:00
pufit
2a107e3429 Add WITH IMPLICIT, fix error with implicit grants 2024-10-02 23:20:33 -04:00
Alexey Milovidov
0ddcddc277
Merge pull request #70086 from alsugiliazova/remove-unused-placeholder
Remove unused placeholder from exception message string
2024-10-03 02:29:52 +00:00
alsu
ca4da4f964 revert 2024-10-01 11:59:18 +02:00
alsu
c6d40fc839 remove extra dot from exception message 2024-10-01 11:20:06 +02:00
Shichao
0d615b2251
remove dot 2024-09-30 17:00:48 -04:00
Alexey Milovidov
cbfbdbfb82
Merge pull request #69563 from vitlibar/restore-access-dependencies-2
Improve restoring of access entities' dependencies #2
2024-09-28 16:19:19 +00:00
pufit
1cfa8f6546 Better message for ACCESS_DENIED error. 2024-09-27 17:22:47 -04:00
alsu
44d1f0855c remove unused placeholder 2024-09-27 23:02:00 +02:00
Nikita Mikhaylov
4a137fe794
Merge pull request #65311 from ClickHouse/pufit/radix-grants
Wildcard grants
2024-09-26 14:57:24 +00:00
pufit
a140fb48b6 More tests, more docstrings, some fixes 2024-09-25 17:04:49 -04:00
pufit
2b142ca0e5 Merge branch 'master' into pufit/radix-grants
# Conflicts:
#	src/Access/Common/AccessRightsElement.h
#	src/Parsers/Access/ASTGrantQuery.cpp
2024-09-25 12:24:37 -04:00
Raúl Marín
a90790ce5b Remove dbms dependency on clickhouse_functions 2024-09-24 19:48:23 +02:00
Alexey Milovidov
960434e59a Merge branch 'master' of github.com:ClickHouse/ClickHouse into revert-68608-revert-60197-format-settings-parsing 2024-09-21 18:29:56 +02:00
Raúl Marín
993888e7d0
Merge pull request #68355 from zvonand/tryfix-65762-again
Some fixes for LDAP
2024-09-20 08:44:04 +00:00
Vitaly Baranov
d34b5098ee Rename restore setting "allow_unresolved_access_dependencies" -> "skip_unresolved_access_dependencies". 2024-09-19 19:28:56 +02:00
Vitaly Baranov
2d186bfc71 Make restore setting "skip_unresolved_access_dependencies" work for dependents too. 2024-09-19 19:28:27 +02:00
Andrey Zvonov
68b1e3c29b fix function, not calls 2024-09-19 17:22:38 +00:00
Vitaly Baranov
f8aec64bb3 Support writing dependents of access entities to backup, added backup setting "write_access_entities_dependents". 2024-09-19 12:43:09 +02:00
Vitaly Baranov
1a133557f8 Extend IAccessStorage::findAll() to enable finding all the entities in the storage. 2024-09-19 12:43:09 +02:00
Vitaly Baranov
712a7261a9 Change filenames of files with access entities inside a backup:
use "access-<UUID>.txt" instead of "access01.txt", "access02.txt", ...
2024-09-19 12:43:09 +02:00
Vitaly Baranov
9247b3278d Add new restore setting "update_access_entities_dependents" to allow updating dependents of restored access entities. 2024-09-19 12:43:04 +02:00
Vitaly Baranov
64b7e2df0b Add UUID to UpdateFunc in IAccessStorage. 2024-09-19 12:31:17 +02:00
Vitaly Baranov
6b461fc16c Remove unresolved dependencies while restoring with "allow_unresolved_access_dependencies = true". 2024-09-19 12:31:17 +02:00
Vitaly Baranov
91a91be172 Add some logging to restoring access entities. 2024-09-19 12:31:17 +02:00
Vitaly Baranov
3c4d6509f3 Refactoring of the code for making a backup and restoring access entities. 2024-09-19 12:31:10 +02:00
Raúl Marín
a500a7ff50 Link issues and clang tidy 2024-09-18 20:35:52 +02:00
Raúl Marín
f3df7bd171 Hide Settings implementation 2024-09-18 15:48:02 +02:00
Andrey Zvonov
74f3985a5a fix read after free 2024-09-18 13:45:08 +00:00
Vitaly Baranov
983b061b58 Corrections after review. 2024-09-17 12:56:10 +02:00
Vitaly Baranov
1ccd461c97 Fix restoring access entities dependant on existing ones. 2024-09-17 12:10:31 +02:00
Arthur Passos
2c165096cd Merge branch 'master' into multi_auth_methods 2024-09-13 05:18:11 -03:00
Marco Vilas Boas
185d9401e5
Merge branch 'ClickHouse:master' into marco-vb/x509-san-support-wildcard 2024-09-12 11:08:45 +01:00
Alexey Milovidov
bf7ec7d639
Revert "Revert "Fix unexpected behavior with FORMAT and SETTINGS parsing"" 2024-09-11 13:22:27 +02:00
marco-vb
919f51533a Fixed style issues. 2024-09-03 09:37:03 +00:00
marco-vb
547276780c Removed unnecessary code and restored test certificates. 2024-09-02 17:14:10 +00:00
Arthur Passos
6f806124a3 Merge branch 'master' into multi_auth_methods 2024-08-27 12:24:53 -03:00
Vitaly Baranov
4d5ac30a87
Merge pull request #67748 from vitlibar/fix-role-cache-expiration
Fix expiration in RoleCache
2024-08-23 12:29:56 +00:00
Arthur Passos
43e9a7ba4b Merge branch 'master' into multi_auth_methods 2024-08-22 10:57:23 -03:00
Arthur Passos
13d5b029a4 make max_number_of_authentication_methods=0 unlimited 2024-08-22 09:41:10 -03:00
Vitaly Baranov
7ef5c366e8 Fix expiration in RoleCache. 2024-08-22 13:56:55 +02:00
Alexander Tokmakov
ee9080fba7
Revert "Fix unexpected behavior with FORMAT and SETTINGS parsing" 2024-08-20 15:11:06 +02:00