Commit Graph

114917 Commits

Author SHA1 Message Date
Ilya Golshtein
1027db6aca row_policy_template - minor change, reference test file fix 2023-05-13 22:30:02 +00:00
Ilya Golshtein
9685aa0c91 row_policy_template - minor changes, test renamed 2023-05-13 22:30:02 +00:00
Ilya Golshtein
d54a62e8e9 row_policy_template - forgotten reference test file 2023-05-13 22:30:02 +00:00
Ilya Golshtein
6852ae0d93 row_policy_template - external code review changes 2023-05-13 22:30:02 +00:00
Ilya Golshtein
2ed8e318cf row policy template - tests renumbered to keep monotony 2023-05-13 22:30:02 +00:00
Ilya Golshtein
28c6d4fb63 row policy template - rollback old test to make stylecheck happy 2023-05-13 22:30:02 +00:00
Ilya Golshtein
7fa6ea4ccc row policy template: tests and code cleanup, code review changes 2023-05-13 22:30:02 +00:00
Ilya Golshtein
f0d21a9100 row policy template: initial, works, restrictive rules fix 2023-05-13 22:30:02 +00:00
Nikolay Degterinsky
a2e7c77fe2
Merge pull request #49860 from ucasfl/doc
update doc
2023-05-13 23:26:40 +02:00
Robert Schulze
d8da94d4da
Merge pull request #49861 from rschu1ze/clang-tidy-follow-up
Follow-up for clang-tidy
2023-05-13 22:32:58 +02:00
Robert Schulze
804276ffe6
readability-identifier-names: adjust invalid options
The check is disabled, anyways ...
- remove UsingCase (it is probably subsumed by TypedefCase)
- rename TemplateCase to TemplateParameterCase
2023-05-13 20:28:55 +00:00
Robert Schulze
14d831e3bf
zirkon --> zircon 2023-05-13 20:18:24 +00:00
flynn
f775a466f7 update doc 2023-05-13 16:12:51 +00:00
Robert Schulze
212aef3dc2
Merge pull request #49859 from rschu1ze/clang-tidy-update
Small-ish .clang-tidy update
2023-05-13 17:32:09 +02:00
Robert Schulze
7e0bf3b8b2
Small-ish .clang-tidy update 2023-05-13 15:29:45 +00:00
Robert Schulze
61f07f5f3c
Merge pull request #49857 from rschu1ze/qpl-docs
Update QPL docs
2023-05-13 15:37:26 +02:00
Robert Schulze
0d9a6b5545
Update QPL docs 2023-05-13 13:26:47 +00:00
Alexey Milovidov
c1718ad60d
Merge pull request #49855 from azat/clangd
Enable few slow clang-tidy checks for clangd
2023-05-13 16:17:51 +03:00
Azat Khuzhin
87b5ab2fcd Enable few slow clang-tidy checks for clangd
In #47424 the readability-identifier-naming had been disabled for
clang-tidy builds, but the code base is already uses this notations, so
at least, let's enable it for clangd, so that developers who are using
editor/IDE with clangd will be warned.

