Commit Graph

14134 Commits

Author SHA1 Message Date
Alexey Milovidov
a673790748 Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 23:53:47 +03:00
Alexey Milovidov
a849bb8c04 Fixed compatibility with older clients #1918 2018-02-16 22:34:21 +03:00
Alexey Milovidov
d76feb779c Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 22:04:27 +03:00
Alexey Milovidov
c320b360c6 Merge branch 'master' of github.com:yandex/ClickHouse into header-in-input-streams 2018-02-16 21:23:29 +03:00
alexey-milovidov
ec06895d11
Merge pull request #1916 from HumanUser/master
Prevent cron stdout
2018-02-16 21:14:05 +03:00
alexey-milovidov
cbf5aa3d66
Update clickhouse-server.cron.d 2018-02-16 21:13:45 +03:00
robot-metrika-test
63c826788f Auto version update to [54354] 2018-02-16 20:44:58 +03:00
proller
db8ea9205c
LibraryDictionarySource: api v2 with strings (#1915)
* LibraryDictionarySource: Support numeric types, initial support for strings
2018-02-16 20:12:22 +03:00
Ilya
dcef6c0eb3
Prevent cron stdout
This is bad idea to print something to stdout in cron jobs, because this messages can be sended via email
2018-02-16 18:43:21 +03:00
Alexey Zatelepin
87b72b8e39 rename musl_exp10 -> preciseExp10 for coding style compatibility 2018-02-16 17:51:14 +03:00
alexey-milovidov
07bcda0721
Merge pull request #1913 from BayoNet/master
Yandex fonts for docs
2018-02-16 17:38:45 +03:00
Alexey Zatelepin
8fdb68ef79 add musl_ prefix to exp10 functions to avoid confusion with symbols from the system libm 2018-02-16 17:01:50 +03:00
Alexey Zatelepin
704fe146fb update zookeeper submodule 2018-02-16 16:25:10 +03:00
BayoNet
667edcca50 Added css for Yandex fonts support. 2018-02-16 13:36:49 +03:00
BayoNet
a0de4acd38 Changed font to Yandex Sans.
Russian comment in scrip is traslated.
2018-02-16 13:33:30 +03:00
Alexey Milovidov
264e6cbc84 Header in every stream: development [#CLICKHOUSE-2] 2018-02-16 00:31:09 +03:00
Alexey Milovidov
b80a42ec65 Merge branch 'master' of github.com:yandex/ClickHouse into header-in-input-streams 2018-02-15 22:50:21 +03:00
Alexey Milovidov
69a9723ce2 Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 22:48:41 +03:00
Alexey Milovidov
30b657a0da Header in every stream: development [#CLICKHOUSE-2] 2018-02-15 21:54:12 +03:00
Alexey Milovidov
0cdfadeb5a Removed useless method [#CLICKHOUSE-2] 2018-02-15 19:54:14 +03:00
Alexey Milovidov
e658741ccf Removed useless methods [#CLICKHOUSE-2] 2018-02-15 19:29:34 +03:00
robot-metrika-test
2f59713143 Auto version update to [54353] 2018-02-15 19:27:50 +03:00
Alexey Zatelepin
a4df86f6aa update zookeeper submodule 2018-02-15 19:23:15 +03:00
Alexey Milovidov
921e09b5f8 Merge branch 'master' into header-in-input-streams 2018-02-15 19:20:36 +03:00
Alexey Milovidov
6b9b8c1f83 Merge branch 'master' of github.com:yandex/ClickHouse 2018-02-15 19:10:43 +03:00
Alexey Milovidov
4b2cff20ea Whitespace [#CLICKHOUSE-2] 2018-02-15 19:10:25 +03:00
Vitaliy Lyudvichenko
ca0cdc35eb A test was enhanced. [#CLICKHOUSE-2] 2018-02-15 18:48:26 +03:00
alexey-milovidov
0ee4a994b9
Merge pull request #1909 from BayoNet/master
Changing of documentation build engine to MkDocs
2018-02-15 18:33:18 +03:00
javi
2c4052f7bb fixed typo 2018-02-15 16:53:55 +03:00
javi
e08199c81a removed extra line break 2018-02-15 16:53:55 +03:00
javi
e69421e7a6 fixed function and added test and doc 2018-02-15 16:53:55 +03:00
javi santana
c810db2a01 tests wip 2018-02-15 16:53:55 +03:00
javi santana
0297a598b9 function working 2018-02-15 16:53:55 +03:00
javi
95211cde25 added basic cumsum impl 2018-02-15 16:53:55 +03:00
Alexey Milovidov
e37aad9111 Merge branch 'master' of github.com:yandex/ClickHouse 2018-02-15 16:13:58 +03:00
BayoNet
28d52bb90b Merge branch 'mkdocs' 2018-02-15 13:52:53 +03:00
proller
10803568ad
Macos shared build fix (#1906) 2018-02-15 00:01:40 +03:00
proller
19f71fbd45 Fix logging to current dir 2018-02-14 23:43:08 +03:00
BayoNet
8e3d0110dd Some more theme fixes. 2018-02-14 23:10:32 +03:00
robot-metrika-test
d7511761cf Auto version update to [54352] 2018-02-14 21:24:50 +03:00
Vitaliy Lyudvichenko
a4177287b1 Fixed too deep AST traversal. [#CLICKHOUSE-2] 2018-02-14 20:39:16 +03:00
proller
d2f1ef686e
Misc build and test fixes (#1905)
* Misc build fixes

* Fix apple tests
2018-02-14 20:27:14 +03:00
proller
7c7bdc5115
LibraryDictionarySource: Support numeric types, initial support for strings (#1903) 2018-02-14 18:03:48 +03:00
proller
38fd75f305
Travis: Try fix ccache (#1900)
* Travis: Try fix ccache
2018-02-13 22:39:21 +03:00
proller
38343f7649 Internal compiler: write versions in header version mismatch message (using magic)
use same debug/release flags
2018-02-13 21:09:45 +03:00
proller
971df7b853 Try fix travis. Use less travis tests (#1897)
* Try fix travis. Use less travis tests

* Disable capnp heavy test

* Travis: add gcc in pbuilder

* Fix

* fix
2018-02-13 21:00:06 +03:00
BayoNet
06a1c08af9 Text fix for Roadmap 2018-02-13 17:16:09 +03:00
BayoNet
38850efb4c Sitemaps. 2018-02-13 17:11:45 +03:00
BayoNet
29f1a17ced Roadmap for 2018 2018-02-13 17:10:19 +03:00
robot-metrika-test
f30ab52834 Auto version update to [54351] 2018-02-13 16:17:02 +03:00