Alexey Milovidov
|
3b85c5ed0e
|
Put the script into the base Docker image
|
2023-08-12 02:14:58 +02:00 |
|
Alexey Milovidov
|
1ae186b679
|
Merge branch 'export-logs-in-ci' of github.com:ClickHouse/ClickHouse into export-logs-in-ci
|
2023-08-12 02:11:48 +02:00 |
|
Alexey Milovidov
|
38c60430f4
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into export-logs-in-ci
|
2023-08-12 02:11:43 +02:00 |
|
Alexey Milovidov
|
46c606b678
|
Merge pull request #53072 from ClickHouse/fix-comment
Fix a comment
|
2023-08-12 03:06:15 +03:00 |
|
Alexey Milovidov
|
4ccf9631ed
|
Merge pull request #53092 from ClickHouse/fix-grammarly
Fix wording
|
2023-08-12 03:05:53 +03:00 |
|
Alexey Milovidov
|
7c178d0764
|
Merge pull request #52767 from ClickHouse/client-allow-yaml
Allow `yaml` configs in clickhouse-client
|
2023-08-12 03:05:08 +03:00 |
|
Alexey Milovidov
|
637236a081
|
Merge pull request #53085 from ClickHouse/allow-creating-system-tables-at-startup
Simplify system logs creation
|
2023-08-12 03:04:30 +03:00 |
|
Alexey Milovidov
|
ede2dc5deb
|
Merge pull request #53246 from ClickHouse/fix-02428_delete_with_settings
Fix test `02428_delete_with_settings`
|
2023-08-12 03:04:18 +03:00 |
|
Alexey Milovidov
|
84b25bc446
|
Merge pull request #53298 from ClickHouse/remove-undrop
Remove flaky tests for the experimental `UNDROP` feature
|
2023-08-12 03:03:18 +03:00 |
|
Alexey Milovidov
|
efe6ea1976
|
Merge pull request #53182 from ClickHouse/ditch-tons-of-garbage-2
Ditch tons of garbage, part 2
|
2023-08-12 03:02:47 +03:00 |
|
Alexey Milovidov
|
62b3485cd8
|
Merge pull request #53283 from ClickHouse/fix-00906_low_cardinality_cache
Inhibit randomization in `00906_low_cardinality_cache`
|
2023-08-12 03:01:43 +03:00 |
|
Alexey Milovidov
|
5b243d2990
|
Merge pull request #53006 from kitaisreal/explain-actions-for-join-step
EXPLAIN actions for JOIN step
|
2023-08-12 02:51:07 +03:00 |
|
robot-clickhouse
|
2b852e55b6
|
Automatic style fix
|
2023-08-11 21:13:53 +00:00 |
|
Alexey Milovidov
|
af74bc9564
|
Merge branch 'export-logs-in-ci' of github.com:ClickHouse/ClickHouse into export-logs-in-ci
|
2023-08-11 22:57:23 +02:00 |
|
Alexey Milovidov
|
ddb7fb2ce9
|
Update tests/ci/functional_test_check.py
Co-authored-by: Mikhail f. Shiryaev <felixoid@clickhouse.com>
|
2023-08-11 23:56:23 +03:00 |
|
Alexey Milovidov
|
0317ec135d
|
Merge branch 'master' into export-logs-in-ci
|
2023-08-11 22:54:28 +02:00 |
|
Alexey Milovidov
|
9b7fcf17bc
|
Merge branch 'allow-creating-system-tables-at-startup' into export-logs-in-ci
|
2023-08-11 22:54:24 +02:00 |
|
robot-clickhouse-ci-1
|
9e7e581813
|
Merge pull request #53216 from vitaliyf/master
docs: Fixed invalid MySQL named collection examples
|
2023-08-11 17:14:51 +02:00 |
|
Yakov Olkhovskiy
|
4953208adc
|
Merge pull request #52758 from ClickHouse/nullable-num-intdiv
Add modulo, intDiv, intDivOrZero for tuple
|
2023-08-11 11:00:54 -04:00 |
|
Anton Popov
|
8744a0269a
|
Merge pull request #52530 from CurtizJ/fix-alter-delete-skip-index
Fix recalculation of skip indexes and projections in `ALTER DELETE` queries
|
2023-08-11 15:23:05 +02:00 |
|
Alexey Milovidov
|
22d1ddeb71
|
Fix tidy
|
2023-08-11 14:45:12 +02:00 |
|
Alexey Milovidov
|
a55f9eae84
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into allow-creating-system-tables-at-startup
|
2023-08-11 14:45:03 +02:00 |
|
Nikita Mikhaylov
|
dbe13e3016
|
Merge pull request #53110 from rmarduga/master
Add hints for HTTP handlers
|
2023-08-11 14:09:33 +02:00 |
|
robot-ch-test-poll
|
58cfede9f9
|
Merge pull request #53285 from ClickHouse/better-concurrency
Change the default of `max_concurrent_queries` from 100 to 1000
|
2023-08-11 13:01:48 +02:00 |
|
robot-ch-test-poll
|
8f6eae5e26
|
Merge pull request #53183 from ClickHouse/remove-heavy-templates
Remove unnecessary templates
|
2023-08-11 12:56:02 +02:00 |
|
Kseniia Sumarokova
|
ec50c61a8c
|
Try fix test
|
2023-08-11 12:28:51 +02:00 |
|
Yarik Briukhovetskyi
|
a6f89c0546
|
Added suggestions for mistyped names for db and tables with different… (#49801)
* Added suggestions for mistyped names for db and tables with different scenarios commented
* fixed bugs
* fixed style check
* fixed errors
* fixed errors
* fixed error with exceptions
* fixed exceptions
* fixed exceptions
* fixed exceptions
* added test and fixed bugs
* fixed style check
* fixed style check
* fixed style check
* fixed check black
* Update test.py
* Fixed server crash
* Fixed server crash and style check
* Fixed style check
* Fixed style check
* Fixed style check
* Fixed bugs with drop_db
* fixed fast test
* added tests
* fixed style check
* fixed style check
* fixed bug with lock_db
* fixed bug with lock_db and fixed reviews
* fixed bug with lock_db and fixed reviews
* fixed style check
* fixed fast test
* fixed fast test
* revert to fd582a2
* revert to fd582a2
* Removed unused parameters
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Remove unused parameters
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* resolved arguments issue in assertDatabaseExists
* fixing fast test
* fixed fast test
* fixed stateless test for default db
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Fixing tests.
* resolved problem with mutex
* Fixed mutex in assertDatabaseExists
* changes about assertDatabaseExists
* fixed bugs with file types
* fixed string types
* fixed fast test
* fixed mutex
* fixed mutex
* fixed style check
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update src/Interpreters/DatabaseCatalog.cpp
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* fixed build
* added -unlocked versions of functions
* Revert "fixed build"
This reverts commit 8ce961be21 .
* Revert "fixed build"
This reverts commit 8ce961be21 .
* changed usage of assertDatabaseExistsUnlocked()
* fixed style check
* style check
* style check
* Revert "style check"
This reverts commit 28a9ee85a0 .
* Merge branch 'master' into hints-for-wrong-db-or-table-name
* Changed AssertDatabaseExists and unified exception output
* resolved proposed changes and modified tests
* Revert "resolved proposed changes and modified tests"
This reverts commit d45337d65c .
* resolved requested changes
* fixed tests
* fixed tests
* fixed check black
* Update include brackets
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
* Update suggested changes
* Update suggested changes
* Fixed style check
* Added test to analyzer_integration_broken
* Update DatabaseCatalog.cpp
* Update test.py
* fixed test
* Revert "fixed test"
This reverts commit ca6d4c17c8 .
* fixed test
* Revert "fixed test"
This reverts commit fe6d0d9c86 , reversing
changes made to 22f4496704 .
* Update test.py
* fixed black check
* Update test.py
* fixed long_log_tinylog_deadlock_race
* Update DatabaseCatalog.cpp
* Update test.py
* style
* Update DatabaseCatalog.cpp
* Fixed test
* implemented for IDatabase
* Style check
* removed const_cast
* Update DatabaseCatalog.h
* Update DatabaseCatalog.h
* Update DatabaseCatalog.cpp
* Update DatabaseCatalog.cpp
* Added db name to hints
* Update 00002_log_and_exception_messages_formatting.sql
* Update 00002_log_and_exception_messages_formatting.sql
---------
Co-authored-by: Yakov Olkhovskiy <99031427+yakov-olkhovskiy@users.noreply.github.com>
|
2023-08-11 13:24:16 +03:00 |
|
Mikhail f. Shiryaev
|
bc93254ca2
|
Merge pull request #52865 from ClickHouse/restructure-docker-rust
Significant improvement of rust caching
|
2023-08-11 10:12:06 +02:00 |
|
Alexey Milovidov
|
ebf34f8c17
|
Create system logs at startup
|
2023-08-11 03:46:31 +02:00 |
|
Alexey Milovidov
|
e70d3402a8
|
Merge branch 'allow-creating-system-tables-at-startup' into export-logs-in-ci
|
2023-08-11 03:44:33 +02:00 |
|
Alexey Milovidov
|
6ec4dd5893
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into export-logs-in-ci
|
2023-08-11 03:44:25 +02:00 |
|
Alexey Milovidov
|
b6c47ee157
|
Merge branch 'master' into export-logs-in-ci
|
2023-08-11 03:44:18 +02:00 |
|
Alexey Milovidov
|
aae35f3b1c
|
Merge pull request #53184 from ClickHouse/better-ccache
Better usage of ccache
|
2023-08-11 04:43:45 +03:00 |
|
Alexey Milovidov
|
f3186c939e
|
Merge branch 'master' into fix-00906_low_cardinality_cache
|
2023-08-11 04:42:43 +03:00 |
|
Alexey Milovidov
|
b253d78770
|
Remove flaky tests for the experimental UNDROP feature
|
2023-08-11 03:37:31 +02:00 |
|
Alexey Milovidov
|
a04081bafd
|
Merge branch 'fix-01485_256_bit_multiply' into better-concurrency
|
2023-08-11 03:12:29 +02:00 |
|
Alexey Milovidov
|
1ef301f5b1
|
Fix 01485_256_bit_multiply
|
2023-08-11 03:11:16 +02:00 |
|
Alexey Milovidov
|
7bc6015c4b
|
Merge branch 'allow-creating-system-tables-at-startup' of github.com:ClickHouse/ClickHouse into allow-creating-system-tables-at-startup
|
2023-08-11 03:06:27 +02:00 |
|
Alexey Milovidov
|
3b9d2c7080
|
Simplification
|
2023-08-11 03:06:07 +02:00 |
|
Alexey Milovidov
|
736ff1c127
|
Merge branch 'master' into allow-creating-system-tables-at-startup
|
2023-08-11 01:25:49 +02:00 |
|
Alexey Milovidov
|
0b5e3f76da
|
Merge branch 'master' into fix-comment
|
2023-08-11 02:21:04 +03:00 |
|
Alexey Milovidov
|
19ef25a7d2
|
Merge branch 'master' of github.com:ClickHouse/ClickHouse into fix-grammarly
|
2023-08-11 01:04:33 +02:00 |
|
Alexey Milovidov
|
c832e10a5a
|
Merge branch 'fix-02428_delete_with_settings' of github.com:ClickHouse/ClickHouse into fix-02428_delete_with_settings
|
2023-08-11 01:02:44 +02:00 |
|
Alexey Milovidov
|
e6d8186434
|
Merge branch 'fix-00002_log_and_exception_messages_formatting' into fix-02428_delete_with_settings
|
2023-08-11 01:02:29 +02:00 |
|
Alexey Milovidov
|
a68e4e52e4
|
Merge branch 'master' into fix-02428_delete_with_settings
|
2023-08-11 01:02:24 +02:00 |
|
Alexey Milovidov
|
396db7ab3c
|
Fix test 00002_log_and_exception_messages_formatting
|
2023-08-11 01:01:43 +02:00 |
|
Alexey Milovidov
|
3193c6d4cc
|
Fix build
|
2023-08-11 00:55:57 +02:00 |
|
Alexey Milovidov
|
51838b7099
|
Merge branch 'remove-heavy-templates' of github.com:ClickHouse/ClickHouse into remove-heavy-templates
|
2023-08-11 00:55:30 +02:00 |
|
Alexey Milovidov
|
94f7c3c5dc
|
Merge branch 'master' into remove-heavy-templates
|
2023-08-11 00:41:18 +02:00 |
|
Alexey Milovidov
|
ea62629d83
|
Fix linking of examples
|
2023-08-11 00:40:26 +02:00 |
|