Vxider
|
71d9d80275
|
timezone support for Tumble/Hop Start/End
|
2021-11-26 18:03:41 +00:00 |
|
kssenii
|
56bcfc2877
|
Fix some tests
|
2021-11-26 14:11:27 +03:00 |
|
kssenii
|
223048d395
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into vxider-window-view
|
2021-11-26 01:06:06 +03:00 |
|
kssenii
|
c28acefaa7
|
Add timezones to tests
|
2021-11-26 01:01:19 +03:00 |
|
alexey-milovidov
|
51a0d6c2f3
|
Update json-functions.md
|
2021-11-26 00:20:37 +03:00 |
|
alexey-milovidov
|
6b8f7ad03f
|
Merge pull request #31798 from ClickHouse/fix-31748
Fix stylecheck for tests/ci/push_to_artifactory.py
|
2021-11-26 00:11:32 +03:00 |
|
alexey-milovidov
|
e30a4c4026
|
Update PreLoad.cmake
|
2021-11-25 23:53:50 +03:00 |
|
alexey-milovidov
|
6017b982d9
|
Merge pull request #31780 from Algunenano/fix_performance_report_queries
Improve how queries are output in the performance dashboard
|
2021-11-25 22:57:29 +03:00 |
|
alesapin
|
55b9724fe7
|
Merge pull request #31821 from ClickHouse/fix_sender_check
Fix check in approve lambda
|
2021-11-25 19:26:32 +03:00 |
|
alesapin
|
bc5dcaf59c
|
Fix check in approve lambda
|
2021-11-25 19:25:29 +03:00 |
|
Mikhail f. Shiryaev
|
4c6df59f52
|
Fix style check
|
2021-11-25 17:06:37 +01:00 |
|
alesapin
|
71ae890c59
|
Merge pull request #31544 from azat/ci-actions-fixes
Remove duplicated not compressed logs from CI (actions)
|
2021-11-25 18:43:44 +03:00 |
|
alesapin
|
f60fdc7a8b
|
Merge pull request #31767 from ClickHouse/fail_fasttest_if_some_tests_was_not_successful
Fail fasttest, builds and functional checks if some tests was not successful
|
2021-11-25 17:47:12 +03:00 |
|
alesapin
|
8890dc675e
|
Merge pull request #31782 from ClickHouse/use_git_version_number_for_builds
Use version from git describe in builds
|
2021-11-25 17:45:35 +03:00 |
|
tavplubix
|
f320a404e0
|
Fix 'there are no such cluster here' (#31723)
* Update Context.cpp
* Update DDLTask.cpp
|
2021-11-25 17:28:06 +03:00 |
|
alesapin
|
e6e4c485bc
|
More simple
|
2021-11-25 16:41:38 +03:00 |
|
Mikhail f. Shiryaev
|
16703c2824
|
Fix stylecheck for tests/ci/push_to_artifactory.py
|
2021-11-25 14:41:08 +01:00 |
|
alesapin
|
a911e65b34
|
Update tests/ci/version_helper.py
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
|
2021-11-25 16:25:09 +03:00 |
|
alexey-milovidov
|
e8b29cab6e
|
Update report.py
|
2021-11-25 15:37:00 +03:00 |
|
alesapin
|
3d811aeec1
|
Use version from git describe in builds
|
2021-11-25 14:19:26 +03:00 |
|
Kruglov Pavel
|
b39c19399f
|
Merge pull request #31691 from kssenii/testing-1
Allow named_collections for kafka / rabbit
|
2021-11-25 14:06:31 +03:00 |
|
Kruglov Pavel
|
8282815403
|
Merge pull request #31455 from Avogar/fix-whole-text-serialization
Fix deserialization in JSONCompactStrings(EachRow) format
|
2021-11-25 14:00:45 +03:00 |
|
Kruglov Pavel
|
f28130193a
|
Merge branch 'master' into fix-whole-text-serialization
|
2021-11-25 14:00:20 +03:00 |
|
Kruglov Pavel
|
5d1520be72
|
Merge pull request #31736 from Avogar/fix-json-with-progress
Fix race in JSONEachRowWithProgress output format
|
2021-11-25 13:58:41 +03:00 |
|
Mikhail f. Shiryaev
|
cddccfbfff
|
Merge pull request #31748 from ClickHouse/migrate-to-artifactory
Add script for pushing deb and rpm packages to artifactory
|
2021-11-25 11:48:01 +01:00 |
|
Kruglov Pavel
|
5f17109a84
|
Merge pull request #31712 from Avogar/fix-write-after-finalize
Fix possible Logical error: Cannot write to finalized buffer
|
2021-11-25 13:43:14 +03:00 |
|
Mikhail f. Shiryaev
|
3e6bc6796c
|
Finish the script
- add logging to rpm and deb deployment
- fix art_client name
- use dowload_build_with_progress function
- move the script to tests/ci
|
2021-11-25 11:36:00 +01:00 |
|
Raúl Marín
|
a6c34fdbc9
|
Improve how queries are output in the performance dashboard
|
2021-11-25 11:22:47 +01:00 |
|
alesapin
|
a6a44cf8b6
|
Fix style
|
2021-11-25 13:11:47 +03:00 |
|
alesapin
|
c09feaf2a8
|
Also fail builds and functional tests
|
2021-11-25 13:01:29 +03:00 |
|
Mikhail f. Shiryaev
|
708499c5bc
|
Apply suggestions from code review
Co-authored-by: alesapin <alesapin@clickhouse.com>
|
2021-11-25 10:30:31 +01:00 |
|
alesapin
|
b687d9515b
|
Fail fast test check
|
2021-11-25 12:23:45 +03:00 |
|
alesapin
|
81942b8128
|
Merge pull request #31765 from ClickHouse/fix_diff_for_backports
Fix diff for backports.
|
2021-11-25 12:01:03 +03:00 |
|
alesapin
|
27ff9d1fc7
|
Trying to fix pr info for backport
(cherry picked from commit 811e0be749 )
|
2021-11-25 12:00:19 +03:00 |
|
alesapin
|
c86b43c7ef
|
Merge pull request #31685 from ClickHouse/tavplubix-patch-5
Try fix OOMs with TSAN
|
2021-11-25 11:34:05 +03:00 |
|
alesapin
|
fe7f21acf9
|
Merge pull request #31697 from ClickHouse/fix_31686
Fix parsing of domain data types
|
2021-11-25 11:31:41 +03:00 |
|
alesapin
|
072b4a3ba6
|
Merge pull request #31714 from Algunenano/02112_timezone
Make 02112_with_fill_interval independent of the server timezone
|
2021-11-25 11:30:29 +03:00 |
|
Kseniia Sumarokova
|
87b920594e
|
Merge pull request #31678 from ucasfl/log
fix typo
|
2021-11-25 11:29:36 +03:00 |
|
Kseniia Sumarokova
|
93cf66df12
|
Merge pull request #30936 from kssenii/seekable-read-buffers
Reduce memory usage for some formats when reading with s3/url/hdfs
|
2021-11-25 11:19:24 +03:00 |
|
Vladimir C
|
e835671c88
|
Merge pull request #31624 from nicelulu/fix_sparkbar
|
2021-11-25 11:01:25 +03:00 |
|
alesapin
|
02c238ba92
|
Merge pull request #31654 from ClickHouse/fixes_in_ci
Integration tests flaky check and small fixes
|
2021-11-25 10:29:51 +03:00 |
|
Kseniia Sumarokova
|
0e2f34f926
|
Merge pull request #31752 from freedomDR/me/master
fix code comment
|
2021-11-25 09:53:46 +03:00 |
|
Kseniia Sumarokova
|
d09e3f0885
|
Merge pull request #31703 from kssenii/hdfs-disable-logging
hdfs disable stderr logging
|
2021-11-25 09:52:02 +03:00 |
|
freedomDR
|
c8c827fc78
|
fix code comment
|
2021-11-25 11:11:25 +08:00 |
|
alexey-milovidov
|
e1c2e629d8
|
Merge pull request #30011 from ClickHouse/hermetic-builds
Hermetic builds
|
2021-11-25 05:27:25 +03:00 |
|
alexey-milovidov
|
4082c6c4e5
|
Merge pull request #31713 from Algunenano/02050_clean_files
02050: Use CLICKHOUSE_TMP and delete files when finished
|
2021-11-25 05:02:34 +03:00 |
|
alexey-milovidov
|
02c270663b
|
Merge pull request #31720 from Algunenano/02010_lc_native_ids
02010_lc_native: Generate a new id for each query
|
2021-11-25 05:01:08 +03:00 |
|
alexey-milovidov
|
99a40d171d
|
Merge pull request #31721 from Algunenano/flaky_00623
00623_replicated_truncate_table_zookeeper_long: Wait for truncate in replicas
|
2021-11-25 05:00:53 +03:00 |
|
alexey-milovidov
|
423d497b27
|
Merge pull request #31742 from CurtizJ/fix-map
Fix usage of `Buffer` table engine with type `Map`
|
2021-11-25 04:56:37 +03:00 |
|
alexey-milovidov
|
b3ac7d04f2
|
Merge pull request #31744 from tmagomedov/remove_opencl_completely
Remove OpenCL completely
|
2021-11-25 04:56:02 +03:00 |
|