Commit Graph

2900 Commits

Author SHA1 Message Date
Alexey Milovidov
41510275c5 Small updates on roadmap 2020-03-17 01:54:42 +03:00
Ivan Blinkov
552ecd6b68
Less spam in build.py output (#9694) 2020-03-17 00:55:51 +03:00
Denis Zhuravlev
7a863390fc
Update settings.md (#9688)
insert_deduplicate / deduplicate_blocks_in_dependent_materialized_views en description
2020-03-16 23:23:16 +03:00
yonesko
81bc57874e
Fix typo (#9683) 2020-03-16 18:02:03 +03:00
Ivan Blinkov
cb7b64d946
Softer cache purge threshold 2020-03-16 00:10:47 +03:00
Ivan Blinkov
3ce47c5e48
Suggest downloading packages via CDN (#9663)
* Suggest downloading packages via CDN

* Update rpm.html

* Update tgz.html

* Update install.md

* Update tutorial.md

* Update install.md

* Update install.md

* Update tutorial.md

* Update deb.html
2020-03-15 21:19:43 +03:00
Ivan Blinkov
51e3986924
Update release.sh 2020-03-15 16:25:58 +03:00
Ivan Blinkov
856ea72b5c
Try to purge website cache less aggressively (#9668) 2020-03-15 13:53:00 +03:00
BayoNet
a4568b52e0
DOCS-511: Deleted some experimental settings. Removed duplicated description for join_any_take_last_row. (#9639)
* CLICKHOUSEDOCS-511: Removed obsolete settings.

* CLICKHOUSEDOCS-511: Removed duplication for ## join_use_nulls {#join_use_nulls}.

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-03-14 01:12:54 +03:00
Ivan Blinkov
d4cc635a4c
Major website front page refactoring (#9300) 2020-03-13 22:35:03 +03:00
BayoNet
127bee643c
DOCS-549: Updated info about keywords case-sensivity. (#9626)
* Added DateTime64 to TOCs.
* Note about case-sencivity of keywords.
2020-03-13 10:29:50 +03:00
BayoNet
dc3d576d31
DOCS-57: position, positionCaseInsensitive, positionUTF8, positionCaseInsensitiveUTF8 (#9631) 2020-03-13 09:33:02 +03:00
Denis Zhuravlev
e867891265
Merge branch 'master' into docs/deduplicate_blocks_in_dependent_materialized_views 2020-03-12 11:53:41 -03:00
Alexey Milovidov
22a89d5d8e Fixed changelog and documentation 2020-03-12 17:20:10 +03:00
Denis Zhuravlev
bbef6a29c9 Fixed the wrong(old) parameter name to the correct one -- deduplicate_blocks_in_dependent_materialized_views 2020-03-11 23:57:47 -03:00
Denis Zhuravlev
20cc9e90da Lifestreet info updated 2020-03-11 23:46:58 -03:00
Denis Zhuravlev
b4cf1410ed
DateTime documentation improvements, added DateTime64 doc (#9562)
* Added DateTime64 docs, added info on DateTime timezone conversion, added ClickHouse.Client to list of ADO.NET clients

* I accidentally a word

* Review notes

* Fix space per review notes

Co-Authored-By: Ivan Blinkov <github@blinkov.ru>

* More review notes: fixed wrong notes on DateTime, added more extensive info on automatic type conversion

* Minor tweaks

* Review notes: missing `code` markers

* Formatting fix

* Silence PR check

* fix typo

* fix typos

* fix typos

* removed meaningless sentence.

* TZ new description

* Update datetime.md

* Update datetime.md

* Update datetime.md

* Update datetime.md

* Update datetime64.md

* Update datetime64.md

* Update datetime64.md

* Update datetime64.md

Co-authored-by: DarkWanderer <elquentaro@gmail.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
Co-authored-by: Denis Zhuravlev <denis.zhuravlev@revjet.com>
2020-03-12 03:13:15 +03:00
Alexey Milovidov
ab345379c5 Changed repository address 2020-03-11 10:29:30 +03:00
alexey-milovidov
57f93ba84b
Update build_osx.md 2020-03-11 10:26:18 +03:00
alexey-milovidov
e55c61198e
Update build.md 2020-03-11 10:25:43 +03:00
alexey-milovidov
7bb45173fe
Update build_osx.md 2020-03-11 10:23:55 +03:00
alexey-milovidov
2ae3b4082a
Update extended_roadmap.md 2020-03-10 22:16:35 +03:00
Ivan Blinkov
c1ed32cc69
Merge pull request #9572 from ClickHouse/dependabot/pip/docs/tools/click-7.1.1
Bump click from 7.0 to 7.1.1 in /docs/tools
2020-03-10 18:30:14 +03:00
Mikhail
33c50fcd3f
Typo in russian docs 2020-03-10 15:53:00 +03:00
dependabot-preview[bot]
15843306e7
Bump click from 7.0 to 7.1.1 in /docs/tools
Bumps [click](https://github.com/pallets/click) from 7.0 to 7.1.1.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/7.0...7.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-10 07:38:22 +00:00
Alexey Milovidov
f70d00d28d Removed unused requirement #9569 2020-03-09 20:26:18 +03:00
alexey-milovidov
f1c15eed99
Merge pull request #9534 from ClickHouse/generate-normalization
Fixes after merging "generateRandom" table function
2020-03-08 23:22:32 +03:00
Denis Zhuravlev
20eeb4651e
Update adopters.md
Fixed https://lifestreet.com/ URL
2020-03-07 19:35:27 -04:00
Alexey Milovidov
256acebfca Merge branch 'pr_add_auc' of https://github.com/taiyang-li/ClickHouse into taiyang-li-pr_add_auc 2020-03-08 02:10:34 +03:00
Alexey Milovidov
eb2a78c6b0 Support for NULL as random seed; reordered parameters for convenience 2020-03-07 23:35:55 +03:00
Alexey Milovidov
50e2e338ed Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization 2020-03-07 22:58:32 +03:00
alexey-milovidov
9a10457cb6
Remove indexHint function (#9542)
* Remove indexHint function

* Fixed build

* Update KeyCondition.cpp

* Update KeyCondition.cpp
2020-03-07 22:56:38 +03:00
Alexey Milovidov
51bd480d2a Merge branch 'master' of github.com:yandex/ClickHouse into generate-normalization 2020-03-07 18:11:47 +03:00
alexey-milovidov
709667b8d7
Merge pull request #9548 from den-crane/patch-20
Doc change. insert_deduplicate , force_deduplicate_childrens RU description
2020-03-07 15:37:39 +03:00
Denis Zhuravlev
6062485ed2
Update query_complexity.md 2020-03-06 21:25:23 -04:00
Denis Zhuravlev
de1420ebd7
Merge branch 'master' into patch-18 2020-03-06 21:22:51 -04:00
Denis Zhuravlev
5f55526b37
Update query_complexity.md
explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-03-06 21:14:36 -04:00
alexey-milovidov
03551865a8
Merge pull request #9373 from den-crane/patch-19
Doc. change. max_insert_threads RU description
2020-03-07 02:46:11 +03:00
Denis Zhuravlev
5db4222ff8
Update settings.md
insert_deduplicate , force_deduplicate_childrens RU description
2020-03-06 19:25:22 -04:00
Alexey Milovidov
55fdce72eb Update roadmap 2020-03-06 23:50:34 +03:00
Denis Zhuravlev
a5e4381a98
Update settings.md 2020-03-06 16:42:17 -04:00
Denis Zhuravlev
44b6390c62
Update settings.md
max_insert_threads EN description
2020-03-06 16:35:31 -04:00
Denis Zhuravlev
42cc6f4e3c
Update settings.md
max_insert_threads corrected ru description
2020-03-06 16:29:48 -04:00
BayoNet
0a41e52379
Update docs/en/introduction/adopters.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-03-06 15:45:07 +03:00
Sergei Shtykov
117845b2be CLICKHOUSEDOCS-548: Repaired master build. 2020-03-06 15:44:22 +03:00
Sergei Shtykov
1b1e4970ab Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-548-adopters 2020-03-06 14:10:04 +03:00
Sergei Shtykov
36de225bb2 CLICKHOUSEDOCS-548: Adopters 2020-03-06 13:50:43 +03:00
Alexey Milovidov
ca24156be9 Updated docs 2020-03-06 05:19:55 +03:00
alexey-milovidov
0bf12a779f
Merge pull request #8994 from qoega/qoega/random-table-function-small
Generate table function
2020-03-06 03:40:22 +03:00
alexey-milovidov
520ec823f5
Merge pull request #9346 from den-crane/patch-18
Doc change explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-03-06 00:18:54 +03:00
Alexey Milovidov
1c5c8b7131 Fixed symlinks #9220 #9222 2020-03-05 23:24:40 +03:00
Alexey Milovidov
9fa0d24527 Merge branch 'gitlocalize-10969' of https://github.com/tac0x2a/ClickHouse into tac0x2a-gitlocalize 2020-03-05 23:17:02 +03:00
Sergei Shtykov
b1d63c51fe CLICKHOUSEDOCS-548: More adopter. 2020-03-05 11:38:54 +03:00
Slach
202af42d17 add description for /ping http handler
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-03-05 12:35:48 +05:00
Slach
ecc65a21db add reference to http_server_default_response in HTTP interface description
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-03-04 20:44:34 +05:00
Sergei Shtykov
f133659285 CLICKHOUSEDOCS-548: Added some adopters to the list. 2020-03-03 17:20:08 +03:00
Yatsishin Ilya
afbf7533c4 Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-03-03 11:56:39 +03:00
alexey-milovidov
5f55dc7385
Merge pull request #9358 from hczhcz/patch-0226
Add moduloOrZero
2020-03-03 03:27:23 +03:00
Yatsishin Ilya
77c2b83022 Merge branch 'master' into qoega/random-table-function-small 2020-03-02 21:01:33 +03:00
alexey-milovidov
9b84b6db4b
Update nyc_taxi.md 2020-03-02 19:26:13 +03:00
Yatsishin Ilya
0a25fe71bd more docs 2020-02-28 12:19:11 +03:00
Sergei Shtykov
f0aaa3b045 Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-415-median 2020-02-28 11:55:34 +03:00
Sergei Shtykov
fb08cc7d89 CLICKHOUSEDOCS-415: Converted median description to quantile description. 2020-02-28 11:55:18 +03:00
Yatsishin Ilya
cf9153e9de Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-02-27 22:52:24 +03:00
alexey-milovidov
ec4aed74a1
Update permissions_for_queries.md 2020-02-27 21:16:02 +03:00
Vladimir Chebotarev
4d1809b869
Little typo fixed. 2020-02-26 23:47:09 +03:00
alexey-milovidov
758f036bd8
Merge pull request #9385 from Felixoid/constraints_typo
Fix typo
2020-02-26 22:19:43 +03:00
Mikhail f. Shiryaev
bd54b30e1a
Add commands for working with submodules 2020-02-26 16:46:47 +01:00
Mikhail f. Shiryaev
5f806222f8
Fix typo 2020-02-26 16:07:23 +01:00
Ivan Blinkov
c509e9038f
trigger tests again 2020-02-26 13:16:32 +03:00
Sergei Shtykov
11fb904719 CLICKHOUSEDOCS-561: Repaired master 2020-02-26 10:59:07 +03:00
Denis Zhuravlev
1e013c742a
Update settings.md
max_insert_threads RU description
2020-02-25 16:00:28 -04:00
Ivan Blinkov
d5f0b4a5b5
Restore some VerticalRaw description to fix build 2020-02-25 21:41:43 +03:00
Ivan Blinkov
3a5df4af0a
Update requirements.txt 2020-02-25 18:37:49 +03:00
unegare
6ae78d9978
wrong translation 2020-02-25 17:24:14 +03:00
Yatsishin Ilya
7b462e2070 Merge remote-tracking branch 'origin' into qoega/random-table-function-small 2020-02-25 16:28:34 +03:00
hcz
3ff04a5e10 Add docs of moduloOrZero 2020-02-25 18:15:24 +08:00
Denis Zhuravlev
7a94d393ca
Update query_complexity.md 2020-02-24 17:58:20 -04:00
Denis Zhuravlev
d4cfda4050
Update query_complexity.md
explanation that `max_result_rows result_overflow_mode=break ` depends of max_block_size
2020-02-24 16:44:37 -04:00
meo
785d0e19a9
Added the prestable tag
The prestable tag for RPMs is sometimes available (and recently it happens more often)
2020-02-23 16:01:20 +01:00
meo
86b87982ea
Updated Mac OS X version
Current Mac OS X version is 10.15 (Catalina)
2020-02-23 11:18:48 +01:00
Alexey Milovidov
992a71b905 Removed "links to nowhere" 2020-02-23 03:03:10 +03:00
Gleb Novikov
6444e82444 fixed final mark description 2020-02-22 21:08:16 +03:00
Alexey Milovidov
1630669123 Fixed broken links in zh docs; added english stubs for missing formats (please help translate them). 2020-02-22 20:20:17 +03:00
Ivan Blinkov
5588f5db8a
Merge pull request #9252 from BayoNet/docs/CLICKHOUSEDOCS-446-alter-ttl
DOCS-446: ALTER TTL
2020-02-22 14:38:48 +03:00
Ivan Blinkov
5e59e873d6
Update cloud.md 2020-02-22 10:27:36 +03:00
Ivan Blinkov
be059cf380
Update adopters.md 2020-02-22 00:59:18 +03:00
alexey-milovidov
0bbe6a938e
Merge pull request #9291 from oandrew/avro-confluent-docs
Add AvroConfluent docs
2020-02-22 00:23:32 +03:00
Ivan Blinkov
598a05572d
Update cloud.md 2020-02-22 00:22:34 +03:00
Ivan Blinkov
3c53db6799
Update cloud.md 2020-02-22 00:22:19 +03:00
Ivan Blinkov
d64873c267
Update toc_en.yml 2020-02-22 00:20:52 +03:00
Ivan Blinkov
ba682608dc
Create cloud.md 2020-02-22 00:18:55 +03:00
Ivan Blinkov
fde8fa6524
Disable shared testing environment in favour of personal ones
...will cleanup and add guide later

cc @alexey-milovidov
2020-02-21 23:24:31 +03:00
Andrew Onyshchuk
cc3f3ed596 Add AvroConfluent docs 2020-02-21 13:44:35 -06:00
Ivan Blinkov
7bc0aa2bed
Merge pull request #9269 from ClickHouse/dependabot/pip/docs/tools/babel-2.8.0
Bump babel from 2.5.1 to 2.8.0 in /docs/tools
2020-02-21 11:47:53 +03:00
Ivan Blinkov
3d72a2785a
Merge pull request #9268 from ClickHouse/dependabot/pip/docs/tools/livereload-2.6.1
Bump livereload from 2.5.1 to 2.6.1 in /docs/tools
2020-02-21 11:22:23 +03:00
Ivan Blinkov
b34fe92426
Merge pull request #9266 from ClickHouse/dependabot/pip/docs/tools/click-7.0
Bump click from 6.7 to 7.0 in /docs/tools
2020-02-21 11:21:47 +03:00
dependabot-preview[bot]
3913bf9e8a
Bump babel from 2.5.1 to 2.8.0 in /docs/tools
Bumps [babel](https://github.com/python-babel/babel) from 2.5.1 to 2.8.0.
- [Release notes](https://github.com/python-babel/babel/releases)
- [Changelog](https://github.com/python-babel/babel/blob/master/CHANGES)
- [Commits](https://github.com/python-babel/babel/compare/v2.5.1...v2.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:45:29 +00:00
dependabot-preview[bot]
11be231b58
Bump livereload from 2.5.1 to 2.6.1 in /docs/tools
Bumps [livereload](https://github.com/lepture/python-livereload) from 2.5.1 to 2.6.1.
- [Release notes](https://github.com/lepture/python-livereload/releases)
- [Changelog](https://github.com/lepture/python-livereload/blob/master/CHANGES.rst)
- [Commits](https://github.com/lepture/python-livereload/compare/v2.5.1...v2.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:45:10 +00:00
dependabot-preview[bot]
ce43cd2f79
Bump click from 6.7 to 7.0 in /docs/tools
Bumps [click](https://github.com/pallets/click) from 6.7 to 7.0.
- [Release notes](https://github.com/pallets/click/releases)
- [Changelog](https://github.com/pallets/click/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/click/compare/6.7...7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:44:29 +00:00
dependabot-preview[bot]
dcf10e36c0
Bump pytz from 2017.3 to 2019.3 in /docs/tools
Bumps [pytz](https://github.com/stub42/pytz) from 2017.3 to 2019.3.
- [Release notes](https://github.com/stub42/pytz/releases)
- [Commits](https://github.com/stub42/pytz/compare/release_2017.3...release_2019.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-21 07:44:05 +00:00
Marat IDRISOV
5fae5baaf1
Small corrections in Russian documentation 2020-02-21 06:07:24 +03:00
alexey-milovidov
fc9fe91331
Merge pull request #9245 from Felixoid/docs_replicas
Update documentation for system.replicas
2020-02-20 19:20:32 +03:00
alexey-milovidov
96b39be564
Merge pull request #9228 from yohannj/updates_collapsing_algorithm_doc
Update collapsing algorithm doc to match actual code
2020-02-20 19:17:14 +03:00
Sergei Shtykov
ff131e1378 CLICKHOUSEDOCS-446: Tranlsated to Russian. Fixed links in ZH version. 2020-02-20 17:38:57 +03:00
Sergei Shtykov
7d28805815 CLICKHOUSEDOCS-446: Added ALTER MODIFY TTL 2020-02-20 17:13:19 +03:00
Mikhail f. Shiryaev
7cf6506534
Update documentation for system.replicas 2020-02-20 11:01:31 +01:00
Ivan Blinkov
17383be8ca
Merge pull request #9240 from ClickHouse/dependabot/pip/docs/tools/certifi-2019.11.28
Bump certifi from 2017.11.5 to 2019.11.28 in /docs/tools
2020-02-20 11:10:44 +03:00
Ivan Blinkov
9d5a3f415b
Merge pull request #9239 from ClickHouse/dependabot/pip/docs/tools/six-1.14.0
Bump six from 1.11.0 to 1.14.0 in /docs/tools
2020-02-20 11:10:32 +03:00
Ivan Blinkov
27a45db288
Merge pull request #9238 from ClickHouse/dependabot/pip/docs/tools/idna-2.9
Bump idna from 2.6 to 2.9 in /docs/tools
2020-02-20 11:10:21 +03:00
dependabot-preview[bot]
24153a5233
Bump certifi from 2017.11.5 to 2019.11.28 in /docs/tools
Bumps [certifi](https://certifi.io/) from 2017.11.5 to 2019.11.28.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:43 +00:00
dependabot-preview[bot]
8230160a00
Bump six from 1.11.0 to 1.14.0 in /docs/tools
Bumps [six](https://github.com/benjaminp/six) from 1.11.0 to 1.14.0.
- [Release notes](https://github.com/benjaminp/six/releases)
- [Changelog](https://github.com/benjaminp/six/blob/master/CHANGES)
- [Commits](https://github.com/benjaminp/six/compare/1.11.0...1.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:43:22 +00:00
dependabot-preview[bot]
694185c0c2
Bump idna from 2.6 to 2.9 in /docs/tools
Bumps [idna](https://github.com/kjd/idna) from 2.6 to 2.9.
- [Release notes](https://github.com/kjd/idna/releases)
- [Changelog](https://github.com/kjd/idna/blob/master/HISTORY.rst)
- [Commits](https://github.com/kjd/idna/compare/v2.6...v2.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:42:59 +00:00
dependabot-preview[bot]
49b86a638d
Bump requests from 2.21.0 to 2.23.0 in /docs/tools
Bumps [requests](https://github.com/psf/requests) from 2.21.0 to 2.23.0.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/master/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.21.0...v2.23.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-20 07:42:43 +00:00
BayoNet
7ef480e4de
DOCS-442: RU translation of the docs on DDL queries creating extenal dictionary (#9141)
* CLICKHOUSEDOCS-442: Translated docs for DDL query for creating external dictinaries.

* CLICKHOUSEDOCS-442: Fixes.

* Update docs/ru/query_language/show.md

* CLICKHOUSEDOCS-442: Fixed failing build.

Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-02-20 09:31:06 +03:00
Ivan Blinkov
2f12f636cb
Merge pull request #9204 from ClickHouse/dependabot/pip/docs/tools/commonmark-0.9.1
Bump commonmark from 0.5.4 to 0.9.1 in /docs/tools
2020-02-19 22:17:27 +03:00
Ivan Blinkov
96a0a048f8
Merge pull request #9206 from ClickHouse/dependabot/pip/docs/tools/unidecode-1.1.1
Bump unidecode from 1.0.23 to 1.1.1 in /docs/tools
2020-02-19 22:16:59 +03:00
Ivan Blinkov
732905940a
Merge pull request #9207 from ClickHouse/dependabot/pip/docs/tools/markupsafe-1.1.1
Bump markupsafe from 1.0 to 1.1.1 in /docs/tools
2020-02-19 22:16:45 +03:00
Sergei Shtykov
500202cba7 CLICKHOUSEDOCS-545: Repaired file collision. 2020-02-19 18:38:36 +03:00
Yohann Jardin
30322f3b4a Update collapsing algorithm doc to match actual code 2020-02-19 16:35:50 +01:00
Sergei Shtykov
5e592152cf Deleted a strange file. 2020-02-19 18:33:49 +03:00
Sergei Shtykov
ef53e4f3e6 Merge branch 'master' of github.com:ClickHouse/ClickHouse into docs/CLICKHOUSEDOCS-545-datalens 2020-02-19 18:20:30 +03:00
Sergei Shtykov
26a745be50 CLICKHOUSEDOCS-545: Clarification. 2020-02-19 17:18:42 +03:00
Sergei Shtykov
3d3bf5e32a CLICKHOUSEDOCS-545: Updated by comments. 2020-02-19 17:12:46 +03:00
BayoNet
b603f903ea
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:40 +03:00
BayoNet
1c25f74792
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:31 +03:00
BayoNet
d098e598fc
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:19 +03:00
BayoNet
119601ba9f
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:57:08 +03:00
Ilya Yatsishin
3e0b76a077
Merge pull request #9218 from oskarwojciski/patch-1
Fix typo in decumentation
2020-02-19 16:56:58 +03:00
BayoNet
ecbd6f1360
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:58 +03:00
BayoNet
222a3a43ac
Update docs/en/interfaces/third-party/gui.md
Co-Authored-By: Ivan Blinkov <github@blinkov.ru>
2020-02-19 16:56:48 +03:00
TAC
eaca86aa09 Translate performance.md via GitLocalize 2020-02-19 13:44:09 +00:00
TAC
f1660f8377 Translate features_considered_disadvantages.md via GitLocalize 2020-02-19 13:29:42 +00:00
TAC
afffe75839 Translate performance.md via GitLocalize 2020-02-19 13:28:18 +00:00
Oskar Wojciski
7b7c1d8e37
Fix typo in decumentation 2020-02-19 14:25:23 +01:00
Sergei Shtykov
778c168a49 CLICKHOUSEDOCS-415: median functions 2020-02-19 11:51:06 +03:00
elenaspb2019
1bf7fad010
elenbaskakova-DOCSUP-728-median (#85)
*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/ru/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

*  "docs(median): the new function 'median' has been edited"

Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-02-19 11:33:26 +03:00
dependabot-preview[bot]
9d7d896760
Bump markupsafe from 1.0 to 1.1.1 in /docs/tools
Bumps [markupsafe](https://github.com/pallets/markupsafe) from 1.0 to 1.1.1.
- [Release notes](https://github.com/pallets/markupsafe/releases)
- [Changelog](https://github.com/pallets/markupsafe/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/markupsafe/compare/1.0...1.1.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 07:44:25 +00:00
dependabot-preview[bot]
d96255ccc4
Bump unidecode from 1.0.23 to 1.1.1 in /docs/tools
Bumps [unidecode](https://github.com/kmike/text-unidecode) from 1.0.23 to 1.1.1.
- [Release notes](https://github.com/kmike/text-unidecode/releases)
- [Commits](https://github.com/kmike/text-unidecode/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 07:44:01 +00:00
dependabot-preview[bot]
39123b25b4
Bump commonmark from 0.5.4 to 0.9.1 in /docs/tools
Bumps [commonmark](https://github.com/rtfd/commonmark.py) from 0.5.4 to 0.9.1.
- [Release notes](https://github.com/rtfd/commonmark.py/releases)
- [Changelog](https://github.com/readthedocs/commonmark.py/blob/master/CHANGELOG.md)
- [Commits](https://github.com/rtfd/commonmark.py/commits/0.9.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-19 07:43:19 +00:00
alexey-milovidov
6de245aee2
Update adopters.md 2020-02-18 20:01:32 +03:00
alexey-milovidov
e4c6d0e92a
Merge pull request #9188 from Slach/docs/system_metric_log
add documentation for system.metric_log table
2020-02-18 19:42:42 +03:00
Ivan Blinkov
b0785416bb
Merge pull request #9197 from blinkov/master
Show documentation revision in footer
2020-02-18 18:06:27 +03:00
Ivan Blinkov
0965a9224e
Merge pull request #9187 from ClickHouse/dependabot/pip/docs/tools/pygments-2.5.2
Bump pygments from 2.2.0 to 2.5.2 in /docs/tools
2020-02-18 17:24:29 +03:00
Ivan Blinkov
b7ff39329f
Merge pull request #9186 from ClickHouse/dependabot/pip/docs/tools/alabaster-0.7.12
Bump alabaster from 0.7.10 to 0.7.12 in /docs/tools
2020-02-18 17:24:10 +03:00
Ivan Blinkov
cefd58a5ed
Merge pull request #9185 from ClickHouse/dependabot/pip/docs/tools/typing-3.7.4.1
Bump typing from 3.6.2 to 3.7.4.1 in /docs/tools
2020-02-18 17:23:43 +03:00
Ivan Blinkov
94b59f22a2
Merge pull request #9184 from ClickHouse/dependabot/pip/docs/tools/imagesize-1.2.0
Bump imagesize from 0.7.1 to 1.2.0 in /docs/tools
2020-02-18 17:23:26 +03:00
Ivan Blinkov
b3959eaa19 [docs] close file earlier 2020-02-18 17:20:53 +03:00
Ivan Blinkov
8db2f90f78 Show documentation revision in footer 2020-02-18 17:19:44 +03:00
Ivan Blinkov
e8b54cd6a3
Update adopters.md 2020-02-18 16:53:39 +03:00
alexey-milovidov
4350f81453
Update adopters.md 2020-02-18 16:26:23 +03:00
alexey-milovidov
e62d5ca332
Update adopters.md 2020-02-18 16:25:50 +03:00
Ivan Blinkov
de0e81b7b4
Update adopters.md 2020-02-18 15:41:56 +03:00
Eugene Klimov
bcd2406d85
Update docs/en/operations/system_tables.md
Co-Authored-By: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-02-18 16:30:02 +05:00
Sergei Shtykov
dbf092162a CLICKHOUSEDOCS-545: One more update. 2020-02-18 13:48:55 +03:00
Sergei Shtykov
adf1154ded CLICKHOUSEDOCS-545: Update by comments. 2020-02-18 13:31:20 +03:00
alexey-milovidov
c1ec61d1fe
Update system_tables.md 2020-02-18 12:32:06 +03:00
alexey-milovidov
dbeb50583e
Update system_tables.md 2020-02-18 12:31:42 +03:00
Sergei Shtykov
fdf14180fe CLICKHOUSEDOCS-545: Added DataLens to third-party GUI section. 2020-02-18 12:20:48 +03:00
Slach
486494aba5 add documentation for system.metric_log table
Signed-off-by: Slach <bloodjazman@gmail.com>
2020-02-18 12:41:45 +05:00
dependabot-preview[bot]
c1192e56d9
Bump pygments from 2.2.0 to 2.5.2 in /docs/tools
Bumps [pygments](https://github.com/pygments/pygments) from 2.2.0 to 2.5.2.
- [Release notes](https://github.com/pygments/pygments/releases)
- [Changelog](https://github.com/pygments/pygments/blob/master/CHANGES)
- [Commits](https://github.com/pygments/pygments/compare/2.2.0...2.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:41:12 +00:00
dependabot-preview[bot]
ea67c109bf
Bump alabaster from 0.7.10 to 0.7.12 in /docs/tools
Bumps [alabaster](https://github.com/bitprophet/alabaster) from 0.7.10 to 0.7.12.
- [Release notes](https://github.com/bitprophet/alabaster/releases)
- [Changelog](https://github.com/bitprophet/alabaster/blob/master/docs/changelog.rst)
- [Commits](https://github.com/bitprophet/alabaster/compare/0.7.10...0.7.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:41:12 +00:00
dependabot-preview[bot]
4130557d1b
Bump typing from 3.6.2 to 3.7.4.1 in /docs/tools
Bumps [typing](https://docs.python.org/3/library/typing.html) from 3.6.2 to 3.7.4.1.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:40:30 +00:00
dependabot-preview[bot]
8b569023a8
Bump imagesize from 0.7.1 to 1.2.0 in /docs/tools
Bumps [imagesize](https://github.com/shibukawa/imagesize_py) from 0.7.1 to 1.2.0.
- [Release notes](https://github.com/shibukawa/imagesize_py/releases)
- [Commits](https://github.com/shibukawa/imagesize_py/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-18 07:40:08 +00:00
Ivan Blinkov
b3653c03e7
Merge pull request #9173 from ClickHouse/dependabot/pip/docs/tools/pyyaml-5.3
Bump pyyaml from 5.1 to 5.3 in /docs/tools
2020-02-18 10:01:26 +03:00
Ivan Blinkov
6a797c12cd
Merge pull request #9172 from ClickHouse/dependabot/pip/docs/tools/urllib3-1.25.8
Bump urllib3 from 1.24.2 to 1.25.8 in /docs/tools
2020-02-18 10:01:12 +03:00
Ivan Blinkov
2f6f17a9e8
Merge pull request #9171 from ClickHouse/dependabot/pip/docs/tools/beautifulsoup4-4.8.2
Bump beautifulsoup4 from 4.6.3 to 4.8.2 in /docs/tools
2020-02-18 10:00:56 +03:00
Ivan Blinkov
bb49dbffc4
Merge pull request #9170 from ClickHouse/dependabot/pip/docs/tools/jinja2-2.11.1
Bump jinja2 from 2.10.1 to 2.11.1 in /docs/tools
2020-02-18 10:00:43 +03:00
dependabot-preview[bot]
2b6a2d8cd0
Bump pyyaml from 5.1 to 5.3 in /docs/tools
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 5.1 to 5.3.
- [Release notes](https://github.com/yaml/pyyaml/releases)
- [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES)
- [Commits](https://github.com/yaml/pyyaml/compare/5.1...5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:21:04 +00:00
dependabot-preview[bot]
8fde35e2bc
Bump urllib3 from 1.24.2 to 1.25.8 in /docs/tools
Bumps [urllib3](https://github.com/urllib3/urllib3) from 1.24.2 to 1.25.8.
- [Release notes](https://github.com/urllib3/urllib3/releases)
- [Changelog](https://github.com/urllib3/urllib3/blob/master/CHANGES.rst)
- [Commits](https://github.com/urllib3/urllib3/compare/1.24.2...1.25.8)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:20:45 +00:00
dependabot-preview[bot]
6b81f00ee6
Bump beautifulsoup4 from 4.6.3 to 4.8.2 in /docs/tools
Bumps [beautifulsoup4](http://www.crummy.com/software/BeautifulSoup/bs4/) from 4.6.3 to 4.8.2.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:20:39 +00:00
dependabot-preview[bot]
dc80c80de4
Bump jinja2 from 2.10.1 to 2.11.1 in /docs/tools
Bumps [jinja2](https://github.com/pallets/jinja) from 2.10.1 to 2.11.1.
- [Release notes](https://github.com/pallets/jinja/releases)
- [Changelog](https://github.com/pallets/jinja/blob/master/CHANGES.rst)
- [Commits](https://github.com/pallets/jinja/compare/2.10.1...2.11.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:20:03 +00:00
dependabot-preview[bot]
48e0f7fe0a
Bump docutils from 0.14 to 0.16 in /docs/tools
Bumps [docutils](http://docutils.sourceforge.net/) from 0.14 to 0.16.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-02-17 21:19:41 +00:00
ImgBotApp
532fc506c7
[ImgBot] Optimize images
*Total -- 1,067.72kb -> 760.82kb (28.74%)

/website/images/tutorial/ece020129fdf4a18a6e75daf2e699cb9.png -- 66.67kb -> 46.67kb (30.01%)
/website/images/tutorial/24956f1a2efc48d78212586958aa036c.png -- 61.86kb -> 43.32kb (29.97%)
/website/images/tutorial/49c332e3d93146ba8f46beef6b2b02b0.png -- 80.97kb -> 56.75kb (29.91%)
/website/images/tutorial/f3132f4d1c0d42eab26d9111afe7771a.png -- 149.34kb -> 104.71kb (29.88%)
/website/images/tutorial/26b2c7aae21a4c76800cb1c7a33a374d.png -- 140.41kb -> 99.10kb (29.42%)
/website/images/tutorial/ef4141f348234773a5349c4bd3e8f804.png -- 68.39kb -> 48.58kb (28.97%)
/website/images/tutorial/2409f49d11fb4aa1b8b5ff34cf9ca75d.png -- 54.54kb -> 38.75kb (28.95%)
/website/images/tutorial/ac292656d03946d0aba35c75783a31f2.png -- 99.57kb -> 70.76kb (28.94%)
/website/images/tutorial/7b3c2e685832439b8c373bf2015131d2.png -- 101.36kb -> 72.13kb (28.84%)
/website/images/tutorial/d3578db55e304bd7b5eba818abdb53f5.png -- 88.47kb -> 63.14kb (28.63%)
/website/images/tutorial/a8518a200d6d405a95ee80ea1c8e1c90.png -- 94.05kb -> 67.23kb (28.51%)
/website/images/tutorial/885e507930e34b7c8f788d25e7ca2bcf.png -- 42.13kb -> 30.63kb (27.29%)
/docs/tools/mkdocs-material-theme/assets/flags/ja.svg -- 0.77kb -> 0.65kb (15.27%)
/website/images/yandex-white-button.png -- 0.79kb -> 0.67kb (15.19%)
/website/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/en/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/zh/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/ru/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/ja/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/docs/fa/images/logo.svg -- 0.41kb -> 0.35kb (14.49%)
/website/images/yandex-black-button.png -- 0.71kb -> 0.65kb (8.15%)
/website/images/logo-400x240.png -- 3.85kb -> 3.66kb (4.94%)
/docs/tools/mkdocs-material-theme/assets/flags/fa.svg -- 1.36kb -> 1.33kb (2.22%)
/docs/tools/mkdocs-material-theme/assets/flags/ru.svg -- 0.23kb -> 0.22kb (2.14%)
/docs/tools/mkdocs-material-theme/assets/flags/en.svg -- 0.51kb -> 0.50kb (1.92%)
/docs/tools/mkdocs-material-theme/assets/flags/zh.svg -- 0.63kb -> 0.62kb (1.72%)
/website/images/clickhouse-black.svg -- 4.33kb -> 4.33kb (0.02%)
/website/images/clickhouse-white.svg -- 4.33kb -> 4.33kb (0.02%)

Signed-off-by: ImgBotApp <ImgBotHelp@gmail.com>
2020-02-17 21:02:18 +00:00
Denis Zhuravlev
ccf1b7cc3a
Update tutorial.md
wrong tag zookeeper-servers instead of zookeeper
2020-02-17 15:26:34 -04:00
Sergei Shtykov
24dbbf5a41 CLICKHOUSEDOCS-415: Update of EN description. 2020-02-17 14:01:15 +03:00
Sergei Shtykov
b562ac518a Merge branch 'master' of github.com:ClickHouse/ClickHouse into en-docs/CLICKHOUSEDOCS-415-median 2020-02-17 11:56:34 +03:00
elenaspb2019
22a9b64f4c
elenbaskakova-DOCSUP-728 (#84)
*  "docs(median): the new function 'median' has been added"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

* Update docs/en/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

* Update docs/en/query_language/agg_functions/reference.md

Co-Authored-By: BayoNet <da-daos@yandex.ru>

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

*  "docs(median): the new function 'median' has been edited"

Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-02-17 11:56:03 +03:00
BayoNet
fb3ec146d6
DOCS-443: merge_max_block_size for MergeTree description (#9112)
* CLICKHOUSEDOCS-443: merge_max_block_size setting for MergeTree.
2020-02-17 09:48:06 +03:00
alexey-milovidov
84e9280b2a
Merge pull request #9110 from den-crane/patch-15
Doc change. Rename the chapter {alter_move-partition} to {alter_move_to_table-partition}
2020-02-17 08:06:02 +03:00
alexey-milovidov
681e8c8e59
Merge pull request #9111 from den-crane/patch-16
Doc change. identity -- translated to Russian
2020-02-17 08:05:38 +03:00
alexey-milovidov
9153b563bc
Update build.md 2020-02-17 07:58:31 +03:00
alexey-milovidov
9ae58fe5eb
Update build.md 2020-02-17 07:40:07 +03:00
alexey-milovidov
795f5d49c8
Update build.md 2020-02-17 07:37:37 +03:00
Alexey Milovidov
dd7c0e13d8 Better build instruction #9054 2020-02-16 13:45:15 +03:00
alexey-milovidov
ee78690b50
Update bit_functions.md 2020-02-16 09:09:22 +03:00
alexey-milovidov
e9af153819
Merge pull request #9126 from Melancholic/change_http_status
Fixed #5104. Return 503 status in /replicas_status if not ok
2020-02-15 02:59:18 +03:00
alexey-milovidov
98d161bd02
Merge pull request #9109 from den-crane/patch-14
translation to Russian MOVE PARTITION TO TABLE
2020-02-15 02:44:27 +03:00
alexey-milovidov
3946db13d8
Update extended_roadmap.md 2020-02-15 02:00:49 +03:00
Ivan Blinkov
d8454b6080
fix link 2020-02-15 00:16:43 +03:00
nagorny
c39e2f89ea #5104. Add documentation about 503 response in /replicas_status if not ok 2020-02-14 23:53:27 +03:00
Ilya Yatsishin
6637589fec
Merge pull request #9127 from qoega/update_roadmap
Update roadmap
2020-02-14 23:09:34 +03:00
Ivan Blinkov
a683b9fbef More entries on adopters page 2020-02-14 22:35:54 +03:00
Ivan Blinkov
4b30e5b842 More entries on adopters page 2020-02-14 22:27:59 +03:00
Ivan Blinkov
fcc1c74e5f More old link on adopters page 2020-02-14 22:06:41 +03:00
Ivan Blinkov
df3879d07a Introduce adopters page + fix a bunch of lost symlinks 2020-02-14 19:48:08 +03:00
Yatsishin Ilya
bd3000881c update roadmap 2020-02-14 17:31:29 +03:00
Yatsishin Ilya
253f928ccb update roadmap 2020-02-14 15:48:34 +03:00
Yatsishin Ilya
c761086651 update roadmap 2020-02-14 15:29:02 +03:00
Alexander Kuzmenkov
551cd4776b Move the documentation draft out of public docs. 2020-02-14 15:14:33 +03:00