Commit Graph

16656 Commits

Author SHA1 Message Date
Ivan Blinkov
b9de47912c Some more clarifications 2018-07-11 13:57:44 +03:00
Ivan Blinkov
be2221844b Add more detailed README.md to docs folder 2018-07-11 12:30:15 +03:00
Ivan Blinkov
af761035fd Fix single page version detection 2018-07-11 11:34:32 +03:00
Ivan Blinkov
b4cbc52042 Refactor and fix some javascript in docs template 2018-07-11 11:29:34 +03:00
Ivan Blinkov
ccd8e95093 Improve logging a bit #2 2018-07-11 11:17:36 +03:00
Ivan Blinkov
56cbce1b38 Improve logging a bit 2018-07-11 11:14:23 +03:00
Ivan Blinkov
feb3980e22 Merge branch 'master' of https://github.com/yandex/ClickHouse into CLICKHOUSE-2720 2018-07-11 11:05:28 +03:00
Ivan Blinkov
cf157b04be Add helper script to simplify editing docs in both languages in parallel 2018-07-11 11:05:24 +03:00
alexey-milovidov
e0ce1aac56 Update WriteBufferFromOStream.cpp 2018-07-10 23:46:10 +03:00
alexey-milovidov
ba25b84e6d Update WriteBufferFromOStream.cpp 2018-07-10 23:46:10 +03:00
alexey-milovidov
401c48272d Update WriteBufferFromOStream.h 2018-07-10 23:46:10 +03:00
alexey-milovidov
1737228039 Update ReadBufferFromIStream.cpp 2018-07-10 23:46:10 +03:00
alexey-milovidov
21a5a7a544 Update ReadBufferFromIStream.h 2018-07-10 23:46:10 +03:00
proller
2e0869f567 Write current position in stream errors 2018-07-10 23:46:10 +03:00
Alexey Milovidov
8eea4ae9cd Fixed race condition in test #2604 2018-07-10 22:00:07 +03:00
Alexey Milovidov
abf8cd24d7 Fixed discrepancy [#CLICKHOUSE-2837] 2018-07-10 21:39:32 +03:00
Alexey Milovidov
98f8ae3edb Fixed error with timeouts [#CLICKHOUSE-2837] 2018-07-10 20:40:17 +03:00
Alexey Milovidov
fb38f8aaaa Attempt to fix an error when building on Mac [#CLICKHOUSE-2] 2018-07-10 19:34:18 +03:00
robot-metrika-test
f6e0a4ae68 Auto version update to [54391] 2018-07-10 19:16:29 +03:00
Alexey Milovidov
e3b3c9f81b Added test for chroot in ZK [#MDBSUPPORT-204] 2018-07-10 19:14:27 +03:00
Alexey Milovidov
f80081ca03 Fixed chroot prefix in information about exception for ZooKeeper multi transaction (variant 2) [#MDBSUPPORT-204] 2018-07-10 19:14:27 +03:00
Amos Bird
f5764910c4 Fix TRUNCATE command for temporary tables. 2018-07-10 22:25:08 +08:00
Alexey Milovidov
a26a0f5331 Better exception message for KeeperMiltiException [#MDBSUPPORT-204] 2018-07-10 16:47:14 +03:00
Alexey Milovidov
8e0ae12b4e Miscellaneous [#CLICKHOUSE-2] 2018-07-10 16:43:01 +03:00
Георгий Кондратьев
f8b53280a0 Do not add lib prefix to dictionary_library plugins
By convention plugins (libraries that are only meant for dlopen) do not have lib prefix.
2018-07-10 14:29:19 +03:00
Alexey Milovidov
15dd80a913 Debugging [#CLICKHOUSE-2] 2018-07-10 03:35:00 +03:00
Alexey Milovidov
5a80d03b0e Merge branch 'master' of github.com:yandex/ClickHouse 2018-07-09 23:37:24 +03:00
Alexey Milovidov
3c34487f43 Preparations [#CLICKHOUSE-2] 2018-07-09 23:36:58 +03:00
Ivan Blinkov
ba1393fbbd Refactoring of documentation infrastructure to get rid of a lots of copypaste (#2616)
* Clean up docs folder by moving all build-related tools to subdirectory

* Remove unused script

* Remove unused script #2

* Some refactoring in concatenate.py

* Rewrite build.sh in Python

- Get rid of half of copypaste in yml files
- Draft of redirects support

* Actually include redirects.conf

* copy conf too

* Keep H1 the same in single page docs

* fix some paths

* Keep only pages index in yaml

* Workaround for missing jQuery

* Delay docs init
2018-07-09 22:59:07 +03:00
Ivan Blinkov
c096c79dd5 Delay docs init 2018-07-09 19:56:20 +03:00
Ivan Blinkov
b82840f361 Workaround for missing jQuery 2018-07-09 19:47:05 +03:00
Ivan Blinkov
1410555aeb Keep only pages index in yaml 2018-07-09 19:41:32 +03:00
Ivan Blinkov
34e4f942fd fix some paths 2018-07-09 19:14:44 +03:00
proller
68a2caed9a Cmake: Fix usage of USE_INTERNAL_CPUID_LIBRARY 2018-07-09 19:06:25 +03:00
Ivan Blinkov
e94a3262ac Keep H1 the same in single page docs 2018-07-09 18:18:52 +03:00
Ivan Blinkov
ab5108c227 copy conf too 2018-07-09 18:17:03 +03:00
Ivan Blinkov
810c130500 merge from master 2018-07-09 18:13:26 +03:00
Ivan Blinkov
4a43773134 Actually include redirects.conf 2018-07-09 18:09:16 +03:00
Ivan Blinkov
d249cea22f Rewrite build.sh in Python
- Get rid of half of copypaste in yml files
- Draft of redirects support
2018-07-09 18:03:54 +03:00
Amos Bird
ea01a3b22e add OPTIMIZE FINAL support for ReplicatedMergeTree. 2018-07-09 18:03:23 +03:00
filimonov
a0814164c0 describing distributed_product_mode in settings.md
See 

7707b5a209/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.h (L17-L32)

576885c6b8/dbms/src/Interpreters/Settings.h (L121)

77fd2f3721/dbms/src/Interpreters/SettingsCommon.cpp (L464-L473)

88efe5ad56/dbms/src/Interpreters/InJoinSubqueriesPreprocessor.cpp (L155)
2018-07-09 17:59:20 +03:00
Ivan Blinkov
5ec05996f4 Some refactoring in concatenate.py 2018-07-09 15:35:19 +03:00
Ivan Blinkov
eefff21f6d Remove unused script #2 2018-07-09 15:21:33 +03:00
Ivan Blinkov
aec554c223 Remove unused script 2018-07-09 15:18:54 +03:00
Ivan Blinkov
9e2bb1ac0b Clean up docs folder by moving all build-related tools to subdirectory 2018-07-09 15:14:26 +03:00
Ivan Blinkov
e312229344 Few documentation infrastructure improvements (#2613)
* Remove Berlin meetup link

* Do not block browser while single page docs content loads

* Restore sidebar scroll tracking feature

* Temporary hide footer in single page docs mode so it does not jump around

* Swap sidebars in single page docs mode

* fix lost anchor in link

* Explicitly fail if there are errors during docs build
2018-07-09 15:00:38 +03:00
Ivan Blinkov
610bb98eab Explicitly fail if there are errors during docs build 2018-07-09 14:26:11 +03:00
Ivan Blinkov
014c8a93f2 fix lost anchor in link 2018-07-09 14:18:37 +03:00
Ivan Blinkov
6e780c3237 Swap sidebars in single page docs mode 2018-07-09 14:15:33 +03:00
Ivan Blinkov
27baeb4709 Temporary hide footer in single page docs mode so it does not jump around 2018-07-09 14:14:41 +03:00