Alexey Milovidov
|
86558bba5a
|
Move tests to bugs
|
2022-04-04 00:52:43 +02:00 |
|
Alexey Milovidov
|
808c802cae
|
Disable session_log
|
2022-04-03 05:07:37 +02:00 |
|
Alexey Milovidov
|
7c3227adc5
|
Merge pull request #35870 from ClickHouse/update-examples-in-config
Update examples and remove obsolete embedded dictionaries from configs
|
2022-04-03 05:55:19 +03:00 |
|
Alexey Milovidov
|
b4b603e0b5
|
Merge pull request #35869 from den-crane/bug/fix-systemd-service
fix service start with systemd
|
2022-04-03 05:37:58 +03:00 |
|
Alexey Milovidov
|
fe4da520b0
|
Merge pull request #35864 from ClickHouse/snyk-fix-2ccd780f6f18e7446c751851ac7ac782
[Snyk] Security upgrade mkdocs from 1.1.2 to 1.3.0
|
2022-04-03 05:32:54 +03:00 |
|
Alexey Milovidov
|
5a47958744
|
Merge pull request #35736 from CurtizJ/quota-written-bytes
Add quota for written bytes
|
2022-04-03 05:26:49 +03:00 |
|
Alexey Milovidov
|
17107cb1dc
|
Update examples and remove obsolete embedded dictionaries from configs
|
2022-04-03 01:21:48 +02:00 |
|
Denny Crane
|
4debd3b609
|
fix service start with systemd
|
2022-04-02 19:26:41 -03:00 |
|
Alexey Milovidov
|
c9c747f615
|
Merge pull request #35868 from rschu1ze/remove-auto-ptr-from-clang-tidy
Drop modernize-replace-auto-ptr from .clang-tidy
|
2022-04-03 01:05:07 +03:00 |
|
Robert Schulze
|
192ff2fcf5
|
Drop modernize-replace-auto-ptr from .clang-tidy
- std::auto_ptr was removed from the C++17 standard
- ClickHouse is compiled with C++20
- thus, the clang-tidy check is obsolete by now
|
2022-04-02 21:37:32 +02:00 |
|
Kruglov Pavel
|
687e9e7aeb
|
Merge pull request #35760 from Avogar/insert-from-input
Improve schema inference for insert select from table functions
|
2022-04-02 13:50:48 +02:00 |
|
snyk-bot
|
017f567132
|
fix: docs/tools/requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-MKDOCS-2438396
|
2022-04-02 04:13:37 +00:00 |
|
Alexey Milovidov
|
a7c6d78ee1
|
Merge pull request #35860 from ClickHouse/playui_hourglass_animation
Play UI hourglass animation
|
2022-04-02 02:54:44 +03:00 |
|
Nir Peled
|
409eccec84
|
When showing the animation, set display to inline-block instead of inline, otherwise the animation won't start
|
2022-04-01 19:29:13 -04:00 |
|
Nir Peled
|
4810936eaa
|
Added an animation to the play ui hourglass when a query is running
|
2022-04-01 19:24:14 -04:00 |
|
Anton Popov
|
a10bf550c4
|
Update AsynchronousInsertQueue.cpp
|
2022-04-01 20:57:41 +02:00 |
|
tavplubix
|
97f29ac0fe
|
Merge pull request #35817 from tcoyvwac/fix/exception-in-destructor-needs-noexcept-false
Fix missing `noexcept(false)` flag on destructor which causes builds to fail
|
2022-04-01 20:35:03 +03:00 |
|
Mikhail f. Shiryaev
|
47e1ee0971
|
Merge pull request #35854 from ClickHouse/docker-master-head
Fix automatic bucket prefix for master
|
2022-04-01 17:54:59 +02:00 |
|
Mikhail f. Shiryaev
|
6b83e2b2a7
|
Fix automatic bucket prefix for master
|
2022-04-01 17:53:43 +02:00 |
|
Anton Popov
|
687942ce70
|
more strict quota for written bytes
|
2022-04-01 15:02:49 +00:00 |
|
Kseniia Sumarokova
|
fe8c91541d
|
Merge pull request #35833 from ucasfl/context
Try remove unneed variable
|
2022-04-01 16:58:42 +02:00 |
|
Yakov Olkhovskiy
|
38993f215f
|
Merge pull request #35706 from yakov-olkhovskiy/ephemeral-35641
Allow EPHEMERAL without explicit default expression
|
2022-04-01 10:49:29 -04:00 |
|
tcoyvwac
|
cb698c4cc1
|
Replace throw in debug mode in destructor
FileSegmentsHolder:
- Replaced throw in destructor with assert for all #ifdef modes.
|
2022-04-01 15:42:34 +02:00 |
|
Mikhail f. Shiryaev
|
b56beeca9d
|
Merge pull request #35211 from ClickHouse/release-docker
Docker release and regular builds
|
2022-04-01 15:17:00 +02:00 |
|
Antonio Andelic
|
5bcf772d7c
|
Merge pull request #35789 from amosbird/better-pipeline1
Refactoring QueryPipeline
|
2022-04-01 14:38:19 +02:00 |
|
Anton Popov
|
075bcf3f5f
|
Merge pull request #35803 from Avogar/fix-formats-with-names
Fix bug in indexes of not presented columns in -WithNames formats
|
2022-04-01 13:33:35 +02:00 |
|
Mikhail f. Shiryaev
|
b49d94c9aa
|
Add building images to ReleaseCI
|
2022-04-01 12:48:29 +02:00 |
|
Mikhail f. Shiryaev
|
1078b1d31e
|
Build server and keeper images for each master commit
|
2022-04-01 12:32:27 +02:00 |
|
Nikita Mikhaylov
|
279defbe9f
|
Add clickhouse-keeper Dockerfile
|
2022-04-01 12:32:26 +02:00 |
|
Mikhail f. Shiryaev
|
98aa8bf579
|
Improve version_helper.py
- Add helper functions
- Add __lt__ and __eq__ to compare versions between each other
|
2022-04-01 12:32:26 +02:00 |
|
Mikhail f. Shiryaev
|
66851b28b7
|
Make _check_tag public
|
2022-04-01 12:32:25 +02:00 |
|
Mikhail f. Shiryaev
|
310f8e67dc
|
Add docker/server images check
|
2022-04-01 12:32:24 +02:00 |
|
Mikhail f. Shiryaev
|
00a3734078
|
Cosmetic improvement
|
2022-04-01 12:32:24 +02:00 |
|
Mikhail f. Shiryaev
|
9aab7e9910
|
Create a script to build and push server images
|
2022-04-01 12:32:23 +02:00 |
|
Mikhail f. Shiryaev
|
b950b53156
|
Make multiarch clickhouse-server Dockerfiles
|
2022-04-01 11:59:49 +02:00 |
|
Mikhail f. Shiryaev
|
3e7c46075a
|
Clean out dead code from version_helper
|
2022-04-01 11:59:49 +02:00 |
|
Mikhail f. Shiryaev
|
93cfc4d590
|
Add validate_version function to version_helper.py
|
2022-04-01 11:59:48 +02:00 |
|
Mikhail f. Shiryaev
|
5212ff0146
|
Improve docker_images_check logging
|
2022-04-01 11:59:48 +02:00 |
|
Mikhail f. Shiryaev
|
90be03c750
|
Rework env_helper to return correct paths
|
2022-04-01 11:59:47 +02:00 |
|
Mikhail f. Shiryaev
|
c053f1cb1d
|
Rewrite alpine building to pure Dockerfile
|
2022-04-01 11:59:46 +02:00 |
|
Mikhail f. Shiryaev
|
1b53993560
|
Make Dockerfile.ubuntu a default image definition
|
2022-04-01 11:59:46 +02:00 |
|
Mikhail f. Shiryaev
|
fbb6787a45
|
Rename Dockerfile to Dockerfile.ubuntu
|
2022-04-01 11:59:45 +02:00 |
|
Mikhail f. Shiryaev
|
4cc37ae9f3
|
Clean stale code
|
2022-04-01 11:59:44 +02:00 |
|
fenglv
|
97523a3329
|
Try remove unneed variable
|
2022-04-01 09:58:23 +00:00 |
|
alesapin
|
61a0becae5
|
Merge pull request #35807 from ClickHouse/docker-pull-latest-error
Fix latest_error referenced before assignment
|
2022-04-01 11:25:54 +02:00 |
|
Maksim Kita
|
6d1b6956a3
|
Merge pull request #35770 from kitaisreal/llvm-cmake-fix
Fix enable LLVM for JIT compilation in CMake
|
2022-04-01 11:10:55 +02:00 |
|
Kseniia Sumarokova
|
cafff71d2f
|
Merge pull request #35799 from evillique/extract-parser-fix
Fix extract function parser
|
2022-04-01 10:59:39 +02:00 |
|
alesapin
|
f2c6387a8d
|
Merge pull request #35381 from kssenii/remote-filesystem-cache-fixes
Cache fixes for high concurrency on corner cases
|
2022-04-01 10:48:31 +02:00 |
|
Kseniia Sumarokova
|
d3b3294872
|
Merge pull request #35365 from bigo-sg/improve_access_type
Improve check access in table functions
|
2022-04-01 10:47:02 +02:00 |
|
Kseniia Sumarokova
|
9c39320e75
|
Merge pull request #35800 from ucasfl/mutex
remove unused variable
|
2022-04-01 10:46:23 +02:00 |
|