Vitaliy Zakaznikov
16c10851d3
Adding more tests to test_distributed_over_live_view.
...
Updating test_live_view_over_distributed to be more robust.
2020-04-10 13:47:47 -04:00
Alexey Milovidov
39bbc1071b
Fix typo
2020-04-10 20:23:51 +03:00
Vitaliy Zakaznikov
c37ba8243d
Starting to add test_distributed_over_live_view tests.
2020-04-10 13:01:10 -04:00
Vitaliy Zakaznikov
442446fbfa
Adding some live view over distributed stateless tests.
2020-04-10 12:04:25 -04:00
alexey-milovidov
7cafdba9c7
Merge pull request #10073 from Akazz/timed_rwlock
...
Update to RWLock: timeout parameter for getLock() + implementation reworked to be phase fair
2020-04-10 18:56:04 +03:00
Anton Popov
9b6f7af7f6
add tests for ALTER CLEAR COLUMN/INDEX with compact parts
2020-04-10 18:26:40 +03:00
Vitaliy Zakaznikov
201c65f49b
Adding test_live_view_over_distributed integration test.
2020-04-10 11:23:04 -04:00
Ivan Blinkov
1b6b9e77fe
Return redirects for all languages
2020-04-10 17:58:34 +03:00
Ivan Blinkov
ca1aba62b3
Do not minify redirects
2020-04-10 17:56:09 +03:00
Ivan Blinkov
770bc149df
Extra mark for redirect template page
2020-04-10 17:54:20 +03:00
Ivan Blinkov
7177bc4cbf
fix to_url with version_prefix
2020-04-10 17:40:55 +03:00
Vitaly Baranov
274a5311fc
Merge pull request #10153 from vitlibar/enable-access-management-in-stateless-tests-3
...
Enable access management in stateless tests #3 .
2020-04-10 17:40:20 +03:00
alesapin
d2237c3ab8
Update msgpack.cmake
2020-04-10 17:17:32 +03:00
tavplubix
5e860ddb04
fix 01098_temporary_and_external_tables
2020-04-10 17:09:47 +03:00
alesapin
27eaea184a
Add small timeout
2020-04-10 17:03:42 +03:00
Ivan Blinkov
0b4019becb
Website performance improvements ( #10175 )
...
* workers moved to separate repo https://github.com/ClickHouse/clickhouse-website-worker
* support prefetch tag
* Prefetch docs from front page + async load of secondary images
2020-04-10 16:56:25 +03:00
Ivan Blinkov
81a7b4b248
Grammar in operators.md
2020-04-10 16:55:00 +03:00
alesapin
9d81f89648
Add sleep to test
2020-04-10 16:51:09 +03:00
Ivan Blinkov
2034f09b2a
Grammar in syntax.md
2020-04-10 16:50:38 +03:00
Anton Popov
d018977f4b
fix 'ALTER CLEAR INDEX/COLUMN' queries with compact parts
2020-04-10 16:36:51 +03:00
Ilya Yatsishin
d4bc6662cd
Update extended_roadmap.md
2020-04-10 15:29:25 +03:00
alesapin
88657cfbe1
Add retries to test
2020-04-10 15:14:27 +03:00
Ivan Blinkov
2108f621dd
Disable webvisor on single-page docs
2020-04-10 14:31:21 +03:00
alesapin
9b0640a3b5
Fix odbc round trip test
2020-04-10 14:29:56 +03:00
Mikhail f. Shiryaev
91a33e1eec
Fix code wrapping for non-code part ( #10129 )
...
* Fix code wrapping for non-code part
* Fix links, fix formatting
2020-04-10 13:45:25 +03:00
Ivan Blinkov
564bec176e
Update codebrowser links ( #10166 )
...
* Put single-page content into a separate js file
* move break comments
* Update codebrowser links
2020-04-10 13:40:59 +03:00
Ivan Blinkov
a4f5280d80
Remove excessive }
2020-04-10 12:32:37 +03:00
Alexander Kazakov
497df3086f
Merge branch 'master' into timed_rwlock
...
Change-Id: I620bfde2121ff013773b001d514b40b1e796a58b
2020-04-10 11:38:20 +03:00
Azat Khuzhin
66d443df14
Add libmsgpack-dev into the image (for unbundled build)
2020-04-10 11:30:23 +03:00
Ivan Blinkov
578eb202f8
Merge pull request #10167 from ClickHouse/dependabot/pip/docs/tools/mkdocs-macros-plugin-0.4.6
...
Bump mkdocs-macros-plugin from 0.4.4 to 0.4.6 in /docs/tools
2020-04-10 11:05:56 +03:00
Azat Khuzhin
569b85eda4
Add ability to use unbundled msgpack
...
Actually it works before but by accidentally and with warnings.
2020-04-10 10:47:52 +03:00
dependabot-preview[bot]
25f9a1a249
Bump mkdocs-macros-plugin from 0.4.4 to 0.4.6 in /docs/tools
...
Bumps [mkdocs-macros-plugin](https://github.com/fralau/mkdocs_macros_plugin ) from 0.4.4 to 0.4.6.
- [Release notes](https://github.com/fralau/mkdocs_macros_plugin/releases )
- [Commits](https://github.com/fralau/mkdocs_macros_plugin/commits )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-10 07:41:44 +00:00
Azat Khuzhin
888baad565
tests/queries/0_stateless/01056_create_table_as: drop dictionary at start
2020-04-10 10:38:43 +03:00
Ivan Blinkov
b8bfbad857
Update sitemap_static.xml
2020-04-10 09:35:07 +03:00
philip.han
7fa5afecb4
Support transform_null_in option for StorageSet
2020-04-10 14:42:36 +09:00
philip.han
c6bf39d7a9
Fix 01231_operator_null_in.reference
2020-04-10 14:02:55 +09:00
philip.han
c39e3a51ad
Fix Set::insertFromBlockImplCase()
2020-04-10 12:30:54 +09:00
BohuTANG
87cc8de8e2
Merge remote-tracking branch 'ck/master' into 20200409_bug_fix_mysql_handshake_scramble
2020-04-10 11:10:41 +08:00
Alexey Milovidov
976ef5af3c
Updated results from Jack P. Gao
2020-04-10 01:26:32 +03:00
alexey-milovidov
4a73fe7477
Merge pull request #9889 from Avogar/msgpack_format
...
Msgpack format
2020-04-10 00:07:10 +03:00
Ivan Blinkov
345978ae35
normalize ru markdown ( #10159 )
2020-04-09 23:51:01 +03:00
Ivan Blinkov
9326016e5f
Put single-page content into a separate js file ( #10160 )
2020-04-09 23:50:39 +03:00
Ivan Blinkov
2b51b5ee5f
Update release.sh
2020-04-09 23:32:35 +03:00
alexey-milovidov
a85d35f31c
Merge pull request #10049 from azat/show-create-table-multiline
...
Make SHOW CREATE TABLE multiline
2020-04-09 23:30:56 +03:00
Alexander Kazakov
0accd2908c
Fix up styler's grudge
2020-04-09 23:11:20 +03:00
Ivan Blinkov
3166eab2df
Update release.sh
2020-04-09 21:56:03 +03:00
Alexander Kazakov
26dd6140b2
Added new config settings to control timeouts
...
* "lock_acquire_timeout" controls for how long a query will continue to
acquire each lock on its argument tables
* "lock_acquire_timeout_for_background_operations" is a per-table
setting for storages of *MergeTree family
2020-04-09 21:10:27 +03:00
Ivan Blinkov
c1558f8c18
fix link
2020-04-09 21:08:57 +03:00
Ivan Blinkov
d035173889
There's no toc_NN.yml files anymore
2020-04-09 21:08:22 +03:00
Ivan Blinkov
a4e2fd24b0
Get rid of toc_ru.yml ( #10152 )
2020-04-09 21:06:07 +03:00