Commit Graph

3941 Commits

Author SHA1 Message Date
Gao Qiang
e2574da1f5
Update mergetree.md
Update all content in this article,fix wrong formats, fix wrong translation,unified description of main concept, remove deprecated content,add the new features.
2020-08-27 21:21:43 +08:00
alesapin
afe4702c2c
Merge pull request #14139 from bharatnc/ncb/min_index_granularity_bytes
add setting min_index_granularity_bytes
2020-08-27 12:08:07 +03:00
Gao Qiang
9a6f8c0d58
Update mergetree.md (#13969)
* Update mergetree.md

Correct some wrong logic like translate of ‘big row’,Add some missing prpeties in new version。

* Update docs/zh/engines/table-engines/mergetree-family/mergetree.md

* Update mergetree.md

correct a wrong separate of TTL rule

Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-27 11:20:42 +03:00
alexey-milovidov
0f706c01ca
Merge pull request #13888 from vladimir-golovchenko/add-date-trunc-function
Added date_trunc function
2020-08-27 02:12:27 +03:00
bharatnc
22c3d5ec57 add docs 2020-08-26 15:31:48 -07:00
Alexander Kuzmenkov
c4fc434a13
Merge pull request #14060 from azat/parallel_distributed_insert_select-2
Extend parallel_distributed_insert_select to run INSERT into local table
2020-08-26 20:37:36 +03:00
alexey-milovidov
9341b2acf8
Merge pull request #14030 from ClickHouse/bharatnc-ncb/timezones-table
Merging #13880
2020-08-26 13:15:17 +03:00
Alexander Kuzmenkov
40363b9b0a
Update simpleaggregatefunction.md 2020-08-26 12:21:40 +03:00
javi santana
2d6ecf9e0b
Some fixes to make it easier to understand 2020-08-26 10:25:59 +02:00
Ivan Blinkov
cdcdb5a2c1
Update date.md 2020-08-26 10:47:00 +03:00
243f6a88 85a308d3
c48d3b9d63
fixed Japanese translation for data-types/date.md 2020-08-26 10:28:03 +09:00
alexey-milovidov
d3a9389465
Merge branch 'master' into bharatnc-ncb/timezones-table 2020-08-26 04:26:37 +03:00
alexey-milovidov
31460db37c
Merge pull request #14028 from ClickHouse/hczhcz-patch-0819-2
Merging #13877
2020-08-26 04:24:24 +03:00
alexey-milovidov
729f601601
Merge pull request #13849 from olgarev/revolg-DOCSUP-997-lock_acquire_timeout_setting
DOCSUP-997: Documented the lock_acquire_timeout setting
2020-08-26 03:03:47 +03:00
vladimir golovchenko
962dd04ec0 Added documentation for date_trunc function. 2020-08-25 16:41:23 -07:00
romanzhukov
3f53553522 DOCSUP-2031: Update by PR#11242. Added temporary_files_codec and join_on_disk_max_files_to_merge settings. 2020-08-26 02:37:32 +03:00
alexey-milovidov
7c3c18da92
Merge branch 'master' into bharatnc-ncb/timezones-table 2020-08-26 02:14:53 +03:00
romanzhukov
c09891b4f8 DOCSUP-203: Update by PR#11558. 2020-08-26 02:12:51 +03:00
Alexey Milovidov
e2721e95d8 Merge branch 'master' into hczhcz-patch-0819-2 2020-08-25 23:50:41 +03:00
alexey-milovidov
5405a258a4
Merge pull request #14038 from drag0nglass/patch-1
Update json-import.md
2020-08-25 23:36:06 +03:00
Azat Khuzhin
50a312534c Extend parallel_distributed_insert_select to run INSERT into local table
Before this patch there was:

- parallel_distributed_insert_select=1, that executes:

    INSERT INTO dist_out SELECT ... FROM underlying_dist_in

After this patch there will be:

- parallel_distributed_insert_select=2, that executes:

    INSERT INTO underlying_dist_out SELECT ... FROM underlying_dist_in

And cover the behaviour w/o integration test, by using the following
techincs:
- SYSTEM STOP DISTRIBUTED SENDS
- prefer_localhost_replica=0
2020-08-25 22:49:13 +03:00
Sergey Mirvoda
40c9e87aa2
updated client libraries in ja docs 2020-08-25 23:22:11 +05:00
Sergey Mirvoda
8e50bdd6c0
updated client libraries in zh docs 2020-08-25 23:21:32 +05:00
Sergey Mirvoda
0286974f6e
updated client libraries in tr docs 2020-08-25 23:20:52 +05:00
Sergey Mirvoda
a792129723
updated client libraries in fr docs 2020-08-25 23:20:02 +05:00
Sergey Mirvoda
e0adbf5d6a
updated client libraries in fa docs 2020-08-25 23:19:19 +05:00
Sergey Mirvoda
e8d24ae204
updated client libraries in es docs 2020-08-25 23:18:34 +05:00
Sergey Mirvoda
e7a3ae3e4a
updated client libraries in Russian docs 2020-08-25 23:17:46 +05:00
Sergey Mirvoda
d6ae1a80bf
fixed formatting 2020-08-25 23:14:59 +05:00
Sergey Mirvoda
906d94f727
Yet another .net core client library
Tested and used in production.
Windows\Linux supported.
Supported new advanced memory management dotnet core features like Span<> and Memory<>
Almost all CH types supported
Full support for Compression
Nullable types fully tested and supported
2020-08-25 22:15:54 +05:00
Roman Bug
899f93356f
romanzhukov-DOCSUP-2192: Split ALTER to separate files (ru) (#13905)
* DOCSUP-2192: Split alter section to separete files.

* DOCSUP-2192: Test.

* DOCSUP-2192: Fixed cross links.

* DOCSUP-2192: Fix links.

* DOCSUP-2192: Fix links.

* DOCSUP-2192: Fix links.

* DOCSUP-2192: Added alter delete and alter update topics.

* DOCSUP-2192: Fix one layout mistake and update links.

* DOCSUP-2192: Added delete and update sections. Updated alter index.md

* DOCSUP-2192: Fix links.

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
2020-08-25 18:38:36 +03:00
kssenii
31b1b6fe9f Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements 2020-08-25 14:47:03 +00:00
Ilya Yatsishin
e2dd668378
Update interval.md 2020-08-25 11:37:13 +03:00
Eugene Klimov
e519e836bf
sync EN and RU version operations/server-configuration-parameters/settings.md add text_log description, translate to RU trace_log.md (#13923)
* fix docs link checks
recreate as new PR
https://github.com/ClickHouse/ClickHouse/pull/13190#issuecomment-676435412

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix links after docs_check https://clickhouse-test-reports.s3.yandex.net/13923/0ce13be72e83665b7269c291f9efdf30c8533338/docs_check/docs_output.txt

Signed-off-by: Slach <bloodjazman@gmail.com>

* try to remove nowhere links in RU, EN, FA, ZN, FR, JA, TR version after https://clickhouse-test-reports.s3.yandex.net/13923/8a4bdfdc57b6b92cdae0651513d190e3f8ebcb23/docs_check/docs_output.txt

Signed-off-by: Slach <bloodjazman@gmail.com>

* fix link after https://clickhouse-test-reports.s3.yandex.net/13923/bc89725b138a8c8bdfa7f1e63698ec1957031cfe/docs_check/docs_output.txt

Signed-off-by: Slach <bloodjazman@gmail.com>
2020-08-25 10:41:59 +03:00
Y Lu
3560736a22
Update json-import.md
The format spec shall be 'JSONEachRow' rather than '20JSONEachRow'
2020-08-25 11:39:38 +08:00
bharatnc
13852301ae Docs for system.time_zones table 2020-08-24 23:31:21 +03:00
Alexey Milovidov
846cdd70fc Merge branch 'patch-0819' of https://github.com/hczhcz/ClickHouse into hczhcz-patch-0819-2 2020-08-24 23:01:59 +03:00
Nikita Mikhaylov
e4fc48254a
Merge pull request #13818 from bharatnc/ncb/quantileExactLowHigh
add functions for quantileExactLow & quantileExactHigh
2020-08-24 23:51:30 +04:00
olgarev
97094a212a
DOCSUP-928: Doc groupArraySample function, updated and translated into Russian (#13979)
* Updated docs in English and docs in Russian.

* Updated docs in English and docs in Russian.

* Docs in Russian.

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
2020-08-24 12:43:13 +03:00
Anton Popov
93d49e5815
Merge pull request #13237 from vdimir/string-locate-startpos-3776
Support start_pos argument in `position` function
2020-08-24 12:23:19 +03:00
bharatnc
da7fbfd1c6 doc fix {#quantileexactHigh} -> {#quantileexacthigh} 2020-08-23 10:09:41 -07:00
bharatnc
6782f5de1d add documentation for quatileExactLow & quantileExactHigh 2020-08-23 10:09:41 -07:00
alexey-milovidov
a2b0dd34f8
Update adopters.md 2020-08-21 14:13:16 +03:00
alexey-milovidov
bc69d75983
Update adopters.md 2020-08-21 13:26:57 +03:00
Alexander Kuzmenkov
2a2775b378
Merge pull request #13615 from myrrc/docs/ci
CI checks md file
2020-08-20 23:48:51 +03:00
Alexander Kuzmenkov
74b62b3e3b review fixes 2020-08-20 22:45:39 +03:00
Alexander Kuzmenkov
cac3fa3e45 review fixes 2020-08-20 22:44:00 +03:00
Alexander Kuzmenkov
58f1b73554
Update build.md 2020-08-20 21:56:22 +03:00
alexey-milovidov
c3699d7026
Merge pull request #13909 from vladimir-golovchenko/fix-dev-instruction
Actualized that just one standard library libc++ is being used
2020-08-20 12:31:19 +03:00
alexey-milovidov
1db2675288
Update adopters.md 2020-08-20 12:21:54 +03:00
alexey-milovidov
7445ab94bf
Update adopters.md 2020-08-20 12:18:14 +03:00
vladimir golovchenko
fa4cb79a5a Actualized the using just one standard library libc++ (before supported both libstdc++ and libc++). 2020-08-20 01:41:04 -07:00
robot-clickhouse
f9e45f77bf
Merge pull request #13824 from ClickHouse/dependabot/pip/docs/tools/protobuf-3.13.0
Bump protobuf from 3.12.4 to 3.13.0 in /docs/tools
2020-08-19 18:09:08 +03:00
Ivan Blinkov
c0f8fb10bc
Update docs/en/operations/settings/settings.md
Co-authored-by: Ilya Yatsishin <2159081+qoega@users.noreply.github.com>
2020-08-19 17:20:59 +03:00
hcz
be2ffe07ee Add docs and tests 2020-08-19 16:07:51 +08:00
Denis Zhuravlev
f1421a31b7
fixed typo arrayCompact 2020-08-18 17:17:24 -03:00
Mike
3b914ce76e
Update docs/en/development/CI.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-18 18:08:33 +03:00
Mike
2d1013b849
Update docs/en/development/CI.md
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-18 18:08:18 +03:00
Denis Zhuravlev
aa87134b2e
fixed arrayCompact confusing description 2020-08-18 10:00:37 -03:00
Olga Revyakina
ca95341823 English docs for the lock_acquire_timeout setting. 2020-08-18 09:32:40 +03:00
mikepop7
ad62e42229
Documentation improve: Translate [select] section into Chinese to improve readability (#13814)
* translate [select] section into Chinese to improve readability

* trigger ci

Co-authored-by: mikepop7 <>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 23:28:11 +03:00
alexey-milovidov
8e5fb10dac
Update adopters.md 2020-08-17 23:07:58 +03:00
alexey-milovidov
d8ddb011b4
Merge pull request #13825 from ClickHouse/blinkov-patch-22
fix #13819
2020-08-17 15:37:40 +03:00
alexey-milovidov
c3e82c67ff
Update adopters.md 2020-08-17 14:06:52 +03:00
alexey-milovidov
d8dcd6d2e9
Update adopters.md 2020-08-17 14:01:36 +03:00
alexey-milovidov
5815b5c855
Update adopters.md 2020-08-17 13:58:27 +03:00
alexey-milovidov
5c936e3ba2
Update adopters.md 2020-08-17 13:57:35 +03:00
Ivan Blinkov
ef6a7b2578
fix #13819 2020-08-17 12:05:34 +03:00
Evgenia Sudarikova
225c84a0b3
DOCSUP-1888: Documented the input_format_avro_allow_missing_fields setting (#13671)
* add EN description

* changes after review

* add RU version

* Update docs/en/operations/settings/settings.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:20:37 +03:00
olgarev
7a8b1f064b
DOCSUP-928: Documented the groupArraySample function (#13791)
* En docs for groupArraySample function.

* Bug fixed.

* Update docs/en/sql-reference/aggregate-functions/reference/grouparraysample.md

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-17 11:00:24 +03:00
emakarov
896b561523
Documentation about ReplacingMergeTree extended with type DateTime64 for column (#13498)
Co-authored-by: Evgeni Makarov <evgeni@swatmobile.io>
2020-08-17 10:45:10 +03:00
Fullstop000
ade6e38069
doc: update quotas.md (#13400)
I hereby agree to the terms of the CLA available at: https://yandex.ru/legal/cla/?lang=en
2020-08-17 10:42:46 +03:00
dependabot-preview[bot]
b0b11a7e2c
Bump protobuf from 3.12.4 to 3.13.0 in /docs/tools
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.4 to 3.13.0.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.4...v3.13.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-17 07:41:30 +00:00
alexey-milovidov
17eb8d24a7
Fix terrible markup due to wrong @blinkov's script. 2020-08-16 23:07:48 +03:00
alexey-milovidov
d7c14f6562
Update extended-roadmap.md 2020-08-16 23:04:49 +03:00
alexey-milovidov
8afb49a82f
Update extended-roadmap.md 2020-08-16 23:03:09 +03:00
kssenii
9a409db5c0 Merge branch 'master' of https://github.com/ClickHouse/ClickHouse into rabbitmq-improvements 2020-08-15 06:51:22 +00:00
alexey-milovidov
62ed3a16d0
Update developer-instruction.md 2020-08-15 03:08:28 +03:00
Denis Zhuravlev
53422fe239
Update settings.md
removed remark about default's profile for max_server_memory_usage
2020-08-14 16:57:44 -03:00
Denis Zhuravlev
52d31b9cc8
Update settings.md
removed remark about default's profile for max_server_memory_usage
2020-08-14 16:54:13 -03:00
Mike
c478733303
Added the style checker link 2020-08-14 22:37:43 +03:00
alexey-milovidov
09a72d0c64
Update adopters.md 2020-08-14 08:43:57 +03:00
alexey-milovidov
7f547b9486
Update adopters.md 2020-08-14 08:41:34 +03:00
alexey-milovidov
4dc12873b9
Merge pull request #13616 from hagen1778/max-insert-block-size-docs
[docs]: explicitly mention unit of measurement for `max_insert_block_size`
2020-08-14 03:14:49 +03:00
Alexander Kuzmenkov
ab9597fd66
Update CI.md 2020-08-13 22:46:34 +03:00
Alexander Kuzmenkov
0349b75cb4 some updates 2020-08-13 21:45:55 +03:00
dependabot-preview[bot]
adf84b19c0
Bump pymdown-extensions from 7.1 to 8.0 in /docs/tools
Bumps [pymdown-extensions](https://github.com/facelessuser/pymdown-extensions) from 7.1 to 8.0.
- [Release notes](https://github.com/facelessuser/pymdown-extensions/releases)
- [Commits](https://github.com/facelessuser/pymdown-extensions/compare/7.1...8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-12 07:19:28 +00:00
alexey-milovidov
d341ec8c3d
Fix misleading, bad and wrong documentation. 2020-08-12 02:23:11 +03:00
alexey-milovidov
2ee6f1484c
Fix bad documentation (progress: 1%) 2020-08-12 02:22:00 +03:00
Yuriy Korzhenevskiy
c5c41ce90d
Fix typos and remove bash sign for copy-and-go docs command. 2020-08-11 21:29:37 +03:00
Roman Bug
4bf3a3e704
DOCSUP-711: Add description for setting output_format_json_quote_denormals (#13391)
* DOCSUP-711: (en) In settings added description for output_format_json_quote_denormals.

* DOCSUP-711: Fix invalid anchor.

* DOCSUP-711: (ru) In settings added description for output_format_json_quote_denormals.

* DOCSUP-711: Change values styles.

* DOCSUP-711: Add a link from the setting description to the JSON format description. (by pr comment)
Add a link from the JSON format description to the setting description. (by pr comment)

* DOCSUP-711: Rewrite sentence.

* DOCSUP-711: (ru) Added link from settings.md to JSON format.

* DOCSUP-711: (en) Added example of output with the setting (by pr comment).

* DOCSUP-711: Add example of output with the setting.

* DOCSUP-711: Minor fix.

* DOCSUP-711: Update example of settings using.

* DOCSUP-711: Minor fix.

* Update docs/en/interfaces/formats.md by pr

Co-authored-by: BayoNet <da-daos@yandex.ru>

* [wip]Update docs/en/operations/settings/settings.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* DOCSUP-711: (en) Add sample table and fix pr comments.

* DOCSUP-711: (ru) Updated from en and by pr comments.

* DOCSUP-711: (ru) Updated from en and by pr comments.

* DOCSUP-711: Added name for sample table.

* Update docs/ru/operations/settings/settings.md by pr comment

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/interfaces/formats.md  by pr comment

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update settings.md

* Update settings.md

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-11 18:28:42 +03:00
roman
f18c1ce03e [docs]: explicitly mention unit of measurement for max_insert_block_size
Without explicitly defined unit of measurement the description for
setting `max_insert_block_size` may result into confusion and mistakenly
interpret as bytes.
2020-08-11 14:55:36 +01:00
olgarev
6164e7373d
DOCSUP-791: Docs for optimize_read_in_order setting (#12611)
* Docs in English for optimize_read_in_order setting.

* Link misspelling fixed.

* Usage section moved to the ORDER BY topic.

* Link fixed.

* Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Apply suggestions from code review

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Apply suggestions from code review

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/en/sql-reference/statements/select/order-by.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

* Small fix in English and translation into Russian.

Co-authored-by: Olga Revyakina <revolg@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-08-10 16:33:39 +03:00
Roman Bug
62054856b7
DOCSUP-1999: Restruct sql statements section in separate files. (#13389)
* DOCSUP-1999: First commit to test and build docs.

* DOCSUP-1999: Move topics from misc.md to single files.

* DOCSUP-1999: Add footer original article (for some files)

* DOCSUP-1999: Fix some links.

* DOCSUP-1999: Add Original article footer for all added files.

* DOCSUP-1999: Fix broken link.

* DOCSUP-1999: Fix header in misc.md (by pr comment).
Fixed footer (original article).

* DOCSUP-1999: Fix broken links for build.

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
2020-08-10 16:10:48 +03:00
alexey-milovidov
4c5d7cd733
Fix data corruption @blinkov 2020-08-10 09:16:14 +03:00
alexey-milovidov
64352c0dc4
Fix idiotic data rot (@blinkov) 2020-08-10 02:10:17 +03:00
alexey-milovidov
6814559826
Update aggregatefunction.md 2020-08-10 02:09:56 +03:00
alexey-milovidov
7de9c2183a
Merge pull request #13517 from vladimir-golovchenko/fix-time-interval-for-create-alter-quota-queries
Fixed docs, document blocks and tests: added the missed types of interval (WEEK, MONTH, QUARTER, YEAR) to CREATE/ALTER QUOTA statements
2020-08-09 02:12:13 +03:00
alexey-milovidov
3d0116ec86
Merge pull request #13367 from zingdle/patch-2
Update architecture.md
2020-08-09 01:43:00 +03:00
alexey-milovidov
0e341a6f80
Merge pull request #13451 from vladimir-golovchenko/fix-developer-instruction
Fixed developer instruction
2020-08-09 01:36:05 +03:00
kssenii
139a19d583 Merge 2020-08-08 17:20:50 +00:00
kssenii
eff0233184 Update docs 2020-08-08 13:36:35 +00:00
vladimir golovchenko
84a8ad7da9 Fixed docs: added the missed types of interval (WEEK, MONTH, QUARTER, YEAR) to CREATE/ALTER QUOTA statements. 2020-08-08 01:16:56 -07:00
alexey-milovidov
570c08813d
Update extended-roadmap.md 2020-08-08 05:33:04 +03:00
alexey-milovidov
8f16c542b6
Update gui.md 2020-08-07 23:47:16 +03:00
alexey-milovidov
98e09028b8
Add Grafana. 2020-08-07 23:46:37 +03:00
alexey-milovidov
1bad2f1b89
Fix bash, CC @qoega 2020-08-07 23:41:57 +03:00
vladimir golovchenko
336a6155d8 Actualized the versions of compilers and Standard Library. 2020-08-07 06:49:15 -07:00
vladimir golovchenko
057a596aa2 Fixed the wrong command to run clickhouse-client. 2020-08-07 06:48:54 -07:00
vladimir golovchenko
568b8d31b4 Fixed the link to a list of tasks: it points to open issues marked as 'easy'. 2020-08-07 06:48:41 -07:00
vladimir golovchenko
987b420709 Fixed the wrong link to Git Cheat Sheet. 2020-08-07 06:48:25 -07:00
vladimir golovchenko
95f95b1f37 Fixed misspelling links. 2020-08-07 06:47:57 -07:00
Roman Bug
55088d53cd
DOCSUP-2035: Edit and translate to Russian some PR. (#13395)
* DOCSUP-2035: (ru) Added updates in replacingmergetree.md by PR#11793

* DOCSUP-2035: Added Third-party description by PR#12175.

* DOCSUP-2035: Updated translation in third-party/index.md

* DOCSUP-2035: (ru) Added translation to table-engines-for-integrations.

* DOCSUP-2035: (ru) Added translation to table-engines-for-integrations by PR#12170.

* DOCSUP-2035: Added Special table engines and engines for integration sections by PR#1270

* DOCSUP-2035: (ru) Added allow TabSeparatedRaw description in interfaces/formats.md by PR#12009.

* DOCSUP-2035: Added footer with link to original pages.

* DOCSUP-2035: Update note block.

* DOCSUP-2035: Update attention block.

* Update docs/ru/interfaces/third-party/index.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/interfaces/third-party/index.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/interfaces/formats.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

* Update docs/ru/engines/table-engines/integrations/index.md

Co-authored-by: BayoNet <da-daos@yandex.ru>

Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
2020-08-07 12:02:45 +03:00
Alexander Millin
b7f08f447a
[docs] Fix system.md (#13332)
Co-authored-by: Alexander Millin <a.millin@city-mobil.ru>
2020-08-07 11:48:38 +03:00
alexey-milovidov
cece629145
Fix documentation 2020-08-07 01:14:31 +03:00
alexey-milovidov
5df187783e
Fix data corruption @blinkov 2020-08-06 23:59:19 +03:00
Anna
13b292865f
DOCSUP-2029: Split create.md (#13302)
* Split create.md into separated files

* Fixed links

* Fixed a typo

* Fixed links

* Fixed link

Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
2020-08-06 20:05:43 +03:00
Anna
a6fb067a75
DOCSUP-1915: Split system-table.md into separate files. (#13160)
* Corrected en files

* Split system-tables.md into separate files

* Fixed links.

* Fixed links.

* Fixed links.

* Fixed links.

* Add ref to original article

* Fixed links

* Add toc_folder_title and translate

* Add stack_trace.md, correct toc-title

* Fixed links

* Hypothesis testing

* Hypothesis testing

* Update run.sh, thanks @azat

Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-08-06 11:50:29 +03:00
Ivan Blinkov
4e08b60b5e
fix #13380 (#13381) 2020-08-05 16:06:31 +03:00
Jiading Guo
5e21a59071
Update architecture.md 2020-08-05 18:09:20 +08:00
kssenii
add698a86b Merge 2020-08-04 21:44:33 +00:00
alexey-milovidov
5cc886b5ba
Update tips.md 2020-08-03 22:08:15 +03:00
amoschen
d7bd4ff6aa
update #syntax-expressions in syntax.md (#13269) 2020-08-03 16:51:56 +03:00
kssenii
60124b769c Merge 2020-08-03 09:17:23 +00:00
vdimir
32f26bcde7 Add start_pos argument for position to documentation, case insensitive tests 2020-08-02 13:29:10 +00:00
Alexey Milovidov
b7ec7be296 Update docs 2020-08-02 01:02:46 +03:00
Alexey Milovidov
db13f782d0 Remove trash (blinkov) 2020-08-02 00:54:19 +03:00
Alexey Milovidov
2dc74a8a54 Update documentation 2020-08-02 00:47:10 +03:00
BayoNet
2041a8df54
CLICKHOUSEDOCS-721: Removed Avro uuid from the list of usupported logical types. (#13062)
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-31 17:52:45 +03:00
BayoNet
09448811df
DOCS-503: system.stack_trace (#13010)
* CLICKHOUSEDOCS-503: Added stack_trace.md. Restored ru grant.md. Updated ru geo/index.md.

* CLICKHOUSEDOCS-503: Fixed the Original article page.

* Update docs/en/operations/system-tables/stack_trace.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

* Update docs/en/operations/system-tables/stack_trace.md

Co-authored-by: Ivan Blinkov <github@blinkov.ru>

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-31 14:46:58 +03:00
alesapin
78a887fbac
Merge pull request #13107 from ClickHouse/fix_docs_deploy_script
Better documentation deploy script
2020-07-31 14:33:56 +03:00
Nikolai Kochetov
a767b59f41
Merge pull request #12981 from hczhcz/patch-0728
Add http headers X-ClickHouse-Database and X-ClickHouse-Format
2020-07-31 14:19:54 +03:00
alesapin
777cdfe593 Fix release script 2020-07-30 22:08:58 +03:00
alesapin
ded4f7d5e4
Update docs/tools/purge_cache_for_changed_files.py
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-07-30 18:14:26 +03:00
alesapin
a8e3e4af14 Review fixes 2020-07-30 17:38:09 +03:00
alesapin
c1b4ee69ac Fix name in release.sh 2020-07-30 17:37:01 +03:00
alesapin
d3a6edbd5d Review fixes 2020-07-30 17:36:14 +03:00
alesapin
5ee648402a Better deploy script 2020-07-30 16:12:23 +03:00
BayoNet
c1b71ab06e
DOCS-733: Fixed broken links in Russian version (#13106)
* CLICKHOUSEDOCS-733: Fixed some broken links. Updated introduction and TOC in aggregate functions.

* CLICKHOUSEDOCS-733: Fixed files endings.

* CLICKHOUSEDOCS-733: Returned the list of functions back to reference index.

Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
Co-authored-by: emironyuk <em@don.ru>
2020-07-30 15:49:19 +03:00
dependabot-preview[bot]
6196f22a12
Bump protobuf from 3.12.2 to 3.12.4 in /docs/tools
Bumps [protobuf](https://github.com/protocolbuffers/protobuf) from 3.12.2 to 3.12.4.
- [Release notes](https://github.com/protocolbuffers/protobuf/releases)
- [Changelog](https://github.com/protocolbuffers/protobuf/blob/master/generate_changelog.py)
- [Commits](https://github.com/protocolbuffers/protobuf/compare/v3.12.2...v3.12.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-30 07:30:59 +00:00
alexey-milovidov
7c84c3a9ed
Merge pull request #13083 from emironyuk/emironyuk-DOCSUP-1914-adopters
DOCSUP-1914: updated adopters.md
2020-07-30 05:26:21 +03:00
Anton Popov
cf505a92ef
Merge pull request #9278 from achulkov2/polygon-dict-grids
Polygon dictionaries with grids
2020-07-29 21:32:35 +03:00
Elizaveta Mironyuk
4ed0c46145 fixed link in a table 2020-07-29 14:45:25 +03:00
Elizaveta Mironyuk
07c06bdc39 added youtube timecodes 2020-07-29 14:36:04 +03:00
Elizaveta Mironyuk
3c793002da fixed link 2020-07-29 13:46:32 +03:00
Elizaveta Mironyuk
bdb43c32e3 fixed link in operations/system-tables/asynchronous_metric_log.md 2020-07-29 13:38:23 +03:00
Denis Krivak
08affcb647
Fix link in the documentation (#12769) 2020-07-29 12:37:52 +03:00
Ildus Kurbangaliev
fdf4fd337a
add mapAdd and mapSubtract functions (#11735) 2020-07-29 11:50:30 +03:00
Anna
77cdf8c840
DOCSUP-1916 split reference.md into separate files (#12963)
* Add files with russian desc.

* Fixed links.

* Fixed links.

* Fixed link

* Fixed links.

Co-authored-by: Anna Devyatova <annadevyatova@yandex-team.ru>
2020-07-29 09:49:57 +03:00
Elizaveta Mironyuk
2cebd98767 updated adopters, fixed alphabetical order 2020-07-29 09:46:22 +03:00