Yakov Olkhovskiy
7c437c3f9b
some optimizations
2022-07-12 09:56:09 -04:00
Alexey Milovidov
87ebf51cdc
Fix style
2022-07-11 22:26:50 +02:00
Robert Schulze
c2e4fde0e2
Link only necessessary stuff for self-extracting-executable
2022-07-11 19:48:49 +02:00
Robert Schulze
1a7727a254
Prefix overridden add_executable() command with "clickhouse_"
...
A simple HelloWorld program with zero includes except iostream triggers
a build of ca. 2000 source files. The reason is that ClickHouse's
top-level CMakeLists.txt overrides "add_executable()" to link all
binaries against "clickhouse_new_delete". This links against
"clickhouse_common_io", which in turn has lots of 3rd party library
dependencies ... Without linking "clickhouse_new_delete", the number of
compiled files for "HelloWorld" goes down to ca. 70.
As an example, the self-extracting-executable needs none of its current
dependencies but other programs may also benefit.
In order to restore access to the original "add_executable()", the
overriding version is now prefixed. There is precedence for a
"clickhouse_" prefix (as opposed to "ch_"), for example
"clickhouse_split_debug_symbols". In general prefixing makes sense also
because overriding CMake commands relies on undocumented behavior and is
considered not-so-great practice (*).
(*) https://crascit.com/2018/09/14/do-not-redefine-cmake-commands/
2022-07-11 19:36:18 +02:00
Yakov Olkhovskiy
3432768dc3
Parameter --decompressor added, architecture-agnostic metadata, bugs fixed, some improvements
2022-07-09 16:05:12 -04:00
Azat Khuzhin
53d019a94b
check-style: improve ZooKeeper path check for Replicated.*MergeTree tables
...
- detech all Replicated.*MergeTree tables
- allow default_path_test/uuid in zookeeper path
- improve pattern for filtering tests
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-08 13:19:24 +03:00
robot-clickhouse
7cef35da70
Update version_date.tsv after v22.4.6.53-stable
2022-07-07 20:05:14 +00:00
Yakov Olkhovskiy
c6db15458a
build utils/self-extracting-executable/compressor whenever we want to build compressed binary
2022-07-06 20:40:41 -04:00
Robert Schulze
ee19c218f3
Teach ClickHouse's spellcheck "ClickHouse's"
2022-07-05 14:24:18 +02:00
alesapin
bd8a3ee841
Merge pull request #38338 from ClickHouse/zookeeper-add-extra-list-argument
...
Extend ZooKeeper list request with support for filtering persistent or ephemeral nodes only
2022-07-05 12:53:51 +02:00
Kruglov Pavel
4080f055b6
Merge pull request #38477 from Avogar/sql-insert-format
...
Add SQLInsert output format
2022-07-04 15:06:33 +02:00
Mikhail f. Shiryaev
7a58a8c19b
Merge pull request #38647 from ClickHouse/clickhouse-diagnostics
...
Clickhouse diagnostics
2022-07-04 12:14:33 +02:00
Mikhail f. Shiryaev
446ead1af4
Fix typos issues it clickhouse-diagnostics
2022-07-04 10:59:39 +02:00
Azat Khuzhin
e4b81e6de9
Add exp_internal for expect tests
...
This is to catch possible issues like 01565_reconnect_after_client_error in [1].
[1]: https://s3.amazonaws.com/clickhouse-test-reports/38417/e33f236d502fe9f7906392f4ceffaee44e3c4ce4/stateless_tests__thread__actions__[3/3].html
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-07-02 17:08:06 +03:00
robot-clickhouse
656d0c0f04
Update version_date.tsv and changelogs after v22.6.2.12-stable
2022-06-29 11:24:30 +00:00
mergify[bot]
9482c99ab8
Merge branch 'master' into sql-insert-format
2022-06-29 11:03:07 +00:00
Antonio Andelic
7a8fbbf132
Merge branch 'master' into zookeeper-add-extra-list-argument
2022-06-29 08:31:03 +00:00
Robert Schulze
c22038d48b
More clang-tidy fixes
2022-06-28 11:50:05 +00:00
avogar
3b4ecc93bc
Fix test and style
2022-06-28 10:48:20 +00:00
Mikhail f. Shiryaev
1b945307ea
Merge pull request #38238 from ClickHouse/changelog-attrs
...
Changelog attrs
2022-06-27 14:30:19 +02:00
Antonio Andelic
c06776ce0d
Merge branch 'master' into zookeeper-add-extra-list-argument
2022-06-27 06:53:29 +00:00
San
cbcf515306
Update SECURITY.md.sh
...
Update Security.md generation code to include bugcrowd program information.
2022-06-27 12:06:16 +10:00
Robert Schulze
2c828338f4
Replace hyperscan by vectorscan
...
This commit migrates ClickHouse to Vectorscan. The first 10 min of
[0] explain the reasons for it.
(*) Addresses (but does not resolve) #38046
(*) Config parameter names (e.g. "max_hyperscan_regexp_length") are
preserved for compatibility. Likewise, error codes (e.g.
"ErrorCodes::HYPERSCAN_CANNOT_SCAN_TEXT") and function/class names (e.g.
"HyperscanDeleter") are preserved as vectorscan aims to be a drop-in
replacement.
[0] https://www.youtube.com/watch?v=KlZWmmflW6M
2022-06-24 10:47:52 +02:00
Antonio Andelic
3a71b63b5d
Add list request type
2022-06-23 10:28:12 +00:00
Mikhail f. Shiryaev
d2f3c5b836
Add sleeping after received second rate limit exceeded
2022-06-23 12:13:07 +02:00
Robert Schulze
fa6deaa0f7
Merge pull request #38294 from ClickHouse/fix_system_dot_licences_on_mac
...
Fix system.licenses on mac
2022-06-23 09:33:07 +02:00
Mikhail f. Shiryaev
779b83262f
Add not for changelog
category with titles as entries
2022-06-22 23:50:38 +02:00
Mikhail f. Shiryaev
3ab58fd14f
Add docusaurus header to generated changelogs
2022-06-22 23:47:53 +02:00
Robert Schulze
ec7ef2686b
P -> D (should fix test "01276_system_licenses")
2022-06-22 09:21:12 +00:00
Robert Schulze
287a7f6e98
Let CMake check the presence of GNU utils
...
In list-licenses.sh it's too late ... the build simply continues if
list-licenses.sh returns with a non-zero exit code.
2022-06-21 23:49:29 +02:00
Robert Schulze
76bd2533a3
Fix system.licenses on mac
...
- list-licenses.sh assumed GNU versions (e.g. the "-printf" flag of
find) but Mac ships with a non-GNU version
- this led to error
[8677/8942] Generating StorageSystemLicenses.generated.cpp
find: -printf: unknown primary or operator
find: -printf: unknown primary or operator
find: -printf: unknown primary or operator
find: -printf: unknown primary or operator
during build and as a result, an empty system.licenses table
- As a fix, force the GNU versions of find and grep on Mac
2022-06-21 23:22:27 +02:00
Sergei Trifonov
0a14f3168d
Merge pull request #38287 from ClickHouse/trace-viz-fix
...
fix trace-viz zoom anomalies
2022-06-21 20:59:35 +02:00
Sergei Trifonov
56a3fc5401
fix trace-viz zoom anomalies
2022-06-21 20:04:52 +02:00
robot-clickhouse
4996236430
Update version_date.tsv after v22.3.7.28-lts
2022-06-20 14:41:14 +00:00
Sergei Trifonov
c0a275984f
Merge pull request #38169 from ClickHouse/trace-visualizer
...
improve trace-visualizer UX
2022-06-20 12:05:38 +02:00
Alexey Milovidov
457f49a43e
Add a word into spelling dictionary
2022-06-19 05:58:45 +02:00
Sergei Trifonov
85dd3afa2b
more improvements
2022-06-17 18:02:03 +02:00
Sergei Trifonov
1d9bcb5993
improve trace-visualizer UX
2022-06-17 09:30:08 +02:00
Mikhail f. Shiryaev
7ac4b9b935
New changelog and versions updated
2022-06-16 17:37:41 +02:00
Alexey Milovidov
c737bc2bcf
Update README.md
2022-06-16 12:41:02 +03:00
Alexey Milovidov
d9e558720f
Fix typos
2022-06-16 11:38:54 +02:00
Alexey Milovidov
cf6f865f80
Revert "Revert "add d3js based trace visualizer as gantt chart""
2022-06-16 12:35:13 +03:00
Robert Schulze
8fef6e7fa3
Add missing ":" to error msg
2022-06-15 14:37:58 +02:00
Robert Schulze
50748a94bd
Fix a compile errors in self-extracting-executable (de)compressor
...
E.g.
utils/self-extracting-executable/compressor.cpp:257:31: format specifies type 'ptrdiff_t' (aka 'long') but the argument has type 'off_t' (aka 'long long') [-Werror,-Wformat]
printf("Size: %td\n", info_in.st_size);
~~~ ^~~~~~~~~~~~~~~
%lld
Not sure though if it's a hard requirement to use only C.
Avoided usage of fmt::format() to keep link dependencies to a minimum.
Also not using C++20 std::format() as it's only available in Clang >=14.
2022-06-15 13:41:28 +02:00
Alexander Tokmakov
afc3f1858b
Revert "add d3js based trace visualizer as gantt chart"
2022-06-14 11:27:49 +03:00
Sergei Trifonov
94b33498ae
Merge pull request #37810 from ClickHouse/trace-d3-gantt
2022-06-14 07:41:48 +02:00
Yakov Olkhovskiy
539100fc4a
some refactoring, cleaning, types fixed in fprintf
2022-06-13 20:25:19 -04:00
Yakov Olkhovskiy
ce395dc68d
resolving conflicts
2022-06-13 11:41:32 -04:00
xiedeyantu
9f4489ac03
Fix MacOS build faild ( #38007 )
2022-06-13 12:14:21 +02:00
Yakov Olkhovskiy
0bae6c037a
bugs fixed, process EINTR, rename to self-extracting-executable
2022-06-12 23:27:56 -04:00
KinderRiven
18f8f6c61e
fix
2022-06-12 17:31:33 +08:00
KinderRiven
b456f657b3
fix
2022-06-12 13:24:08 +08:00
KinderRiven
160e5aa91a
fix
2022-06-12 13:23:27 +08:00
KinderRiven
6fa12d02dd
fix
2022-06-12 13:17:14 +08:00
KinderRiven
8efd0c8026
restart
2022-06-11 18:07:28 +08:00
KinderRiven
e505df5198
fix bug
2022-06-11 13:18:28 +08:00
Sergei Trifonov
52dc54f0da
change trace json format parsing
2022-06-10 21:06:17 +02:00
Sergei Trifonov
139f6035c4
add attribution
2022-06-10 18:57:25 +02:00
Robert Schulze
5f5732a2c4
Merge pull request #37969 from ClickHouse/consistent-macro-usage
...
More consistent use of platform macros
2022-06-10 14:10:01 +02:00
Yakov Olkhovskiy
5a59957f8b
Merge pull request #35775 from FArthur-cmd/add_self_exctr_exec
...
Add self extracting executable
2022-06-10 07:59:21 -04:00
Robert Schulze
1a0b5f33b3
More consistent use of platform macros
...
cmake/target.cmake defines macros for the supported platforms, this
commit changes predefined system macros to our own macros.
__linux__ --> OS_LINUX
__APPLE__ --> OS_DARWIN
__FreeBSD__ --> OS_FREEBSD
2022-06-10 10:22:31 +02:00
Yakov Olkhovskiy
4787ead19d
typo
2022-06-09 18:34:39 -04:00
Sergei Trifonov
90472569cf
add README.md
2022-06-09 15:37:28 +02:00
mergify[bot]
15bcf66763
Merge branch 'master' into add_self_exctr_exec
2022-06-08 20:43:17 +00:00
vdimir
dc772335ee
Doc typos, dict
2022-06-08 14:31:01 +02:00
vdimir
226fcbdac7
Better check-doc-aspell
2022-06-08 14:28:45 +02:00
vdimir
27ebad89c5
Add doc_spell_output.txt to process_style_check_result.py
2022-06-08 14:28:44 +02:00
vdimir
e820291a02
Fix utils/check-style/check-typos
2022-06-08 14:28:44 +02:00
vdimir
94bddec0bc
More typos checked and fixed
2022-06-08 14:28:41 +02:00
vdimir
251403407f
Update spell check
2022-06-08 14:26:02 +02:00
vdimir
13f03ddb65
Update docspell check
2022-06-08 14:26:02 +02:00
vdimir
abce81058e
Add doc aspell
2022-06-08 14:25:56 +02:00
Anton Popov
df6882d2b9
Revert "Fix errors of CheckTriviallyCopyableMove type"
2022-06-07 13:53:10 +02:00
Yakov Olkhovskiy
3d8f00a55f
Update utils/self-extr-exec/decompressor.cpp
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-06-07 07:04:57 -04:00
Yakov Olkhovskiy
16a28bf87a
Update utils/self-extr-exec/decompressor.cpp
...
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
2022-06-07 07:04:39 -04:00
Sergei Trifonov
b920a460aa
remove limits on input data size
2022-06-03 20:50:13 +02:00
Sergei Trifonov
a7ec8d6389
add d3js based trace visualizer as gantt chart
2022-06-03 01:41:37 +02:00
Alexey Milovidov
eef6a5ec96
Revert "Remove resursive submodules"
2022-06-02 09:41:12 +03:00
HeenaBansal2009
10990402ac
Removed move ctor from EventBase hierarchy
2022-06-01 06:01:22 -07:00
Yakov Olkhovskiy
12e77705ee
c++ stuff removed, printout fixed, usage printout improved, some minor optimizations
2022-05-30 14:48:48 -04:00
Yakov Olkhovskiy
8730e5410e
respect path for decompression, preserve env for exec, some minor bug fixes
2022-05-29 20:39:42 -04:00
Yakov Olkhovskiy
6a134adc40
preserve files permissions, add types header
2022-05-29 14:37:02 -04:00
Yakov Olkhovskiy
e6a6259d2e
include decompressor into compressor on post-build step, use included decompressor for compressed file
2022-05-28 21:28:56 -04:00
Yakov Olkhovskiy
cb8f8710ca
compressor output prepended with decompressor, some minor fixes
2022-05-28 16:34:26 -04:00
Alexey Milovidov
19b8e1324a
Forbid recursive submodules
2022-05-28 04:05:10 +02:00
Antonio Andelic
2ca5b7812d
Ignore reusable workflow error
2022-05-27 14:15:34 +00:00
Alexey Milovidov
e1a76e51fb
Merge pull request #37575 from ClickHouse/security-generator
...
Add security generator
2022-05-27 02:22:33 +03:00
Alexey Milovidov
aeacfa0d7e
Readability
2022-05-26 22:23:37 +02:00
Alexey Milovidov
434d8729de
Readability
2022-05-26 22:22:14 +02:00
Alexey Milovidov
359e36f421
Readability
2022-05-26 22:21:49 +02:00
Alexey Milovidov
3074be8d17
Add security generator
2022-05-26 22:19:15 +02:00
Sergei Trifonov
417296481e
fix root CMakeLists.txt search
2022-05-26 04:39:02 +02:00
Mikhail f. Shiryaev
0e494c9ee7
Add caching for GitHub PR objects
2022-05-25 00:05:53 +02:00
Mikhail f. Shiryaev
4b28ea92ca
Use commit date for cherry-picked commits (later)
2022-05-25 00:05:52 +02:00
Mikhail f. Shiryaev
fbe16a1d33
Don't compare tags to testing by default
2022-05-25 00:05:50 +02:00
Alexey Milovidov
b3ee8114d9
Minor change
2022-05-22 22:33:41 +02:00
Alexey Milovidov
c34f492293
Merge remote-tracking branch 'origin/master' into changelog-22.5
2022-05-19 16:37:39 +02:00
Alexey Milovidov
775b3b6a05
Update format-changelog.py
2022-05-19 15:51:01 +03:00
Mikhail f. Shiryaev
c3fd892e26
Update version_date.tsv and changelogs after v22.5.1.2079-stable
2022-05-19 10:48:46 +02:00
Alexey Milovidov
08d01e0b41
Revert unrelated changes
2022-05-19 05:22:28 +02:00
Alexey Milovidov
bb431e0a98
Revert README.md
2022-05-19 05:21:51 +02:00
Alexey Milovidov
16513f2a10
Add changelog for 22.5
2022-05-19 05:19:44 +02:00
Mikhail f. Shiryaev
ae0d64d8e1
Merge pull request #37249 from ClickHouse/changelog-script
...
Improve changelog script
2022-05-18 19:30:31 +02:00
Mikhail f. Shiryaev
e6e0f0589d
Update run-check.py to match PR template, add comments
2022-05-17 21:43:22 +02:00
Mikhail f. Shiryaev
082b30c4a2
Simplify and improve commit validadion for tags
2022-05-16 14:45:27 +02:00
Alexander Tokmakov
c23bc01196
Merge branch 'master' into zookeeper_client_fault_injection
2022-05-11 17:20:42 +02:00
Mikhail f. Shiryaev
d78709c656
Add dependencies and CI for changelogs generator
2022-05-10 11:25:38 +02:00
Mikhail f. Shiryaev
6cdab10d29
Rewrite changelog generator to pure python
2022-05-10 11:25:36 +02:00
robot-clickhouse
6aa870ebb6
Update version_date.tsv after v22.4.5.9-stable
2022-05-06 18:59:00 +00:00
Alexey Milovidov
1ddb04b992
Merge pull request #36715 from amosbird/refactorbase
...
Reorganize source files so that base won't depend on Common
2022-04-30 09:40:58 +03:00
robot-clickhouse
e57f8e0c68
Update version_date.tsv after v22.3.5.5-lts
2022-04-29 15:17:41 +00:00
Amos Bird
20f63a6fa4
Fix style check
2022-04-29 15:32:53 +08:00
Amos Bird
4a5e4274f0
base should not depend on Common
2022-04-29 10:26:35 +08:00
alesapin
33c021702a
Black
2022-04-28 18:16:10 +02:00
alesapin
3107b2bcd6
Add small script for stupid keeper check
2022-04-28 18:13:54 +02:00
snyk-bot
326be13c05
fix: utils/clickhouse-diagnostics/requirements.txt to reduce vulnerabilities
...
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321964
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321966
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321969
- https://snyk.io/vuln/SNYK-PYTHON-NUMPY-2321970
2022-04-28 02:30:08 +00:00
Alexey Milovidov
20281c25b3
Merge pull request #36653 from ramazanpolat/patch-2
...
add missing pandas package
2022-04-27 05:26:53 +03:00
robot-clickhouse
a96276aa09
Update version_date.tsv after v22.3.4.20-lts
2022-04-26 10:47:39 +00:00
Ramazan Polat
07fcb57729
add missing pandas package
2022-04-26 10:29:21 +03:00
robot-clickhouse
b761d5bf3a
Update version_date.tsv after v22.4.3.3-stable
2022-04-26 06:51:23 +00:00
mergify[bot]
705d5af3a0
Merge branch 'master' into to_start_of_five_minutes
2022-04-24 22:24:24 +00:00
Alexey Milovidov
e51bee58ec
Remove useless "install" from CMake (step 1)
2022-04-24 22:32:45 +02:00
robot-clickhouse
f0fecb5071
Update version_date.tsv after v22.4.2.1-stable
2022-04-22 09:35:11 +00:00
Memo
956d525840
fix conflict
2022-04-22 11:22:50 +08:00
Memo
39aadf0975
replaced toStartOfFiveMinute to toStartOfFiveMinutes
2022-04-22 10:49:59 +08:00
FArthur-cmd
1f8fd1678b
improve compressor
2022-04-21 15:52:32 +00:00
Filatenkov Artur
0f07daf266
fix typo
2022-04-19 21:51:44 +03:00
Filatenkov Artur
3c9881bee2
Delete make_compression.sh
2022-04-19 20:06:08 +03:00
Filatenkov Artur
bff407c139
Fix style
2022-04-19 20:04:04 +03:00
Filatenkov Artur
0398508acc
Fix style
2022-04-19 20:03:27 +03:00
Robert Schulze
118e94523c
Activate clang-tidy warning "readability-container-contains"
...
This check suggests replacing <Container>.count() by
<Container>.contains() which is more speaking and in case of
multimaps/multisets also faster.
2022-04-18 23:53:11 +02:00
Alexey Milovidov
7de4f2b6c1
Merge branch 'master' into remove-arcadia
2022-04-17 16:30:09 +02:00
Mikhail f. Shiryaev
b6a39e78d0
Clean out old packaging
2022-04-16 10:34:40 +02:00
Alexey Milovidov
40357637ec
Remove Arcadia
2022-04-16 00:33:32 +02:00
Alexey Milovidov
e128d89957
Remove Arcadia
2022-04-16 00:24:58 +02:00
FArthur-cmd
0baa4f97ec
add parallel decompression, forward arguments and fix compression level
2022-04-14 11:43:40 +00:00
Kruglov Pavel
d7b88d7683
Merge pull request #35582 from Avogar/improve-schema-inference
...
Improve schema inference and add some fixes
2022-04-08 13:44:52 +02:00
Alexey Milovidov
d7482c87e4
Merge pull request #36002 from ClickHouse/auto/v22.3.3.44-lts
...
Update version_date.tsv after v22.3.3.44-lts
2022-04-07 15:19:54 +02:00
FArthur-cmd
c01da8b753
remove whitespace
2022-04-07 12:31:41 +00:00
FArthur-cmd
3ef9036f52
improve compressor
2022-04-07 12:21:14 +00:00
avogar
d2017a63b1
Merge branch 'master' of github.com:ClickHouse/ClickHouse into improve-schema-inference
2022-04-07 11:36:40 +00:00
robot-clickhouse
1cbacbc3e6
Update version_date.tsv after v22.3.3.44-lts
2022-04-06 14:28:30 +00:00
Kruglov Pavel
9141066de3
Merge branch 'master' into improve-schema-inference
2022-04-06 13:51:07 +02:00
Antonio Andelic
bf1f34ddb3
Fix unit tests
2022-04-06 07:43:48 +00:00
Alexey Milovidov
d9e5ca2119
Merge pull request #34394 from holadepo/last_day
...
Add toLastDayOfMonth function
2022-04-04 07:02:08 +03:00
Alexey Milovidov
6780cd2d82
Update URL in test visualizer
2022-04-03 04:53:59 +02:00
mergify[bot]
24ade25d61
Merge branch 'master' into improve-schema-inference
2022-03-31 13:42:47 +00:00
Alexander Tokmakov
307a2ca579
Merge branch 'master' into zookeeper_client_fault_injection
2022-03-31 15:32:41 +02:00
FArthur-cmd
6c1d04710f
finish self exctracting executable
2022-03-30 22:01:50 +00:00
Nikolai Kochetov
d3697625a9
Fix stylecheck
2022-03-30 10:55:49 +00:00
FArthur-cmd
7f0c6fb103
improve self-extr-executable
2022-03-29 19:30:09 +00:00
Kruglov Pavel
666ef3586c
Fix typos check
2022-03-29 16:42:01 +02:00
alesapin
d0f01516db
Resurrect automatic labelling
2022-03-29 15:48:57 +02:00
Mikhail f. Shiryaev
31fa28a4c2
Improve black check: show diff in the output
2022-03-28 13:52:35 +02:00
FArthur-cmd
5a40d868ea
add compressor
2022-03-24 22:45:54 +03:00
Mikhail f. Shiryaev
e6f5a3f98b
Apply black formatter to all *.py files in the repo
2022-03-22 17:39:58 +01:00
Mikhail f. Shiryaev
5fea6d24fa
Add black formatting check
2022-03-22 17:38:48 +01:00
Mikhail f. Shiryaev
4309236e17
Adjust check-workflows to exit-on-errors
2022-03-22 17:38:46 +01:00
Alexander Tokmakov
5c760fd7ce
Merge branch 'master' into zookeeper_client_fault_injection
2022-03-21 11:57:40 +01:00
Alexey Milovidov
b2ab4e87e0
Merge pull request #35377 from ClickHouse/auto/v22.3.2.2-lts
...
Update version_date.tsv after v22.3.2.2-lts
2022-03-20 21:39:33 +03:00
taiyang-li
32348779fd
add some arguments for clickhouse-diagnostics
2022-03-19 10:25:53 +08:00
robot-clickhouse
26dc38912e
Update version_date.tsv after v22.3.2.2-lts
2022-03-17 16:56:17 +00:00
Vitaly Baranov
3a45166ff1
Remove utils/github-hook/hook.py
2022-03-14 19:31:42 +01:00
Maksim Kita
ad6b3693e1
Merge pull request #35123 from zhanghuajieHIT/fix_build_fail_with_gcc
...
fix build fail with gcc
2022-03-14 10:36:15 +01:00
zhanghuajie
53a8987b3b
fix build fail with gcc --fix warnings without disabling some parameters
2022-03-11 21:59:19 +08:00
Kseniia Sumarokova
aa902d0149
Fix include
2022-03-11 09:30:48 +01:00
zhanghuajie
11dde7c127
fix build fail with gcc
2022-03-08 22:34:51 +08:00
Kseniia Sumarokova
cdb9a05229
Merge pull request #34605 from bigo-sg/add_metric_for_local
...
Add cpu/mem metric for clickhouse-local
2022-03-07 11:40:11 +01:00
taiyang-li
1b9987ceb1
fix mistake in check-style
2022-03-05 14:22:56 +08:00
tavplubix
b7d4c78f13
Merge pull request #34487 from zzsmdfj/issue/32977_MaterializedMySQL_add_table_list_settings
...
MaterializedMySQL add materialized_mysql_tables_list settings
2022-03-03 12:44:51 +01:00
Maksim Kita
1f5837359e
clang-tidy check performance-noexcept-move-constructor fix
2022-03-02 18:15:27 +00:00
zzsmdfj
4d9bdfa58c
to 32977_MaterializedMySQL_add_table_list_settings
2022-03-01 10:21:58 +08:00
robot-clickhouse
c231fdf930
Update version_date.tsv after v22.1.4.30-stable
2022-02-25 17:27:56 +00:00
vdimir
a50d44bd69
Update version_date.tsv after v22.2.3.5-stable
2022-02-25 10:26:24 +00:00
Mikhail f. Shiryaev
bce6947fb3
Merge pull request #34685 from ClickHouse/auto/v22.2.2.1-stable
...
Update version_date.tsv after v22.2.2.1-stable
2022-02-17 17:49:41 +01:00
robot-clickhouse
817ef71b3d
Update version_date.tsv after v22.2.2.1-stable
2022-02-17 17:49:05 +01:00
alesapin
8a0153b6d3
Merge pull request #34606 from qoega/no-clickhouse-test-deb
...
Remove clickhouse-test deb completely
2022-02-17 18:13:44 +03:00
alesapin
21bc494bd6
Merge pull request #34686 from ianton-ru/MDB-16622
...
Fix ZooKepper paths in zero_copy_schema_converter.py
2022-02-17 18:10:16 +03:00
Anton Ivashkin
243726aa29
Fix ZooKepper paths in zero_copy_schema_converter.py
2022-02-17 17:05:49 +03:00
Yatsishin Ilya
bbe2c07a7b
remove clickhouse-test deb completely
2022-02-15 12:03:51 +00:00
Habibullah Oladepo
57ff05b6e6
Add new function toLastDayOfMonth
2022-02-08 23:48:44 +01:00
Mikhail f. Shiryaev
a7325bbe32
Fix check-workflows in style check, iterate over checks
2022-02-03 18:36:01 +01:00
Mikhail f. Shiryaev
744cb06a91
Replace custom formats by short
alias
2022-02-02 16:04:19 +01:00
Mikhail f. Shiryaev
720407c88b
Update list-versions.sh, update version_date.tsv
...
list-versions.sh used to use a commit date instead of a tagging date
with `--format="%ai"`, now it uses the tag date itself.
2022-02-02 14:20:36 +01:00
Alexey Milovidov
872d0a0fbe
Improve performance of format Regexp
2022-02-01 02:07:48 +03:00
Ramazan Polat
66cb64393b
Make clickhouse-diagnostics also work for altinity release
...
Because altinity release has `altinitystable` at the end of version number, `parse_version` function throws parse error.
2022-01-28 18:57:56 +03:00
Sergei Trifonov
6d55a685cd
Merge pull request #34112 from ClickHouse/add-cppexpr-examples
...
add c++expr script examples
2022-01-28 17:27:35 +03:00
Sergei Trifonov
5295adb83d
add c++expr script examples
2022-01-28 16:43:25 +03:00
Ramazan Polat
bfc47e1dee
Add commands download clickhouse-diagnostics folder
2022-01-28 00:13:48 +03:00
alexey-milovidov
0d6032f0fe
Merge pull request #33962 from ClickHouse/cpp-expr-script
...
add c++expr script for C++ one-liners
2022-01-25 22:50:18 +03:00
Azat Khuzhin
7111f411df
check-style: ignore comments for currentDatabase() check
...
Inaccurate, but should OK for check-style scripts.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-25 13:16:45 +03:00
Sergei Trifonov
990fd2b0aa
add c++expr script for C++ one-liners
2022-01-24 22:16:47 +03:00
Azat Khuzhin
4a0facd341
Remove MAKE_STATIC_LIBRARIES (in favor of USE_STATIC_LIBRARIES)
...
There is no more MAKE_*, so remove this alias.
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-24 17:28:33 +03:00
alesapin
8d2750a92a
Fix keeper data dumper build
2022-01-24 13:23:58 +03:00
alesapin
e0a7f5939f
Merge branch 'master' into better_hashmap
2022-01-22 22:40:07 +03:00
alesapin
5ec76cd827
Merge branch 'master' into better_hashmap
2022-01-21 12:47:41 +03:00
Azat Khuzhin
5c8d02724c
check-style: add a note about find_path/find_library check
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-21 10:11:23 +03:00
alesapin
eaa0e4e542
Add set generator
2022-01-20 20:06:34 +03:00
Azat Khuzhin
7dcc037296
check-style: add a check that there is no system-wide library in use
2022-01-20 10:02:02 +03:00
Azat Khuzhin
5c32f6dd3e
Remove unbundled nuraft support
2022-01-20 08:47:16 +03:00
Azat Khuzhin
8485abd52b
Remove unbundled lz4 support
2022-01-20 08:47:16 +03:00
alesapin
9ea6b8c2d3
Some interm state
2022-01-19 14:46:29 +03:00
alesapin
3d325aacf6
Merge branch 'master' into better_hashmap
2022-01-19 12:31:23 +03:00
Kruglov Pavel
2295a07066
Merge pull request #33534 from azat/fwd-decl
...
RFC: Split headers, move SystemLog into module, more forward declarations
2022-01-18 17:22:49 +03:00
mergify[bot]
e492fe0a0f
Merge branch 'master' into zookeeper_client_fault_injection
2022-01-17 15:26:16 +00:00
alesapin
4fb8761a22
Merge branch 'master' into better_hashmap
2022-01-17 15:51:50 +03:00
Alexey Milovidov
1a528b09c6
Add autogenerated changelog, switch to the current year
2022-01-17 04:06:23 +03:00
alesapin
5257b413d4
Merge pull request #33612 from ClickHouse/workflow-linting
...
Add actionlint configuration and fix all issues
2022-01-14 11:41:48 +03:00
Mikhail f. Shiryaev
49fa1a1cd3
Add linter and checker for workflow files
2022-01-13 21:40:21 +01:00
taiyang-li
66813a3aa9
merge master
2022-01-12 16:56:29 +08:00
Azat Khuzhin
003cdbcf60
Introduce clickhouse_common_config_no_zookeeper_log
...
Otherwise incorrect zookeeper (w/o log) will be used in clickhouse
server itself.
2022-01-12 07:17:56 +03:00
Azat Khuzhin
4a2bc64989
Introduce clickhouse_common_zookeeper_no_log (w/o extra deps for examples)
...
Signed-off-by: Azat Khuzhin <a.khuzhin@semrush.com>
2022-01-11 23:51:41 +03:00
msaf1980
780a1b2abe
graphite: split tagged/plain rollup rules (for merges perfomance)
2022-01-10 16:34:16 +05:00
alesapin
733ed7cb54
Merge pull request #32061 from ianton-ru/MDB-15474
...
Change ZooKeeper path for zero-copy locks for shared data
2022-01-08 17:17:11 +03:00
DimaAmega
644324c81b
removed toltip's shadow
2022-01-07 22:20:47 +03:00
DimaAmega
f4045a9df9
fix tooltip's style
2022-01-07 22:14:02 +03:00
DimaAmega
783b683cce
better index.html
2022-01-07 14:59:07 +03:00
DimaAmega
4bfe85b2b0
better index.html
2022-01-07 12:26:17 +03:00
DimaAmega
2495b7c913
better index.html
2022-01-07 00:35:02 +03:00
DimaAmega
d853b0cff9
fix load function: alert if request failed
2022-01-06 22:06:56 +03:00
taiyang-li
1e102bc1b2
merge master
2022-01-01 09:01:06 +08:00
alesapin
f8114126ed
Use HashMap and arena with free lists for keeper
2021-12-30 19:21:49 +03:00
alesapin
7a3c874651
Merge branch 'master' into ianton-ru-MDB-15474
2021-12-29 19:01:43 +03:00
alexey-milovidov
57011b5001
Merge pull request #33175 from Alex-Burmak/clickhouse-diagnostics
...
ClickHouse diagnostics tool
2021-12-29 10:12:55 +03:00
alexey-milovidov
0fe657e808
Merge pull request #33198 from azat/tests-event_date_time-today
...
Fix tests with event_time/event_date = today(), and add a style check
2021-12-28 20:34:33 +03:00
taiyang-li
aa97634d9b
merge master
2021-12-28 18:38:50 +08:00
alexey-milovidov
307f15015b
Merge pull request #33213 from ClickHouse/tests-blog-post
...
Add a blog post about flaky tests
2021-12-27 18:27:07 +03:00
Alexey Milovidov
8ec4547c17
Remove old trash
2021-12-27 12:50:21 +03:00
Alexey Milovidov
46dc07310f
Add a blog post about flaky tests
2021-12-27 11:52:17 +03:00
taiyang-li
9036b18c2f
merge master
2021-12-27 15:12:48 +08:00
Azat Khuzhin
6d9d7df9d6
check-style: check for event_time/event_date = today() queries
2021-12-26 16:25:15 +03:00
Azat Khuzhin
78f66c6d72
check-style: remove absolete filters
...
Follow-up for: eaba6a7f59
2021-12-26 16:13:03 +03:00
Alexey Milovidov
12a851b85c
Add simple tool to visualize flaky tests
2021-12-25 20:21:30 +03:00
Alexander Burmak
465a9bf615
ClickHouse diagnostics tool
2021-12-25 15:45:08 +03:00
avogar
602578deab
Update bool serialization/deserialization for Values format
2021-12-24 13:20:58 +03:00
Anton Ivashkin
e88b97dafb
Fix typos
2021-12-21 19:56:29 +03:00
Anton Ivashkin
0c0bf66334
Merge master
2021-12-21 17:27:54 +03:00
Anton Ivashkin
f39011150b
Add zero-copy version converted script
2021-12-20 20:24:33 +03:00
lgbo-ustc
2cebda874d
remove debug modification
2021-12-20 11:50:38 +08:00
李扬
8675086104
Merge branch 'master' into hive_table
2021-12-12 09:01:46 -06:00
Azat Khuzhin
4e4837758a
Remove readline support
...
- it was not nested for a long time
- replxx is an upstream way for completion
2021-12-11 11:29:59 +03:00
Mikhail f. Shiryaev
03927f5fc6
Revert "graphite: split tagged/plain rollup rules (for merges perfomance)"
...
This reverts commit 303552f515
.
2021-12-08 15:49:21 +01:00
Nikita Mikhaylov
b41552492e
Done
2021-12-07 15:28:09 +00:00
Mikhail f. Shiryaev
5fc20b3e6a
Merge pull request #25122 from msaf1980/rollup_rules_type
...
GraphiteMergeTree Rollup rules type
2021-12-07 10:18:08 +01:00
Kseniia Sumarokova
dc5707bdb5
Update backport.py
2021-12-07 10:47:17 +03:00
msaf1980
303552f515
graphite: split tagged/plain rollup rules (for merges perfomance)
2021-12-06 16:49:08 +01:00
taiyang-li
2f4e7e1d4e
merge master
2021-12-02 19:48:21 +08:00
Azat Khuzhin
b59e0c65ea
Fix style-check for ProfileEvents checking
2021-12-01 10:26:00 +03:00
lgbo-ustc
1014ca8c58
make two loops in clearing cached files into one
2021-11-30 17:57:58 +08:00
Alexey Milovidov
3ecd672007
Even more reproducible builds
2021-11-26 05:58:43 +03:00
Alexey Milovidov
b72c490efd
Even more reproducible builds
2021-11-26 05:56:08 +03:00
Alexey Milovidov
a9c2f38281
Even more reproducible builds
2021-11-26 05:49:51 +03:00
Alexey Milovidov
ba74a268a4
Forbid files that differ only by character case
2021-11-26 01:27:56 +03:00
Alexey Milovidov
d604cf5573
Remove the infamous "unbundled" build
2021-11-21 13:58:26 +03:00
mergify[bot]
66f7b81b5e
Merge branch 'master' into zookeeper_client_fault_injection
2021-11-17 09:41:12 +00:00
alexey-milovidov
cb6342025d
Merge pull request #31229 from zhanglistar/fsync
...
Change all fsync to fdatasync
2021-11-14 05:16:01 +03:00
alexey-milovidov
e0cf4bf568
Update iotest_nonblock.cpp
2021-11-13 01:31:37 +03:00
zhanglistar
4e7823ade7
1. add macosx fix
2021-11-12 15:49:21 +08:00
Azat Khuzhin
fbe80cd080
Improve style check for ProfileEvents and CurrentMetrics
2021-11-10 21:15:27 +03:00
Azat Khuzhin
e2cdd49dba
check-style: remove Parser/New (antrl had been removed)
2021-11-10 21:15:27 +03:00
zhanglistar
aaad3f84da
Merge branch 'ClickHouse:master' into fsync
2021-11-10 17:44:08 +08:00
zhanglistar
96b8df5899
1. chagne all fsync to fdatasync
2021-11-10 17:40:16 +08:00
mergify[bot]
063ba2302c
Merge branch 'master' into zookeeper_client_fault_injection
2021-11-02 14:29:35 +00:00
Yuriy Chernyshov
14e7ea6685
Remove remaining usages of Y_IGNORE
2021-11-02 14:41:30 +03:00
alexey-milovidov
ad06ed3526
Update README.md
2021-11-02 14:38:17 +03:00
alexey-milovidov
79ea35ec49
Update README.md
2021-11-02 14:38:02 +03:00
Azat Khuzhin
fa50dd885c
Run pylint for ci scripts
2021-10-27 10:03:23 +03:00
Alexander Tokmakov
35b5cb9571
Merge branch 'master' into zookeeper_client_fault_injection
2021-10-25 19:03:37 +03:00
Azat Khuzhin
258b62d375
Remove one unused CompressedReadBufferFromFile ctor
2021-10-24 18:58:22 +03:00
Alexander Tokmakov
6e296d0342
refactor ctor arguments
2021-10-21 13:44:52 +03:00
alesapin
6d8853698b
Merge branch 'master' into trying_actions
2021-10-19 17:45:37 +03:00
alexey-milovidov
670f25db12
Merge pull request #30181 from Biron-BI/antlr_window_function
...
add support of window function in antlr grammar
2021-10-18 23:30:12 +03:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
Nikolai Kochetov
067eaadadd
Merge branch 'master' into removing-data-streams-folder
2021-10-16 09:46:05 +03:00
Nikolai Kochetov
da45d55e22
Remove DataStreams folder.
2021-10-15 23:18:37 +03:00
Sébastien
693060552a
add support of window function in antlr grammar
2021-10-14 17:40:14 +02:00
Maksim Kita
04047f76c7
Fixed tests
2021-10-14 00:33:18 +03:00
Alexey Milovidov
d4e496c314
Add support for PowerPC build
2021-10-12 01:47:57 +03:00
Nikolai Kochetov
c6bce1a4cf
Update Native.
2021-10-08 20:21:19 +03:00
Denis Glazachev
ca7b69b0f3
Manipulate with -Wreserved-identifier only if HAS_RESERVED_IDENTIFIER has been detected
2021-10-03 17:42:36 +04:00
Alexey Milovidov
fe6b7c77c7
Rename "common" to "base"
2021-10-02 10:13:14 +03:00
Alexey Milovidov
4271f8c738
Merge remote-tracking branch 'origin/master' into yandex-to-clickhouse-in-configs
2021-10-01 01:33:58 +03:00
alesapin
1df70af14e
Fix style check one more time:
2021-09-30 16:08:12 +03:00
alesapin
2aa852388f
Fix style check
2021-09-30 15:34:44 +03:00
kssenii
410b17b4a1
Fix
2021-09-30 06:35:35 +00:00
mergify[bot]
6a2ac6e871
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-29 13:29:08 +00:00
robot-clickhouse
2805c28e65
Update version_date.tsv after release 21.8.8.29
2021-09-29 02:57:45 +03:00
alexey-milovidov
1e6f9ac635
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-28 20:26:44 +03:00
Azat Khuzhin
e709ead11a
Add std::cerr/std::cout style check
2021-09-28 10:28:28 +03:00
mergify[bot]
64669a28ce
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-26 22:59:23 +00:00
alexey-milovidov
b0d45b8638
Merge pull request #29367 from MaxWk/fix-keeper-data-dumper-build-error
...
fix build error in keeper data dumper
2021-09-26 08:00:42 +03:00
万康
3ef5d13a4a
add parameter
2021-09-26 10:12:54 +08:00
alexey-milovidov
e4363872ca
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-25 19:58:36 +03:00
Alexey Milovidov
cd7f9d981c
Remove ya.make
2021-09-25 04:22:54 +03:00
Alexey Milovidov
82d57c6e47
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-25 01:38:39 +03:00
robot-clickhouse
1fb4942fed
Update version_date.tsv after release 21.7.11.3
2021-09-24 16:09:30 +03:00
robot-clickhouse
7fec999d47
Update version_date.tsv after release 21.8.7.22
2021-09-24 15:37:54 +03:00
robot-clickhouse
704cfd2bb0
Update version_date.tsv after release 21.9.4.35
2021-09-24 14:50:03 +03:00
Alexey Milovidov
e9e77b4403
.tech -> .com
2021-09-22 03:22:57 +03:00
alexey-milovidov
0880ae2883
Merge branch 'master' into yandex-to-clickhouse-in-configs
2021-09-21 20:17:28 +03:00
Alexey Milovidov
9c924262f4
Update some emails
2021-09-21 20:11:49 +03:00
Alexey Milovidov
147ef79670
Change website URL, part 1
2021-09-20 01:56:28 +03:00
Alexey Milovidov
ab44e0addb
Change Docker org name
2021-09-20 01:52:21 +03:00
Alexey Milovidov
f0925b3cf6
Changed substitution path name
2021-09-20 01:50:09 +03:00
Alexey Milovidov
e9cc3eafaa
Change repository URL in docs
2021-09-20 01:43:23 +03:00
Alexey Milovidov
e513a5db32
Change <yandex> to <clickhouse> in configs
2021-09-20 01:38:53 +03:00
robot-clickhouse
ae808b89d8
Update version_date.tsv after release 21.7.10.4
2021-09-18 11:46:19 +03:00
robot-clickhouse
fa261ef19e
Update version_date.tsv after release 21.8.6.15
2021-09-17 23:21:18 +03:00
robot-clickhouse
edfe566aee
Update version_date.tsv after release 21.9.3.30
2021-09-17 23:16:52 +03:00
robot-clickhouse
c26bcf4ae1
Update version_date.tsv after release 21.3.17.2
2021-09-17 20:12:39 +03:00
Kseniia Sumarokova
d3e604e14b
Merge pull request #28603 from kssenii/fix-web-disk-2
...
Some fixes for static files disk
2021-09-14 08:24:24 +03:00
Sergei Semin
2fbd460510
solve problem with memcpy-bench.cpp
2021-09-09 23:51:47 +03:00
kssenii
0c013ed91b
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-web-disk-2
2021-09-09 15:26:36 +03:00
robot-clickhouse
adc66b4552
Update version_date.tsv after release 21.9.2.17
2021-09-09 11:09:53 +03:00
kssenii
6108a4139c
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-web-disk-2
2021-09-08 20:54:07 +03:00
kssenii
7141b5d041
Get rid of regexp
2021-09-08 20:22:24 +03:00
robot-clickhouse
8e9089f15a
Update version_date.tsv after release 21.3.16.5
2021-09-04 15:14:15 +03:00
kssenii
6ee94c923f
Fix
2021-09-04 00:51:11 +03:00
robot-clickhouse
5fd9ad3ba9
Update version_date.tsv after release 21.6.9.7
2021-09-03 18:19:09 +03:00
robot-clickhouse
2ecfc06fbc
Update version_date.tsv after release 21.8.5.7
2021-09-02 18:18:36 +03:00
robot-clickhouse
c832a41dff
Update version_date.tsv after release 21.7.9.7
2021-09-02 17:37:47 +03:00
Alexey Milovidov
79e0433ba7
Merge branch 'master' of github.com:yandex/ClickHouse into async-reads
2021-08-28 01:19:16 +03:00
alexey-milovidov
2990cdfc6d
Update check-style
2021-08-27 23:59:56 +03:00
kssenii
3f7259f955
Check error codes in style-check, update test
2021-08-27 16:26:26 +03:00
Alexey Milovidov
f7ca674b0c
Progress on development
2021-08-25 01:07:06 +03:00
robot-clickhouse
8149653d17
Update version_date.tsv after release 21.7.8.58
2021-08-18 14:45:53 +03:00
robot-clickhouse
53d7842877
Update version_date.tsv after release 21.8.4.51
2021-08-18 13:54:06 +03:00
robot-clickhouse
fbd04a545f
Update version_date.tsv after release 21.8.3.44
2021-08-12 19:22:30 +03:00
robot-clickhouse
84d936355a
Update version_date.tsv after release 21.7.7.47
2021-08-10 11:12:18 +03:00
Nikita Mikhaylov
7803a27e99
Merge pull request #27384 from azat/tests-system.mutations
...
Add and check system.mutations for database filter
2021-08-09 17:01:31 +03:00
Nikita Mikhaylov
0b7385848d
Merge pull request #27303 from azat/tests-system.projection_parts
...
Add and check system.projection_parts for database filter
2021-08-09 13:33:16 +03:00
Vitaly Baranov
5a7fe51532
Merge pull request #27431 from vitlibar/grpc-protocol-bytes-instead-of-strings
...
Use bytes instead of strings in the GRPC protocol.
2021-08-09 09:51:24 +03:00
Azat Khuzhin
673f3b4d8d
check-style: refactor database column filter check
2021-08-09 09:50:50 +03:00
Azat Khuzhin
ba97ffb909
Add system.mutations for database filter check
2021-08-09 09:50:50 +03:00
Azat Khuzhin
2bfdf0d5a1
check-style: check system.projection_parts for database filter
2021-08-08 19:31:57 +03:00
alexey-milovidov
6811eb5e39
Merge pull request #27214 from azat/tests-replicated-database-macro
...
Allow parallel execution of *.sql tests with ReplicatedMergeTree (by using {database} macro)
2021-08-08 04:05:59 +03:00
Vitaly Baranov
9a40ce87e9
Use bytes instead of strings in the GRPC protocol.
2021-08-06 13:55:49 +03:00
robot-clickhouse
314f1d3b93
Update version_date.tsv after release 21.7.6.39
2021-08-06 13:30:49 +03:00
tavplubix
14ef66e49b
Merge pull request #25895 from ClickHouse/improve_create_or_replace
...
Improve CREATE OR REPLACE query
2021-08-06 11:58:46 +03:00
filimonov
7b6ae5ee17
Update README.md
2021-08-05 13:19:13 +02:00
Azat Khuzhin
3cda5960ec
check-style: allow currentDatabase() for ReplicatedMergeTree definition too
2021-08-05 10:11:37 +03:00
Azat Khuzhin
09fa82c244
check-style: fix {database} macro pattern
2021-08-05 09:58:21 +03:00
Azat Khuzhin
507eae9aed
check-style: skip *.gen for ReplicatedMergeTree check
2021-08-05 09:51:59 +03:00
Azat Khuzhin
a783b05755
check-style: improve check for ReplicatedMergeTree
2021-08-05 09:50:25 +03:00
Azat Khuzhin
6c61d3731e
check-style: cover *.j2 too
2021-08-05 09:50:09 +03:00
Azat Khuzhin
617cdd5d4d
check-style: add a check for ReplicatedMergeTree in *.sql
2021-08-05 09:49:48 +03:00
mergify[bot]
dc57254982
Merge branch 'master' into improve_create_or_replace
2021-08-03 11:39:07 +00:00
robot-clickhouse
7cf32eb2b7
Update version_date.tsv after release 21.7.5.29
2021-07-29 12:55:50 +03:00
Raúl Marín
4b65db4231
Fix keeper bench compilation
2021-07-28 11:06:27 +02:00
mergify[bot]
044be267d6
Merge branch 'master' into improve_create_or_replace
2021-07-26 08:38:48 +00:00
robot-clickhouse
bf1af34e5d
Update version_date.tsv after release 21.7.4.18
2021-07-19 14:34:22 +03:00
robot-clickhouse
a489ac046e
Update version_date.tsv after release 21.6.8.62
2021-07-16 14:14:43 +03:00
robot-clickhouse
1fa6ed947f
Update version_date.tsv after release 21.7.3.14
2021-07-14 13:11:05 +03:00
robot-clickhouse
9e4f6a01ac
Update version_date.tsv after release 20.8.19.4
2021-07-11 22:53:38 +03:00
robot-clickhouse
f0cd4dd467
Update version_date.tsv after release 21.5.9.4
2021-07-10 17:01:18 +03:00
robot-clickhouse
f45869ab44
Update version_date.tsv after release 21.3.15.4
2021-07-10 15:04:34 +03:00
robot-clickhouse
eb5ca241ec
Update version_date.tsv after release 21.6.7.57
2021-07-10 13:51:03 +03:00
robot-clickhouse
19a83b75b7
Update version_date.tsv after release 21.7.2.7
2021-07-09 18:20:45 +03:00
Alexander Tokmakov
5e44fa32b4
Merge branch 'master' into improve_create_or_replace
2021-07-06 11:50:43 +03:00
robot-clickhouse
e22e12beb6
Update version_date.tsv after release 21.3.14.1
2021-07-04 16:51:51 +03:00
robot-clickhouse
9ee9592168
Update version_date.tsv after release 21.5.8.21
2021-07-04 15:55:23 +03:00
robot-clickhouse
28d56460af
Update version_date.tsv after release 21.6.6.51
2021-07-04 15:36:45 +03:00
Alexey Milovidov
127455f15f
Remove experimental ANTLR parser
2021-07-03 18:48:03 +03:00
robot-clickhouse
a924a9dbac
Update version_date.tsv after release 21.3.13.9
2021-06-23 14:34:44 +03:00
robot-clickhouse
db2285b781
Update version_date.tsv after release 21.5.7.9
2021-06-23 14:26:28 +03:00
robot-clickhouse
4b1b612cfd
Update version_date.tsv after release 21.6.5.37
2021-06-19 02:58:45 +03:00
Alexey Milovidov
447d7bb8cd
Minor changes
2021-06-14 07:13:35 +03:00
robot-clickhouse
0b30cd30cd
Update version_date.tsv after release 21.6.4.26
2021-06-11 22:17:47 +03:00
robot-clickhouse
49280940ee
Update version_date.tsv after release 21.6.3.14
2021-06-05 03:03:36 +03:00
Alexey Milovidov
2255ea7f51
Add README
2021-06-05 01:13:29 +03:00
Alexey Milovidov
17530a6e75
Add progress log
2021-06-05 01:10:08 +03:00
Alexey Milovidov
fc8a8ae241
Rename a directory with changelog script
2021-06-05 01:06:12 +03:00
Alexey Milovidov
27a9c1a0cb
Remove obsolete script and russian readme
2021-06-01 16:29:57 +03:00
Alexey Milovidov
1d539a8695
Fix gitignore
2021-06-01 16:29:45 +03:00
robot-clickhouse
ddbdf68814
Update version_date.tsv after release 21.5.6.6
2021-05-30 05:16:28 +03:00
Nikita Mikhaylov
c127c433c2
better
2021-05-27 23:43:00 +03:00
Nikita Mikhaylov
be67481946
Merge pull request #24501 from abyss7/fix-backport
...
[backport] Find only opened PRs by label
2021-05-27 02:49:57 +03:00
robot-clickhouse
4309e230f0
Update version_date.tsv after release 21.3.12.2
2021-05-26 10:54:18 +03:00
Ivan Lezhankin
6b40bd9736
Find only opened PRs by label
2021-05-25 20:19:24 +03:00
Maksim Kita
e7f77f27bf
Merge pull request #24030 from kitaisreal/submodule-llvm-project
...
Added llvm-project submodule
2021-05-23 16:27:56 +03:00
Maksim Kita
42e91df363
Updated submodule to llvm12
2021-05-22 15:22:38 +03:00
Azat Khuzhin
03e28e1cdf
check-style: database filter for system.{tables,parts,parts_columns,columns}
2021-05-22 14:07:21 +03:00
Azat Khuzhin
1ad78a39ed
check-style: improve current_database check
2021-05-22 14:07:21 +03:00
Maksim Kita
2c4920186b
Merge pull request #24342 from kitaisreal/jit-support-aarch64-compilation
...
LLVM JIT support AARCH64
2021-05-20 22:24:59 +03:00
robot-clickhouse
0037713dd3
Update version_date.tsv after release 21.5.5.12
2021-05-20 19:21:45 +03:00
Maksim Kita
cf5f36b70e
LLVM JIT support AARCH64
2021-05-20 14:09:32 +00:00
robot-clickhouse
6d586c9180
Update version_date.tsv after release 21.4.7.3
2021-05-20 01:26:42 +03:00
robot-clickhouse
cd2417aa03
Update version_date.tsv after release 21.3.11.5
2021-05-16 16:07:06 +03:00
robot-clickhouse
6f92b8e949
Update version_date.tsv after release 21.3.10.1
2021-05-10 04:01:43 +03:00
robot-clickhouse
9f63320589
Update version_date.tsv after release 21.3.9.83
2021-05-01 00:52:34 +03:00
robot-clickhouse
7b543679d3
Update version_date.tsv after release 21.4.6.55
2021-05-01 00:34:50 +03:00
Benjamin Naecker
57fd59b73b
Adds support for building on Solaris-derived systems
...
This commit adds a number of changes to platform-detection and
compile-time directives required to support building ClickHouse on
Solaris-derived systems, most notably illumos.
2021-04-28 16:32:41 -07:00
Alexey Milovidov
5ae547a61a
Remove pbuilder
2021-04-25 06:32:15 +03:00
Alexey Milovidov
63a287ebee
Remove garbage from CMakeLists (2)
2021-04-25 02:01:48 +03:00
alexey-milovidov
1ffa63b20a
Merge pull request #23598 from ClickHouse/paths-with-whitespaces
...
Somewhat better handling of paths in CMake (incomplete)
2021-04-25 01:58:28 +03:00
alexey-milovidov
b168cbfb29
Merge pull request #23597 from ClickHouse/remove-trash-cmake
...
Remove unneeded code from CMakeLists
2021-04-25 01:56:37 +03:00
Alexey Milovidov
3705dbfabc
Avoid possible build dependency on locale and filesystem order
2021-04-24 23:01:07 +03:00
Alexey Milovidov
4ff812db7f
Maybe better support for paths with whitespaces
2021-04-24 22:47:52 +03:00
Alexey Milovidov
f0580b3f72
Remove unneeded code from CMakeLists
2021-04-24 22:26:00 +03:00
alexey-milovidov
280c0666a5
Merge pull request #23559 from ClickHouse/reproducible-build
...
Reproducible build
2021-04-24 21:26:31 +03:00
robot-clickhouse
d6854e80f7
Update version_date.tsv after release 21.3.8.76
2021-04-24 14:32:48 +03:00
robot-clickhouse
a7caafa38c
Update version_date.tsv after release 21.4.5.46
2021-04-24 14:10:50 +03:00
Alexey Milovidov
4648782a05
Remove build date from system.build_options
2021-04-24 02:10:32 +03:00
Ivan
c13cce7890
Merge branch 'master' into backport-by-label
2021-04-20 17:28:09 +03:00
Ivan Lezhankin
af892c7d7b
Use 'release' label from PRs
2021-04-20 17:25:50 +03:00
Raúl Marín
7f6bf6513f
Link keeper-bench to clickhouse_common_zookeeper
2021-04-19 11:46:28 +02:00
alesapin
9fb3784f19
Merge branch 'master' into keeper_bench_mark
2021-04-17 15:58:33 +03:00
robot-clickhouse
88445294b4
Update version_date.tsv after release 20.8.18.32
2021-04-17 01:11:03 +03:00
robot-clickhouse
d2101c05ce
Update version_date.tsv after release 21.2.10.48
2021-04-17 00:40:38 +03:00
robot-clickhouse
a1f6b0e560
Update version_date.tsv after release 21.3.7.62
2021-04-17 00:28:08 +03:00
robot-clickhouse
df2e75bf00
Update version_date.tsv after release 21.4.4.30
2021-04-16 23:56:52 +03:00
alesapin
50103ff0bc
Merge branch 'master' into keeper_bench_mark
2021-04-15 11:30:33 +03:00
alesapin
e9e9a7d7d5
Upload binary via scp
2021-04-14 19:25:48 +03:00
alesapin
c506e3218b
Teaching jepsen to run external programs
2021-04-14 16:40:53 +03:00
alesapin
a893cd3fe6
Integrating into jepsen
2021-04-14 12:01:33 +03:00
alesapin
9a59c12f7e
Fix some stupid things
2021-04-13 16:26:55 +03:00
alesapin
8653975f83
Some missed files
2021-04-13 15:36:47 +03:00
alesapin
b115b8af3d
Something working
2021-04-13 14:55:08 +03:00
robot-clickhouse
7b8abc6495
Update version_date.tsv after release 21.1.9.41
2021-04-13 14:29:13 +03:00
alesapin
13d3e59b6a
More fixes
2021-04-13 10:33:18 +03:00
robot-clickhouse
03c5f4455f
Update version_date.tsv after release 21.2.9.41
2021-04-12 19:03:40 +03:00
robot-clickhouse
c7fd6c5e81
Update version_date.tsv after release 21.4.3.21
2021-04-12 18:42:53 +03:00
alesapin
05959d482b
Better
2021-04-12 18:40:42 +03:00
robot-clickhouse
99c6daa9b5
Update version_date.tsv after release 21.3.6.55
2021-04-12 15:15:48 +03:00
alesapin
fea0ec5046
Some code
2021-04-12 11:10:23 +03:00
alexey-milovidov
6ce5bead4f
Merge pull request #22875 from kitaisreal/utils-memcpy-bench-build-position-independent-code-disabled
...
Util `memcpy-bench` is built only when position independent code is disabled
2021-04-09 09:18:56 +03:00
Maksim Kita
d1446faa6b
Utils mempcy bench build when position independent code disabled
2021-04-09 00:16:41 +03:00
robot-clickhouse
798831dd4a
Update version_date.tsv after release 20.8.17.25
2021-04-08 21:05:34 +03:00
Ivan
a6d5c4329e
Support 'pr-must-backport' label
2021-04-07 17:12:23 +03:00
robot-clickhouse
ee13dbc1e8
Update version_date.tsv after release 21.1.8.30
2021-04-07 15:41:04 +03:00
robot-clickhouse
190846c652
Update version_date.tsv after release 21.2.8.31
2021-04-07 14:53:21 +03:00
robot-clickhouse
a020b357f0
Update version_date.tsv after release 21.3.5.42
2021-04-07 12:47:25 +03:00
robot-clickhouse
758cbb0498
Update version_date.tsv after release 20.8.16.20
2021-04-06 10:13:59 +03:00
feng lv
ee6d1a6feb
fix build
2021-04-05 14:37:04 +00:00
robot-clickhouse
8f23d39f26
Update version_date.tsv after release 20.8.15.11
2021-04-01 12:33:08 +03:00
tavplubix
6c1e2a0d87
Merge pull request #21690 from ClickHouse/test_multiple_nodes
...
Run three nodes with Replicated database and NuKeeper in CI
2021-03-31 12:31:13 +03:00
Denis Glazachev
11ce01c0aa
Re-add conditional keeper-data-dumper under the new name
2021-03-30 14:37:55 +04:00
Denis Glazachev
574547bd41
Remove nukeeper-data-dumper
2021-03-30 14:22:03 +04:00
alexey-milovidov
4e4d33e93b
Merge branch 'master' into fix-apple-clang-build
2021-03-30 13:15:07 +03:00
Alexander Tokmakov
517ee6f142
rename
2021-03-30 10:45:51 +03:00
alesapin
5e3ebb3e0e
Merge pull request #22274 from ClickHouse/rename_keeper
...
Rename NuKeeper and TestKeeper to Keeper in all places
2021-03-30 10:39:22 +03:00
alesapin
828e76adb9
Fix keeper util
2021-03-30 10:36:50 +03:00
Denis Glazachev
3f69c74b0d
Skip nukeeper-data-dumper when USE_NURAFT is not true
2021-03-29 14:49:21 +04:00
Denis Glazachev
f98505c112
Add missing (set to nullptr?) c-tor arg
2021-03-29 14:48:41 +04:00
alesapin
4ce81a91e5
Remove unused file
2021-03-29 12:16:58 +03:00
hexiaoting
52c6c0fa62
Fix build error
2021-03-29 11:26:43 +08:00
robot-clickhouse
771493f03a
Update version_date.tsv after release 21.2.7.11
2021-03-28 05:03:48 +03:00
robot-clickhouse
613d1e3c17
Update version_date.tsv after release 21.3.4.25
2021-03-28 04:47:27 +03:00
alesapin
4c28c25a75
Merge branch 'master' into jepsen_for_nukeeper
2021-03-25 14:34:00 +03:00
alexey-milovidov
d3c8a4ad32
Update CMakeLists.txt
2021-03-23 20:02:16 +03:00
Maksim Kita
3813515a3a
Darwin cmake disable memcpy benchmark
2021-03-23 18:35:13 +03:00
alesapin
cce2e0acaf
Fix typo
2021-03-23 10:28:14 +03:00
alesapin
27b90007aa
Merge branch 'master' into jepsen_for_nukeeper
2021-03-22 11:20:00 +03:00
robot-clickhouse
df45c0e0df
Update version_date.tsv after release 21.3.3.14
2021-03-19 14:39:28 +03:00
alexey-milovidov
b8a437c35a
Merge pull request #21842 from HumanUser/master
...
zookeeper-dump-tree: added ctime option to dump node ctime
2021-03-18 01:06:43 +03:00
alexey-milovidov
3a8d7e9a48
Update main.cpp
2021-03-17 22:12:10 +03:00
alexey-milovidov
04c957962f
Merge pull request #21724 from azat/tests-replicated-merge-tree-zk-path
...
Do not overlap zookeeper path for ReplicatedMergeTree in stateless *.sh tests
2021-03-17 22:11:14 +03:00
robert
e1b11c786b
zookeeper-dump-tree: move ctime option to bool
2021-03-17 21:10:51 +03:00
robert
8cb19d63ae
zookeeper-dump-tree: added ctime option to dump node ctime
2021-03-17 20:38:49 +03:00
alexey-milovidov
d02726bcac
Merge pull request #9404 from Enmk/DateTime64_extended_range
...
Date time64 extended range
2021-03-17 11:06:03 +03:00
alesapin
8cf8265d47
Style
2021-03-16 15:37:46 +03:00
alesapin
6454479edd
Add useful util for state dump
2021-03-16 14:44:43 +03:00
Alexey Milovidov
ea049b2cc0
Merge branch 'master' into DateTime64_extended_range
2021-03-16 14:08:02 +03:00
Alexey Milovidov
eadf0248d0
Build fixes
2021-03-16 14:07:53 +03:00
Azat Khuzhin
6c2622d451
Add style check for ReplicatedMergeTree path
2021-03-16 07:22:32 +03:00
Alexey Milovidov
fe371d9cfc
Minor modifications
2021-03-16 01:13:27 +03:00
Alexey Milovidov
b9ae9c9cd2
Add one more variant to memcpy benchmark
2021-03-16 00:05:30 +03:00
Alexey Milovidov
c1a2745bfb
Add one more variant to memcpy benchmark
2021-03-16 00:04:03 +03:00
alexey-milovidov
6a455fe71d
Merge pull request #21715 from ClickHouse/memcpy-bench
...
Add more variants for memcpy benchmark
2021-03-15 20:04:36 +03:00
Alexey Milovidov
eaeb4a3bf0
Merge branch 'master' into DateTime64_extended_range
2021-03-15 16:59:32 +03:00
robot-clickhouse
1ede69e277
Update version_date.tsv after release 21.1.7.1
2021-03-15 14:15:06 +03:00
robot-clickhouse
1e495705ad
Update version_date.tsv after release 21.2.6.1
2021-03-15 12:44:13 +03:00
Alexey Milovidov
9bea10d9f9
Fix style
2021-03-15 11:49:56 +03:00
Alexey Milovidov
1f6b05cd85
Add example
2021-03-15 11:18:11 +03:00
Alexey Milovidov
637f6a29a6
Add penalty
2021-03-15 11:16:15 +03:00
Alexey Milovidov
8c2d65242a
Fix style
2021-03-14 23:24:22 +03:00
Alexey Milovidov
145116bfb6
Fix style
2021-03-14 23:22:12 +03:00
Alexey Milovidov
1bc21789d2
Add more variants
2021-03-14 19:52:51 +03:00
alexey-milovidov
53e21443eb
Merge branch 'master' into DateTime64_extended_range
2021-03-14 12:27:17 +03:00
Alexey Milovidov
e8919c49fb
Merge branch 'master' into replace-memcpy
2021-03-13 09:39:58 +03:00
robot-clickhouse
ede0031dc4
Update version_date.tsv after release 21.3.2.5
2021-03-12 18:08:46 +03:00
Alexey Milovidov
14d92edf96
Maybe GitHub API has changed
2021-03-11 08:47:41 +03:00
Alexey Milovidov
39dbc11a3d
Fix style check
2021-03-09 03:21:38 +03:00
Alexey Milovidov
f0342eda9c
Add experimental memcpy implementation
2021-03-08 13:05:18 +03:00
Alexey Milovidov
940ce5884e
Add memcpy-bench tool
2021-03-08 12:04:52 +03:00
Alexey Milovidov
2c86bc4ea3
Addition to prev. revision
2021-03-08 10:00:54 +03:00
Alexey Milovidov
4e8239e098
Merge branch 'master' into DateTime64_extended_range
2021-03-03 23:43:20 +03:00
alesapin
15a29dd3e6
Stop yelling
2021-03-03 19:28:46 +03:00
alesapin
eb5e416fd5
Merge branch 'master' into persistent_nukeeper_snapshot_storage
2021-03-03 19:19:02 +03:00
robot-clickhouse
6a6bc3924d
Update version_date.tsv after release 20.8.14.4
2021-03-03 16:53:26 +03:00
alesapin
07e39ef47a
Merge branch 'master' into persistent_nukeeper_snapshot_storage
2021-03-03 11:12:01 +03:00
robot-clickhouse
d9e22ba646
Update version_date.tsv after release 20.12.8.5
2021-03-02 15:53:39 +03:00
robot-clickhouse
24860bd291
Update version_date.tsv after release 21.1.6.13
2021-03-02 15:17:44 +03:00
robot-clickhouse
658a62b7fc
Update version_date.tsv after release 21.2.5.5
2021-03-02 14:54:01 +03:00
alesapin
c4a6289a9b
Merge branch 'master' into persistent_nukeeper_snapshot_storage
2021-02-25 11:39:52 +03:00
alesapin
f8b81eeeb0
Get rid of own zxid
2021-02-25 11:34:05 +03:00
Vitaly Baranov
8601b2f3e7
Merge pull request #21148 from vitlibar/protobuf-format-better-tests-2
...
Better tests for protobuf format #2 .
2021-02-25 06:01:47 +03:00
Vitaly Baranov
2480e4ee3d
Better tests for protobuf format #2 .
2021-02-24 21:06:29 +03:00
Vasily Nemkov
2d03d330bc
Extended range of DateTime64 to years 1925 - 2238
...
The Year 1925 is a starting point because most of the timezones
switched to saner (mostly 15-minutes based) offsets somewhere
during 1924 or before. And that significantly simplifies implementation.
2238 is to simplify arithmetics for sanitizing LUT index access;
there are less than 0x1ffff days from 1925.
* Extended DateLUTImpl internal LUT to 0x1ffff items, some of which
represent negative (pre-1970) time values.
As a collateral benefit, Date now correctly supports dates up to 2149
(instead of 2106).
* Added a new strong typedef ExtendedDayNum, which represents dates
pre-1970 and post 2149.
* Functions that used to return DayNum now return ExtendedDayNum.
* Refactored DateLUTImpl to untie DayNum from the dual role of being
a value and an index (due to negative time). Index is now a different
type LUTIndex with explicit conversion functions from DatNum, time_t,
and ExtendedDayNum.
* Updated DateLUTImpl to properly support values close to epoch start
(1970-01-01 00:00), including negative ones.
* Reduced resolution of DateLUTImpl::Values::time_at_offset_change
to multiple of 15-minutes to allow storing 64-bits of time_t in
DateLUTImpl::Value while keeping same size.
* Minor performance updates to DateLUTImpl when building month LUT
by skipping non-start-of-month days.
* Fixed extractTimeZoneFromFunctionArguments to work correctly
with DateTime64.
* New unit-tests and stateless integration tests for both DateTime
and DateTime64.
2021-02-24 17:08:35 +02:00
Azat Khuzhin
91c4ebaf0b
Merge remote-tracking branch 'upstream/master' into yamllint
2021-02-22 08:52:54 +03:00
Azat Khuzhin
b9cb8fdbad
Exclude contrib for yamllint check
2021-02-21 10:45:05 +03:00
Azat Khuzhin
2db3a6af49
Add yamllint into style check
2021-02-20 23:25:21 +03:00
robot-clickhouse
3248bf4e2f
Update version_date.tsv after release 20.8.13.15
2021-02-20 21:46:27 +03:00
robot-clickhouse
e49d90405c
Update version_date.tsv after release 20.12.7.3
2021-02-20 20:39:18 +03:00
robot-clickhouse
4fa822dd28
Update version_date.tsv after release 21.1.5.4
2021-02-20 20:21:55 +03:00
robot-clickhouse
fe159de141
Update version_date.tsv after release 21.2.4.6
2021-02-20 19:30:27 +03:00
Ivan
42c22475e3
Don't backport base commit of branch in the same branch ( #20628 )
2021-02-17 18:55:24 +03:00
Nikita Mikhailov
780cf3dbff
better
2021-02-15 14:37:07 +03:00
Nikita Mikhailov
40e8bbc49a
done
2021-02-15 14:32:17 +03:00
alexey-milovidov
bde4da0ff0
Merge pull request #20465 from azat/write-abnormal-server-termination-fixes
...
Fix abnormal server terminations due to write failures
2021-02-15 00:05:48 +03:00
robot-clickhouse
37807e1a18
Update version_date.tsv after release 20.12.6.29
2021-02-14 11:51:46 +03:00
robot-clickhouse
09a5b7a055
Update version_date.tsv after release 21.1.4.46
2021-02-14 11:35:34 +03:00
robot-clickhouse
607b57ea28
Update version_date.tsv after release 21.2.3.15
2021-02-14 10:57:52 +03:00
Azat Khuzhin
06e8065ee6
Add missing sync of underlying files
2021-02-13 13:19:51 +03:00
alesapin
9667bdcbd2
Merge branch 'master' into in_memory_raft
2021-02-09 16:06:31 +03:00
Anton Popov
47c610be14
Merge pull request #19726 from CurtizJ/style-check
...
Allow to run all style checks in one file
2021-02-08 16:24:49 +03:00
alesapin
d5ee7d33e9
Merge branch 'master' into in_memory_raft
2021-02-08 10:30:31 +03:00
robot-clickhouse
e814db6836
Update version_date.tsv after release 21.2.2.8
2021-02-07 17:18:18 +03:00
Ivan Lezhankin
ab55556c5e
Fix build of utils
2021-02-06 20:24:52 +03:00
alesapin
9c04d912ec
Merge branch 'master' into in_memory_raft
2021-02-04 11:50:32 +03:00
robot-clickhouse
def3c8fef7
Update version_date.tsv after release 20.12.5.18
2021-02-03 12:26:09 +03:00
robot-clickhouse
ebdea09ec0
Update version_date.tsv after release 21.1.3.32
2021-02-03 12:08:04 +03:00
robot-clickhouse
5e11e13351
Update version_date.tsv after release 20.11.7.16
2021-02-03 12:05:47 +03:00
alesapin
0aca40d8cb
Merge branch 'master' into in_memory_raft
2021-02-01 14:30:11 +03:00
Azat Khuzhin
7d9c892e60
check-style: fix "fatal: not a git repository: /place/sandbox-data/tasks/0/2/882869720/ClickHouse/.git/modules/contrib/AMQP-CPP" error
...
check-style uses "git status" to see changed ya.make files.
However it seems that that the sources was cloned some ancient git
version, likely <2.8, since there was a bug, that has been fixed in 2.8
[1]:
" * A partial rewrite of "git submodule" in the 2.7 timeframe changed
the way the gitdir: pointer in the submodules point at the real
repository location to use absolute paths by accident. This has
been corrected."
[1]: cf11a67975/Documentation/RelNotes/2.8.3.txt (L33-L36)
2021-01-30 00:29:21 +03:00
Azat Khuzhin
480c75bacf
check-style: pass path to rc file for pylint
2021-01-29 23:11:53 +03:00
alesapin
c3db529543
Merge branch 'master' into in_memory_raft
2021-01-28 12:01:54 +03:00
Anton Popov
9c2130cc17
allow to run style check from other directories
2021-01-28 03:13:30 +03:00
Anton Popov
6c7ecc1aa0
allow to run all style checks in one file
2021-01-28 02:47:47 +03:00
Alexander Kuzmenkov
331e8211db
Merge pull request #19675 from azat/tests-query_log-current_database
...
Require current_database filter for tests with query_log/query_thread_log
2021-01-27 18:00:33 +03:00
Azat Khuzhin
9c5d83d6bc
Check that tests with query_log/query_thread_log includes current_database filter
2021-01-27 00:18:32 +03:00
Azat Khuzhin
93d375f67a
Check clickhouse-test with pylint during style check
2021-01-27 00:14:23 +03:00
alesapin
173b6fefdf
Merge branch 'master' into in_memory_raft
2021-01-25 12:03:28 +03:00
alesapin
c1e36cfe70
Something working
2021-01-22 19:04:57 +03:00
Alexander Tokmakov
14e842c197
print stderr of failed subprocess
2021-01-22 17:27:23 +03:00
Alexey Milovidov
c7e93a9c74
Prepare changelog
2021-01-18 20:58:31 +03:00
robot-clickhouse
c99b5a78a5
Update version_date.tsv after release 21.1.2.15
2021-01-18 15:06:51 +03:00
robot-clickhouse
112746e8ca
Update version_date.tsv after release 20.8.12.2
2021-01-16 00:42:21 +03:00
Alexey Milovidov
53d0c9fa72
Fix bug in "release" script
2021-01-11 06:35:07 +03:00
Alexey Milovidov
db46af68c1
Remove outdated code
2021-01-11 03:56:41 +03:00
alexey-milovidov
0e48d8fc86
Merge pull request #18873 from abyss7/backport-lts
...
Minor fix in backport script
2021-01-09 06:37:55 +03:00
Ivan Lezhankin
5426eae79a
Minor fix
2021-01-09 00:26:33 +03:00
fastio
fc9c440d3e
Fix the unexpected behaviour of show tables when antlr parser enabled ( #18431 )
...
* Fix the unexpected behaviour of show tables when antlr parser enabled
* fix compile error
2021-01-04 23:42:57 +03:00
Alexey Milovidov
aa2e89611d
Remove sumburConsistentHash function
2020-12-31 02:22:04 +03:00
alexey-milovidov
c281a17869
Merge pull request #18619 from azat/utils-pull
...
Small utils improvements (check-marks and compressor)
2020-12-30 17:45:43 +03:00
Azat Khuzhin
8fde2d6e1b
compressor: remove dead file
2020-12-29 22:41:17 +03:00
Azat Khuzhin
8c256481c9
check-marks: fix comments and help message
2020-12-29 22:41:17 +03:00
Azat Khuzhin
cf11e2b1e0
check-marks: add decompressed size
2020-12-29 22:41:17 +03:00
Yatsishin Ilya
011d2b4631
disable couple checks for now
2020-12-29 17:57:12 +03:00
Yatsishin Ilya
5869123a86
no empty line for check-duplicate-includes
2020-12-29 17:57:12 +03:00
Yatsishin Ilya
a25fa1996b
fix style checks
2020-12-29 17:57:12 +03:00
Yatsishin Ilya
7e37743c37
run check-typos separately for now
2020-12-29 17:57:12 +03:00
Yatsishin Ilya
f07df76c59
fix ans
2020-12-29 17:57:12 +03:00
robot-clickhouse
3d1273460b
Update version_date.tsv after release 20.12.5.14
2020-12-28 13:27:43 +03:00
robot-clickhouse
4af0d73446
Update version_date.tsv after release 20.8.11.17
2020-12-25 18:38:21 +03:00
Yatsishin Ilya
f36e8f13c0
more fixes after rebase
2020-12-24 13:48:10 +03:00
Yatsishin Ilya
ce1e2b18a3
Fix codespell warnings. Split style checks. Update style checks docker
2020-12-24 13:17:52 +03:00
robot-clickhouse
a58acbae67
Update version_date.tsv after release 20.8.10.13
2020-12-24 03:54:43 +03:00
robot-clickhouse
22c51cb89a
Update version_date.tsv after release 20.10.7.4
2020-12-24 03:18:12 +03:00
robot-clickhouse
42b76979fe
Update version_date.tsv after release 20.11.6.6
2020-12-24 01:20:16 +03:00
robot-clickhouse
4a37db455d
Update version_date.tsv after release 20.12.4.5
2020-12-24 01:02:07 +03:00
alexey-milovidov
839e873aa0
Merge pull request #18195 from abyss7/backport-lts
...
Add support for LTS branches in backport automation
2020-12-22 09:49:02 +03:00
Alexey Milovidov
5bdf287910
Check for conflict markers in docs
2020-12-22 00:55:54 +03:00
Ivan Lezhankin
feb42a16b6
Fix LTS discovery logic
2020-12-21 20:44:09 +03:00
Ivan Lezhankin
4635507c40
Make new LTS argument default to False
2020-12-18 17:18:59 +03:00
alesapin
dbfe50c0c1
Merge pull request #18199 from ClickHouse/add_one_more_test_in_util
...
Add one more case in zk test util
2020-12-17 22:52:15 +03:00
alexey-milovidov
f82274a722
Merge pull request #16527 from kitaisreal/mmap-read-buffer-from-file-descriptor-use-getpagesize
...
MMapReadBufferFromFileDescriptor use getpagesize
2020-12-17 22:34:05 +03:00
alesapin
a207e3db75
Fix bad sleep
2020-12-17 19:21:46 +03:00
alesapin
e80b93939f
Add one more case in zk test uti
2020-12-17 18:09:22 +03:00
Ivan Lezhankin
7636571580
Add support for LTS branches
2020-12-17 15:16:40 +03:00
Maksim Kita
685099af7f
Move getPageSize in common
2020-12-17 00:23:41 +03:00
Nikolai Kochetov
d96ca3fb8d
Fixing build.
2020-12-16 20:11:32 +03:00
Maksim Kita
dbb2fbcdd5
Unified usages of getPageSize
...
1. Introduced getPageSize function.
2. Replaced usages of getpagesize with getPageSize function.
3. Replaced usages of sysconf(_SG_PAGESIZE) with getPageSize function.
2020-12-16 13:42:23 +03:00
Alexander Kuzmenkov
fe6f477881
Build utils in CI, at least in split build
...
Currently we don't build them at all, so they were broken by https://github.com/ClickHouse/ClickHouse/pull/17988
2020-12-14 20:39:52 +03:00
Alexey Milovidov
86cef85186
Remove old changelog generator to avoid confusion
2020-12-14 13:46:39 +03:00
Azat Khuzhin
2a814afd85
build: re-enable jobs limits
2020-12-11 01:32:38 +03:00
robot-clickhouse
c34c0bf507
Update version_date.tsv after release 20.8.9.6
2020-12-10 12:45:44 +03:00
alesapin
dd9f4bfc8a
Merge pull request #16877 from ClickHouse/complete_zk_api
...
Fake in-memory ZooKeeper server inside ClickHouse
2020-12-10 10:47:54 +03:00
robot-clickhouse
89a3a86b71
Update version_date.tsv after release 20.12.3.3
2020-12-09 19:14:28 +03:00
alesapin
850f903d40
Merge branch 'master' into complete_zk_api
2020-12-09 18:18:38 +03:00
robot-clickhouse
351c64d3f4
Update version_date.tsv after release 20.6.11.1
2020-12-09 12:12:48 +03:00
robot-clickhouse
f901482085
Update version_date.tsv after release 20.12.2.1
2020-12-09 04:20:10 +03:00
alesapin
0c43246216
Merge branch 'master' into complete_zk_api
2020-12-07 10:24:55 +03:00
robot-clickhouse
e62ef0ab56
Update version_date.tsv after release 20.8.8.2
2020-12-07 00:41:25 +03:00
robot-clickhouse
f2b63f0702
Update version_date.tsv after release 20.9.7.11
2020-12-07 00:11:19 +03:00
robot-clickhouse
dc5ca434ef
Update version_date.tsv after release 20.10.6.27
2020-12-06 23:46:51 +03:00
robot-clickhouse
459570470e
Update version_date.tsv after release 20.11.5.18
2020-12-06 23:31:17 +03:00
alesapin
278bbf6d51
Merge branch 'master' into complete_zk_api
2020-12-04 16:48:19 +03:00
Ivan
315ff4f0d9
ANTLR4 Grammar for ClickHouse and new parser ( #11298 )
2020-12-04 05:15:44 +03:00
alesapin
6d2a007b79
Merge branch 'master' into complete_zk_api
2020-11-30 10:58:25 +03:00
Nikita Mikhaylov
0b6f5c75b9
Merge pull request #17435 from vitlibar/grpc-protocol-2
...
Implement GRPC protocol (corrections)
2020-11-27 15:19:50 +03:00
alesapin
d199a2bf76
Merge branch 'master' into complete_zk_api
2020-11-27 14:55:55 +03:00
Vitaly Baranov
49cf980761
Use port 9100 for grpc by default.
2020-11-26 10:14:27 +03:00
Vitaly Baranov
dbd136672f
Fix error handling in grpc-client.py
2020-11-26 10:07:04 +03:00
Nikolai Kochetov
729272391f
Merge branch 'master' into ip-dict-no-trie
2020-11-25 23:07:19 +03:00
alesapin
4d40d9be3f
Merge branch 'master' into complete_zk_api
2020-11-25 10:31:16 +03:00
Vitaly Baranov
1bd19bb124
Implemented clickhouse grpc client.
2020-11-24 17:55:02 +03:00
Nikita Mikhaylov
6787f98476
Merge pull request #14958 from nikitamikhaylov/refactor_cache_dictionary
...
Refactor cache dictionary
2020-11-24 14:55:02 +03:00
alesapin
b8fb44a7b9
Merge with master
2020-11-23 11:05:50 +03:00
vdimir
e2fac19686
Remove libbtrie
2020-11-21 21:31:15 +03:00
robot-clickhouse
5c5d2ac281
Update version_date.tsv after release 20.8.7.15
2020-11-20 19:23:48 +03:00
robot-clickhouse
6d1b84b06b
Update version_date.tsv after release 20.9.6.14
2020-11-20 18:52:09 +03:00
robot-clickhouse
2106163717
Update version_date.tsv after release 20.10.5.10
2020-11-20 18:35:00 +03:00
robot-clickhouse
3dcc2eeb01
Update version_date.tsv after release 20.11.4.13
2020-11-20 18:20:26 +03:00
tavplubix
3e335c1e95
Merge pull request #17091 from zhang2014/fix/binlog_checksum
...
Fix MaterializeMySQL SYNC failure when modify binlog_checksum
2020-11-20 13:25:14 +03:00
alesapin
1aba61be7f
Merge branch 'master' into complete_zk_api
2020-11-19 13:32:15 +03:00
robot-clickhouse
e88c2c701b
Update version_date.tsv after release 20.6.10.2
2020-11-19 11:26:58 +03:00
alesapin
2cd66f23a3
Merge branch 'master' into complete_zk_api
2020-11-18 17:50:50 +03:00
nikitamikhaylov
4345f2987d
better
2020-11-17 16:59:13 +03:00
Alexey Milovidov
3df04ce0c2
Follow Arcadia ya.make rules
2020-11-16 21:24:58 +03:00
zhang2014
6ef93ac73c
Try fix MaterializeMySQL SYNC with modify binlog_checksum
2020-11-16 21:46:36 +08:00
alexey-milovidov
c77983b292
Merge pull request #16974 from ClickHouse/aku/nov-changelogs
...
Some changelogs
2020-11-14 17:15:31 +03:00
robot-clickhouse
a6f6e5c408
Update version_date.tsv after release 20.8.6.6
2020-11-13 20:40:02 +03:00
damozhaeva
fedefc43ff
DOCSUP-3417 translate to english ( #16797 )
...
* English translation
* Update utils/db-generator/README.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update utils/db-generator/README.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update utils/db-generator/README.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update utils/db-generator/README.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update utils/db-generator/README.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update utils/db-generator/README.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update utils/db-generator/README.md
* Update utils/db-generator/README.md
Co-authored-by: Daria Mozhaeva <dmozhaeva@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-11-13 13:12:06 +03:00
robot-clickhouse
f6fc9137a0
Update version_date.tsv after release 20.9.5.5
2020-11-13 09:29:18 +03:00
Alexander Kuzmenkov
2175fea0ac
Some changelogs
2020-11-13 09:28:36 +03:00
robot-clickhouse
26572e9c6f
Update version_date.tsv after release 20.10.4.1
2020-11-13 09:03:13 +03:00
robot-clickhouse
5169ae577e
Update version_date.tsv after release 20.11.3.3
2020-11-13 08:17:43 +03:00
alesapin
4aad6a597c
Merge branch 'correctly_send_close_request' into complete_zk_api
2020-11-12 17:46:02 +03:00
alexey-milovidov
2a1911d08f
Merge pull request #16859 from su-houzhen/fix_build_error
...
Fix build err
2020-11-12 13:45:38 +03:00
tavplubix
058aa8f85e
Merge pull request #16824 from ClickHouse/replace_stringstreams_with_buffers
...
Replace std::*stringstreams with DB::*Buffers
2020-11-12 01:11:44 +03:00
robot-clickhouse
d7e2276a9e
Update version_date.tsv after release 20.11.2.1
2020-11-11 20:39:16 +03:00
alesapin
ade14da634
Remove some redundant files
2020-11-11 18:45:10 +03:00
alesapin
6398271432
Merge branch 'master' into complete_zk_api
2020-11-11 16:57:24 +03:00
alesapin
d83c68fca8
Fix timeouts
2020-11-11 16:55:28 +03:00
su-houzhen
e31753b4db
Fix build err
2020-11-11 17:12:22 +08:00
alesapin
bb3b420057
Ugly working code
2020-11-11 11:51:54 +03:00
Alexander Tokmakov
b94cc5c4e5
remove more stringstreams
2020-11-10 21:22:26 +03:00
Danila Kutenin
a489f65c02
Merge branch 'master' into master
2020-11-10 20:16:29 +03:00
alesapin
932ea0ef8b
Merge branch 'master' into complete_zk_api
2020-11-10 13:56:11 +03:00
robot-clickhouse
26bc0a0744
Update version_date.tsv after release 20.6.9.1
2020-11-10 06:21:51 +03:00
Danila Kutenin
811c3e5cd1
Fix submodules
2020-11-10 01:32:50 +03:00
Danila Kutenin
5d138f3475
Fix submodules for fast test
2020-11-10 01:31:24 +03:00
Alexander Tokmakov
5cdfcfb307
remove other stringstreams
2020-11-09 22:12:44 +03:00
alesapin
09fac0da9d
Better
2020-11-09 21:16:02 +03:00
alesapin
ba449d7c92
Add small test
2020-11-09 20:51:22 +03:00
Alexander Tokmakov
62ff00ee8b
use WriteBuffer in formatAST(...)
2020-11-09 19:05:40 +03:00
Alexander Tokmakov
a06be511df
pcg serialization
2020-11-09 16:07:38 +03:00
Alexey Milovidov
90a4e0a56b
Fix "format-changelog.py" for Python3
2020-11-05 19:14:17 +03:00
Alexey Milovidov
b56486510f
Improve Arcadia
2020-11-05 12:55:01 +03:00
alexey-milovidov
038da31204
Merge pull request #16557 from abyss7/fix-make_changelog
...
Fix make_changelog.py
2020-11-04 01:37:57 +03:00
robot-clickhouse
70982fdc54
Update version_date.tsv after release 20.3.21.2
2020-11-02 20:45:51 +03:00
Ivan
9828ed9550
Update utils/make_changelog.py
...
Co-authored-by: Azat Khuzhin <a3at.mail@gmail.com>
2020-10-30 21:16:50 +03:00
Ivan Lezhankin
5481fcdf42
Fix script
2020-10-30 20:56:14 +03:00
robot-clickhouse
745cb4ab2f
Update version_date.tsv after release 20.8.5.45
2020-10-29 09:57:42 +03:00
robot-clickhouse
e094b001d3
Update version_date.tsv after release 20.9.4.76
2020-10-29 02:01:30 +03:00
robot-clickhouse
5531bbdc98
Update version_date.tsv after release 20.10.3.30
2020-10-29 01:21:32 +03:00
Alexander Kuzmenkov
ba34145817
Merge pull request #16425 from filimonov/minumum
...
Fix typos reported by codespell
2020-10-28 08:07:18 +03:00
alexey-milovidov
948ac657dc
Merge pull request #16406 from ClickHouse/fix-tsan-lgamma
...
Fix TSan report in lgamma
2020-10-28 01:59:50 +03:00
Alexey Milovidov
e1b8d0da7b
Trailing whitespace
2020-10-27 22:41:36 +03:00
Mikhail Filimonov
41971e073a
Fix typos reported by codespell
2020-10-27 12:04:03 +01:00
Alexey Milovidov
baf55437fa
Better diagnostics in check-style script
2020-10-26 22:17:01 +03:00
Alexey Milovidov
32ed8c9681
Fix trailing whitespace
2020-10-26 22:12:40 +03:00
Alexey Milovidov
942828f4d5
Check style
2020-10-25 00:54:17 +03:00
Ivan
1d170f5745
ASTTableIdentifier Part #1 : improve internal representation of ASTIdentifier name ( #16149 )
...
* Use only |name_parts| as primary name source
* Restore legacy logic for table restoration
* Fix build
* Fix tests
* Add pytest server config
* Fix tests
* Fixes due to review
2020-10-24 21:46:10 +03:00
Alexey Milovidov
85c69aad7f
Add check for BOM
2020-10-24 09:23:54 +03:00
robot-clickhouse
f2b506785b
Update version_date.tsv after release 20.10.2.20
2020-10-23 18:20:43 +03:00
zhang2014
a104c01cd9
Add mysql binlog file check util
2020-10-21 20:17:37 +08:00
Nikita Mikhaylov
57575a5a12
Merge pull request #15973 from nikitamikhaylov/db-gen-usability
...
db_generator command line arguments
2020-10-14 20:24:02 +03:00
nikitamikhaylov
0cfb8b94cd
better
2020-10-14 16:11:53 +03:00
nikitamikhaylov
c1fa34a9af
done
2020-10-14 16:03:13 +03:00
alexey-milovidov
4798234002
Merge pull request #15843 from ClickHouse/check-executable-files
...
Check for executable bit on non-executable files
2020-10-12 23:54:00 +03:00
robot-clickhouse
a21b42f1f8
Update version_date.tsv after release 20.6.8.5
2020-10-12 19:37:10 +03:00
Alexey Milovidov
c23c7e3bba
Check for executable bit on non-executable files
2020-10-11 19:26:11 +03:00
alexey-milovidov
f143eded67
Merge pull request #15711 from ClickHouse/zookeeper-dump-tree-reconnects
...
Add reconnects to zookeeper-dump-tree tool
2020-10-11 13:19:14 +03:00
Alexey Milovidov
c214fd97b2
Addition to prev. revision
2020-10-10 23:23:58 +03:00
Alexey Milovidov
269b6383f5
Check for #pragma once in headers
2020-10-10 21:37:02 +03:00
Alexey Milovidov
7b39906d6a
Miscellanous
2020-10-10 20:32:10 +03:00
Alexey Milovidov
ce7b8aefd2
Add reconnects to zookeeper-dump-tree tool
2020-10-10 20:32:10 +03:00
robot-clickhouse
88f8af51f0
Update version_date.tsv after release 20.7.4.11
2020-10-09 16:42:47 +03:00
robot-clickhouse
7a1aa597e9
Update version_date.tsv after release 20.8.4.11
2020-10-09 16:17:41 +03:00
robot-clickhouse
9594213f99
Update version_date.tsv after release 20.9.3.45
2020-10-09 14:33:05 +03:00
robot-clickhouse
af0b96466a
Update version_date.tsv after release 20.8.4.11
2020-10-09 02:39:25 +03:00
robot-clickhouse
9aff247afe
Update version_date.tsv after release 20.7.4.11
2020-10-09 00:04:34 +03:00
robot-clickhouse
17b953ae6d
Update version_date.tsv after release 20.3.20.6
2020-10-09 00:00:56 +03:00
robot-clickhouse
20b3de3d76
Update version_date.tsv after release 20.9.3.45
2020-10-08 20:38:31 +03:00
Alexey Milovidov
e588463ce7
Fix build on my machine
2020-10-07 11:25:46 +03:00
Alexey Milovidov
c620d9de86
Remove useless file
2020-10-07 11:25:36 +03:00
Azat Khuzhin
9cb3c743bd
Convert to python3 ( #15007 )
2020-10-02 19:54:07 +03:00
Alexander Kuzmenkov
499e0766e5
Check docker scripts with shellcheck
2020-09-30 20:06:46 +03:00
hexiaoting
6ad48ade83
fix bug for building query_db_generator.cpp
2020-09-27 16:42:04 +08:00
robot-clickhouse
a5b45dabf2
Update version_date.tsv after release 20.9.2.20
2020-09-22 10:14:12 +03:00
Alexey Milovidov
ef5363b87f
Fix terribly wrong code
2020-09-19 02:05:13 +03:00
robot-clickhouse
76483b8ed3
Update version_date.tsv after release 20.3.19.4
2020-09-18 19:14:19 +03:00
Alexey Milovidov
eae9950abe
s3uploader: adjust help
2020-09-18 17:56:42 +03:00
robot-clickhouse
0052bbdd84
Update version_date.tsv after release 20.6.7.4
2020-09-18 16:19:23 +03:00
robot-clickhouse
10a288f896
Update version_date.tsv after release 20.7.3.7
2020-09-18 15:46:35 +03:00
robot-clickhouse
1c674cea93
Update version_date.tsv after release 20.8.3.18
2020-09-18 15:26:48 +03:00
alexey-milovidov
e7393ab38b
Merge pull request #14718 from ClickHouse/aku/20.8-changelog
...
changelog for 20.8
2020-09-14 21:58:18 +03:00
Nikita Mikhaylov
ddea62211d
Merge pull request #11948 from CurtizJ/fsync-parts
...
Experiment. Allow to turn on fsync on inserts, merges and fetches.
2020-09-14 22:37:14 +04:00
alexey-milovidov
782c010cfd
Merge pull request #14668 from azat/list-licenses.sh-more-excludes
...
utils/list-licenses/list-licenses.sh: ignore more files
2020-09-14 16:37:43 +03:00
robot-clickhouse
5de3d9c032
Update version_date.tsv after release 20.6.6.7
2020-09-11 12:58:04 +03:00
Anton Popov
f2a5216e97
add waiting for fsync in WAL
2020-09-11 02:28:50 +03:00
Anton Popov
af4089c606
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-11 00:39:21 +03:00
Alexander Kuzmenkov
45340c701d
changelog for 20.8
2020-09-10 19:49:57 +03:00
Azat Khuzhin
27258c8e70
utils/list-licenses/list-licenses.sh: ignore more files
...
- *.rtf
They can have NULL byte, and StorageSystemLicenses.sh will warn:
./StorageSystemLicenses.sh: line 11: warning: command substitution: ignored null byte in input
Found with:
find contrib/ -type f -and '(' -iname 'LICENSE*' -or -iname 'COPYING*' -or -iname 'COPYRIGHT*' ')' -and -not -iname '*.html' | xargs grep -Pa '\x00'
- *.h
- *.cpp
- *.htm
And after verified with:
$ find contrib/ -type f -and '(' -iname 'LICENSE*' -or -iname 'COPYING*' -or -iname 'COPYRIGHT*' ')' -and -not '(' -iname '*.html' -or -iname '*.htm' -or -iname '*.rtf' -or -name '*.cpp' -or -name '*.h' -or -iname '*.json' ')' | xargs file -b | sort -u
ASCII text
ASCII text, with CR line terminators
ASCII text, with very long lines
empty
UTF-8 Unicode text
2020-09-09 23:56:47 +03:00
Nikita Mikhaylov
336df167ff
Merge pull request #14583 from nikitamikhaylov/datasets-gen-20
...
Fix for clang-8 build in datasets generator.
2020-09-08 20:29:14 +04:00
robot-clickhouse
e0e1a5b24b
Update version_date.tsv after release 20.3.18.10
2020-09-08 16:14:51 +03:00
robot-clickhouse
efd7ba3230
Update version_date.tsv after release 20.8.2.3
2020-09-08 15:49:07 +03:00
nikitamikhaylov
724b78a578
better
2020-09-08 15:03:55 +03:00
Anton Popov
3b9be70c8c
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-05 18:53:55 +03:00
Nikita Mikhaylov
ab48947305
Datasets generation (Merging #10973 ) ( #14442 )
...
* created program in utils
* reset test
* removed additional printings
* refactoring
* fix float generator, fix build
* add readme
* refactor readme
* fixed random int func
* clang format
* fix build
* fix build
* fix PVS, uncrustify
* newline at end of file
* refactor string_type func
* restyle func maps
* support IN operation
* support multiquery
* fix style
* change rand to pcg64
* fix array generation
* fix build
* better
* subqueries
* style
* better
* delete samples.sql
Co-authored-by: Roman Ilgovskiy <ilgovskiy@yandex-team.ru>
2020-09-04 13:39:17 +03:00
robot-clickhouse
fbf06f9858
Update version_date.tsv after release 20.6.5.8
2020-09-03 20:05:18 +03:00
alexey-milovidov
821add088e
Fix backport script; read the code ( #14433 )
2020-09-03 09:57:01 +03:00
Anton Popov
4fe57fc169
Merge remote-tracking branch 'upstream/master' into HEAD
2020-09-02 01:29:44 +03:00
Anton Popov
3cadc9033a
fsyncs for metadata files of part
2020-09-01 18:53:22 +03:00
Azat Khuzhin
2d7cb03120
Suppress superfluous wget (-nv) output
...
Since for dowloading some of files wget logging may take 50% of overall
log [1].
[1]: https://clickhouse-builds.s3.yandex.net/14315/c32ff4c98cb3b83a12f945eadd180415b7a3b269/clickhouse_build_check/build_log_761119955_1598923036.txt
2020-09-01 10:25:13 +03:00
Anton Popov
927eb32e88
add test for durability (draft)
2020-09-01 04:46:40 +03:00
robot-clickhouse
41181555a6
Update version_date.tsv after release 20.7.2.30
2020-08-31 19:23:16 +03:00
robot-clickhouse
74d4fa3993
Update version_date.tsv after release 20.6.5.53
2020-08-27 17:51:22 +03:00
alesapin
7e0b7e601d
Fix dates order in list-versions.sh
2020-08-27 17:42:49 +03:00
robot-clickhouse
7bf83990ae
Update version_date.tsv after release 20.6.5.53
2020-08-27 17:29:13 +03:00
alexey-milovidov
bb2b0b509f
Merge pull request #14173 from ClickHouse/fix_list_versions
...
Make list-versions.sh able to work with ancient git
2020-08-27 15:45:21 +03:00
alesapin
c5a7a15b93
Make list-versions.sh able to work with ancient git
2020-08-27 15:06:09 +03:00
robot-clickhouse
910297f7c1
Update version_date.tsv in release 20.6.5.53
2020-08-27 14:08:41 +03:00
alexey-milovidov
7ea5364299
Merge pull request #13648 from filimonov/tzdata_version2
...
tzdata improvements
2020-08-24 23:07:37 +03:00
Alexey Milovidov
425297e9c9
Check that ya.make files are auto-generated
2020-08-19 12:40:28 +03:00
Alexey Milovidov
e43746395e
Merge branch 'master' into codespell-2
2020-08-16 14:57:21 +03:00
alexey-milovidov
966dd287b7
Merge branch 'master' into shellcheck3
2020-08-15 19:49:22 +03:00
Alexey Milovidov
145ad95e2a
Revert check location of Docker compose files @qoega.
2020-08-15 07:23:23 +03:00
Yatsishin Ilya
ede56a7503
Fix
2020-08-14 17:41:03 +03:00
Yatsishin Ilya
ab337b243a
Add docker for style check
2020-08-14 16:09:23 +03:00
alexey-milovidov
11d6375c67
Merge pull request #13640 from BohuTANG/wal_dump
...
Add MergeTree Write-Ahead-Log(WAL) dump tool
2020-08-13 22:19:29 +03:00
Mikhail Filimonov
a0ae1b2b42
tzdata improvements
...
Expose version of embedded tzdata via TZDATA_VERSION in system.build_options.
Autogenerate list of shipped timezones. Script to check tzdb updates.
2020-08-12 14:21:40 +02:00
BohuTANG
c31f4f013a
Add MergeTree Write-Ahead-Log(WAL) dump tool
2020-08-12 13:50:22 +08:00
Alexey Milovidov
e4d02f6b51
Update for useless script #13599
2020-08-12 06:03:47 +03:00
alexey-milovidov
291386fd2a
Merge pull request #13618 from melin/master
...
antlr4 support complete create table grammar
2020-08-11 18:58:00 +03:00
melin
d1a770d863
antlr4 support complete create table grammar
2020-08-11 22:36:19 +08:00
melin
4036d9bd10
antlr4 support complete create table grammar
2020-08-11 22:35:28 +08:00
alexey-milovidov
2bd7b5fdc0
Merge pull request #13591 from melin/master
...
Fix Nullable(String) antlr4 syntax error
2020-08-11 04:58:17 +03:00
melin
38cad2e258
fixbug Nullable(String)
2020-08-11 09:43:28 +08:00
Alexey Milovidov
b633b49e07
Enable Shellcheck in CI
2020-08-09 02:26:59 +03:00
alexey-milovidov
3f80463f2d
Merge pull request #13489 from nikitamikhaylov/changelog-script
...
Changelog script update
2020-08-09 01:38:17 +03:00
Alexey Milovidov
726f5b082a
Fix build
2020-08-08 17:10:49 +03:00
Alexey Milovidov
6c4df0f27a
Better tool
2020-08-08 17:10:49 +03:00
Alexey Milovidov
0688e1671f
Run check-typos within check-style
2020-08-08 17:10:49 +03:00
Alexey Milovidov
cacca83839
Added a tool to check for typos; added dictionaries.
2020-08-08 17:10:27 +03:00
alexey-milovidov
c0fef71507
Merge pull request #13511 from ClickHouse/codespell
...
Fix typos in code with codespell.
2020-08-08 17:09:16 +03:00
Alexey Milovidov
11228a127d
Check for copy-pasted GPL code
2020-08-08 05:08:36 +03:00
Alexey Milovidov
0cbbe153cd
Fix typos, the last 1%
2020-08-08 04:21:04 +03:00
Nikita Mikhaylov
6a1b0106ca
better
2020-08-07 17:52:50 +03:00
Nikita Mikhaylov
81c681fe83
done
2020-08-07 17:51:20 +03:00
Alexey Milovidov
e942104eb5
Add a check
2020-08-06 06:13:02 +03:00
alesapin
ae8ad38af6
Review fix
2020-07-31 17:07:54 +03:00
alesapin
c018367f50
Add labeler event
2020-07-31 16:41:56 +03:00
Ivan
1e10ce6bcf
Update scripts ( #12726 )
2020-07-27 13:05:38 +03:00
Ivan
b86248a57a
Update ya.make
2020-07-22 12:08:38 +03:00
Ivan
4417a79b86
Update scripts ( #12650 )
2020-07-22 04:05:46 +03:00
Denis Glazachev
9effacfbc1
Merge branch 'master' into ldap-per-user-authentication
...
* master: (1102 commits)
Update README.md
Update README.md
Update README.md
Update index.md
[docs] add intrdocution for statements page (#12189 )
Revert "Run perf tests with memory sampling (for allocations >1M)"
Sanitize LINK_LIBRARIES property for the directories (#12160 )
[docs] refactor Domains overview (#12186 )
DOCS-647: toStartOfSecond (#12190 )
[docs] add intrdocution for commercial page (#12187 )
DOCSUP-1348 Russian translation for new functions (#133 ) (#12194 )
changelog fixes
Update index.md (#12191 )
Update zh kafka.md title (#12192 )
Added test for #3767
style fix for #12152
Tests for fixed issues #10846 and #7347
changelog fixes
[docs] introduction for special table engines (#12170 )
[docs] introduction for third-party interfaces (#12175 )
...
# Conflicts:
# src/Access/ya.make
# src/Common/ErrorCodes.cpp
2020-07-08 00:42:09 +04:00
Alexander Kuzmenkov
f8d584d509
changelog fixes
2020-07-07 13:50:32 +03:00
Alexander Kuzmenkov
7dba89eaa8
changelog fixes
2020-07-07 12:52:27 +03:00
alexey-milovidov
1719ab1ec5
Merge pull request #12041 from azat/curl-proper-cmake
...
Rewrite curl dependency in a more ch compatible way
2020-07-06 06:31:51 +03:00
alexey-milovidov
5d2013f224
Merge pull request #12104 from ClickHouse/aku/changelog-20.5
...
Changelog for 20.5
2020-07-06 00:04:50 +03:00
Alexander Kuzmenkov
2577d71ed5
Changelog for 20.5
2020-07-03 11:57:38 +03:00
Azat Khuzhin
0700a705bc
Rewrite curl dependency in a more ch compatible way
...
- add support of unbundled curl
- add CURL::libcurl libraries
- avoid explicit linkage of daemon with curl (added with sentry)
- set CACHE variables for non-direct users:
- mariadb-connector-c
- aws-s3-cmake
- sentry-native
Cc: @alexey-milovidov
Cc: @alesapin (requires docker image update)
Cc: @abyss7
Refs: #11300
Refs: #8011
Refs: #8905
v2: replace cmake/find/curl.cmake with proper contrib/curl-cmake (as
pointed by @abyss7, cmake/find/*.cmake is deprecated)
2020-07-03 00:57:08 +03:00
Alexander Kuzmenkov
e0273d30fa
Changelog for 20.1, 20.4
2020-07-02 09:20:20 +03:00
Alexander Kuzmenkov
444a869d78
simple changelog script
2020-06-30 19:08:23 +03:00
Ivan
fce8328e65
Automated backporting machinery ( #12029 )
...
* Add automated cherry-pick machinery
* Added script for backporting machinery
* Implement dry-run mode
* Comment old methods
* Fix python2
* Add ya.make for sandbox tasks
* Remove old stuff
2020-06-29 15:13:19 +03:00
alexey-milovidov
a34032cace
Merge pull request #11300 from blinkov/sentry
...
Opt-in support for sending crash reports
2020-06-25 17:20:50 +03:00
alesapin
cecf397057
Better github-hook
2020-06-24 17:48:43 +03:00
Ivan Blinkov
45d1ca2567
merge master
2020-06-24 00:18:16 +03:00
alesapin
2b0d00e6c3
Hook for push events
2020-06-23 14:40:09 +03:00
alesapin
bb7289e9c4
Merge branch 'master' into github_hook
2020-06-23 14:07:25 +03:00
Ivan Blinkov
2c0ff29c48
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-22 10:06:36 +03:00
Denis Glazachev
6c1b2a4831
Merge branch 'master' into ldap-per-user-authentication
...
* master: (114 commits)
Update alter.md (#11823 )
Update PODArray.h
Added a test for #6549
Update create.md
Update create.md
replacingmergetree translate into "替换合并树“ better (#11814 )
Whitespace
Fix style
Added a test
Fix another 10% of bad code #11529
Update join.md (#11798 )
Update memory.md (#11800 )
Whitespace
Check for tests with "fail" in their names
Fix 10% of bad code #11756
Update PODArray.h
avoid duplicate short system name
adapt recent result as well
[website] tune benchmark pages styling + add extra checks
Added MSan suppression for Hyperscan
...
# Conflicts:
# src/Common/ErrorCodes.cpp
2020-06-20 22:01:12 +04:00
Alexey Milovidov
dec883e21b
Check for tests with "fail" in their names
2020-06-20 09:28:19 +03:00
Denis Glazachev
5db60202b6
Merge branch 'master' into ldap-per-user-authentication
2020-06-19 00:11:08 +04:00
Ivan Blinkov
7e2bb1fd83
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-16 16:02:55 +03:00
Alexey Milovidov
394fb64a9c
Better way of implementation
2020-06-14 20:42:11 +03:00
Alexey Milovidov
72257061d5
Avoid errors due to implicit int<->bool conversions when using ZK API
2020-06-12 18:09:12 +03:00
Ivan Blinkov
e98a91e9f7
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-12 16:53:00 +03:00
alesapin
47a902a6ce
Simple github hook
2020-06-11 18:55:44 +03:00
Azat Khuzhin
585fee1a63
Add missing boost libraries into build scripts
2020-06-11 11:49:47 +03:00
Denis Glazachev
9e3a28a6b8
Merge branch 'master' into ldap-per-user-authentication
...
* master: (414 commits)
Update file.md
Update merge.md
Update dictionary.md
Update external-data.md
Update distributed.md
Update null.md
Update set.md
Update join.md
Update url.md
Update view.md
Update materializedview.md
Update memory.md
Update buffer.md
Update generate.md
removed a sentence about global lock during rename (#11577 )
greatCircleAngle en translation (#11584 )
Update configuration-files.md
try fix flacky test
Update why.html
Update rich.html
...
# Conflicts:
# src/Common/ErrorCodes.cpp
# utils/ci/jobs/quick-build/run.sh
2020-06-11 03:06:17 +04:00
Ivan Blinkov
90ee4d52f4
merge master
2020-06-10 13:18:41 +03:00
Alexander Tokmakov
6bb68329f8
Merge branch 'master' into merging_external_source_cassandra
2020-06-09 19:51:14 +03:00
Ivan Blinkov
6f7064928f
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-09 19:07:57 +03:00
Ivan
47ad338cb2
Refactor CMake build files ( #11390 )
...
* Get rid of lib_name.cmake
* Refactor Boost and HyperScan libraries
* Refactor lz4
* Fix build with xxHash
2020-06-09 13:54:49 +03:00
Ivan Blinkov
653a9afda0
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-05 22:51:28 +03:00
Alexander Tokmakov
e3aa20708a
Merge branch 'master' into merging_external_source_cassandra
2020-06-03 14:55:02 +03:00
Denis Glazachev
2f2275c3ba
Add "-D ENABLE_LDAP=0"
2020-06-03 15:16:58 +04:00
Alexey Milovidov
4e9d4592e5
Fix build of test
2020-06-02 16:46:09 +03:00
Alexander Tokmakov
62761eddcc
Merge branch 'master' into merging_external_source_cassandra
2020-06-01 14:44:46 +03:00
Ivan Blinkov
fcc7ff0ef9
Merge branch 'master' of github.com:ClickHouse/ClickHouse into sentry
2020-06-01 08:42:03 +03:00
alexey-milovidov
9984e989c1
Merge pull request #11317 from ClickHouse/logger-fmt-2
...
Preparation for structured logging
2020-06-01 00:11:29 +03:00
Alexey Milovidov
f47320cb96
Added clarification #10678
2020-05-31 17:28:44 +03:00
Alexey Milovidov
25f941020b
Remove namespace pollution
2020-05-31 00:57:37 +03:00
Ivan Blinkov
95ee742ee7
merge master
2020-05-29 22:56:10 +03:00
Alexander Tokmakov
8921041706
Merge branch 'master' into merging_external_source_cassandra
2020-05-29 18:20:39 +03:00
alexey-milovidov
04bdffd9d7
Merge pull request #11255 from zlobober/proper_versions_in_arcadia
...
Use proper versions in Arcadia build.
2020-05-29 03:58:49 +03:00
Alexey Milovidov
13b0acdc9f
Fix strange code
2020-05-29 03:42:25 +03:00
Maxim Akhmedov
f5b1ab8e4a
Use proper versions in Arcadia build.
2020-05-28 16:46:56 +03:00
Ivan Blinkov
709b4f42c8
Prototype sending crash reports on segfaults
2020-05-27 22:11:04 +03:00
Alexander Tokmakov
940132adc4
Merge branch 'master' into merging_external_source_cassandra
2020-05-27 00:13:57 +03:00
Vitaly Baranov
e27ded8798
Merge pull request #11172 from vitlibar/grpc-improve-build-scripts
...
Improve build scripts for protobuf & gRPC
2020-05-26 13:27:54 +03:00
Vitaly Baranov
58a2172154
Improve build scripts related to protobuf and gRPC.
2020-05-25 18:46:57 +03:00
Ivan
39feb4f0d4
Add --branch option to backporting script
2020-05-25 14:10:14 +03:00
Alexander Kuzmenkov
f4d9002182
Rename "Non-significant" to "Not for changelog".
...
The previous name was not universally liked, because technically a PR
might be very much significant, we just don't want to mention it in the
changelog.
2020-05-22 23:09:44 +03:00
Alexander Kuzmenkov
91c8c2ac1a
simple backport script
2020-05-22 21:44:11 +03:00
Alexander Tokmakov
ac54d470da
Merge branch 'master' into merging_external_source_cassandra
2020-05-22 17:27:40 +03:00
Alexander Tokmakov
175b7aedf3
Merge branch 'master' into merging_external_source_cassandra
2020-05-19 05:21:27 +03:00
Alexey Milovidov
f54435e7fd
Fix clang-tidy
2020-05-18 11:08:55 +03:00
Alexey Milovidov
b0a5ce7743
Enable clang-tidy for programs and utils
2020-05-18 04:19:50 +03:00
Alexey Milovidov
c5e78d12e7
Merge branch 'master' into list-licenses
2020-05-11 07:35:35 +03:00
Alexey Milovidov
f1be26c541
Added a script to list licenses #2890
2020-05-11 04:53:38 +03:00
Alexey Milovidov
b8fce1d96a
Fixed build
2020-05-11 03:44:09 +03:00
Alexey Milovidov
f9ad1e612a
Fix build
2020-05-10 08:24:01 +03:00
Alexey Milovidov
e8c646ebf5
Fix style
2020-05-10 03:49:05 +03:00
Alexey Milovidov
da4a793dee
Fix build
2020-05-10 03:16:08 +03:00
Alexey Milovidov
a576a4fbcd
Enable extra warnings for base, utils, programs
2020-05-10 01:59:34 +03:00
Ivan
85d783c247
Poco contrib refactoring ( #10396 )
...
* Remove config_common.h
* Refactor libcpuid contrib
* Remove support for libcpuinfo
* Define USE_CPUID in Arcadia
* Refactor Poco libraries
2020-05-08 17:11:19 +03:00
Alexey Milovidov
048e26dabf
Fix "Arcadia" build
2020-05-07 23:40:18 +03:00
Ivan
038e371570
Update cross-builds to use clang-10 compiler ( #10724 )
...
* Update FreeBSD toolchain
* Update cross-builds to use clang-10
2020-05-07 15:32:17 +03:00
Alexey Milovidov
e0a26df1fa
Added auto-generated machine-readable file with list of stable versions
2020-05-02 21:53:55 +03:00
Anton Popov
a415540019
skip pr with no-backport
2020-04-24 03:36:37 +03:00
Anton Popov
8a084cc476
Update __main__.py
2020-04-23 16:47:19 +03:00
Anton Popov
26cf6306ac
support 'no-backport' tags in list_backports script
2020-04-23 16:10:34 +03:00
Yatsishin Ilya
5ff94f5205
Add util to test results upload in CI ClickHouse
2020-04-17 15:48:21 +03:00
Yatsishin Ilya
ee8e855cbe
add empty out and err columns
2020-04-17 11:42:51 +03:00
Yatsishin Ilya
a312cb6b0d
more features
2020-04-17 11:42:51 +03:00
Yatsishin Ilya
f2136bc286
improvements
2020-04-17 11:42:51 +03:00
alesapin
dc247ed011
Add special key to dupload which allows to push .deb package to several branches in repo
2020-04-16 16:17:21 +03:00
Alexander Kuzmenkov
d0eb40e4ca
simple backport script
2020-04-15 22:03:38 +03:00
alexey-milovidov
596202b4d6
Merge pull request #10247 from qoega/junit_to_html_util
...
Add JUnit to html util
2020-04-15 02:37:59 +03:00
Alexander Kuzmenkov
48ba1f4ced
simple changelog script
2020-04-14 14:28:46 +03:00
Alexander Kuzmenkov
a7bf6ad667
simple changelog script
2020-04-14 12:11:27 +03:00
Yatsishin Ilya
7c52b90d69
better
2020-04-14 10:18:39 +03:00
Yatsishin Ilya
8787cde9c5
fix check-ungrouped-includes.sh
2020-04-14 10:15:02 +03:00
Yatsishin Ilya
c7d3417f62
fix check-include
2020-04-14 10:15:02 +03:00
Yatsishin Ilya
26a1b3163a
better colors
2020-04-14 10:15:01 +03:00
Yatsishin Ilya
c5c424b447
add junit_to_html_util
2020-04-14 10:15:01 +03:00
Alexander Kuzmenkov
9210a50c5c
simple backport script
2020-04-14 03:04:50 +03:00
Alexander Kuzmenkov
7c6a0c27e7
simple backport script
2020-04-14 01:05:05 +03:00
Alexander Kuzmenkov
29bb9f6665
simple backport script
2020-04-14 00:16:23 +03:00
Alexander Kuzmenkov
8be5a1f0a5
simple backport script
2020-04-13 15:54:09 +03:00
Alexander Kuzmenkov
204a6b2b8c
simple backport script
2020-04-13 15:42:15 +03:00
Alexander Kuzmenkov
6bd80a357b
simplified backport script
2020-04-13 15:00:36 +03:00
Ivan
91e9a543d4
Support new vXX-backported labels ( #10231 )
2020-04-13 14:20:13 +03:00
alexey-milovidov
8ce1949377
Merge pull request #10151 from filimonov/clickhouse-docker-util
...
clickhouse-docker-util
2020-04-11 23:01:35 +03:00
Alexey Milovidov
1526722333
Enforce that there is no machine translation to russian #10191
2020-04-11 18:54:26 +03:00
Alexander Kuzmenkov
7c57876ea4
simplified backport script
2020-04-11 03:00:33 +03:00
Alexander Kuzmenkov
32f0789eaa
Update README.md
2020-04-11 01:41:47 +03:00
Alexander Kuzmenkov
c097e1f9e5
Update README.md
2020-04-11 01:38:40 +03:00
Alexander Kuzmenkov
c3a71616d9
simplified backport script
2020-04-11 01:30:29 +03:00
Mikhail Filimonov
7cc0c99669
clickhouse-docker-util
2020-04-09 15:16:56 +02:00
Alexey Milovidov
110eb599c1
Fix "check style" tool
2020-04-06 02:57:24 +03:00
Alexey Milovidov
646f409b8e
Fix "check style" tool
2020-04-06 02:51:26 +03:00
Ivan Lezhankin
06446b4f08
dbms/ → src/
2020-04-03 18:14:31 +03:00
Ivan Lezhankin
4d1749b34b
Also move dbms/cmake/version.cmake to top-level
2020-04-02 04:30:20 +03:00
Ivan
97f2a2213e
Move all folders inside /dbms one level up ( #9974 )
...
* Move some code outside dbms/src folder
* Fix paths
2020-04-02 02:51:21 +03:00