olevino
3c4666d5f0
Update developer-instruction.md
...
added '--recursive'
2022-01-10 04:34:06 +03:00
olevino
452e048812
Update developer-instruction.md
...
Small fix
первое вхождение слова `ClickHouse`
->
слово `your_github_username`
2022-01-10 04:26:33 +03:00
alesapin
4dd890ed17
Update docs/ru/development/developer-instruction.md
2021-12-29 12:43:24 +03:00
alesapin
e62a8de46b
Update docs/ru/development/developer-instruction.md
2021-12-29 12:43:12 +03:00
pdv-ru
9e5f59659f
Edit and translate to Russian (four letter commands to keeper)
2021-12-27 17:22:38 +03:00
Vladimir Smirnov
48451182f8
Initial support for risc-v
...
Make ClickHouse compilable and runnable on risc-v 64
So far only basic functionality was tested (on real hw),
clickhouse server runs, exceptions works, client works,
simple tests works.
What doesn't work:
1. traces - they are always empty
2. system.stack_trace only have first frame
2021-11-11 19:23:34 +01:00
Alexey Milovidov
2cef9983fa
Remove recursive submodules
2021-10-18 02:29:04 +03:00
Alexey Milovidov
e9e77b4403
.tech -> .com
2021-09-22 03:22:57 +03:00
Alexander Tokmakov
571dd3acfb
fix style check
2021-09-21 10:28:33 +03:00
Ivan Blinkov
6a293d73f9
make_links.sh
2021-09-20 09:51:41 +03:00
Ivan Blinkov
f429db1ee9
find . -type f -name '*.md'| xargs -I{} perl -pi -e 's| https://clickhouse.tech | https://clickhouse.com |g' {}
2021-09-19 23:05:54 +03:00
Nikita Mikhaylov
107710e618
save
2021-09-08 15:06:15 +00:00
gyuton
efeefcb437
DOCSUP-11587: Edited and translated to Russian ( #27066 )
...
* First Draft.
* Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Edited conrib.md
* Edited configuration-files.md
* Minor fixes
* Apply suggestions from code review
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Update docs/ru/development/contrib.md
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
* Small changes
Co-authored-by: George <gyuton@yandex-team.ru>
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-08-25 13:23:18 +03:00
Sergei Semin
ac8c6e0847
fix some typos
2021-08-23 22:59:33 +03:00
Sergei Semin
bf0ccd14de
specify the advantages of shared build more accurately
2021-08-12 23:47:12 +03:00
Nikita Mikhaylov
b6ff2fbf9b
Update developer-instruction.md
2021-08-12 20:20:54 +03:00
Sergei Semin
599cb22061
add info about speedy shared build
...
from tg chat `ClickHouse developers, public`
```
prll, [06.02.19 12:54]
есть специальное заклинание для разработчиков увеличивающее скорость и снижающее жручесть памяти -
cmake -DUSE_DEBUG_HELPERS=1 -DUSE_STATIC_LIBRARIES=0 -DSPLIT_SHARED_LIBRARIES=1 -DCLICKHOUSE_SPLIT_BINARY=1
```
2021-08-09 23:51:05 +03:00
Sergei Semin
9b28fb464e
add info about ninja usage in clion instead of default make
2021-08-09 22:36:01 +03:00
alexey-milovidov
7b11e11645
Merge pull request #27438 from syominsergey/patch-6
...
add info about clang version choice
2021-08-09 02:44:25 +03:00
alexey-milovidov
a090bfc494
Merge pull request #27435 from syominsergey/patch-3
...
remove extra english text already translated to russian
2021-08-09 00:35:46 +03:00
alexey-milovidov
2d251abda3
Merge pull request #27434 from syominsergey/patch-2
...
fix description of changing url when cloning project
2021-08-09 00:35:13 +03:00
Sergei Semin
578e55184e
add info about clang version choice
2021-08-09 00:32:36 +03:00
Sergei Semin
8b0cfdda68
translate some text from english to russian in developer-instruction.md
2021-08-08 23:40:45 +03:00
Sergei Semin
f55e113755
remove extra english text already translated to russian
2021-08-08 23:36:02 +03:00
Sergei Semin
8a320967e6
fix description of changing url when cloning project
2021-08-08 23:26:35 +03:00
Alexey Milovidov
d87d833691
Remove trailing whitespaces from docs
2021-07-29 18:20:55 +03:00
Georgy Ginzburg
feeb278b65
fixed grammar typo in developer-instruction.md ( #26943 )
2021-07-29 08:01:33 +03:00
Roman Bug
33799507ff
Update docs/ru/development/contrib.md
...
Co-authored-by: Nikolai Kochetov <KochetovNicolai@users.noreply.github.com>
2021-07-26 14:17:29 +03:00
Roman Bug
9382a97933
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:40 +03:00
Roman Bug
5479638b83
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:23 +03:00
Roman Bug
8535c5ce40
Update docs/ru/development/style.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:24:11 +03:00
Roman Bug
de14f16159
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-25 12:23:59 +03:00
romanzhukov
59a2d70e4e
DOCSUP-11551: Minor fix.
2021-07-24 22:35:01 +03:00
romanzhukov
7587bd047c
DOCSUP-11551: Minor fix.
2021-07-24 22:25:56 +03:00
Roman Bug
1ecdff4aea
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:43:01 +03:00
Roman Bug
6a832366fa
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:42:55 +03:00
Roman Bug
2036ab8d63
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:42:30 +03:00
Roman Bug
9ddd6616f5
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:34:28 +03:00
Roman Bug
9441054ee4
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:33:15 +03:00
Roman Bug
2421b3b5a5
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:33:04 +03:00
Roman Bug
e61e36beeb
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:32:47 +03:00
Roman Bug
6252251351
Update docs/ru/development/style.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:32:23 +03:00
Roman Bug
194f3318f6
Update docs/ru/development/contrib.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-24 14:23:59 +03:00
romanzhukov
d624e22b2a
DOCSUP-11551: Add ru contrib info.
2021-07-23 11:48:59 +03:00
romanzhukov
4fc1613577
DOCSUP-11551: Add ru contrib info.
2021-07-23 11:25:46 +03:00
romanzhukov
492af9332c
DOCSUP-11551: Add ru contrib info.
2021-07-22 20:53:30 +03:00
romanzhukov
d723ac560d
DOCSUP-11551: Add ru contrib info.
2021-07-22 13:14:25 +03:00
romanzhukov
781513e8c2
DOCSUP-11551: Add ru contrib info.
2021-07-21 18:04:41 +03:00
ivoleg
f26b912945
Update developer-instruction.md
2021-07-19 14:14:43 +01:00
Maksim Kita
b7cb28a519
Merge pull request #25722 from AnaUvarova/ana-uvarova-DOCSUP-8653-build-osx-translate
...
DOCSUP-8653: build-osx translation
2021-07-15 11:07:06 +03:00
Maksim Kita
3e88c83619
Update build-osx.md
2021-07-15 11:06:25 +03:00
ana-uvarova
927cea2c60
+
2021-07-13 22:04:49 +03:00
ana-uvarova
c772d7ee98
test
2021-07-13 22:02:47 +03:00
ana-uvarova
6507a7f35f
fix symbolic link
2021-07-13 20:57:21 +03:00
ana-uvarova
b4214ed05a
test
2021-07-06 21:17:07 +03:00
Alexey Milovidov
7b94573506
Remove obsolete trash about libraries
2021-07-06 03:31:39 +03:00
AnaUvarova
347cd3622e
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:51 +03:00
AnaUvarova
28d2eba0d4
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:43 +03:00
AnaUvarova
5f4d521753
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:34 +03:00
AnaUvarova
25ba639bde
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:21 +03:00
AnaUvarova
cd3b268ef7
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:22:02 +03:00
AnaUvarova
158da4feb2
Update docs/ru/development/build-osx.md
...
Co-authored-by: olgarev <56617294+olgarev@users.noreply.github.com>
2021-07-05 14:21:50 +03:00
ana-uvarova
c466c75c91
final edits before review and formatting
2021-06-30 10:36:30 +03:00
ana-uvarova
0cbde879e1
+++
2021-06-28 22:25:21 +03:00
ana-uvarova
b1962163a9
build-osx draft ru
2021-06-25 20:49:33 +03:00
Alexey Milovidov
8cb0e5579a
Remove gcc from docs
2021-04-22 04:20:03 +03:00
Maksim Kita
6d472d81f3
Merge pull request #22603 from tetafro/master
...
Fix grammar in RU docs
2021-04-04 17:35:40 +03:00
Denis Krivak
8b8a8c24b8
Fix grammar in RU docs
2021-04-04 16:44:06 +03:00
Anna
4c5a7f28a7
changed header levels to display correctly on the page
2021-03-24 22:34:20 +03:00
Alexey Milovidov
8850856276
Remove "Original article" (must be automated instead)
2021-03-15 14:32:26 +03:00
lehasm
62aa7bdd74
Экранированные кодовые позиции Unicode заменены на символы
2021-03-08 17:54:44 +03:00
Alexander Kuzmenkov
f7dbdc623c
Update style.md
2021-02-05 13:45:38 +03:00
Alexey Milovidov
eeafd73890
Fix typo in docs, tnx Egor Savin
2021-01-23 00:08:59 +03:00
TiunovNN
eedaf3f49c
Update architecture.md
...
Некорретный перевод в разделе "Агрегатные функции"
2021-01-14 13:08:07 +03:00
Alexey Milovidov
6d87743b0e
CDN for datasets
2020-12-13 21:06:27 +03:00
ocadaruma
1d7cab0223
Fix corrupted markdowns
2020-12-12 10:59:34 +09:00
vdimir
e2fac19686
Remove libbtrie
2020-11-21 21:31:15 +03:00
Grigory Buteyko
d99940b7f4
Development instructions updated to GCC 10 from GCC 9
2020-11-04 12:57:49 +03:00
Denis Zhuravlev
4adef402e6
Doc/multiple_leaders
2020-11-01 12:14:25 -04:00
Roman Bug
9ec78855cd
DOCSUP-2806: Add meta header in RU ( #15801 )
...
* DOCSUP-2806: Add meta intro.
* DOCSUP-2806: Update meta intro.
* DOCSUP-2806: Fix meta.
* DOCSUP-2806: Add quotes for meta headers.
* DOCSUP-2806: Remove quotes from meta headers.
* DOCSUP-2806: Add meta headers.
* DOCSUP-2806: Fix quotes in meta headers.
* DOCSUP-2806: Update meta headers.
* DOCSUP-2806: Fix link to nowhere in EN.
* DOCSUP-2806: Fix link (settings to tune)
* DOCSUP-2806: Fix links.
* DOCSUP-2806:Fix links EN
* DOCSUP-2806: Fix build errors.
* DOCSUP-2806: Fix meta intro.
* DOCSUP-2806: Fix toc_priority in examples datasets TOC.
* DOCSUP-2806: Fix items order in toc.
* DOCSUP-2806: Fix order in toc.
* DOCSUP-2806: Fix toc order.
* DOCSUP-2806: Fix order in toc.
* DOCSUP-2806: Fix toc index in create
* DOCSUP-2806: Fix toc order in create.
Co-authored-by: romanzhukov <romanzhukov@yandex-team.ru>
Co-authored-by: alexey-milovidov <milovidov@yandex-team.ru>
2020-10-26 13:29:30 +03:00
Alexey Milovidov
db4db42b65
Fix broken links in docs
2020-10-13 20:23:29 +03:00
alexey-milovidov
62ed3a16d0
Update developer-instruction.md
2020-08-15 03:08:28 +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
Ivan Blinkov
5333c38aeb
[docs] markdown fixes @ style.md
2020-07-22 15:08:25 +03:00
Ivan Blinkov
ffe2cecb1b
[docs] split the ALTER article ( #12502 )
...
* initial split
* initial adjust links
* make en buildable
* re-normalize
2020-07-15 00:02:41 +03:00
BayoNet
3435328465
DOCS-522: max_parser_depth ( #12097 )
...
* asiana21-DOCSUP-925-max_parser_depth (#132 )
* docs(max_parser_depth): added the setting description
* docs(max_parser_depth): some changes
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* Update docs/en/operations/settings/settings.md
Co-authored-by: BayoNet <da-daos@yandex.ru>
* docs(max_parser_depth): added ru translation
* docs(max_parser_depth): removed quotation marks
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: BayoNet <da-daos@yandex.ru>
* CLICKHOUSEDOCS-522: Fixed the link.
Co-authored-by: AsiaKorushkina <43650329+AsiaKorushkina@users.noreply.github.com>
Co-authored-by: asiana21 <asiana21@yandex-team.ru>
Co-authored-by: Sergei Shtykov <bayonet@yandex-team.ru>
2020-07-03 00:26:55 +03:00
Mikhail Gaidamaka
1b1c32fe89
Feature 8074 ( #12014 )
...
* refs #8074 1: start to stream
* refs final check format and spell
* refs final check format and spell
* refs #8074 fix up link to sql-reference/functions/other-functions
2020-06-29 09:21:24 +03:00
Vladimir Golovchenko
fe89a667d7
Fixed wrong links in 'developer-instruction.md'.
...
Please enter the commit message for your changes. Lines starting
2020-06-04 15:05:55 -07:00
alexey-milovidov
8608d93639
Update style.md
2020-06-01 17:18:44 +03:00
Alexander Kuzmenkov
8ac5cd7d78
Add a guide on error messages.
2020-06-01 15:39:03 +03:00
Ivan Blinkov
d91c97d15d
[docs] replace underscores with hyphens ( #10606 )
...
* Replace underscores with hyphens
* remove temporary code
* fix style check
* fix collapse
2020-04-30 21:19:18 +03:00
alexey-milovidov
b65b941638
Update style.md
2020-04-26 04:22:22 +03:00
Alexey Milovidov
ab8900ecff
Fix bad translation, step 2: replace with symlinks #10191
2020-04-11 18:03:35 +03:00
Alexey Milovidov
b00d9c7855
Fix bad translation, step 1: remove files #10191
2020-04-11 17:56:54 +03:00
Alexey Milovidov
1484ab1f1a
Fix machine translation #10191
2020-04-11 17:52:59 +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