FWIW clangd does not think that this check is slow [1], but I guess this
file hadn't been updated for quite a while.

  [1]: https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/TidyFastChecks.inc

Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2023-05-13 14:08:25 +02:00
Alexey Milovidov
6df457dcaf
Merge pull request #49811 from jinjunzh/iaadeflate_swpath_compat
qpl_deflate codec lower the minimum SIMD version to SSE 4.2
2023-05-13 04:21:54 +03:00
Alexey Milovidov
a2d1cc1333
Merge pull request #49844 from MikhailBurdukov/in_with_tuple
TYPE_MISMATCH exception for in operator with  single column tuples.
2023-05-13 04:21:12 +03:00
Alexey Milovidov
e3a21bc80d
Merge pull request #49848 from rschu1ze/official-vectorscan-repo
Reset vectorscan reference to an "official" repo
2023-05-13 04:19:58 +03:00
Alexey Milovidov
b18b1868f9
Merge pull request #49850 from ClickHouse/revert-49537-pretty-time-squashing
Revert "Make `Pretty` formats even prettier."
2023-05-13 04:19:15 +03:00
Alexey Milovidov
f6144ee32b
Revert "Make Pretty formats even prettier." 2023-05-13 02:45:07 +03:00
Alexey Milovidov
c306deb1ae
Merge pull request #49087 from Eridanus117/suffix_size
improvement(parser): size suffixes in quota creation parameters
2023-05-13 01:56:10 +03:00
Alexey Milovidov
146e3c391a
Merge pull request #49785 from evillique/local-query-parameters
Add query parameters to clickhouse-local
2023-05-13 01:07:53 +03:00
Alexey Milovidov
12be14b195
Merge pull request #49819 from azat/fix-clock
Use CLOCK_MONOTONIC_RAW over CLOCK_MONOTONIC on Linux (fixes non monotonic clock)
2023-05-13 01:06:27 +03:00
Alexey Milovidov
efc5e69aaf
Merge pull request #49833 from HarryLeeIBM/hlee-s390x-simple-agg
Fix DefaultHash64 for s390x
2023-05-13 01:00:36 +03:00
Anton Popov
401030e2be
Merge pull request #49757 from CurtizJ/add-forgotten-lock
Add forgotten lock (addition to #49117)
2023-05-12 23:55:09 +02:00
Rich Raposa
944100c4b1
Merge pull request #49841 from nellicus/dedicate_keepers_prod
[docs] strongly recommend dedicated keeper in prod
2023-05-12 14:08:47 -06:00
Alexey Milovidov
ddb3e3c39e
Merge pull request #49812 from ClickHouse/udf-yaml
Allow loading dicrionaries and functions from YAML by default
2023-05-12 21:16:16 +03:00
Robert Schulze
f011421f32
Merge pull request #49825 from den-crane/patch-66
Doc. Note about why Google CityHash <> cityHash64
2023-05-12 20:01:58 +02:00
Robert Schulze
13494ffe9b
Include msan fixes in vectorscan 2023-05-12 17:58:54 +00:00
Robert Schulze
ef3e4ddc2a
Move vectorscan entry 2023-05-12 17:58:54 +00:00
Robert Schulze
a6d4c17afb
Add vectorscan submodule 2023-05-12 17:52:45 +00:00
Alexey Milovidov
725a334aa3
Merge pull request #49832 from AnneClickHouse/patch-1
Update README.md
2023-05-12 20:50:06 +03:00
Alexey Milovidov
6eeeea56cf
Update README.md 2023-05-12 20:49:57 +03:00
Robert Schulze
e468b92b9c
Remove vectorscan 2023-05-12 17:47:46 +00:00
Mikhail f. Shiryaev
b1fd1d3ae6
Merge pull request #49701 from ClickHouse/fix-browser
Improve woboq codebrowser pipeline
2023-05-12 19:45:17 +02:00
Mikhail f. Shiryaev
4b7aa30017
The best effor to get the current job ID and URL
This partially addresses https://github.com/actions/runner/issues/2577
2023-05-12 19:22:52 +02:00
Mikhail f. Shiryaev
c375f948d0
Fix typing in S3Helper.fast_parallel_upload_dir 2023-05-12 19:22:52 +02:00
Mikhail f. Shiryaev
e79c1cdb1a
Attempt to increas parallelism for codebrowser_generator 2023-05-12 19:22:51 +02:00
Mikhail f. Shiryaev
338435a52d
Additional check for FATAL in logs, do not exit with code 1 on errors 2023-05-12 19:22:51 +02:00
Mikhail f. Shiryaev
0f70ad56a9
Do not upload failed site to the S3 2023-05-12 19:22:50 +02:00
Mikhail f. Shiryaev
65d1ae77ee
Use updated upstream woboq 2023-05-12 19:22:49 +02:00
Mikhail f. Shiryaev
3129eda247
Launch WoboqBuilder in scope of NightlyBuilds 2023-05-12 19:22:49 +02:00
Mikhail f. Shiryaev
eb122487ad
Add logs to the report, do not chown unnecessary 2023-05-12 19:22:48 +02:00
Mikhail f. Shiryaev
6a56662f60
Improve codebrowser check
- Add sccache
- Report a proper status in report and exit code
- Launch it as a current user
- Fix report link
2023-05-12 19:22:48 +02:00
Mikhail f. Shiryaev
ec701d96c7
Rework the codebrowser build directories structure 2023-05-12 19:22:47 +02:00
Mikhail f. Shiryaev
b7b48b0d09
Use rebuilt images in woboq, call it from other workflows 2023-05-12 19:22:45 +02:00