Ivan Blinkov
8561a026b1
WIP on docs translation/normalization tools ( #9783 )
2020-03-20 21:20:59 +03:00
Ivan Blinkov
d4dd5ba294
Normalization for en markdown ( #9763 )
2020-03-20 13:10:48 +03:00
koshachy
f30465352d
Fix broken link ( #9772 )
...
Fix link to the DataLens solution based on data from ClickHouse DB
2020-03-20 11:27:08 +03:00
Ivan Blinkov
03aa7894d9
Draft of docs translation helper ( #9755 )
...
* replace exit with assert in test_single_page
* improve save_raw_single_page docs option
* More grammar fixes
* "Built from" link in new tab
* fix mistype
* Example of include in docs
* add anchor to meeting form
* Draft of translation helper
* WIP on translation helper
* Replace some fa docs content with machine translation
2020-03-19 20:49:27 +03:00
BayoNet
4dda8e11ec
emironyuk-DOCSUP-782 ( #90 ) ( #9725 )
...
* docs(string functions): synchronization of ru-en versions
* docs(string_functions): links fixed
* docs(string functions): mid(s, offset, length), substr(s, offset, length) added to substring(s, offset,length)
* docs(string function): fix count form for bytes
Co-authored-by: emironyuk <emironyuk@yandex-team.ru>
Co-authored-by: emironyuk <62014692+emironyuk@users.noreply.github.com>
Co-authored-by: emironyuk <emironyuk@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-03-19 18:32:53 +03:00
Ivan Blinkov
80828b969b
Minor improvements in docs build and content ( #9752 )
2020-03-19 14:51:22 +03:00
alexey-milovidov
36773b661c
Merge pull request #9742 from hczhcz/patch-0319
...
Extend splitByString for empty separators
2020-03-19 12:28:24 +03:00
Ivan Blinkov
a764545120
Docs build and grammar fixes ( #9750 )
2020-03-19 11:31:06 +03:00
dependabot-preview[bot]
0db2d878ef
Bump pyyaml from 5.3 to 5.3.1 in /docs/tools ( #9746 )
...
Bumps [pyyaml](https://github.com/yaml/pyyaml ) from 5.3 to 5.3.1.
- [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.3...5.3.1 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19 11:25:26 +03:00
dependabot-preview[bot]
edee1c6a9f
Bump protobuf from 3.6.1 to 3.11.3 in /docs/tools ( #9748 )
...
Bumps [protobuf](https://github.com/protocolbuffers/protobuf ) from 3.6.1 to 3.11.3.
- [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.6.1...v3.11.3 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
Co-authored-by: Ivan Blinkov <github@blinkov.ru>
2020-03-19 11:25:09 +03:00
dependabot-preview[bot]
233a7de21a
Bump numpy from 1.15.4 to 1.18.2 in /docs/tools ( #9749 )
...
Bumps [numpy](https://github.com/numpy/numpy ) from 1.15.4 to 1.18.2.
- [Release notes](https://github.com/numpy/numpy/releases )
- [Changelog](https://github.com/numpy/numpy/blob/master/doc/HOWTO_RELEASE.rst.txt )
- [Commits](https://github.com/numpy/numpy/compare/v1.15.4...v1.18.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19 11:24:23 +03:00
dependabot-preview[bot]
690d6606e1
Bump soupsieve from 1.9.5 to 2.0 in /docs/tools ( #9747 )
...
Bumps [soupsieve](https://github.com/facelessuser/soupsieve ) from 1.9.5 to 2.0.
- [Release notes](https://github.com/facelessuser/soupsieve/releases )
- [Commits](https://github.com/facelessuser/soupsieve/compare/1.9.5...2.0.0 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
Co-authored-by: dependabot-preview[bot] <27856297+dependabot-preview[bot]@users.noreply.github.com>
2020-03-19 11:03:38 +03:00
Ivan Blinkov
b2622853e4
Docs grammar fixes ( #9745 )
2020-03-19 09:53:47 +03:00
Ivan Blinkov
ee65e63c33
Improve docs build logging ( #9744 )
2020-03-19 09:28:58 +03:00
Ivan Blinkov
a7f3c67825
Add a bunch of markdown extensions ( #9738 )
2020-03-19 08:48:33 +03:00
hcz
c115757e79
Update tests and docs for string splitting functions
2020-03-19 10:35:18 +08:00
Ivan Blinkov
40649ed0bb
remove extra space ( #9736 )
2020-03-18 21:43:51 +03:00
Ivan Blinkov
0f59f6d21d
trigger checks
2020-03-18 19:02:15 +03:00
Ivan Blinkov
f6257bf5b6
Temporary return wkhtmltopdf logging
2020-03-18 18:54:16 +03:00
Ivan Blinkov
d4e2741951
More grammar fixes in docs/website ( #9731 )
2020-03-18 17:55:01 +03:00
Ivan Blinkov
5abe3ac3f1
Switch docs to python3 and update MkDocs to 1.1 ( #9711 )
...
+ some grammar and css fixes
2020-03-18 16:02:32 +03:00
Alexey Milovidov
f0f532fd09
Minor update on roadmap
2020-03-17 23:46:43 +03:00
Nikolai Kochetov
50fb0ec9f6
Add links to changelogs from other years. ( #9710 )
...
* Add links to changelogs from other years.
* Move some changelogs to other folders.
* Fix links
* Renames and fixes.
2020-03-17 23:01:36 +03:00
Denis Zhuravlev
71697a4afc
Doc. ontime.md refresh to сorrespond modern CH (modern create/join) ( #9709 )
...
* ontime.md refresh to сorrespond modern CH
* RU ontime.md refresh to сorrespond modern CH
* ontime.md FA refresh to сorrespond modern CH
* ontime.md ZH refresh to сorrespond modern CH
2020-03-17 21:10:23 +03:00
BayoNet
fd4a8bba99
DOCS-526: ifNotFinite docs. Ternary operator RU translation ( #9650 )
...
- Documented ifNotFinite.
- Translated ternary operator into Russian.
2020-03-17 18:24:11 +03:00
Ivan Blinkov
fe60870ed5
Increase cache purge threshold
2020-03-17 18:09:23 +03:00
Metikov Vadim
8e2e28c651
Update create.md
...
Fixed one word
2020-03-17 15:06:59 +05:00
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