Commit Graph

80042 Commits

Author SHA1 Message Date
kssenii
dd9347263b Merge remote-tracking branch 'upstream/master' into update-test 2021-12-17 19:13:24 +03:00
Kseniia Sumarokova
efe1478ffe
Update 01069_window_view_proc_tumble_watch.py 2021-12-17 19:12:12 +03:00
Kseniia Sumarokova
f6e7e11742
Merge pull request #32907 from kssenii/url-better
Better handling of globs for url storage
2021-12-17 19:08:38 +03:00
Harry-Lee
ef36befd78 Issue 135: Fix null pointer dereference 2021-12-17 10:56:19 -05:00
root
6b3366dc70 [Issue #129] Fix Weak Regular Expression [v21.3-insecure]
Problem Descripton:
==================
The “key_regexp” constant in the “DiskS3” class contains a regular expression (RegEx) for checking a key path.
However, the RegEx starts and ends with “.*”.
This is a wildcard that an attacker could use to exploit this file path check by padding the beginning and end with whatever path they’d like.

Recommendation:
==============
Tighten up the RegEx by replacing the “.*” at the beginning and end with more specific items.

Fix:
===
Replace the .* at the end with $ as there is no need to continue after the key file.
Leave the beginning .* as is because the path for the key can have any characters or in any path of the system.
2021-12-17 10:30:16 -05:00
kssenii
40c266840c Fixes 2021-12-17 18:16:29 +03:00
Dao
2fb554c61f increase version to resolve conflict with master branch 2021-12-17 23:09:08 +08:00
vdimir
1eb032ac83
Style AggregateFunctionTopK.cpp 2021-12-17 18:04:59 +03:00
minhthucdao
001900655e
Merge branch 'master' into fix_groupBitmapAnd_function_distributed_table 2021-12-17 23:03:47 +08:00
Dao
52af96627c introduce new version and add test 2021-12-17 22:59:02 +08:00
vdimir
5c487b3bdc
Fix types for topKWeightedState 2021-12-17 17:54:12 +03:00
Kseniia Sumarokova
70937088e9
Merge pull request #32886 from kssenii/azure-rename
Rename files and code from BlobStorage to AzureBlobStorage
2021-12-17 16:59:08 +03:00
alesapin
c2e8a73f14 Fix style 2021-12-17 16:43:58 +03:00
Mikhail f. Shiryaev
6f6b7c7bac
Merge pull request #32905 from ClickHouse/add_dockerhub_proxy
Add dockerhub proxy to CI
2021-12-17 14:31:50 +01:00
alesapin
1931726e15 Followup 2021-12-17 16:19:44 +03:00
alesapin
24480ac4de More agressive retries in perf tests 2021-12-17 16:16:35 +03:00
alesapin
ef7e6e7b8a Merge branch 'master' into performance_retry 2021-12-17 16:04:40 +03:00
cmsxbc
ce6987ad4d
fix wrong testcase in gtest_Parser 2021-12-17 20:59:50 +08:00
alesapin
afc625fc42
Merge pull request #32361 from karnevil13/karnevil-DOCSUP-18717
DOCSUP-18717: Update ClickHouse keeper
2021-12-17 15:57:27 +03:00
alesapin
da1d04767c
Merge pull request #32366 from bigo-sg/keepersizeopt
performance improve of keeper sizeInBytes calculation.
2021-12-17 15:34:55 +03:00
Nikolai Kochetov
20b88d9b4c Always apply const if optimixation. 2021-12-17 15:31:30 +03:00
alesapin
6bd7e425c6
Merge pull request #22535 from CurtizJ/sparse-serialization
Sparse serialization and ColumnSparse
2021-12-17 15:26:17 +03:00
Ilya Golshtein
2821e14492 typo fixed 2021-12-17 15:01:57 +03:00
kssenii
fcb0efcf7d Update test 2021-12-17 14:34:49 +03:00
Kseniia Sumarokova
d465ed0526
Update 01069_window_view_proc_tumble_watch.py 2021-12-17 14:19:54 +03:00
Mikhail f. Shiryaev
766cebe975
Merge pull request #32865 from ClickHouse/fix-multiline-envs
Fix multiline SSH_KEY in GITHUB_ENV file
2021-12-17 12:18:41 +01:00
kssenii
b1794a47c3 StorageURL improve 2021-12-17 14:03:37 +03:00
alesapin
f02a40bbdc Rename script and add template for dockerhub proxy 2021-12-17 13:48:42 +03:00
zzsmdfj
4a0554c963 to #15182_MaterializeMySQL_support_bit_type-fix-flakey-test 2021-12-17 18:30:09 +08:00
Nikolai Kochetov
7b56e97cf8 Revert "Add debug logging"
This reverts commit 49a9bc6b90.
2021-12-17 13:26:05 +03:00
alesapin
47c907d41a Add dockerhub proxy 2021-12-17 13:20:48 +03:00
kssenii
ed42620530 Rename BlobStorage to AzureBlobStorage 2021-12-17 12:24:05 +03:00
Vladimir C
fa011c66b7
Merge pull request #32846 from vdimir/flaky_test_s3_zero_copy_replication 2021-12-17 12:09:21 +03:00
vdimir
3f118f6734
Try fix flaky test: order for test_s3_zero_copy_replication 2021-12-17 12:08:39 +03:00
Mikhail f. Shiryaev
4f233c5fac
Fix multiline SSH_KEY in GITHUB_ENV file 2021-12-17 09:48:59 +01:00
alesapin
25fd29619b
Merge pull request #31882 from pkit/refactor_ci_tests1
refactor CI tests
2021-12-17 11:18:35 +03:00
Kseniia Sumarokova
77b3ebe44e
Merge pull request #32734 from kssenii/mysql-fix-timeouts
Allow to control connection timeouts for mysql
2021-12-17 10:13:33 +03:00
zzsmdfj
7498dd9c33 to #15182_MaterializeMySQL_support_bit_type- fix code format 2021-12-17 15:10:43 +08:00
zzsmdfj
e9eed1f927 to #15182_MaterializeMySQL_support_bit_type 2021-12-17 15:03:24 +08:00
zhanglistar
e4006b2cfd
Merge branch 'ClickHouse:master' into keepersizeopt 2021-12-17 14:35:19 +08:00
meoww-bot
e0077ac264
fix full-stop 2021-12-17 14:10:28 +08:00
tavplubix
db01e94f66
Merge pull request #32802 from ClickHouse/fix_restart_unavailable_mysql
Fix restarting with unavailable MySQL
2021-12-17 08:57:15 +03:00
alexey-milovidov
e929175dae
Update run_check.py 2021-12-17 08:55:46 +03:00
alexey-milovidov
7dbdcf91bf
Merge pull request #32814 from ClickHouse/fix_skipped_mutations
Fix skipping of some mutations
2021-12-17 08:53:36 +03:00
alexey-milovidov
e834d655a5
Merge pull request #32415 from ClickHouse/arm64_workers
Add arm64/aarch64 tests
2021-12-17 08:46:52 +03:00
alexey-milovidov
9816dfb09d
Update main.yml 2021-12-17 08:46:02 +03:00
meoww-bot
497f8995ac
fix title 2021-12-17 10:25:08 +08:00
meoww-bot
d0d00edc05
fix title 2021-12-17 10:23:32 +08:00
meoww-bot
ff1a20e6c2
Update merge_tree_settings.md 2021-12-17 09:45:04 +08:00
meoww-bot
40a4561716
Update tables.md 2021-12-17 09:31:57 +08:00