Commit Graph

11221 Commits

Author SHA1 Message Date
Ivan Blinkov
3569fbbc80 doc/reference/ -> docs/ (to match the URL on website) 2017-06-19 14:46:15 +03:00
Ivan Blinkov
77223fe627 Move development-related docs as is for now 2017-06-19 14:44:42 +03:00
Ivan Blinkov
a5b3a4c28b No point in duplicating articles from habrahabr here 2017-06-19 14:42:53 +03:00
Ivan Blinkov
729754c93a Move and update README.md 2017-06-19 14:41:12 +03:00
Ivan Blinkov
4e80b5d8f0 Move presentations submodule to website 2017-06-19 14:38:54 +03:00
Ivan Blinkov
1534e0afa0 Move example_datasets to sphinx 2017-06-19 14:37:27 +03:00
Ivan Blinkov
756cad8d80 Normalize header styles 2017-06-19 13:06:09 +03:00
Ivan Blinkov
20f5a8e41f Get rid of some copypaste in tutorial 2017-06-19 12:56:06 +03:00
Ivan Blinkov
83bf73f911 Match code block styling between main and tutorial pages (in favor of the latter) 2017-06-19 12:46:08 +03:00
Ivan Blinkov
18dd8e2de2 No idea why nobody noticed this before, but it was completely not clear whet to get the data 2017-06-19 12:41:30 +03:00
Ivan Blinkov
9988cc0b98 Fix some mess with html tags in tutorial 2017-06-19 12:29:24 +03:00
Ivan Blinkov
c4824eaad9 Looks like duplicate of tutorial.html 2017-06-19 12:21:13 +03:00
Ivan Blinkov
b09c91652b Get rid of zookeeper.md 2017-06-19 12:08:02 +03:00
Ivan Blinkov
1e281d6f5b Fix typos noticed by milovidov@ 2017-06-19 11:23:17 +03:00
robot-metrika-test
d7c5acbdcc Auto version update to [54238] 2017-06-19 07:20:55 +03:00
Alexey Milovidov
0cf7db0b70 Merge branch 'compound-identifiers-take2' 2017-06-19 06:20:01 +03:00
Alexey Milovidov
3a516de5bc Merge branch 'master' of github.com:yandex/ClickHouse 2017-06-19 06:19:51 +03:00
Alexey Milovidov
b0c0432b71 Fixed build [#CLICKHOUSE-31]. 2017-06-19 06:18:30 +03:00
Alexey Milovidov
c885e8471f Added test [#CLICKHOUSE-31]. 2017-06-19 06:07:15 +03:00
Alexey Milovidov
aebb228b4b Qualified names: continued [#CLICKHOUSE-31]. 2017-06-19 06:07:15 +03:00
Alexey Milovidov
e4186fd64a Implemented qualified identifiers in a bad way [#CLICKHOUSE-31]. 2017-06-19 06:07:15 +03:00
Alexey Milovidov
f6be687717 Added test [#CLICKHOUSE-31]. 2017-06-19 06:06:17 +03:00
Alexey Milovidov
eb47356e4f Qualified names: continued [#CLICKHOUSE-31]. 2017-06-19 06:05:05 +03:00
Alexey Milovidov
6fe3e432c5 Implemented qualified identifiers in a bad way [#CLICKHOUSE-31]. 2017-06-19 05:14:18 +03:00
Alexey Milovidov
4e08309eaa Attempt to fix test of dictionaries with cache layouts and executable source [#CLICKHOUSE-2]. 2017-06-18 22:24:49 +03:00
Alexey Milovidov
401d922a4b Tiny modifications [#CLICKHOUSE-3044]. 2017-06-18 09:11:49 +03:00
Alexey Milovidov
f51db5e1f6 Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:55:46 +03:00
Alexey Milovidov
6be0428ffe Preparation [#CLICKHOUSE-31]. 2017-06-18 08:44:09 +03:00
Alexey Milovidov
d64f2beaf8 Fixed build [#CLICKHOUSE-3044]. 2017-06-18 08:43:29 +03:00
Alexey Milovidov
942c1dea21 Fixed build [#CLICKHOUSE-31]. 2017-06-18 07:09:04 +03:00
Alexey Milovidov
b19f4d1a0e Added test [#CLICKHOUSE-31]. 2017-06-18 06:38:17 +03:00
Alexey Milovidov
62be911d79 Additions to prev. revision [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
Alexey Milovidov
313e52279d UNION ALL rewrite: preparation [#CLICKHOUSE-31]. 2017-06-18 06:35:25 +03:00
Alexey Milovidov
35b656e11c Merge branch 'master' of github.com:yandex/ClickHouse 2017-06-16 21:39:17 +03:00
Alexey Milovidov
a726c68865 Check Nullable(... Nullable) early [#CLICKHOUSE-2]. 2017-06-16 21:39:09 +03:00
Alexey Zatelepin
18bff11da6 cosmetics [#CLICKHOUSE-1979] 2017-06-16 21:35:49 +03:00
Alexey Zatelepin
c90ea346ce add cross-replication test [#CLICKHOUSE-1979] 2017-06-16 21:24:18 +03:00
Alexey Milovidov
5006042bac Added test [#CLICKHOUSE-2993]. 2017-06-16 21:08:19 +03:00
Alexey Milovidov
8343cf3578 Fixed error with NULLs [#CLICKHOUSE-2993]. 2017-06-16 21:05:45 +03:00
Ivan Blinkov
bb9d5f3958 Move operation tips to main reference 2017-06-16 19:49:00 +03:00
Alexey Milovidov
ee49c37fa6 Whitespaces [#CLICKHOUSE-2]. 2017-06-16 19:23:23 +03:00
Alexey Milovidov
6aa69c06cf Moved tools sources out of library code [#CLICKHOUSE-2]. 2017-06-16 19:20:51 +03:00
Alexey Milovidov
7a0ffc9986 Merge branch 'master' of github.com:yandex/ClickHouse 2017-06-16 19:19:42 +03:00
Alexey Zatelepin
3c6b278b3d fix infinite recursion in StorageMerge::isRemote() [#CLICKHOUSE-2911] 2017-06-16 19:19:15 +03:00
Alexey Milovidov
b1a645cb6d Moved tools sources out of library code [#CLICKHOUSE-2]. 2017-06-16 19:16:22 +03:00
Vitaliy Lyudvichenko
aef0bf7e2e Fix trying to load database.sql from incorrect path. [#CLICKHOUSE-3044] 2017-06-16 19:08:24 +03:00
Vitaliy Lyudvichenko
67fdd0f544 Load the system database first. [#CLICKHOUSE-3044] 2017-06-16 19:08:24 +03:00
Ivan Blinkov
3b25915cf2 Re-arrange existing reference 2017-06-16 19:03:14 +03:00
Ivan Blinkov
0b3f8e9132 Fix all warnings in ru reference 2017-06-16 18:19:00 +03:00
Ivan Blinkov
574586e6e0 Fix all warnings in en reference 2017-06-16 18:08:09 +03:00